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...) |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{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"
]
}
}
]
}