reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
|
@ -0,0 +1,26 @@
|
|||
<!-- http://microformat2-node.jit.su/h-news.html -->
|
||||
|
||||
<div class="h-news">
|
||||
<div class="p-entry h-entry">
|
||||
<h1><a class="p-name u-url" href="http://microformats.org/2012/06/25/microformats-org-at-7">microformats.org at 7</a></h1>
|
||||
<div class="e-content">
|
||||
<p class="p-summary">Last week the microformats.org community
|
||||
celebrated its 7th birthday at a gathering hosted by Mozilla in
|
||||
San Francisco and recognized accomplishments, challenges, and
|
||||
opportunities.</p>
|
||||
|
||||
<p>The microformats tagline “humans first, machines second”
|
||||
forms the basis of many of our
|
||||
<a href="http://microformats.org/wiki/principles">principles</a>, and
|
||||
in that regard, we’d like to recognize a few people and
|
||||
thank them for their years of volunteer service </p>
|
||||
</div>
|
||||
<p>Updated
|
||||
<time class="dt-updated" datetime="2012-06-25T17:08:26">June 25th, 2012</time> by
|
||||
<a class="p-author h-card" href="http://tantek.com/">Tantek</a>
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
<a class="p-source-org h-card" href="http://microformats.org/">microformats.org</a>
|
||||
</p>
|
||||
</div>
|
|
@ -0,0 +1,37 @@
|
|||
// http://microformat2-node.jit.su/h-news.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-news"],
|
||||
"properties": {
|
||||
"entry": [{
|
||||
"value": "microformats.org at 7 Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities. The microformats tagline “humans first, machines second” forms the basis of many of our principles, and in that regard, we’d like to recognize a few people and thank them for their years of volunteer service Updated June 25th, 2012 by Tantek",
|
||||
"type": ["h-entry"],
|
||||
"properties": {
|
||||
"name": ["microformats.org at 7"],
|
||||
"url": ["http://microformats.org/2012/06/25/microformats-org-at-7"],
|
||||
"content": ["\n <p class=\"p-summary\">Last week the microformats.org community \n celebrated its 7th birthday at a gathering hosted by Mozilla in \n San Francisco and recognized accomplishments, challenges, and \n opportunities.</p>\n\n <p>The microformats tagline “humans first, machines second” \n forms the basis of many of our \n <a href=\"http://microformats.org/wiki/principles\">principles</a>, and \n in that regard, we’d like to recognize a few people and \n thank them for their years of volunteer service </p>\n "],
|
||||
"summary": ["Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities."],
|
||||
"updated": ["2012-06-25T17:08:26"],
|
||||
"author": {
|
||||
"value": "Tantek",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek"],
|
||||
"url": ["http://tantek.com/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}],
|
||||
"source-org": [{
|
||||
"value": "microformats.org",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["microformats.org"],
|
||||
"url": ["http://microformats.org/"]
|
||||
}
|
||||
}],
|
||||
"name": ["microformats.org at 7 Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities. The microformats tagline “humans first, machines second” forms the basis of many of our principles, and in that regard, we’d like to recognize a few people and thank them for their years of volunteer service Updated June 25th, 2012 by Tantek microformats.org"]
|
||||
}
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
<!-- http://microformat2-node.jit.su/h-news.html -->
|
||||
|
||||
<div class="h-news">
|
||||
<div class="p-entry h-entry">
|
||||
<h1><a class="p-name u-url" href="http://microformats.org/2012/06/25/microformats-org-at-7">microformats.org at 7</a></h1>
|
||||
<div class="e-content">
|
||||
<p class="p-summary">Last week the microformats.org community
|
||||
celebrated its 7th birthday at a gathering hosted by Mozilla in
|
||||
San Francisco and recognized accomplishments, challenges, and
|
||||
opportunities.</p>
|
||||
|
||||
<p>The microformats tagline “humans first, machines second”
|
||||
forms the basis of many of our
|
||||
<a href="http://microformats.org/wiki/principles">principles</a>, and
|
||||
in that regard, we’d like to recognize a few people and
|
||||
thank them for their years of volunteer service </p>
|
||||
</div>
|
||||
<p>Updated
|
||||
<time class="dt-updated" datetime="2012-06-25T17:08:26">June 25th, 2012</time> by
|
||||
<a class="p-author h-card" href="http://tantek.com/">Tantek</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<span class="p-dateline h-adr">
|
||||
<span class="p-locality">San Francisco</span>,
|
||||
<span class="p-region">CA</span>
|
||||
</span>
|
||||
(Geo: <span class="p-geo">37.774921;-122.445202</span>)
|
||||
<span class="p-source-org h-card">
|
||||
<a class="p-name u-url" href="http://microformats.org/">microformats.org</a>
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<a class="u-principles" href="http://microformats.org/wiki/Category:public_domain_license">Publishing policy</a>
|
||||
</p>
|
||||
</div>
|
|
@ -0,0 +1,48 @@
|
|||
// http://microformat2-node.jit.su/h-news.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-news"],
|
||||
"properties": {
|
||||
"entry": [{
|
||||
"value": "microformats.org at 7 Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities. The microformats tagline “humans first, machines second” forms the basis of many of our principles, and in that regard, we’d like to recognize a few people and thank them for their years of volunteer service Updated June 25th, 2012 by Tantek",
|
||||
"type": ["h-entry"],
|
||||
"properties": {
|
||||
"name": ["microformats.org at 7"],
|
||||
"url": ["http://microformats.org/2012/06/25/microformats-org-at-7"],
|
||||
"content": ["\n <p class=\"p-summary\">Last week the microformats.org community \n celebrated its 7th birthday at a gathering hosted by Mozilla in \n San Francisco and recognized accomplishments, challenges, and \n opportunities.</p>\n\n <p>The microformats tagline “humans first, machines second” \n forms the basis of many of our \n <a href=\"http://microformats.org/wiki/principles\">principles</a>, and \n in that regard, we’d like to recognize a few people and \n thank them for their years of volunteer service </p>\n "],
|
||||
"summary": ["Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities."],
|
||||
"updated": ["2012-06-25T17:08:26"],
|
||||
"author": {
|
||||
"value": "Tantek",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek"],
|
||||
"url": ["http://tantek.com/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}],
|
||||
"dateline": [{
|
||||
"value": "San Francisco, CA",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"locality": ["San Francisco"],
|
||||
"region": ["CA"],
|
||||
"name": ["San Francisco, CA"]
|
||||
}
|
||||
}],
|
||||
"geo": ["37.774921;-122.445202"],
|
||||
"source-org": [{
|
||||
"value": "microformats.org",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["microformats.org"],
|
||||
"url": ["http://microformats.org/"]
|
||||
}
|
||||
}],
|
||||
"principles": ["http://microformats.org/wiki/Category:public_domain_license"],
|
||||
"name": ["microformats.org at 7 Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities. The microformats tagline “humans first, machines second” forms the basis of many of our principles, and in that regard, we’d like to recognize a few people and thank them for their years of volunteer service Updated June 25th, 2012 by Tantek San Francisco, CA (Geo: 37.774921;-122.445202) microformats.org Publishing policy"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue