app-brainstorming: Difference between revisions
Jump to navigation
Jump to search
(New page: <entry-title>App examples</entry-title> This is a page for tracking the effort to develop an app microformat for authors and publishers to mark up software. Per the microformats [[proces...) |
(No difference)
|
Revision as of 00:10, 5 December 2017
<entry-title>App examples</entry-title>
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"
]
}
}
]
}