App brainstorming

From Microformats Wiki
Revision as of 22:25, 20 August 2020 by Angelo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This is a page for tracking the effort to develop an app microformat for authors and publishers to mark up software.

Per the microformats process:

Brainstorming

<div class="h-app">
  <img src="/logo.png" class="u-logo">
  <a href="/" class="u-url p-name">Example App</a>
</div>
{
    "items": [
        {
            "type": [
                "h-app"
            ],
            "properties": {
                "name": [
                    "Example App"
                ],
                "logo": [
                    "https://app.example.com/logo.png"
                ],
                "url": [
                    "https://app.example.com/"
                ],
                "photo": [
                    "https://app.example.com/logo.png"
                ]
            }
        }
    ]
}