App brainstorming

From Microformats Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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"
                ]
            }
        }
    ]
}