app-brainstorming: Difference between revisions
Jump to navigation
Jump to search
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:App | {{DISPLAYTITLE:App brainstorming}} | ||
This is a page for tracking the effort to develop an app microformat for authors and publishers to mark up software. | This is a page for tracking the effort to develop an app microformat for authors and publishers to mark up software. |
Latest revision as of 22:25, 20 August 2020
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" ] } } ] }