<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VanGore</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VanGore"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/VanGore"/>
	<updated>2026-05-29T22:55:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=HCalendar&amp;diff=31282</id>
		<title>HCalendar</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=HCalendar&amp;diff=31282"/>
		<updated>2008-02-03T20:29:47Z</updated>

		<summary type="html">&lt;p&gt;VanGore: rev, sorry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Hcalendar]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=HCalendar&amp;diff=25338</id>
		<title>HCalendar</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=HCalendar&amp;diff=25338"/>
		<updated>2008-02-03T20:27:02Z</updated>

		<summary type="html">&lt;p&gt;VanGore: double redir&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[hCalendar]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=project&amp;diff=24742</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=project&amp;diff=24742"/>
		<updated>2008-01-16T17:46:28Z</updated>

		<summary type="html">&lt;p&gt;VanGore: hToDo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{formatset|Project}}&lt;br /&gt;
'''Please note : This spec is under construction. For now, it is only a dump of ideas.'''&lt;br /&gt;
Work to develop a format to describe the various aspects of a public project like open-source software or other kinds of artistic distributions. One if its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
Please document in [[project-examples]] per [[process]].&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project-specific), [http://dannyayers.com:88/xmlns/hdoap/profile/index.xhtml hDOAP] is a [[poshformat]] projection of DOAP into HTML, deployed at [http://doapspace.org doapspace.org] and cited in the [http://www.w3.org/2003/g/data-view GRDDL namespace doc]&lt;br /&gt;
* [http://dannyayers.com:88/xmlns/project/index.htm RDF Project Vocabulary] (general purpose)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines and milestones (?)&lt;br /&gt;
* [[hToDo]] TODOs&lt;br /&gt;
* Ressources&lt;br /&gt;
** [[hCard]] for attending/participating&amp;quot; people (staff)&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
Please document in [[project-brainstorming]].&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CSS selection specification ===&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. Unlike hCard, it doesn't follow an existing standard, which permits to keep it simple. I'd much more prefer to develop sub-standards instead of being verbose. For example, the uuid:.. or scm:// ones.&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=project&amp;diff=24724</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=project&amp;diff=24724"/>
		<updated>2008-01-14T18:37:54Z</updated>

		<summary type="html">&lt;p&gt;VanGore: /* Related microformats */ rel-payment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{formatset|Project}}&lt;br /&gt;
'''Please note : This spec is under construction. For now, it is only a dump of ideas.'''&lt;br /&gt;
Work to develop a format to describe the various aspects of a public project like open-source software or other kinds of artistic distributions. One if its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== Existing pattern ==&lt;br /&gt;
existing pattern for projects&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines and milestones (?)&lt;br /&gt;
* Ressources&lt;br /&gt;
** [[hCard]] for attending/participating&amp;quot; people (staff)&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== possible code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS selection specification ==&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Please, keep the format simple. Unlike hCard, it doesn't follow an existing standard, which permits to keep it simple. I'd much more prefer to develop sub-standards instead of being verbose. For example, the uuid:.. or scm:// ones.&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=project&amp;diff=24634</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=project&amp;diff=24634"/>
		<updated>2008-01-14T18:32:14Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Existing pattern, Related microformats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{formatset|Project}}&lt;br /&gt;
'''Please note : This spec is under construction. For now, it is only a dump of ideas.'''&lt;br /&gt;
Work to develop a format to describe the various aspects of a public project like open-source software or other kinds of artistic distributions. One if its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== Existing pattern ==&lt;br /&gt;
existing pattern for projects&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines and milestones (?)&lt;br /&gt;
* Ressources&lt;br /&gt;
** [[hCard]] for attending/participating&amp;quot; people (staff)&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== possible code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS selection specification ==&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Please, keep the format simple. Unlike hCard, it doesn't follow an existing standard, which permits to keep it simple. I'd much more prefer to develop sub-standards instead of being verbose. For example, the uuid:.. or scm:// ones.&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=24743</id>
		<title>Template:formatset</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=24743"/>
		<updated>2008-01-14T18:11:07Z</updated>

		<summary type="html">&lt;p&gt;VanGore: border E8E8E8&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 250px; padding: 3px; margin-left: 2em; border: 1px solid #E8E8E8; background-color: #EDEDED; &amp;quot;&amp;gt;This format has got the [[process#Pages to create|process-status]] already. &amp;lt;small&amp;gt;Start always with number one.&amp;lt;/small&amp;gt;&lt;br /&gt;
The '''{{{1}}}-*'''&lt;br /&gt;
# [[{{{1}}}-examples|*examples]]&lt;br /&gt;
# [[{{{1}}}-formats|*formats]]&lt;br /&gt;
# [[{{{1}}}-brainstorming|*brainstorming]]&lt;br /&gt;
# [[h{{{1}}}]]&lt;br /&gt;
# [[{{{1}}}-faq|faq]]&lt;br /&gt;
# [[{{{1}}}-implementations|*implementations]]&lt;br /&gt;
Please read [[process#Pages to create|process]] '''first''', before creating new pages!&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=33749</id>
		<title>User:VanGore</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=33749"/>
		<updated>2007-12-16T20:04:55Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Klaus Mueller =&lt;br /&gt;
... for more see [http://klml.de klml.de].&lt;br /&gt;
&lt;br /&gt;
I like microformats! &lt;br /&gt;
&lt;br /&gt;
== Favourite ==&lt;br /&gt;
;[[hListing]]&lt;br /&gt;
:I'm not a neocon, but I belief free markets can make a better world. I mean real free markets, not the monopolitic farce already existing. All the tiny great producers should deal with the consumers. Without all the big traders. I want to have hListing for the [http://www.lasterdienst.de/html/sortiment_komplett.htm Lasterdienst (engl: viceservice) ;)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Todo &amp;amp; Notice ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test ==&lt;br /&gt;
{{Status|'||||}}&lt;br /&gt;
{{Status|||'||}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=cite-formats&amp;diff=31637</id>
		<title>cite-formats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=cite-formats&amp;diff=31637"/>
		<updated>2007-12-16T15:59:49Z</updated>

		<summary type="html">&lt;p&gt;VanGore: revandal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[citation-formats]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=cite-rel-profile&amp;diff=31730</id>
		<title>cite-rel-profile</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=cite-rel-profile&amp;diff=31730"/>
		<updated>2007-12-14T11:13:10Z</updated>

		<summary type="html">&lt;p&gt;VanGore: rev&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==cite-rel Meta Data Profile==&lt;br /&gt;
===Authors===&lt;br /&gt;
* Eran Globen&lt;br /&gt;
* Ryan King&lt;br /&gt;
&lt;br /&gt;
===Status===&lt;br /&gt;
This document and the profile included in it are still in draft status. As such they are subject to change and modification at any time.&lt;br /&gt;
&lt;br /&gt;
===Profile===&lt;br /&gt;
The authors believe this profile provides a set of class attribute values sufficient to be used in working implementations of cit-rel. This profile is still in draft status and therefore is subject to change as cite-rel evolves.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
    &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
        &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
        HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt; This meta data profile defines&lt;br /&gt;
        some 'class' attribute values (class names) and their meanings as suggested &lt;br /&gt;
        by a &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;draft of &lt;br /&gt;
        &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;p&amp;gt;All values are defined according to the semantics defined in the &lt;br /&gt;
        &amp;lt;a href=&amp;quot;http://microformats.org/wiki/cite-rel&amp;quot;&amp;gt;cite-rel specification&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;dl&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;via&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates a hat-tip or via link.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rev-reply&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates a reply relationship. &lt;br /&gt;
                The linking document is in reply to the target document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rev-forward&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates forwarding or re-publishing a document. &lt;br /&gt;
                The linking document forwards the target document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rev-update&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates an updated version. &lt;br /&gt;
                The linking document is an update to the target document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rel-reply&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates a reply relationship. &lt;br /&gt;
                The target document is in reply to the linking document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rel-forward&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates forwarding or re-publishing a document. &lt;br /&gt;
                The target document forwards the linking document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
            &amp;lt;dt&amp;gt;rel-update&amp;lt;/dt&amp;gt;&lt;br /&gt;
            &amp;lt;dd&amp;gt;&lt;br /&gt;
                Indicates an updated version. &lt;br /&gt;
                The target document is an update to the linking document.&lt;br /&gt;
            &amp;lt;/dd&amp;gt;&lt;br /&gt;
        &amp;lt;/dl&amp;gt;&lt;br /&gt;
    &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:VgfZ4x&amp;diff=33729</id>
		<title>User:VgfZ4x</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:VgfZ4x&amp;diff=33729"/>
		<updated>2007-12-11T22:57:08Z</updated>

		<summary type="html">&lt;p&gt;VanGore: vandal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vandal}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:MrcW1k&amp;diff=33817</id>
		<title>User:MrcW1k</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:MrcW1k&amp;diff=33817"/>
		<updated>2007-12-09T14:41:36Z</updated>

		<summary type="html">&lt;p&gt;VanGore: vandal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vandal}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:NqgFtn&amp;diff=33815</id>
		<title>User:NqgFtn</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:NqgFtn&amp;diff=33815"/>
		<updated>2007-12-05T21:09:23Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vandal}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=start-simple&amp;diff=31691</id>
		<title>start-simple</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=start-simple&amp;diff=31691"/>
		<updated>2007-12-02T13:14:02Z</updated>

		<summary type="html">&lt;p&gt;VanGore: revert spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Simple Start (Draft) =&lt;br /&gt;
&lt;br /&gt;
Note: Name Change, &amp;quot;Start Simple&amp;quot; is a Trademark in the Technology Sector (usability).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;em&amp;gt;Starting simple&amp;lt;/em&amp;gt; means solving a specific, immediate problem with your efforts. Often, the simplest possible solution turns out to be the most effective solution. No more work is needed.&lt;br /&gt;
&lt;br /&gt;
The Microformats [[process]] emphasises [[reuse | reusing]] previous efforts as much as possible, enabling greater efficacy in existing standards and their semantics. Starting simple keeps the focus on what can be accomplished effectively and immediately, rather than spending additional time chasing conceptual or theoretical chimeras; possibilities that &amp;lt;em&amp;gt;might&amp;lt;/em&amp;gt; have a general impact when implementing the standard, but then again &amp;lt;em&amp;gt;might not&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Microformats should remain as simple as possible for as long as possible, collecting additional element semantics &amp;lt;em&amp;gt;only&amp;lt;/em&amp;gt; when a significant practical need has been demonstrated for such additions.&lt;br /&gt;
&lt;br /&gt;
=== Case Study - hAtom ===&lt;br /&gt;
&lt;br /&gt;
* Removing Atom specific person/author constructs in favour of hCards&lt;br /&gt;
* Not dealing with feed level metadata - leave this to the web page context&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=24146</id>
		<title>Template:formatset</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=24146"/>
		<updated>2007-12-02T02:05:10Z</updated>

		<summary type="html">&lt;p&gt;VanGore: smaller&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 250px; padding: 3px; border: 1px solid green; background-color: #EDEDED; &amp;quot;&amp;gt;This format has got the [[process#Pages to create|process-status]] already. &amp;lt;small&amp;gt;Start always with number one.&amp;lt;/small&amp;gt;&lt;br /&gt;
The '''{{{1}}}-*'''&lt;br /&gt;
# [[{{{1}}}-examples|*examples]]&lt;br /&gt;
# [[{{{1}}}-formats|*formats]]&lt;br /&gt;
# [[{{{1}}}-brainstorming|*brainstorming]]&lt;br /&gt;
# [[h{{{1}}}]]&lt;br /&gt;
# [[{{{1}}}-faq|faq]]&lt;br /&gt;
# [[{{{1}}}-implementations|*implementations]]&lt;br /&gt;
Please read [[process#Pages to create|process]] '''first''', before creating new sites!&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bankaccount-brainstorming&amp;diff=24143</id>
		<title>bankaccount-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bankaccount-brainstorming&amp;diff=24143"/>
		<updated>2007-12-02T01:59:00Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{formatset|bankaccount}}&lt;br /&gt;
&amp;lt;h1&amp;gt;Bankaccount-Brainstorming&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  The Problem ==&lt;br /&gt;
A microformat for account numbers would allow people to act on the data in a page and avoid the terrible consequences of getting a bank account number wrong!&lt;br /&gt;
&lt;br /&gt;
== To be incorporated ==&lt;br /&gt;
* [[rel-payment]] for the links pointing on this sites.&lt;br /&gt;
* [[currency-proposal]] for bills&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bankaccount-brainstorming&amp;diff=23603</id>
		<title>bankaccount-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bankaccount-brainstorming&amp;diff=23603"/>
		<updated>2007-12-02T01:56:30Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{formatset|bankaccount}}&lt;br /&gt;
&amp;lt;h1&amp;gt;Bankaccount-Brainstorming&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  The Problem ==&lt;br /&gt;
A microformat for account numbers would allow people to act on the data in a page and avoid the terrible consequences of getting a bank account number wrong!&lt;br /&gt;
&lt;br /&gt;
== To be incorporated ==&lt;br /&gt;
* [[rel-payment]] for the links pointing on this sites.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=23604</id>
		<title>Template:formatset</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=23604"/>
		<updated>2007-12-02T01:43:52Z</updated>

		<summary type="html">&lt;p&gt;VanGore: + color, + the &amp;quot;no good idea h&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 350px; padding: 3px; border: 1px solid green; background-color: #FAFAFA; &amp;quot;&amp;gt;This format has got the [[process#Pages to create|process-status]] already. Start always with number one.&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-formats]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
# [[h{{{1}}}]]&lt;br /&gt;
# [[{{{1}}}-faq]]&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-implementations]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
Please read [[process#Pages to create|process]] '''first''', before creating new sites!&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bankaccount-examples&amp;diff=24145</id>
		<title>bankaccount-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bankaccount-examples&amp;diff=24145"/>
		<updated>2007-12-02T01:39:33Z</updated>

		<summary type="html">&lt;p&gt;VanGore: formatset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{formatset|bankaccount}}&lt;br /&gt;
&amp;lt;h1&amp;gt;Bank Account Examples&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per the microformats [[process]] this is an [[examples]] page documenting existing real world examples of bank account references published on the Web.  Next steps are to research [[bankaccount-formats]] and then (only ''after'' that), proceed with [[bankaccount-brainstorming]].  Only URLs to actual bank account numbers/references please.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Klaus Muller&lt;br /&gt;
* Guillaume Lebleu&lt;br /&gt;
* Corsin Camichel&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon.de (Germany) ===&lt;br /&gt;
&lt;br /&gt;
[http://www.amazon.de/gp/help/seller/shipping.html?ie=UTF8&amp;amp;seller=A11MRI5N4LBZ82#policies Amazon.de] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Unsere deutsche Bankverbindung:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Empire Merchandising GmbH&amp;lt;br&amp;gt;&lt;br /&gt;
Volksbank Darmstadt/Deutschland&amp;lt;br&amp;gt;&lt;br /&gt;
Bankleitzahl (BLZ) 508 900 00&amp;lt;br&amp;gt;&lt;br /&gt;
Konto-Nr. 1757814&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
BIC: GENODEF1VBD&amp;lt;br&amp;gt;&lt;br /&gt;
IBAN: DE 0750 8900 0000 0175 7814&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This bank account reference is composed of:&lt;br /&gt;
* Bank account name (i.e. the name of the bank account, typically the same as the name of the bank account owner)&lt;br /&gt;
* Name and partial address of the bank maintaining the account&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Bankleitzahl Bankleitzahl]: literaly, number that leads to the bank. A number issued by the Bundesbank to a bank or one of its branches (i.e. to a bank account issuer). It is composed of:&lt;br /&gt;
** 3 digit identifying the local Bundesbank code (the first digit is the clearing region).&lt;br /&gt;
** 1 digit identifying the bank group (ex. savings bank, commercial bank, etc.)&lt;br /&gt;
** 4 digits identifying the bank/branch&lt;br /&gt;
* Actual account number issued by the bank&lt;br /&gt;
* BIC: a number issued by SWIFT to a bank or one of its branches (i.e. to a bank account number issuer). See [http://www.swift.com/biconline/ SWIFT BIConline]&lt;br /&gt;
* IBAN: this is actually a [http://www.ecbs.org/iban.htm standardized] country specific concatenation/serialization of various account informations that together guarantees the account number uniqueness worldwide for use in any transaction, international or not. Note that even though IBAN is globally unique, the BIC must be provided in financial messages. For Germany, the IBAN is composed of:&lt;br /&gt;
** country code&lt;br /&gt;
** 2 check digits&lt;br /&gt;
** Bankleitzahl&lt;br /&gt;
** Account number&lt;br /&gt;
&lt;br /&gt;
=== neckermann.de (Germany) ===&lt;br /&gt;
&lt;br /&gt;
A link cannot be provided but if you want to see the sample below, go to the Web site and click Impressum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;copytext&amp;quot;&amp;gt;Bankverbindung: neckermann.de GmbH, 60279 Frankfurt.&lt;br /&gt;
&amp;lt;br&amp;gt;Bayerische Landesbank, Kto. 50 55 400, BLZ 700 500 00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Christchurch city (New Zealand) ===&lt;br /&gt;
&lt;br /&gt;
http://www.ccc.govt.nz/QuickAnswers/BylawsLicensing/Miscellaneous/F3635.asp&lt;br /&gt;
&lt;br /&gt;
=== EDPNet (Belgium) ===&lt;br /&gt;
&lt;br /&gt;
http://en.wiki.edpnet.be/index.php/What_is_the_bank_account_number_of_EDPnet&lt;br /&gt;
&lt;br /&gt;
=== csa.gov.uk (UK) ===&lt;br /&gt;
&lt;br /&gt;
http://www.csa.gov.uk/en/employers/payment.asp&lt;br /&gt;
&lt;br /&gt;
=== Birmingham.gov.uk ===&lt;br /&gt;
&lt;br /&gt;
http://www.birmingham.gov.uk/GenerateContent?CONTENT_ITEM_ID=557&amp;amp;CONTENT_ITEM_TYPE=0&amp;amp;MENU_ID=301&lt;br /&gt;
&lt;br /&gt;
=== Bank of America Web banking (not from the public Web) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;A href=&amp;quot;/cgi-bin/ias/15_LXhvFyxHfHakKPIj_BukEUpZkH_aOGHTJAKA39e163375/2/WelcomeControl?action=account_details&amp;amp;accountIndex=0&amp;quot; class=linknormal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			Checking-8723&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just putting this one here to show an example of obfuscated bank account number. The actual account identifier used by the server is &amp;quot;0&amp;quot; (in combination of the user session), which is really a transient identifier. Another, user-friendly, identifier is presented to the user composed of the last four digits of the account number and the type of the account.&lt;br /&gt;
&lt;br /&gt;
=== Haas School (USA) ===&lt;br /&gt;
&lt;br /&gt;
http://www.haas.berkeley.edu/EWMBA/finaid/BillingPayOptions#WireTransfer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;p&amp;gt; &amp;lt;strong&amp;gt;University's bank name&amp;lt;/strong&amp;gt;: Bank of America, NA&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank routing number&amp;lt;/strong&amp;gt;: 0260-0959-3 (wire transfer only)&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank account number&amp;lt;/strong&amp;gt;: 0175380001&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank address&amp;lt;/strong&amp;gt;: 1655 Grant Street; Concord, CA 94520&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank SWIFT code&amp;lt;/strong&amp;gt;: BOFAUS 3N&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank CHIPS Address&amp;lt;/strong&amp;gt;: 0959&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Beneficiary&amp;lt;/strong&amp;gt;: Regents of the University of California&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Reference&amp;lt;/strong&amp;gt;: The eight-digit UC Berkeley Student ID Number and student name. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hostpoint AG (Switzerland) ===&lt;br /&gt;
&lt;br /&gt;
http://hostpoint.ch/ueber-hostpoint/kontakt/bankverbindungen (includes examples for Germany, France and Austria as well)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Credit Suisse&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
8640 Rapperswil-Jona&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Schweiz&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
IBAN: CH95 0483 5095 7545 7100 1&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
BIC: CRESCHZZ80A&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
BC (BLZ): 4835&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Konto-Nr. 957545-71-1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== aerzte-ohne-grenzen ===&lt;br /&gt;
http://www.aerzte-ohne-grenzen.de/Spenden/Spenden/Spendenkonto.php&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;mCont&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div id=&amp;quot;mLead&amp;quot;&amp;gt;Spendenkonto 97 0 97&amp;lt;br&amp;gt;&lt;br /&gt;
    Bankleitzahl 370 205 00&amp;lt;br&amp;gt;&lt;br /&gt;
    Bank für Sozialwirtschaft&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;...&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Für Überweisungen aus dem Ausland: &amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt;IBAN: DE72 3702 0500 0009 7097 00&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt; SWIFT-BIC: BFSWDE33&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=33407</id>
		<title>Template:Status</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=33407"/>
		<updated>2007-12-02T01:38:13Z</updated>

		<summary type="html">&lt;p&gt;VanGore: revert my own&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 200px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This item has got the [[process]]-status:&lt;br /&gt;
* {{{1}}}''problem statement''{{{1}}}&lt;br /&gt;
* {{{2}}}''research/discussion''{{{2}}}&lt;br /&gt;
* {{{3}}}''proposal/draft''{{{3}}}&lt;br /&gt;
* {{{4}}}''standard''{{{4}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=23602</id>
		<title>Template:formatset</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:formatset&amp;diff=23602"/>
		<updated>2007-12-02T01:37:46Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 350px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This format has got the [[process#Pages to create|process-status]] already:&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-formats]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
# [[{{{1}}}]]&lt;br /&gt;
# [[{{{1}}}-faq]]&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-implementations]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
Please read [[process#Pages to create|process]] '''first''', before creating new sites!&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23600</id>
		<title>Template:Status</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23600"/>
		<updated>2007-12-02T01:35:49Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 350px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This format has got the [[process#Pages to create|process-status]] already:&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-formats]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
# [[{{{1}}}]]&lt;br /&gt;
# [[{{{1}}}-faq]]&lt;br /&gt;
# [[{{{1}}}-examples]]&lt;br /&gt;
# [[{{{1}}}-implementations]]&lt;br /&gt;
# [[{{{1}}}-brainstorming]]&lt;br /&gt;
Please read [[process#Pages to create|process]] '''first''', before creating new sites!&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=process-de&amp;diff=33690</id>
		<title>process-de</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=process-de&amp;diff=33690"/>
		<updated>2007-12-02T01:09:39Z</updated>

		<summary type="html">&lt;p&gt;VanGore: interwiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitte lesen Sie die [[introduction-de|Einführung]], falls dies Ihr erster Besuch ist.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Sie wollen also ein neues microformat entwickeln?&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Grundlegende vorausgesetzte Kenntnisse ==&lt;br /&gt;
Bevor Sie beginnen beachten Sie bitte folgendes:&lt;br /&gt;
&lt;br /&gt;
# Bringen Sie Ihre persönliche Seite in den [[POSH]]-Standard.&lt;br /&gt;
# Fügen Sie Ihrer eigenen Seite &amp;lt;em&amp;gt;existierende&amp;lt;/em&amp;gt; microformate wie [[hcard-de|hCard]] für Kontaktdaten, [[hcalendar|hCalendar]] für Termine, [[hatom|hAtom]] regelmäßig aktualisierte Inhlate (z.B. blogs) hinzu.  Auf der Seite [[get-started-de]] erhalten Sie mehr spezifische Beispiele für Microformate.&lt;br /&gt;
&lt;br /&gt;
Das hilft Ihnen mit dem [[POSH-de|POSH-Konzept]] und [[microformats-de|Mikroformaten]] vertrauter und erfahrener zu werden. Diese praktischen Erfahrungen werden Ihnen helfen neue Mikroformate zu entwickeln.&lt;br /&gt;
&lt;br /&gt;
Dann fragen Sie sich selbst:&lt;br /&gt;
&lt;br /&gt;
== Warum? ==&lt;br /&gt;
Als erstes brauchen Sie eine existierende Problemstellung welche gelöst werden soll. Kein Problem, kein Microformat.!&lt;br /&gt;
&lt;br /&gt;
Dann wenn Sie &amp;quot;Ihr&amp;quot; Problem definiert haben fragen Sie sich selbst: 'gibt es eine einfachere Problemstellung?'. Ist dem so, so sollten Sie erst dieses lösen. Wir wollen die einfachste Form zuerst lösen und erst dann weitere komplexe Problemstellungen lösen.&lt;br /&gt;
&lt;br /&gt;
Weiter sollten Sie recherchieren ob jemand anderes die gleiche Problemstellung wie Sie definiert hat. Stellen Sie dann fest das Sie immer noch ein ungelöstes Problem haben, schreiben Sie an die [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] Mailing-Liste oder wenden Sie sich an einen anderen Diskussionskanal ([http://microformats.org/discuss/ microformats.org/discuss]).&lt;br /&gt;
&lt;br /&gt;
So stellen wir sicher das alle Interessierten an der Diskussion teilnehmen. Bitte fragen sie '''&amp;lt;span style=&amp;quot;text-transform: uppercase;&amp;quot;&amp;gt;erst&amp;lt;/span&amp;gt;''' nach bevor Sie eine Wikiseite eröffnen.  Das Wiki dient hier nicht als zentraler &amp;amp;quot;Notizzettel&amp;amp;quot;. Wenn Sie sich nicht in der Lage sehen Ihre Problemstellung darzustellen und Sie meinen einen langen Text schreiben zu müssen, kann das daran liegen das Sie ein großes Problem lösen wollen - und dann gilt der obige Absatz.&lt;br /&gt;
&lt;br /&gt;
== Darstellung aktueller Sachverhalte ==&lt;br /&gt;
Zeigen Sie Beispiele konkrete Beispiele. [[why-examples-de|Warum man erst Beispiele benötigt?]]&lt;br /&gt;
&lt;br /&gt;
Es gibt das Konzept [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths] - um mit der Entwicklung zu beginnen muss man erst den Weg dahin finden.&lt;br /&gt;
&lt;br /&gt;
Ihre Beispiele sollten Seiten sein, die Daten und Informationen enthalten welche Sie mit Mikroformaten strukturieren wollen. Aus diesen Seiten sollten Markup-Beispiele aufzeigen und Lösungen vorschlagen.&lt;br /&gt;
&lt;br /&gt;
Diese Beispiele sollten öffentlich zugänglich sein, vorzugsweise dann im  Wiki, da so eine gemeinsame Bearbeitung erst möglich ist.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Seite [[reviews-formats]] ist in diesem Fall ein gutes Beispiel über die notwendige Recherchearbeit vor der Erstellung von Mikroformaten. Vor der Entwicklung von [[hreview|hReview]] wurden dort erst die Struktur und Arbeitsweise von Bewertungseiten untersucht und dann eine Analysen der darin enthalten Schemata dargestellt. &lt;br /&gt;
&lt;br /&gt;
Es ist möglich das sie während der Recherche auf &amp;quot;Ihr&amp;quot; Problem treffen der sogar auf jemanden der dieses gelöst hat &lt;br /&gt;
&lt;br /&gt;
Das wichtigste ist ein Dialog mit Anderen die an das selbe Problem herangehen. Wir möchten keine Mauern zwischen konkurrierenden Gruppen ziehen, welche am gleichen Problem arbeiten; alle sollen an geeigneten Lösungen zusammen arbeiten die möglichst viele Anforderungen abdecken.&lt;br /&gt;
&lt;br /&gt;
== Vorschlag eines Microformat ==&lt;br /&gt;
Am wichtigsten ist: &amp;lt;strong style=&amp;quot;text-transform:uppercase;&amp;quot;&amp;gt;machs nicht!&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Es gibt weiter Dinge die man vor einer Neuentwicklung versuchen sollte:&lt;br /&gt;
# Existiert bereits ein standard Element in XHTML&lt;br /&gt;
# Existiert bereits Zusammenstellungen auf XHTML-Basis&lt;br /&gt;
# Wenn die Antwort hier zwei mal &amp;quot;Nein&amp;quot; war, dann kann man über eine neues Micorformat diskutieren.&lt;br /&gt;
&lt;br /&gt;
Weiteres zum Thema semantisches XHTML, Beispiele und XHTML-Zusammenstellungen gibt es auf [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
Weiter gilt es die [[microformats#the microformats principles|microformats Richtlinien]] einzuhalten.&lt;br /&gt;
&lt;br /&gt;
Haben Sie diese Verstanden sollten Sie sich selbst fragen ob es &amp;amp;quot;etablierte, interoperabel eingeführte Standards welche das Problem bereits angehen, gibt&amp;amp;quot;. So wurde hCard and hCalendar auf den IETF Standards für vCard und iCal aufgebaut.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Interwiki|&lt;br /&gt;
* [[process|Englisch]]&lt;br /&gt;
* [[process-fr|Französich]]}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Interwiki&amp;diff=33800</id>
		<title>Template:Interwiki</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Interwiki&amp;diff=33800"/>
		<updated>2007-12-02T01:08:48Z</updated>

		<summary type="html">&lt;p&gt;VanGore: typo nofloat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;  padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This article is also available in the following lanuages:&lt;br /&gt;
{{{1}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23599</id>
		<title>Template:Status</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23599"/>
		<updated>2007-12-02T01:05:31Z</updated>

		<summary type="html">&lt;p&gt;VanGore: - wrong style&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 200px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This item has got the [[process]]-status:&lt;br /&gt;
* {{{1}}}''problem statement''{{{1}}}&lt;br /&gt;
* {{{2}}}''research/discussion''{{{2}}}&lt;br /&gt;
* {{{3}}}''proposal/draft''{{{3}}}&lt;br /&gt;
* {{{4}}}''standard''{{{4}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Interwiki&amp;diff=23597</id>
		<title>Template:Interwiki</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Interwiki&amp;diff=23597"/>
		<updated>2007-12-02T01:05:07Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; float: right; width: 200px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This article is availible in the following lanuages:&lt;br /&gt;
{{{1}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23596</id>
		<title>Template:Status</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23596"/>
		<updated>2007-12-02T00:39:56Z</updated>

		<summary type="html">&lt;p&gt;VanGore: border, list, float&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot; list-style-type: none ; float: right; width: 200px; padding: 3px; border: 1px solid green; &amp;quot;&amp;gt;This item has got the [[process]]-status:&lt;br /&gt;
* {{{1}}}''problem statement''{{{1}}}&lt;br /&gt;
* {{{2}}}''research/discussion''{{{2}}}&lt;br /&gt;
* {{{3}}}''proposal/draft''{{{3}}}&lt;br /&gt;
* {{{4}}}''standard''{{{4}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23874</id>
		<title>User:VanGore</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23874"/>
		<updated>2007-12-02T00:29:45Z</updated>

		<summary type="html">&lt;p&gt;VanGore: status test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Klaus Mueller =&lt;br /&gt;
... for more [http://klml.de klml.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Todo &amp;amp; Notice ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test ==&lt;br /&gt;
{{Status|'||||}}&lt;br /&gt;
{{Status|||'||}}&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23595</id>
		<title>Template:Status</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Template:Status&amp;diff=23595"/>
		<updated>2007-12-02T00:27:53Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div&amp;gt;This item has got the [[process]]-status: {{{1}}}''problem statement''{{{1}}} → {{{2}}}''research/discussion''{{{2}}} → {{{3}}}''proposal/draft''{{{3}}} → {{{4}}}''standard''{{{4}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bankaccount-examples&amp;diff=23601</id>
		<title>bankaccount-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bankaccount-examples&amp;diff=23601"/>
		<updated>2007-12-01T23:32:29Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &amp;quot;div&amp;quot;ed example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Bank Account Examples&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per the microformats [[process]] this is an [[examples]] page documenting existing real world examples of bank account references published on the Web.  Next steps are to research [[bankaccount-formats]] and then (only ''after'' that), proceed with [[bankaccount-brainstorming]].  Only URLs to actual bank account numbers/references please.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Klaus Muller&lt;br /&gt;
* Guillaume Lebleu&lt;br /&gt;
* Corsin Camichel&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon.de (Germany) ===&lt;br /&gt;
&lt;br /&gt;
[http://www.amazon.de/gp/help/seller/shipping.html?ie=UTF8&amp;amp;seller=A11MRI5N4LBZ82#policies Amazon.de] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Unsere deutsche Bankverbindung:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Empire Merchandising GmbH&amp;lt;br&amp;gt;&lt;br /&gt;
Volksbank Darmstadt/Deutschland&amp;lt;br&amp;gt;&lt;br /&gt;
Bankleitzahl (BLZ) 508 900 00&amp;lt;br&amp;gt;&lt;br /&gt;
Konto-Nr. 1757814&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
BIC: GENODEF1VBD&amp;lt;br&amp;gt;&lt;br /&gt;
IBAN: DE 0750 8900 0000 0175 7814&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This bank account reference is composed of:&lt;br /&gt;
* Bank account name (i.e. the name of the bank account, typically the same as the name of the bank account owner)&lt;br /&gt;
* Name and partial address of the bank maintaining the account&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Bankleitzahl Bankleitzahl]: literaly, number that leads to the bank. A number issued by the Bundesbank to a bank or one of its branches (i.e. to a bank account issuer). It is composed of:&lt;br /&gt;
** 3 digit identifying the local Bundesbank code (the first digit is the clearing region).&lt;br /&gt;
** 1 digit identifying the bank group (ex. savings bank, commercial bank, etc.)&lt;br /&gt;
** 4 digits identifying the bank/branch&lt;br /&gt;
* Actual account number issued by the bank&lt;br /&gt;
* BIC: a number issued by SWIFT to a bank or one of its branches (i.e. to a bank account number issuer). See [http://www.swift.com/biconline/ SWIFT BIConline]&lt;br /&gt;
* IBAN: this is actually a [http://www.ecbs.org/iban.htm standardized] country specific concatenation/serialization of various account informations that together guarantees the account number uniqueness worldwide for use in any transaction, international or not. Note that even though IBAN is globally unique, the BIC must be provided in financial messages. For Germany, the IBAN is composed of:&lt;br /&gt;
** country code&lt;br /&gt;
** 2 check digits&lt;br /&gt;
** Bankleitzahl&lt;br /&gt;
** Account number&lt;br /&gt;
&lt;br /&gt;
=== neckermann.de (Germany) ===&lt;br /&gt;
&lt;br /&gt;
A link cannot be provided but if you want to see the sample below, go to the Web site and click Impressum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;copytext&amp;quot;&amp;gt;Bankverbindung: neckermann.de GmbH, 60279 Frankfurt.&lt;br /&gt;
&amp;lt;br&amp;gt;Bayerische Landesbank, Kto. 50 55 400, BLZ 700 500 00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Christchurch city (New Zealand) ===&lt;br /&gt;
&lt;br /&gt;
http://www.ccc.govt.nz/QuickAnswers/BylawsLicensing/Miscellaneous/F3635.asp&lt;br /&gt;
&lt;br /&gt;
=== EDPNet (Belgium) ===&lt;br /&gt;
&lt;br /&gt;
http://en.wiki.edpnet.be/index.php/What_is_the_bank_account_number_of_EDPnet&lt;br /&gt;
&lt;br /&gt;
=== csa.gov.uk (UK) ===&lt;br /&gt;
&lt;br /&gt;
http://www.csa.gov.uk/en/employers/payment.asp&lt;br /&gt;
&lt;br /&gt;
=== Birmingham.gov.uk ===&lt;br /&gt;
&lt;br /&gt;
http://www.birmingham.gov.uk/GenerateContent?CONTENT_ITEM_ID=557&amp;amp;CONTENT_ITEM_TYPE=0&amp;amp;MENU_ID=301&lt;br /&gt;
&lt;br /&gt;
=== Bank of America Web banking (not from the public Web) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;A href=&amp;quot;/cgi-bin/ias/15_LXhvFyxHfHakKPIj_BukEUpZkH_aOGHTJAKA39e163375/2/WelcomeControl?action=account_details&amp;amp;accountIndex=0&amp;quot; class=linknormal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			Checking-8723&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just putting this one here to show an example of obfuscated bank account number. The actual account identifier used by the server is &amp;quot;0&amp;quot; (in combination of the user session), which is really a transient identifier. Another, user-friendly, identifier is presented to the user composed of the last four digits of the account number and the type of the account.&lt;br /&gt;
&lt;br /&gt;
=== Haas School (USA) ===&lt;br /&gt;
&lt;br /&gt;
http://www.haas.berkeley.edu/EWMBA/finaid/BillingPayOptions#WireTransfer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;p&amp;gt; &amp;lt;strong&amp;gt;University's bank name&amp;lt;/strong&amp;gt;: Bank of America, NA&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank routing number&amp;lt;/strong&amp;gt;: 0260-0959-3 (wire transfer only)&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank account number&amp;lt;/strong&amp;gt;: 0175380001&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank address&amp;lt;/strong&amp;gt;: 1655 Grant Street; Concord, CA 94520&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank SWIFT code&amp;lt;/strong&amp;gt;: BOFAUS 3N&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Bank CHIPS Address&amp;lt;/strong&amp;gt;: 0959&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Beneficiary&amp;lt;/strong&amp;gt;: Regents of the University of California&amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;strong&amp;gt;Reference&amp;lt;/strong&amp;gt;: The eight-digit UC Berkeley Student ID Number and student name. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hostpoint AG (Switzerland) ===&lt;br /&gt;
&lt;br /&gt;
http://hostpoint.ch/ueber-hostpoint/kontakt/bankverbindungen (includes examples for Germany, France and Austria as well)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Credit Suisse&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
8640 Rapperswil-Jona&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Schweiz&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
IBAN: CH95 0483 5095 7545 7100 1&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
BIC: CRESCHZZ80A&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
BC (BLZ): 4835&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Konto-Nr. 957545-71-1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== aerzte-ohne-grenzen ===&lt;br /&gt;
http://www.aerzte-ohne-grenzen.de/Spenden/Spenden/Spendenkonto.php&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;mCont&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div id=&amp;quot;mLead&amp;quot;&amp;gt;Spendenkonto 97 0 97&amp;lt;br&amp;gt;&lt;br /&gt;
    Bankleitzahl 370 205 00&amp;lt;br&amp;gt;&lt;br /&gt;
    Bank für Sozialwirtschaft&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;...&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Für Überweisungen aus dem Ausland: &amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt;IBAN: DE72 3702 0500 0009 7097 00&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt; SWIFT-BIC: BFSWDE33&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=product-examples&amp;diff=23537</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=product-examples&amp;diff=23537"/>
		<updated>2007-11-25T23:05:42Z</updated>

		<summary type="html">&lt;p&gt;VanGore: /* Existing schema */NACE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
* Ronnos&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
Please also see [[book-info-formats]] and [[book-info-examples]].&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hproduct&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hproduct&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&lt;br /&gt;
	   &amp;lt;img src=&amp;quot;assets/images/timeline/amazon/small-faces.gif&amp;quot; alt=&amp;quot;Small Faces Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Ogdens' Nut Gone Flakes&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Small Faces&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] made it possible to have an invisible property of 'artist'. Having 'Artist: Small Faces' was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
=== Atomic Books ===&lt;br /&gt;
&lt;br /&gt;
==== Books ====&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product&lt;br /&gt;
** Title (productname)&lt;br /&gt;
** Author&lt;br /&gt;
** Publisher&lt;br /&gt;
* Properties&lt;br /&gt;
** Page Count&lt;br /&gt;
** Size&lt;br /&gt;
* Notes&lt;br /&gt;
* Date Published (can be in future to indicate &amp;quot;not yet released&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Walmart ===&lt;br /&gt;
&lt;br /&gt;
=== Cell phone ===&lt;br /&gt;
* Productname&lt;br /&gt;
* Photo's (Photo)&lt;br /&gt;
** Productimage (Pdi)&lt;br /&gt;
** Thumbnails (PdiThumbs)&lt;br /&gt;
* Price (PriceInfo)&lt;br /&gt;
** Productprice (ProdPrice)&lt;br /&gt;
** Shipping options (Ship)&lt;br /&gt;
** Availability (Avail)&lt;br /&gt;
** Pricing options (PriceOptions)&lt;br /&gt;
* Description (Description)&lt;br /&gt;
* Features&lt;br /&gt;
* Included Accessories&lt;br /&gt;
&lt;br /&gt;
==Existing schema==&lt;br /&gt;
* Per [http://en.wikipedia.org/wiki/Global_Trade_Item_Number Wikipedia: Global Trade Item Number]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Global Trade Item Number (GTIN) is an identifier for trade items developed by GS1 (comprising the former EAN International and Uniform Code Council).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
: [[User:AndyMabbett|Andy Mabbett]] 09:14, 31 Aug 2007 (PDT)&lt;br /&gt;
* Using [http://en.wikipedia.org/wiki/Nomenclature_Generale_des_Activites_Economiques_dans_L%60Union_Europeenne NACE] for vendors or product-categories. [[User:VanGore|vanGore]] 15:05, 25 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=process-de&amp;diff=23598</id>
		<title>process-de</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=process-de&amp;diff=23598"/>
		<updated>2007-11-19T23:12:38Z</updated>

		<summary type="html">&lt;p&gt;VanGore: typos, ein bischen weiter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitte lesen Sie die [[introduction-de|Einführung]], falls dies Ihr erster Besuch ist.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Sie wollen also ein neues microformat entwickeln?&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Grundlegende vorausgesetzte Kenntnisse ==&lt;br /&gt;
Bevor Sie beginnen beachten Sie bitte folgendes:&lt;br /&gt;
&lt;br /&gt;
# Bringen Sie Ihre persönliche Seite in den [[POSH]]-Standard.&lt;br /&gt;
# Fügen Sie Ihrer eigenen Seite &amp;lt;em&amp;gt;existierende&amp;lt;/em&amp;gt; microformate wie [[hcard-de|hCard]] für Kontaktdaten, [[hcalendar|hCalendar]] für Termine, [[hatom|hAtom]] regelmäßig aktualisierte Inhlate (z.B. blogs) hinzu.  Auf der Seite [[get-started-de]] erhalten Sie mehr spezifische Beispiele für Microformate.&lt;br /&gt;
&lt;br /&gt;
Das hilft Ihnen mit dem [[POSH-de|POSH-Konzept]] und [[microformats-de|Mikroformaten]] vertrauter und erfahrener zu werden. Diese praktischen Erfahrungen werden Ihnen helfen neue Mikroformate zu entwickeln.&lt;br /&gt;
&lt;br /&gt;
Dann fragen Sie sich selbst:&lt;br /&gt;
&lt;br /&gt;
== Warum? ==&lt;br /&gt;
Als erstes brauchen Sie eine existierende Problemstellung welche gelöst werden soll. Kein Problem, kein Microformat.!&lt;br /&gt;
&lt;br /&gt;
Dann wenn Sie &amp;quot;Ihr&amp;quot; Problem definiert haben fragen Sie sich selbst: 'gibt es eine einfachere Problemstellung?'. Ist dem so, so sollten Sie erst dieses lösen. Wir wollen die einfachste Form zuerst lösen und erst dann weitere komplexe Problemstellungen lösen.&lt;br /&gt;
&lt;br /&gt;
Weiter sollten Sie recherchieren ob jemand anderes die gleiche Problemstellung wie Sie definiert hat. Stellen Sie dann fest das Sie immer noch ein ungelöstes Problem haben, schreiben Sie an die [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] Mailing-Liste oder wenden Sie sich an einen anderen Diskussionskanal ([http://microformats.org/discuss/ microformats.org/discuss]).&lt;br /&gt;
&lt;br /&gt;
So stellen wir sicher das alle Interessierten an der Diskussion teilnehmen. Bitte fragen sie '''&amp;lt;span style=&amp;quot;text-transform: uppercase;&amp;quot;&amp;gt;erst&amp;lt;/span&amp;gt;''' nach bevor Sie eine Wikiseite eröffnen.  Das Wiki dient hier nicht als zentraler &amp;amp;quot;Notizzettel&amp;amp;quot;. Wenn Sie sich nicht in der Lage sehen Ihre Problemstellung darzustellen und Sie meinen einen langen Text schreiben zu müssen, kann das daran liegen das Sie ein großes Problem lösen wollen - und dann gilt der obige Absatz.&lt;br /&gt;
&lt;br /&gt;
== Darstellung aktueller Sachverhalte ==&lt;br /&gt;
Zeigen Sie Beispiele konkrete Beispiele. [[why-examples-de|Warum man erst Beispiele benötigt?]]&lt;br /&gt;
&lt;br /&gt;
Es gibt das Konzept [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths] - um mit der Entwicklung zu beginnen muss man erst den Weg dahin finden.&lt;br /&gt;
&lt;br /&gt;
Ihre Beispiele sollten Seiten sein, die Daten und Informationen enthalten welche Sie mit Mikroformaten strukturieren wollen. Aus diesen Seiten sollten Markup-Beispiele aufzeigen und Lösungen vorschlagen.&lt;br /&gt;
&lt;br /&gt;
Diese Beispiele sollten öffentlich zugänglich sein, vorzugsweise dann im  Wiki, da so eine gemeinsame Bearbeitung erst möglich ist.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Seite [[reviews-formats]] ist in diesem Fall ein gutes Beispiel über die notwendige Recherchearbeit vor der Erstellung von Mikroformaten. Vor der Entwicklung von [[hreview|hReview]] wurden dort erst die Struktur und Arbeitsweise von Bewertungseiten untersucht und dann eine Analysen der darin enthalten Schemata dargestellt. &lt;br /&gt;
&lt;br /&gt;
Es ist möglich das sie während der Recherche auf &amp;quot;Ihr&amp;quot; Problem treffen der sogar auf jemanden der dieses gelöst hat &lt;br /&gt;
&lt;br /&gt;
Das wichtigste ist ein Dialog mit Anderen die an das selbe Problem herangehen. Wir möchten keine Mauern zwischen konkurrierenden Gruppen ziehen, welche am gleichen Problem arbeiten; alle sollen an geeigneten Lösungen zusammen arbeiten die möglichst viele Anforderungen abdecken.&lt;br /&gt;
&lt;br /&gt;
== Vorschlag eines Microformat ==&lt;br /&gt;
Am wichtigsten ist: &amp;lt;strong style=&amp;quot;text-transform:uppercase;&amp;quot;&amp;gt;machs nicht!&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Es gibt weiter Dinge die man vor einer Neuentwicklung versuchen sollte:&lt;br /&gt;
# Existiert bereits ein standard Element in XHTML&lt;br /&gt;
# Existiert bereits Zusammenstellungen auf XHTML-Basis&lt;br /&gt;
# Wenn die Antwort hier zwei mal &amp;quot;Nein&amp;quot; war, dann kann man über eine neues Micorformat diskutieren.&lt;br /&gt;
&lt;br /&gt;
Weiteres zum Thema semantisches XHTML, Beispiele und XHTML-Zusammenstellungen gibt es auf [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
Weiter gilt es die [[microformats#the microformats principles|microformats Richtlinien]] einzuhalten.&lt;br /&gt;
&lt;br /&gt;
Haben Sie diese Verstanden sollten Sie sich selbst fragen ob es &amp;amp;quot;etablierte, interoperabel eingeführte Standards welche das Problem bereits angehen, gibt&amp;amp;quot;. So wurde hCard and hCalendar auf den IETF Standards für vCard und iCal aufgebaut.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=process-de&amp;diff=23423</id>
		<title>process-de</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=process-de&amp;diff=23423"/>
		<updated>2007-11-15T00:26:39Z</updated>

		<summary type="html">&lt;p&gt;VanGore: sorry 2 typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitte lesen Sie die [[introduction-de|Einführung]], falls dies Ihr erster Besuch ist.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Sie wollen also ein neues microformat entwickeln?&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Grundlegende vorausgesetzte Kenntnisse ==&lt;br /&gt;
Bevor Sie starten beachten Sie folgendes:&lt;br /&gt;
&lt;br /&gt;
# Bringen Sie Ihre Seite in den [[POSH-de|POSH]]-Standard.&lt;br /&gt;
# Fügen Sie Ihrer eigenen Seite &amp;lt;em&amp;gt;existierende&amp;lt;/em&amp;gt; microformate wie [[hcard-de|hCard]] für Kontaktdaten, [[hcalendar|hCalendar]] für Termine, [[hatom|hAtom]] regelmäßig upgedateten Inhslt (z.B. blogs) hinzu.  Auf der Seite [[get-started-de|get-started]] erhalten Sie mehr spezifische Beispiele Microformate.&lt;br /&gt;
&lt;br /&gt;
Das hilft Ihnen mit dem [[POSH-de|POSH-Konzept]] und [[microformats-de|Mikroformaten]] vertrauter zu werden.&lt;br /&gt;
Diese praktischen Erfahrungen werden Ihnen helfen neue Mikroformate zu entwickeln.&lt;br /&gt;
&lt;br /&gt;
Dann fragen Sie sich selbst:&lt;br /&gt;
&lt;br /&gt;
== Warum? ==&lt;br /&gt;
Als erstes brauchen Sie eine existierende Problemstellung welche gelöst werden soll. Kein Problem, kein Microformat. &lt;br /&gt;
&lt;br /&gt;
Dann wenn Sie &amp;quot;Ihr&amp;quot; Problem definiert haben fragen Sie sich selbst: 'gibt es eine einfachere Problemstellung?'. Ist dem so, so sollten Sie erst dieses lösen. Wir wollen die einfachste Form zuerst lösen und erst dann weitere komplexe Problemstellungen lösen.&lt;br /&gt;
&lt;br /&gt;
Weiter sollten Sie im Netz recherchieren ob jemand anderes die gleiche Problemstellung wie Sie definiert hat. Stelen Sie dann fest das Sie immer noch ein ungelöstes Problem haben, schreiben Sie an die [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] Mailing-Liste oder an einen anderen Diskussionskanal ([http://microformats.org/discuss/ microformats.org/discuss]).&lt;br /&gt;
&lt;br /&gt;
So stellen wir sicher das alle Interssierten an der Diskussion teilnehmen. Bitte fragen sie '''&amp;lt;span style=&amp;quot;text-transform: uppercase;&amp;quot;&amp;gt;erst&amp;lt;/span&amp;gt;''' nach bevor Sie eine Wikiseite eröffnen.  Das Wiki dient hier nicht als zentraler &amp;amp;quot;Notizzettel&amp;amp;quot;. Wenn Sie sich nicht in der Lage sehen Ihre Problemstellung und denken Sie benötigen einen langen Text, kann das daran liegen das Sie ein großes Problem lösen wollen - und dann gilt der obige Absatz.&lt;br /&gt;
&lt;br /&gt;
== Darstellung aktueller Sachverhalte ==&lt;br /&gt;
Zeigen Sie Beispiele konkrette Beispiele. [[why-examples-de|Warum man erst Beispiele benötigt?]]&lt;br /&gt;
&lt;br /&gt;
Es gibt das Konzept [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths] - um mit der Entwicklung zu beginnen muss man erst den Weg finden. Ihre Beispiele sollten Seiten zeigen die Daten und Informationen beinhalten die diejenigen Daten enthalten welche Sie mit Mikroformaten strukturieren wollen. Aus diesen Seiten sollten Markup-Beispiele aufzeigen und Lösungen vorschlagen.&lt;br /&gt;
&lt;br /&gt;
Diese Beispiele sollten öffentlich zugänglich sein, vorzugsweise in einem Wiki, da es keine Möglichkeit gibt diese allein zu bearbeiten.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Seite [[reviews-formats]] ist hier ein gutes Beispiel über die Recherchearbeit vor der Erstellung von Mikroformaten. Vor der Entwicklung von [[hreview|hReview]] wurden erst die Struktur und Arbeitsweise von Bewertungseiten untersucht und dann eine Analysen der darin enthalten Schemata dargestellt.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=process-de&amp;diff=23365</id>
		<title>process-de</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=process-de&amp;diff=23365"/>
		<updated>2007-11-15T00:25:28Z</updated>

		<summary type="html">&lt;p&gt;VanGore: first part&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitte lesen Sie die [[introduction-de|Einführung]], falls dies Ihr erster Besuch ist.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Sie wollen also ein neues microformat entwickeln?&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Grundlegende vorrausgesetzte Kenntnisse ==&lt;br /&gt;
Bevor Sie starten beachten Sie folgendes:&lt;br /&gt;
&lt;br /&gt;
# Bringen Sie Ihre Seite in den [[POSH-de|POSH]]-Standard.&lt;br /&gt;
# Fügen Sie Ihrer eigenen Seite &amp;lt;em&amp;gt;existierende&amp;lt;/em&amp;gt; microformate wie [[hcard-de|hCard]] für Kontaktdaten, [[hcalendar|hCalendar]] für Termine, [[hatom|hAtom]] regelmäßig upgedateten Inhslt (z.B. blogs) hinzu.  Auf der Seite [[get-started-de|]] erhalten Sie mehr spezifische Beispiele Microformate.&lt;br /&gt;
&lt;br /&gt;
Das hilft Ihnen mit dem [[POSH-de|POSH-Konzept]] und [[microformats-de|Mikroformaten]] vertrauter zu werden.&lt;br /&gt;
Diese praktischen Erfahrungen werden Ihnen helfen neue Mikroformate zu entwickeln.&lt;br /&gt;
&lt;br /&gt;
Dann fragen Sie sich selbst:&lt;br /&gt;
&lt;br /&gt;
== Warum? ==&lt;br /&gt;
Als erstes brauchen Sie eine existierende Problemstellung welche gelöst werden soll. Kein Problem, kein Microformat. &lt;br /&gt;
&lt;br /&gt;
Dann wenn Sie &amp;quot;Ihr&amp;quot; Problem definiert haben fragen Sie sich selbst: 'gibt es eine einfachere Problemstellung?'. Ist dem so, so sollten Sie erst dieses lösen. Wir wollen die einfachste Form zuerst lösen und erst dann weitere komplexe Problemstellungen lösen.&lt;br /&gt;
&lt;br /&gt;
Weiter sollten Sie im Netz recherchieren ob jemand anderes die gleiche Problemstellung wie Sie definiert hat. Stelen Sie dann fest das Sie immer noch ein ungelöstes Problem haben, schreiben Sie an die [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] Mailing-Liste oder an einen anderen Diskussionskanal ([http://microformats.org/discuss/ microformats.org/discuss]).&lt;br /&gt;
&lt;br /&gt;
So stellen wir sicher das alle Interssierten an der Diskussion teilnehmen. Bitte fragen sie '''&amp;lt;span style=&amp;quot;text-transform: uppercase;&amp;quot;&amp;gt;erst&amp;lt;/span&amp;gt;''' nach bevor Sie eine Wikiseite eröffnen.  Das Wiki dient hier nicht als zentraler &amp;amp;quot;Notizzettel&amp;amp;quot;. Wenn Sie sich nicht in der Lage sehen Ihre Problemstellung und denken Sie benötigen einen langen Text, kann das daran liegen das Sie ein großes Problem lösen wollen - und dann gilt der obige Absatz.&lt;br /&gt;
&lt;br /&gt;
== Darstellung aktueller Sachverhalte ==&lt;br /&gt;
Zeigen Sie Beispiele konkrette Beispiele. [[why-examples-de|Warum man erst Beispiele benötigt?]]&lt;br /&gt;
&lt;br /&gt;
Es gibt das Konzept [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths] - um mit der Entwicklung zu beginnen muss man erst den Weg finden. Ihre Beispiele sollten Seiten zeigen die Daten und Informationen beinhalten die diejenigen Daten enthalten welche Sie mit Mikroformaten strukturieren wollen. Aus diesen Seiten sollten Markup-Beispiele aufzeigen und Lösungen vorschlagen.&lt;br /&gt;
&lt;br /&gt;
Diese Beispiele sollten öffentlich zugänglich sein, vorzugsweise in einem Wiki, da es keine Möglichkeit gibt diese allein zu bearbeiten.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Seite [[reviews-formats]] ist hier ein gutes Beispiel über die Recherchearbeit vor der Erstellung von Mikroformaten. Vor der Entwicklung von [[hreview|hReview]] wurden erst die Struktur und Arbeitsweise von Bewertungseiten untersucht und dann eine Analysen der darin enthalten Schemata dargestellt.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23594</id>
		<title>User:VanGore</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23594"/>
		<updated>2007-11-13T10:05:50Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Klaus Mueller =&lt;br /&gt;
... for more [http://klml.de klml.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Todo &amp;amp; Notice ==&lt;br /&gt;
info.xml&lt;br /&gt;
&lt;br /&gt;
shopinfo.xml&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-de&amp;diff=32674</id>
		<title>how-to-play-de</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-de&amp;diff=32674"/>
		<updated>2007-11-12T01:03:01Z</updated>

		<summary type="html">&lt;p&gt;VanGore: update from how-to-play,&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitte lesen Sie die [[introduction-de|Einführung]], falls dies Ihr erster Besuch ist.&lt;br /&gt;
&lt;br /&gt;
= Spielregeln =&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Bevor Sie etwas beisteuern, beachten Sie bitte die folgenden Richtlinien:&lt;br /&gt;
# Sie müssen ein Benutzerkonto anlegen (&amp;lt;abbr title=&amp;quot;vergleiche&amp;quot; lang=&amp;quot;de&amp;quot;&amp;gt;vgl.&amp;lt;/abbr&amp;gt; [http://de.wikipedia.org/wiki/Wikipedia:Anmelden Benutzernamen-Richtlinien der Wikipedia]), bevor Sie Seiten bearbeiten oder anlegen.&lt;br /&gt;
# Versuchen Sie es erst einmal mit einer der [http://microformats.org/discuss Mailinglisten {{ForeignLanguageLinkEnglish-de}}] (und lesen Sie vorher die Seite [[mailing-lists|mailing-lists {{ForeignLanguageLinkEnglish-de}}]]).&lt;br /&gt;
# Wenn Sie etwas schreiben, das eine eigene Meinung enthält, unterschreiben Sie es bitte mit Ihrem Benutzernamen (schreiben Sie dazu &amp;lt;nowiki&amp;gt;--~~~~&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
# Erstellen Sie in diesem Wiki bitte nur Seiten, die in direktem Zusammenhang zu Mikroformaten stehen. Andere Seiten werden vermutlich gelöscht.&lt;br /&gt;
# Bitte richten Sie sich nach den [[naming-conventions|Bennenungsvereinbarungen {{ForeignLanguageLinkEnglish-de}}]], wenn Sie Seiten erstellen.&lt;br /&gt;
# Benutzen Sie keine Diskussionsseiten. Siehe 2.&lt;br /&gt;
# Versuchen Sie bitte gültiges XHTML zu erstellen.&lt;br /&gt;
# Wenn Sie Code einfügen, fügen Sie bitte nach einer angemessenen Zeilenlänge einen Zeilenumbruch ein.&lt;br /&gt;
# Bitte benutzen Sie keine Fragezeichen oder andere Satzzeichen in den Seitentiteln und Überschriften&amp;amp;nbsp;&amp;amp;ndash; dies verkürzt die URLs und macht sie lesbarer und einfacher zu kopieren und einzufügen.&lt;br /&gt;
# Überschriften können ausdrücklich durch &amp;amp;lt;h1&amp;amp;gt;- oder &amp;amp;lt;h2&amp;amp;gt;-Tags ausgezeichnet sein, damit sie nicht im Inhaltsverzeichnis erscheinen und dieses unnötig aufblähen. Sollten Sie solche Überschriften auf einer Seite finden, '''ändern Sie sie bitte nicht''' zu „=“- oder „==“-Überschriften.&lt;br /&gt;
# Bitte vermeiden Sie es, Überschriften zu verändern, und sei es nur ihre Groß- und Kleinschreibung. Überschriften werden oft als Permalinks benutzt, und durch Änderungen an den Überschriften würden bereits benutzte Permalinks ins Leere zeigen.&lt;br /&gt;
# Bitte vermeiden Sie große Änderungen der Umbauten. Wenn Sie der Meinung sind grundsätzliche Dinge ändern zu wollen tragen sie dies auf der [[to-do]]-Liste ein oder Fragen sie auf der Mailingliste nach. Wird keine Antwort gegeb ist dies als Nicht-Interesse und Ablehung zu werten. Die Admins werden von Zeit zu Zeit Spam entfernen, Dinge reparieren oder große Änderungen rückgängig machen.&lt;br /&gt;
# Bitte vermeiden Sie auch, einfach widersprechend auf Fragen und Probleme zu antworten (&amp;lt;abbr title=&amp;quot;zum Beispiel&amp;quot; lang=&amp;quot;de&amp;quot;&amp;gt;z.&amp;amp;nbsp;B.&amp;lt;/abbr&amp;gt; „nein“). Geben Sie stattdessen zumindest eine kurze Begründung, die Auskünfte gibt, die über das bereits in der Frage Enthaltene hinausgehen.&lt;br /&gt;
# Bitte entfernen Sie keine roten links oder legen Platzhalterseiten an, nur das diese nicht mehr rot sind. Die roten links haben die Funktion Andere darauf hinzuweisen der entsprechende Artikel gewünscht wird und noch niemand die Zeit oder das Wissen hatte diese zu erstellen. Rote links sind so eine Art ToDo-Liste. Eine Ausnahme sind rote links zu Lemmas die nichts mit Microformaten zu tun haben, diese sollten entfernt werden.&lt;br /&gt;
# Es werden keine ''Mediawiki Kategorien''  verwendet. &amp;lt;strike&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Mikroformatvorschläge]]&amp;lt;/nowiki&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
# Bitte erstellen Sie keine Benutzerseiten (''User:Foobar'') per Hand. Benutzerseiten sollen nur durch das folgen auf einen roten link in einer Signatur, Benutzerlistung (z.B. in den recent change) oder für den Benutzer oben an der Seite erfolgen. So wird sichergestellt das wenn ein Benutzer angelegt wird dieser auch mit seine Benutzerseite verknüpft wird.&lt;br /&gt;
# Nach dem ''Seitenverschieben'' sollte man in allen Seiten die auf die zu Verschiebende verweisen diese ändern. Alle verweisenden Seiten erhält man mit ''Was zeigt hierhin'' in der linken Navigationsleiste.&lt;br /&gt;
# Gebräuchlich ist die deutsche Rechtschreibung &lt;br /&gt;
# Benutzen sie [[rfc-2119#Templates|templates]] für '''RFC 2119''' Ausdrücke wie {{must}}.&lt;br /&gt;
# Verweise zu (X)HTML-Elementen sollten klein geschrieben werden und mit &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, z.B. dem  &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; Element, ausgezeichnet werden. Diese Konvention ist aus dem [http://www.w3.org/2001/06/manual/ W3C Manual of Style] übernommen.&lt;br /&gt;
# Für theoretische URls soll &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; verwendet werden, da erfunden Domains nachträglich angemeldet werden könnten (z.B. für Spam). Weiter ist hier &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; zu verwenden (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) das die URL von Mediawiki nicht automatisch verlinkt wird. Um den Unterschied zwischen mehreren Domains darzustellen kann man Subdomains nutzen (&amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
# Stelle Sie fest das jemand wiederholt Seiten editiert, welche Sie editieren möchten ([[Special:Recentchanges]]), warten Sie 10 Minuten um einen Bearbeitungskonflikt zu verhindern. Planen Sie mehrere Änderungen an einer Seite so können Sie das [[Template:inuse]] mit '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' oben auf der Seite platzieren. Aber bitte vergessen Sie nicht dieses wider zu entfernen.&lt;br /&gt;
# Bitte entfernen Sie '''keine''' anscheinend kaputten Links (404 etc). Wenn Sie diese nicht selbst reparieren können können diese mit dem Tag &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; entlinkt werden. Auch können Sie am link anmerken das dieser nicht funktioniert (z.B. mit einem Listenpunkt &amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; oder einem eingerückten Satz &amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;)). Derjenige der den link gesetzt hat oder dafür verantwortlich ist kann so versuchen den link zu reparieren, andere können die Inhalte im [http://archive.org/ Internet Archive] nachlesen.&lt;br /&gt;
&lt;br /&gt;
== Zugänglichkeit ==&lt;br /&gt;
# Für Akronyme soll die Großschreibung verwendet werden. Dazu soll als Syntax &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; verwendet werden. Für Fettschrift soll &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. Dies verbessert die Lesbarkeit für Textlesesoftware und andere Programme.&lt;br /&gt;
&lt;br /&gt;
== Wiki Cleaning ==&lt;br /&gt;
See [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
Findet man Bereiche in welchen sehr viel aufgeräumt werden muss, so kann man sich an die Admins oder im [[IRC]]-Channel oder der Mailingsliste melden. Das ist meist einfacher als es selbst zu tun.&lt;br /&gt;
&lt;br /&gt;
== Siehe auch ==&lt;br /&gt;
Die Seite [[mediawiki-customization]] gibt eine Übersicht über die Anpasungen und Unterschiede zu einer standardmäßigen Mediawiki-Installation. Für die Benennung von neuen Seiten sind  die [[naming-conventions]] masgebend.&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hreview&amp;diff=23266</id>
		<title>hreview</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hreview&amp;diff=23266"/>
		<updated>2007-11-10T21:30:49Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Category:Drafts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hReview 0.3 &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[hreview|hReview]] is a simple, open, distributed format, suitable for embedding reviews (of products, services, businesses, events, etc.) in (X)HTML, Atom, RSS, and arbitrary XML. hReview is one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
Want to get started with writing an [[hreview|hReview]]?  Use the [http://microformats.org/code/hreview/creator hReview creator] to write a review and publish it.&lt;br /&gt;
&lt;br /&gt;
== Microformats Draft Specification 2006-02-22 ==&lt;br /&gt;
; Editor: [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
; Authors: [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
: [http://360.yahoo.com/alidiabali Ali Diab] ([http://yahoo.com Yahoo! Inc.])&lt;br /&gt;
: [http://spaces.msn.com/members/ianmcallister/ Ian McAllister] ([http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
: [http://journals.aol.com/panzerjohn/abstractioneer John Panzer] ([http://www.aol.com America Online, Inc.])&lt;br /&gt;
: [http://ifindkarma.com/blog Adam Rifkin] ([http://labs.commerce.net/ CommerceNet Labs])&lt;br /&gt;
: [http://sippey.typepad.com/ Michael Sippey] ([http://sixapart.com Six Apart, Ltd])&lt;br /&gt;
&lt;br /&gt;
Microformats [http://microformats.org/wiki/hreview#Copyright copyright] and [http://microformats.org/wiki/hreview#Patents patents] statements apply.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Numerous web sites publish reviews using a broad variety of schema for all sorts of things from products (movies, music, books), to businesses (restaurants, hotels, stores), to events (concerts, theatre), to people (artists, leaders, celebrities), to places (landmarks, parks), to online resources (web pages, files), to reviews of reviews themselves.&lt;br /&gt;
&lt;br /&gt;
In order to enable and encourage the sharing, distribution, syndication, and aggregation, of reviews, the authors propose the hReview microformat, an open standard for distributed reviews.  The authors have researched both numerous [[review-examples]] in the wild and earlier attempts at [[review-formats]], and have designed hReview around a simple minimal schema for reviews.  Feedback is encouraged on the [[hreview-feedback|hReview feedback]] page.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who responded to the open call for implementor participation for hReview.  The authors in particular wish to thank the following individuals for their constructive input and feedback: [http://www.richardault.com/ Richard Ault], [http://dannyayers.com Danny Ayers], [http://www.vertexdev.com/~jeff/ Jeffrey Barr],[http://adriancuthbert.blogspot.com/ Adrian Cuthbert],[http://jason.defillippo.com/ Jason DeFillippo], [http://www.hybernaut.com/bdv Brian Del Vecchio], Scott Derringer, [http://budgibson.com/home/ Bud Gibson], [http://joi.ito.com/ Joi Ito], [http://www.kanai.net/weblog/ Gen Kanai],[http://niallkennedy.com/ Niall Kennedy], [http://labs.commerce.net/wiki/index.php/Rohit_Khare Rohit Khare], [http://theryanking.com/ Ryan King], [http://www.jluster.org/ Jonas Luster], [http://epeus.blogspot.com/ Kevin Marks], Mark Nottingham, [http://www.powazek.com/ Derek Powazek], [http://www.judysbook.com/ Jeff Rodenburg], [http://sifry.com/alerts/ David Sifry], [http://jystewart.net/ James Stewart], [http://kung-foo.tv/ Adriaan Tijsseling], [http://www.flashenabled.com/ Phillip Torrone], Thai Tran, [http://w6daily.winn.com/ Phillip Winn], [http://yohei-y.blogspot.com YAMAMOTO Yohei].&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Reviews consistently share several common fields.  Where possible hReview has been based on this minimal common subset.&lt;br /&gt;
&lt;br /&gt;
==== Out of scope ====&lt;br /&gt;
Fields that are type-specific have been omitted from hReview.  It is important that hReview be kept simple and minimal from the start.  Additional features can be added as deemed necessary by practical implementation experience.&lt;br /&gt;
&lt;br /&gt;
The concept of a &amp;quot;universal object identifier&amp;quot;, that is, how to identify the same object/item/product across different shopping sites, though something very useful to have, is outside the scope of this format.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hReview format is based on a set of fields common to numerous review sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]] and [[hcalendar|hCalendar]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hReview schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hReview ('''&amp;lt;code&amp;gt;hreview&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** item '''&amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt;'''. optional. product | business | event | person | place | website | url.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' ) | '''[[hcard|hCard]]''' (for person or business) | '''[[hcalendar|hCalendar]]''' (for event)&lt;br /&gt;
** '''&amp;lt;code&amp;gt;reviewer&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;'''. optional. ISO8601 absolute date time.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;rating&amp;lt;/code&amp;gt;'''. optional. fixed point integer [1.0-5.0], with optional alternate '''&amp;lt;code&amp;gt;worst&amp;lt;/code&amp;gt;''' (default:1.0) and/or '''&amp;lt;code&amp;gt;best&amp;lt;/code&amp;gt;''' (default:5.0), also fixed point integers, and explicit '''&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid XHTML markup.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&lt;br /&gt;
** license. optional, using '''[[rel-license]]'''.&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the hReview schema represent the following:&lt;br /&gt;
&lt;br /&gt;
'''version''':: This optional field permits hReview publishers to specify a particular version of hReview that their content uses.  By omitting this field, the publisher is stating that implementations may interpret the hReviews according to any version of the hReview specification v0.2 or later.  In practice the authors of this specification are comitted to maintaining backward compatibility with content produced using earlier versions of the specification.  This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.3&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the review itself.&lt;br /&gt;
&lt;br /&gt;
'''item type''':: This optional field &amp;quot;type&amp;quot; provides the type of the item being reviewed, one of the following: product, business, event, person, place, website, url.  If omitted, then in some cases the item type may be inferred.  If the item is also an [[hcard|hCard]], then the item type is a &amp;quot;business&amp;quot; or a &amp;quot;person&amp;quot; based upon which of those the hCard represents.  If the item is also an [[hcalendar|hCalendar]] event, then the item type is an &amp;quot;event&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''item info''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name, except for an event item which {{must}} have the &amp;quot;summary&amp;quot; property inside the respective hCalendar &amp;quot;vevent&amp;quot;) of ''the'' item (an hReview describes only one item), {{should}} provide at least one URI (&amp;quot;url&amp;quot;) for the item, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the item.  For items of type person or business, the item info (fn, url, photo) {{must}} be encapsulated in an [[hcard|hCard]].  For items of type event, the item info {{should}} be encapsulated in an [[hcalendar|hCalendar]] &amp;quot;vevent&amp;quot;.  Non-URL unique item IDs (e.g. ISBNs, UPCs) {{may}} be represented as a URN (&amp;quot;url&amp;quot;) for the item.  Encapsulated microformats (e.g. [[hcard|hCard]] and [[hcalendar|hCalendar]] events for now) may be set on the item itself (e.g. class=&amp;quot;item vcard&amp;quot;).  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''reviewer''':: The optional field specifies the person who authored the review.  If the reviewer is specified, an hCard representing the reviewer {{must}} be provided.  For anonymous reviews, use &amp;quot;anonymous&amp;quot; (without quotes) for the full name of the reviewer.  If no &amp;quot;reviewer&amp;quot; is found inside the hReview, parsers {{should}} look outside the hReview, in the context of the page, for the &amp;quot;reviewer&amp;quot;. If there is no &amp;quot;reviewer&amp;quot; outside either, then parsers {{should}} use the author defined by the containing document language, e.g. for (X)HTML documents, the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contact info for the page (which is ideally marked up as an [[hcard|hCard]] as well), for Atom 1.0 the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;entry&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;author&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if present and if not the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;feed&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;author&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, for RSS the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;author&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; inside the containing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;item&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
'''dtreviewed''':: This optional field when present {{must}} provide an [[ISO-8601|ISO8601]] absolute date time of when the review was written or otherwise authored.  This field {{should}} use UTC, but {{may}} use the time zone offset syntax.  If dtreviewed is absent from the hReview, then look outside the hReview, in the surrounding context.  If the context is an [[hatom|hAtom]] entry, use its &amp;quot;published&amp;quot; (or &amp;quot;updated&amp;quot; if that is missing) datetime as the dtreviewed, if not present on the entry, use the &amp;quot;published&amp;quot; (or &amp;quot;updated&amp;quot; if that is missing) of the feed.  Otherwise use the creation date (or modified date if that is missing) information according to the containing document language (e.g. &amp;quot;published&amp;quot;/&amp;quot;updated&amp;quot; similarly for Atom feeds), then protocol (e.g. HTTP Last-Modified, or file system last modified datetime) as the dtreviewed.&lt;br /&gt;
&lt;br /&gt;
'''rating''':: The rating is a fixed point integer (one decimal point of precision) from 1.0 to 5.0 inclusive indicating a rating for the item, higher indicating a better rating by default. Optionally a different integral &amp;quot;worst&amp;quot; value and/or &amp;quot;best&amp;quot; value {{may}} be specified to indicate a different range (e.g. 6 from 0-10).  The &amp;quot;best&amp;quot; value may be numerically smaller than the &amp;quot;worst&amp;quot; value.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the reviewer.  The field {{may}}  include valid XHTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.  Multiple descriptions or section descriptions (e.g. pros and cons, plusses and minusses) {{should}} be included in the description field.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the reviewer associates with the item.  The reviewer {{may}} optionally provide a tag-specific rating inside each [[rel-tag]], e.g. ambience:5. Tag-specific ratings by default use the same range as an overall rating for the item if present, and {{may}} also have a custom worst...best range specified.  Authors {{may}} also invert this structure for the same semantic if it is more convenient for their markup, that is, place the [[rel-tag]] inside a rating to indicate a rated tag.  Note: rated tags {{should}} ideally use a tag space that explains what the ratings for that tag mean. E.g. Food:18/30 {{should}} link to a tags space for Food that explains what an 18 out of 30 means for the Food tag.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the hReview.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the review itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a review as a unique ID in order to identify and collate the same review from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the review. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
'''license''':: This optional field links to the license under which the contents of the hReview itself is licensed, using the '''[[rel-license]]''' microformat.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]] and [[hcalendar|hCalendar]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, photo, description&amp;lt;/code&amp;gt;.  In addition, items and reviewers described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
&lt;br /&gt;
For some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.: &lt;br /&gt;
&lt;br /&gt;
* For any &amp;quot;url&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with the class name 'hreview' in hReview.&lt;br /&gt;
* And for &amp;quot;photo&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* Ratings are often presented either as a set of images or characters, e.g. &amp;quot;***&amp;quot;.  For these, the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is particularly useful, as such characters are an abbreviation for the precise rating, e.g. &amp;lt;code&amp;gt;&amp;amp;lt;abbr class=&amp;quot;rating&amp;quot; title=&amp;quot;3.0&amp;quot;&amp;amp;gt;***&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/code&amp;gt;.  This is further explored in the next section.&lt;br /&gt;
&lt;br /&gt;
==== Language ====&lt;br /&gt;
* To explicitly convey the natural language that an hReview is written in, use the standard (X)HTML 'lang' attribute on the element with class=&amp;quot;hreview&amp;quot;, e.g. &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;hreview&amp;quot; lang=&amp;quot;en&amp;quot;&amp;amp;gt; ... &amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; If portions of an hReview (e.g. the item name) are in a different language, use the 'lang' attribute on those portions.&lt;br /&gt;
* hReview processors which need to handle the language of reviews MUST process the standard (X)HTML 'lang' attribute as specified.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine Readable ===&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then its '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute is used for the value of the property, instead of the contents of the element, which can then be used to provide a user-friendly alternate presentation of the value. &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it MUST be treated as follows: &lt;br /&gt;
&lt;br /&gt;
# For the &amp;quot;photo&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value. &lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Object Includes ===&lt;br /&gt;
&lt;br /&gt;
hReview 0.3 includes support for the object [[include-pattern]].&lt;br /&gt;
&lt;br /&gt;
Often a single page lists an item, and then several reviews for that item.  In order to avoid having to repeat the item info for each review of the item, the first review should be marked up as an hReview, with a unique &amp;quot;id&amp;quot; attribute on the item info, and then following reviews should use the object [[include-pattern]] to include the item info from the first review.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
* By marking up a review with the hReview microformat, the expectation is communicated that the review MAY be indexed.  This has no impact on the copyright of the review itself which the publisher may explicitly specify using [[rel-license]] as specified above.&lt;br /&gt;
* The enumerated list of item types is under development and may be extended.&lt;br /&gt;
* Each type may have custom hReview fields that follow the common set.&lt;br /&gt;
* Additional details about a particular item should be specified with the rest of the item's info at the URL provided for the item.&lt;br /&gt;
* Most rating systems use the range 1.0 to 5.0, and most of those represent the rating as a number (and possibly half) of stars.  Sites may use whatever graphic they wish to represent the rating.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Here are a few examples of reviews from current web sites, and how they could be easily enhanced to support the hReview structured review microformat.  &lt;br /&gt;
&lt;br /&gt;
Want to get started with writing an [[hreview|hReview]]?  Use the [http://microformats.org/code/hreview/creator hReview creator] to write a review and publish it on your blog.&lt;br /&gt;
&lt;br /&gt;
=== Restaurant reviews ===&lt;br /&gt;
&lt;br /&gt;
Here is an example of a simple online restaurant review:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;5 stars out of 5 stars&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;h4&amp;gt;Crepes on Cole is awesome&amp;lt;/h4&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;Reviewer: &amp;lt;span&amp;gt;Tantek&amp;lt;/span&amp;gt; - April 18, 2005&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  Crepes on Cole is one of the best little creperies in San Francisco. &lt;br /&gt;
  Excellent food and service. Plenty of tables in a variety of sizes &lt;br /&gt;
  for parties large and small.  Window seating makes for excellent &lt;br /&gt;
  people watching to/from the N-Judah which stops right outside.  &lt;br /&gt;
  I've had many fun social gatherings here, as well as gotten &lt;br /&gt;
  plenty of work done thanks to neighborhood WiFi.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Visit date: &amp;lt;span&amp;gt;April 2005&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Food eaten: &amp;lt;span&amp;gt;Florentine crepe&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hReview to this review is quite simple:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt; out of 5 stars&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;h4 class=&amp;quot;summary&amp;quot;&amp;gt;Crepes on Cole is awesome&amp;lt;/h4&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;Reviewer: &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Tantek&amp;lt;/span&amp;gt; - &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050418T2300-0700&amp;quot;&amp;gt;April 18, 2005&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;description item vcard&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt; is one of the best little &lt;br /&gt;
  creperies in &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&lt;br /&gt;
  Excellent food and service. Plenty of tables in a variety of sizes &lt;br /&gt;
  for parties large and small.  Window seating makes for excellent &lt;br /&gt;
  people watching to/from the N-Judah which stops right outside.  &lt;br /&gt;
  I've had many fun social gatherings here, as well as gotten &lt;br /&gt;
  plenty of work done thanks to neighborhood WiFi.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Visit date: &amp;lt;span&amp;gt;April 2005&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Food eaten: &amp;lt;span&amp;gt;Florentine crepe&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that some of the properties of this sample review are not captured by hReview (visit date, food eaten).  This is deliberate per the scope of keeping hReview minimal and simple.&lt;br /&gt;
&lt;br /&gt;
This sample hReview could be rendered like this:&lt;br /&gt;
&lt;br /&gt;
5 stars out of 5 stars&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Crepes on Cole is awesome'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Reviewer: Tantek - April 18, 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Crepes on Cole is one of the best little creperies in San Francisco. Excellent food and service. Plenty of tables in a variety of sizes for parties large and small.  Window seating makes for excellent people watching to/from the N-Judah which stops right outside. I've had many fun social gatherings here, as well as gotten plenty of work done thanks to neighborhood wifi.&lt;br /&gt;
&lt;br /&gt;
Visit date: April 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
Food eaten: Florentine crepe&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Multidimensional Restaurant Review ====&lt;br /&gt;
Some restaurant reviews indicate ratings for different aspects of the restaurant.  Such details are represented in hReview using tagged ratings.  In addition, note the inline tags inside the description of this review.&lt;br /&gt;
&lt;br /&gt;
Here is one such review in text format:&lt;br /&gt;
&lt;br /&gt;
 Cafe Borrone&lt;br /&gt;
 &lt;br /&gt;
 1010 El Camino Real, Menlo Park, CA 94025, +1-650-327-0830;&lt;br /&gt;
 cafeborrone.com&lt;br /&gt;
 &lt;br /&gt;
 Food: 18/30; Ambience: 19/30; Service: 15/30; Price: $$...&lt;br /&gt;
 &lt;br /&gt;
 This cafe is a welcoming oasis on the Peninsula.  It even has a fountain&lt;br /&gt;
 outside which cloaks the nearby sounds of El Camino traffic.  Next door to a  &lt;br /&gt;
 superb indy bookstore, Cafe Borrone is an ideal spot to grab a coffee or a &lt;br /&gt;
 snack to accompany a newly purchased book or imported periodical.  Soups and &lt;br /&gt;
 sandwich specials rotate daily.  The corn chowder with croutons and big &lt;br /&gt;
 chunks of cheese goes especially well with a freshly toasted mini-baguette.  &lt;br /&gt;
 Evenings are often crowded and may require sharing a table with a perfect &lt;br /&gt;
 stranger.  Espresso afficionados will appreciate the Illy coffee.  Noise &lt;br /&gt;
 levels can vary from peaceful in the late mornings to nearly overwhelming on &lt;br /&gt;
 jazz band nights.&lt;br /&gt;
&lt;br /&gt;
As an hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;item vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;fn org summary&amp;quot;&amp;gt;Cafe Borrone&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1010 El Camino Real&amp;lt;/span&amp;gt;,&lt;br /&gt;
   &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Menlo Park&amp;lt;/span&amp;gt;,&lt;br /&gt;
   &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94025&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;+1-650-327-0830&amp;lt;/span&amp;gt;;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://cafeborrone.com&amp;quot;&amp;gt;cafeborrone.com&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Food&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Food: &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://flickr.com/photos/tags/Ambience&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Ambience: &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Service&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Service: &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Price&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Price: &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;2&amp;quot;&amp;gt;$$&amp;lt;/abbr&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;business&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/cafe&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;cafe&amp;lt;/a&amp;gt;&amp;lt;/abbr&amp;gt; &lt;br /&gt;
  is a welcoming oasis on the Peninsula.  &lt;br /&gt;
  It even has a fountain outside which nearly eliminates &lt;br /&gt;
  the sounds of El Camino traffic.  Next door to a superb indy bookstore, &lt;br /&gt;
  Cafe Borrone is an ideal spot to grab a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/coffee&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;coffee&amp;lt;/a&amp;gt; &lt;br /&gt;
  or a meal to accompany a newly purchased book or imported periodical.  &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://technorati.com/tag/soup&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Soups&amp;lt;/a&amp;gt; and &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://technorati.com/tag/sandwich&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;sandwich&amp;lt;/a&amp;gt; &lt;br /&gt;
  specials rotate daily.  The corn chowder with croutons and big chunks of cheese &lt;br /&gt;
  goes especially well with a freshly toasted mini-baguette.  Evenings are &lt;br /&gt;
  often crowded and may require sharing a table with a perfect stranger. &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://flickr.com/photos/tags/espresso&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Espresso&amp;lt;/a&amp;gt; &lt;br /&gt;
  afficionados will appreciate the &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Illy&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Illy&amp;lt;/a&amp;gt; coffee.  &lt;br /&gt;
  Noise levels can vary from peaceful in the late mornings to nearly overwhelming on &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/jazz&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;jazz&amp;lt;/a&amp;gt; band nights.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 Review (&amp;lt;a href=&amp;quot;http://microformats.org/wiki/hreview&amp;quot;&amp;gt; &lt;br /&gt;
  hReview v&amp;lt;span class=&amp;quot;version&amp;quot;&amp;gt;0.3&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;)&lt;br /&gt;
 by &amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;anonymous&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050428T2130-0700&amp;quot;&amp;gt;April 28th, 2005&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With an accompanying CSS style sheet like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
a.url { display:block }&lt;br /&gt;
ul { margin:1em 0; padding:0 }&lt;br /&gt;
ul li { display:inline }&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hReview could be presented similar to the original text:&lt;br /&gt;
&lt;br /&gt;
Cafe Borrone&amp;lt;br /&amp;gt;&lt;br /&gt;
1010 El Camino Real, Menlo Park, CA 94025, +1-650-327-0830;&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://cafeborrone.com/ cafeborrone.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/Food Food: 18/30];&lt;br /&gt;
[http://flickr.com/photos/tags/Ambience Ambience: 19/30];&lt;br /&gt;
[http://en.wikipedia.org/wiki/Service Service: 15/30];&lt;br /&gt;
[http://en.wikipedia.org/wiki/Price Price: $$...]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This [http://en.wikipedia.org/wiki/cafe cafe] is a welcoming oasis on the Peninsula.  It even has a fountain outside which cloaks the nearby sounds of El Camino traffic.  Next door to a superb indy bookstore, Cafe Borrone is an ideal spot to grab a [http://en.wikipedia.org/wiki/coffee coffee] or a snack to accompany a newly purchased book or imported periodical.  [http://technorati.com/tag/soup Soups] and [http://technorati.com/tag/sandwich sandwich] specials rotate daily.  The corn chowder with croutons and big chunks of cheese goes especially well with a freshly toasted mini-baguette.  Evenings are often crowded and may require sharing a table with a perfect stranger.  [http://flickr.com/photos/tags/espresso Espresso] afficionados will appreciate the [http://en.wikipedia.org/wiki/Illy Illy] coffee.  Noise levels can vary from peaceful in the late mornings to nearly overwhelming on [http://en.wikipedia.org/wiki/jazz jazz] band nights.&lt;br /&gt;
&lt;br /&gt;
Review ([http://microformats.org/wiki/hreview hReview v0.3]) by anonymous, April 28th, 2005.&lt;br /&gt;
&lt;br /&gt;
=== Product review ===&lt;br /&gt;
Here is an example of a product review:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/ASIN/B000089CJI/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img src=&amp;quot;http://images.amazon.com/images/P/B000089CJI.01._SCTHUMBZZZ_.jpg&amp;quot; &lt;br /&gt;
              alt=&amp;quot;Album cover photo: The Postal Service: Give Up.&amp;quot; /&amp;gt;&lt;br /&gt;
 The Postal Service: Give Up&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;The people thought they were just being rewarded for treating others &lt;br /&gt;
    as they like to be treated, for obeying stop signs and curing diseases, &lt;br /&gt;
    for mailing letters with the address of the sender... Don't wake me, &lt;br /&gt;
    I plan on sleeping in...&amp;quot;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;Nothing Better&amp;quot; is a great track on this album, too... &lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 (*****)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hReview to this review is also quite simple, but in this case requires a few more elements for the rating and reviewer which are required by hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.amazon.com/exec/obidos/ASIN/B000089CJI/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img src=&amp;quot;http://images.amazon.com/images/P/B000089CJI.01._SCTHUMBZZZ_.jpg&amp;quot; &lt;br /&gt;
       alt=&amp;quot;Album cover photo: The Postal Service: Give Up. &amp;quot; &lt;br /&gt;
       class=&amp;quot;photo&amp;quot; /&amp;gt;&lt;br /&gt;
  The Postal Service: Give Up&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
    &amp;quot;The people thought they were just being rewarded for treating others &lt;br /&gt;
     as they like to be treated, for obeying stop signs and curing diseases, &lt;br /&gt;
     for mailing letters with the address of the sender... Don't wake me, &lt;br /&gt;
     I plan on sleeping in...&amp;quot;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;Nothing Better&amp;quot; is a great track on this album, too... &lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 (&amp;lt;abbr class=&amp;quot;rating&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;*****&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
 &amp;lt;p class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;Review by &lt;br /&gt;
  &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://ifindkarma.com/blog/&amp;quot;&amp;gt;Adam Rifkin&amp;lt;/a&amp;gt;, &lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;200502&amp;quot;&amp;gt;February 2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And this hReview might be presented like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Album cover photo: ]&lt;br /&gt;
[The Postal Service:]&lt;br /&gt;
[      Give Up      ]&lt;br /&gt;
&lt;br /&gt;
The Postal Service: Give Up&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The people thought they were just being rewarded for treating others as they like to be treated, for obeying stop signs and curing diseases, for mailing letters with the address of the sender... Don't wake me, I plan on sleeping in...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Nothing Better&amp;quot; is a great track on this album, too...&lt;br /&gt;
&lt;br /&gt;
(*****)&lt;br /&gt;
&lt;br /&gt;
Review by Adam Rifkin, February 2005.&lt;br /&gt;
&lt;br /&gt;
=== Movie Review ===&lt;br /&gt;
Finally, here is an example of a movie review.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;anonymous, April 18th, 2005&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;&lt;br /&gt;
  &amp;lt;a lang=&amp;quot;zh&amp;quot; href=&amp;quot;http://www.imdb.com/title/tt0299977/&amp;quot;&amp;gt;&lt;br /&gt;
  Ying Xiong (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;HERO&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;Rating: 4 out of 5&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This movie has great visuals and music.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;anonymous&amp;lt;/span&amp;gt;, &lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050418&amp;quot;&amp;gt;April 18th, 2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
 &amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a lang=&amp;quot;zh&amp;quot; class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.imdb.com/title/tt0299977/&amp;quot;&amp;gt;&lt;br /&gt;
  Ying Xiong (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;HERO&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;Rating: &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt; out of 5&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This movie has great music and visuals.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which could be presented like this:&lt;br /&gt;
&lt;br /&gt;
anonymous, April 18th, 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
Ying Xiong (HERO)&amp;lt;br /&amp;gt;&lt;br /&gt;
Rating: 4 out of 5&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This movie has great music and visuals.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''. The number of hReview examples in the wild has expanded far beyond the capacity of being kept inline in this specification. They have been moved to a [[hreview-examples-in-wild|separate page]].&lt;br /&gt;
&lt;br /&gt;
See [[hreview-examples-in-wild|hReview Examples in the wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''. The number of hReview implementations has also expanded beyond the capacity of keeping them inline. They have been moved to a [[hreview-implementations|separate page]].&lt;br /&gt;
&lt;br /&gt;
See [[hreview-implementations|hReview Implementations]].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3986.txt RFC3986]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* ISO.8601.1988&lt;br /&gt;
** International Organization for Standardization, &amp;quot;Data elements and interchange formats - Information interchange - Representation of dates and times&amp;quot;, ISO Standard 8601, June 1988.&lt;br /&gt;
* [http://www.w3.org/TR/1998/NOTE-datetime-19980827 W3C NOTE-datetime-19980827]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3667.txt RFC3667]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3668.txt RFC3668]&lt;br /&gt;
* [http://www.w3.org/Consortium/Patent-Policy-20040205/ W3C Patent Policy]&lt;br /&gt;
* [http://local.yahoo.com/details?id=21359628 Crepes on Cole reviews on Yahoo! Local]&lt;br /&gt;
* Other reviews efforts. See [[reviews-formats]].&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hReview.&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [[hlisting-proposal|hListing]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroformatCopyrightStatement2005}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
** When all authors/editors have done so, we can remove the MicroFormatCopyrightStatement template reference and replace it with the MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
=== Changes from v0.2 ===&lt;br /&gt;
The following changes have been made in hReview v0.3 over [[hreview-v0.2|hReview v0.2]]:&lt;br /&gt;
&lt;br /&gt;
Normative changes:&lt;br /&gt;
# MUST (instead of SHOULD) use [[hcard|hCard]] for the item description of a business or person&lt;br /&gt;
# &amp;quot;reviewer&amp;quot; changes&lt;br /&gt;
## Made reviewer *optional* per feedback from Ryan King and Mark Nottingham&lt;br /&gt;
## If reviewer is absent from the hReview, then look outside the hReview, in the context of the page, for the reviewer.  If there is no &amp;quot;reviewer&amp;quot; outside either, then use the author information according to the containing document language (e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for (X)HTML pages) as the reviewer.&lt;br /&gt;
## MUST (instead of SHOULD) use [[hcard|hCard]] to represent reviewer information&lt;br /&gt;
# &amp;quot;dtreviewed&amp;quot; changes&lt;br /&gt;
## Made dtreviewed *optional* per feedback from Ryan King and Mark Nottingham&lt;br /&gt;
## If dtreviewed is absent from the hReview, then look outside the hReview, in the surrounding context.  If the context is an [[hatom|hAtom]] entry, use its &amp;quot;published&amp;quot; (or &amp;quot;updated&amp;quot; if that is missing) datetime as the dtreviewed, if not present on the entry, use the &amp;quot;published&amp;quot; (or &amp;quot;updated&amp;quot; if that is missing) of the feed.  Otherwise use the information according to the containing document language (e.g. &amp;quot;published&amp;quot;/&amp;quot;updated&amp;quot; similarly for Atom feeds), then protocol (e.g. HTTP Last-Modified, or file system last modified datetime).&lt;br /&gt;
# SHOULD use [[hcalendar|hCalendar]] to represent an item of 'type' 'event'&lt;br /&gt;
# Added one decimal digit of precision to ratings' numerical values based on publisher experience.&lt;br /&gt;
# Use [http://microformats.org/wiki/hcard#Value_excerpting the &amp;quot;value&amp;quot; construct from hCard] (as it is used in &amp;quot;tel&amp;quot; properties for example) to more explicitly markup the rating value when also providing (marking up) the best/worst of a rating.&lt;br /&gt;
# Added [[rel-license]] to indicate the license of the hReview as a whole.&lt;br /&gt;
# Permit tags inside ratings to denote rated tags, the same as ratings inside tags per suggestion from Eran Globen.&lt;br /&gt;
# Add [[include-pattern]] support to allow multiple reviews for the same item to not repeat the item info.&lt;br /&gt;
&lt;br /&gt;
Informative changes (several, but in particular):&lt;br /&gt;
# Note that scalar/rated tags would ideally use a tag space that explain the ratings for that tag.  E.g. to explain what Food:18/30 means.&lt;br /&gt;
# Updated examples accordingly.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hreview-related-pages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume&amp;diff=23267</id>
		<title>hresume</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume&amp;diff=23267"/>
		<updated>2007-11-10T21:30:22Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Category:Drafts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- HELP: Can someone please tell me the difference between a specification and a &amp;quot;draft&amp;quot; specification? Thanks. (Dreftymac) --&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt; hResume &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hResume is a microformat for publishing resumes and CVs. hResume is one of several open microformat standards suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
Want to get started with writing an hResume? Use the [http://hresume.weblogswork.com/hresumecreator/ hResume Creator] to create your hResume and publish it, or follow the hResume authoring tips to add hResume markup to your web page or blog. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; Microformats Draft Specification &amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Editor/Author: [http://theryanking.com Ryan King]&lt;br /&gt;
; Acknowledgments: See [http://microformats.org/wiki/hresume#Acknowledgements  acknowledgments].&lt;br /&gt;
&lt;br /&gt;
Microformats [http://microformats.org/wiki/hresume#Copyright copyright] and [http://microformats.org/wiki/hresume#Patents patents] statements apply.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
Draft, version 0.1.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
=== Semantic XHTML Design Principles ===&lt;br /&gt;
{{SemanticXHTMLDesignPrinciples}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hResume format is based on a set of fields common to numerous resumes published today on the web.  Where possible field names have been chosen and reused from preexisting microformats.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hResume schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hResume&lt;br /&gt;
** summary. optional. text.&lt;br /&gt;
** contact info. required. {{must}} use [[hcard|hCard]]; {{should}} use &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;address&amp;amp;gt;&amp;lt;/code&amp;gt; + [[hcard|hCard]].&lt;br /&gt;
** experience. optional. One or more [[hcalendar]] events with the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;experience&amp;lt;/code&amp;gt;', with an embedded [[hcard|hCard]] indicating the job title, name of company, address of company etc.&lt;br /&gt;
** education. optional One or more [[hcalendar]] events with the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;education&amp;lt;/code&amp;gt;', with an embedded [[hcard|hCard]] indicating the name of school, address of school etc.&lt;br /&gt;
** skills. optional. phrases or keywords using the [[rel-tag]] microformat with the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;skill&amp;lt;/code&amp;gt;'.&lt;br /&gt;
** affiliations. optional. the class name &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;affiliation&amp;lt;/code&amp;gt; along with an [[hcard]] of the organization&lt;br /&gt;
** publications. optional. One or more citations. Use cite tag.&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the hResume schema represent the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;hresume&amp;lt;/code&amp;gt;''':: root class name&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;summary&amp;lt;/code&amp;gt;''':: The class name &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;summary&amp;lt;/code&amp;gt; is used to mark up an overview of qualifications and objectives.&lt;br /&gt;
* '''contact''':: Current contact info in an [[hCard]]; {{should}} use &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;address&amp;amp;gt;&amp;lt;/code&amp;gt; with [[hCard]] when possible.&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;education&amp;lt;/code&amp;gt;''':: the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;education&amp;lt;/code&amp;gt;' is applied to an [[hcalendar]] event.&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;experience&amp;lt;/code&amp;gt;''':: the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;experience&amp;lt;/code&amp;gt;' is applied to an [[hcalendar]] event. Job titles/positions should use an [[hCard]].&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;skill&amp;lt;/code&amp;gt;''':: An hResume may be tagged using the [[rel-tag]] microformat and the '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;skill&amp;lt;/code&amp;gt;' class name.&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;affiliation&amp;lt;/code&amp;gt;''':: The class name &amp;lt;code=&amp;quot;class-name&amp;quot;&amp;gt;affiliation&amp;lt;/code&amp;gt; is used along with an [[hcard]] of the organization&lt;br /&gt;
* '''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;publications&amp;lt;/code&amp;gt;''':: just use &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt;.  When there is a [[citation]] microformat, then that can be used in combination with the cite element to further markup the components of the citation.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
* [[hresume-profile]] (@TODO)&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== Summary ===&lt;br /&gt;
An example summary:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;summary&amp;quot;&amp;gt;&lt;br /&gt;
  I have 10 years experience with all Web 2.0 technologies– I've been working with Ajax since 1996, &lt;br /&gt;
  designing with pastels while others will still using tiled background images and frames...&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Contact ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Pedro Sanchez&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;123 Fake St.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Preston&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Idaho&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;83263&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Email: &amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:joe@example.com&amp;quot;&amp;gt;pedro@vote-for-pedro.com&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Homepage: &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://vote-for-pedro.com/&amp;quot;&amp;gt;vote-for-pedro.com&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Phone: &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;+01.208.555.4567&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Education ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class=&amp;quot;vcalendar&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;education vevent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;url summary&amp;quot; href=&amp;quot;http://example.edu/&amp;quot;&amp;gt;Preston High School&amp;lt;/a&amp;gt;&lt;br /&gt;
    (&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2001-01-24&amp;quot;&amp;gt;2001&amp;lt;/abbr&amp;gt; - &amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;2005-05-25&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Experience ===&lt;br /&gt;
==== Basic ====&lt;br /&gt;
A basic experience event:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class=&amp;quot;vcalendar&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;President&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Preston High School&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2004-09-01&amp;quot;&amp;gt;May 2004&amp;lt;/abbr&amp;gt; - &amp;lt;abbr title=&amp;quot;2005-05-25&amp;quot;&amp;gt;present&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Job Titles ====&lt;br /&gt;
To express one or more job titles/positions in the same experience event you should use one or more [[hcard|hCard]]s. hCard requires the &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;fn&amp;lt;/code&amp;gt; (&amp;quot;formatted name&amp;quot;) field, but it isn't customary to repeat your name for every job title you mark up in [[hResume|hresume]]. So, you may use an &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;object&amp;amp;gt;&amp;lt;/code&amp;gt; and the class name '&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;include&amp;lt;/code&amp;gt;' with a reference to the &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;fn&amp;lt;/code&amp;gt; somewhere else on the page. &lt;br /&gt;
&lt;br /&gt;
Currently, the recommended way to reference includes within microformats is to use a hyperlink with class=&amp;quot;include&amp;quot;. See [[include-pattern|include-pattern]] for details.&lt;br /&gt;
&lt;br /&gt;
For example, this hCard refers to another hCard:&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;#pedro-name&amp;quot; class=&amp;quot;include&amp;quot; title=&amp;quot;Pedro Sanchez&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt;Preston High School&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Class President&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;code&amp;gt;&amp;amp;lt;object&amp;amp;gt;&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;object  data=&amp;quot;#pedro-name&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/object&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt;Preston High School&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Class President&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;quot;&amp;lt;code class=&amp;quot;attr-value&amp;quot;&amp;gt;pedro-name&amp;lt;/code&amp;gt;&amp;quot; is the id attribute value of the &amp;quot;&amp;lt;code class=&amp;quot;mf-prop&amp;quot;&amp;gt;fn n&amp;lt;/code&amp;gt;&amp;quot; element of the contact hCard at the top of the page, e.g. (shown here as a verbose hCard for purposes of illustration that the reference may be to a subtree, not just a text node):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn n&amp;quot; id=&amp;quot;pedro-name&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Pedro&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Sanchez&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method of hCard property indirection via an object element [[include-pattern|has been generalized]] to apply to any/all string/text properties in hCard.&lt;br /&gt;
&lt;br /&gt;
Note: the object data attribute {{must}} be a local ID reference. External references (which would require a consuming application to load an external resource) are not supported by this method.&lt;br /&gt;
&lt;br /&gt;
=== Skills ===&lt;br /&gt;
Some sample skills tags:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
I have skills in &amp;lt;a class=&amp;quot;skill&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Bow_%28weapon%29&amp;quot;&amp;gt;bow hunting&amp;lt;/a&amp;gt; &lt;br /&gt;
and &amp;lt;a class=&amp;quot;skill&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Nunchucks&amp;quot;&amp;gt;nunchucks&amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Affiliations ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;affiliation vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;National Honor Society&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publications ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite&amp;gt;Breeding Ligers for Fun and Magic&amp;lt;/cite&amp;gt;, Idaho Press, 2004.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
See [[hresume-examples-in-wild]]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hResumes. If you have an hResume implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page. &lt;br /&gt;
&lt;br /&gt;
* [http://linkedin.com LinkedIn] generates hResume for all Public Profiles. [http://www.linkedin.com/in/steveganz LinkedIn Public Profile Example].&lt;br /&gt;
&lt;br /&gt;
* [http://www.antix.co.uk Anthony Johnston] has implemented hResume (Creation and Import) in the [http://cv.antix.co.uk Antix CV Builder], an example resume using this site can be found [http://cv.antix.co.uk/ant here]&lt;br /&gt;
** The example resume is ''invalid''; job titles are marked with an hCard that is missing a &amp;quot;fn&amp;quot; (either directly or via object). --[[User:Gazza|Gazza]] 04:23, 1 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://spurinc.com Spur] team has created an hResume WordPress plugin located at [http://hresume.weblogswork.com/?page_id=3 hResume Plugin].  See an example of the hResume markup [http://hresume.weblogswork.com/?page_id=6 here].  Neat feature of the hResume plugin is that it automatically creates a new page for the resume - no cutting and pasting...&lt;br /&gt;
&lt;br /&gt;
* The [http://www.ssdesigninteractive.com/ssdesign Sajid Saiyed] has created an hResume WordPress plugin located at [http://www.ssdesigninteractive.com/ssdesign/?p=96 Microformat Resume Plugin].  See an example of the hResume markup [http://www.ssdesigninteractive.com/ssdesign/?page_id=95 here].&lt;br /&gt;
&lt;br /&gt;
* Spur also created a standalone hResume Creator located at [http://hresume.weblogswork.com/hresumecreator/ hResume Creator].  The creator will generate hResume markup ready to cut and paste into your webpage.&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[RyanKing]]: I release all of my contributions to the public domain.&lt;br /&gt;
&lt;br /&gt;
Per the above, and the public domain release on the author, [[User:RyanKing|RyanKing]]'s, user page this specification is released into the public domain.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[include-pattern|include pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag| Rel-Tag]]&lt;br /&gt;
* [[rfc-2119]]&lt;br /&gt;
* @TODO&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* @TODO&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://theryanking.com/ Ryan King] ([http://technorati.com Technorati])&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati])&lt;br /&gt;
* James Levine ([http://simplyhired.com Simply Hired])&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] ([http://technorati.com Technorati])&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hresume-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hatom&amp;diff=23268</id>
		<title>hatom</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hatom&amp;diff=23268"/>
		<updated>2007-11-10T21:30:08Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Category:Drafts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hAtom 0.1 &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hAtom is a microformat for content that can be syndicated, primarily but not exclusively weblog postings. hAtom is based on a subset of the [http://www.atomenabled.org/ Atom] syndication format. hAtom is one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[http://blogmatrix.blogmatrix.com/ David Janes] ([http://www.blogmatrix.com BlogMatrix, Inc.])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[http://members.optusnet.com.au/benjamincarlyle/benjamin/blog/ Benjamin Carlyle]&lt;br /&gt;
:[http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
** When all authors/editors have done so, we can remove the MicroFormatCopyrightStatement template reference and replace it with the MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
hAtom is a [[microformat]] for identifying semantic information in weblog posts and practically any other place [http://www.atomenabled.org/ Atom] may be used, such as news articles. hAtom content is easily added to most blogs by simple modifications to the blog's template definitions.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The [http://atomenabled.org/developers/syndication/#person Atom Syndication Format] provides the conceptual basis for this microformat, with the following caveats:&lt;br /&gt;
&lt;br /&gt;
* Atom provides a lot more functionality than we need for a &amp;quot;blog post&amp;quot; microformat, so we've taken the minimal number of elements needed.&lt;br /&gt;
* the &amp;quot;logical&amp;quot; model of hAtom is that of Atom. If there is a conflict, Atom should be taken as correct.&lt;br /&gt;
* the &amp;quot;physical&amp;quot; model of hAtom -- the actual writing of elements -- is a lot more varied than Atom provides for, due to the variety of ways weblogs are actually produced in the wild. The hAtom microformat provides a number of rules for &amp;quot;bridging the gap&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements are based on the Atom nomenclature and follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container elements -- the Feed or Entry. The parts of this microformat are based on analysis of many weblog, bulletin board and media posts and can be read [[blog-post-brainstorming#Discovered_Elements]].&lt;br /&gt;
&lt;br /&gt;
The hAtom schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hfeed ('''&amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt;'''). optional.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;feed category&amp;lt;/code&amp;gt;'''. optional. keywords or phrases, using '''[[rel-tag]]'''.&lt;br /&gt;
** hentry ('''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''). &lt;br /&gt;
*** '''&amp;lt;code&amp;gt;entry-title&amp;lt;/code&amp;gt;'''. required. text.&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;entry-content&amp;lt;/code&amp;gt;'''. optional (see field description). text. [*]&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;entry-summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;'''. required using [[datetime-design-pattern]]. [*]&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;'''. optional using [[datetime-design-pattern]].&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. required using '''[[hcard|hCard]]'''. [*]&lt;br /&gt;
*** '''&amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt;''' (permalink). optional, using '''[[rel-bookmark]]'''.&lt;br /&gt;
*** tags. optional. keywords or phrases, using '''[[rel-tag]]'''.&lt;br /&gt;
&lt;br /&gt;
[*] Some required elements have defaults if missing, see below.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
===== Feed =====&lt;br /&gt;
* a Feed element is identified by the class name &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt;&lt;br /&gt;
* a Feed element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.1.1 Atom feed]&lt;br /&gt;
* the Feed element is optional and, if missing, is assumed to be the page&lt;br /&gt;
* hAtom documents {{may}} have multiple Feed elements&lt;br /&gt;
&lt;br /&gt;
===== Feed Category =====&lt;br /&gt;
* a Feed Category element is identified by [[rel-tag]]&lt;br /&gt;
* a Feed {{may}} have a Feed Category&lt;br /&gt;
* a Feed Category element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.2 Atom category] inside a [http://www.atomenabled.org/developers/syndication/#optionalFeedElements feed]&lt;br /&gt;
* Feed Category elements {{must}} appear inside a Feed element but not inside an Entry element&lt;br /&gt;
* the [[rel-tag]] &amp;lt;code&amp;gt;href&amp;lt;/code&amp;gt; encodes the atom &amp;lt;code&amp;gt;category:term&amp;lt;/code&amp;gt;; the link text defines the atom &amp;lt;code&amp;gt;category:label&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Entry =====&lt;br /&gt;
* an Entry element is identified by class name &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.1.2 Atom entry]&lt;br /&gt;
* any microformat content inside a &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;lt;q&amp;gt;&amp;lt;/code&amp;gt; element within the Entry should not be considered part of the Entry.&lt;br /&gt;
: ''This allows quoting other microformated data without worry of corrupting the model''&lt;br /&gt;
&lt;br /&gt;
===== Entry Category =====&lt;br /&gt;
* an Entry Category element is identified by [[rel-tag]]&lt;br /&gt;
* an Entry {{may}} have an Entry Category&lt;br /&gt;
* an Entry Category element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.2 Atom category] inside an [http://www.atomenabled.org/developers/syndication/#optionalEntryElements entry]&lt;br /&gt;
* the [[rel-tag]] &amp;lt;code&amp;gt;href&amp;lt;/code&amp;gt; encodes the atom &amp;lt;code&amp;gt;category:term&amp;lt;/code&amp;gt;; the link text defines the atom &amp;lt;code&amp;gt;category:label&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Entry Title =====&lt;br /&gt;
* an Entry Title element is identified by the class name &amp;lt;code&amp;gt;entry-title&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry {{should}} have an Entry Title&lt;br /&gt;
* an Entry Title element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.14 Atom entry title]&lt;br /&gt;
* if the Entry Title is missing, use&lt;br /&gt;
** the first &amp;lt;code&amp;gt;&amp;amp;lt;h#&amp;gt;&amp;lt;/code&amp;gt; element in the Entry, or&lt;br /&gt;
** the &amp;lt;code&amp;gt;&amp;amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; of the page, if there is no enclosing Feed element, or&lt;br /&gt;
** assume it is the empty string&lt;br /&gt;
&lt;br /&gt;
===== Entry Content =====&lt;br /&gt;
* an Entry Content element is identified by class name &amp;lt;code&amp;gt;entry-content&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry {{should}} have Entry Content&lt;br /&gt;
* an Entry Content element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#atomContent Atom content]&lt;br /&gt;
* an Entry {{may}} have 0 or more Entry Content elements. The &amp;quot;logical Entry Content&amp;quot; of an Entry is the concatenation, in order of appearance, of all the Entry Contents within the Entry&lt;br /&gt;
: ''Many weblogs split content into multiple sections with a &amp;quot;Read More&amp;quot; link and javascript tricks. This is also needed in cases where Entry Titles are coded inline and are considered part of the content.''&lt;br /&gt;
* if the Entry Content is missing, assume it is the empty string&lt;br /&gt;
&lt;br /&gt;
===== Entry Summary =====&lt;br /&gt;
* an Entry Summary element is identified by class name &amp;lt;code&amp;gt;entry-summary&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry Summary element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.13 Atom summary]&lt;br /&gt;
* an Entry {{may}} have 0 or more Entry Summary elements. The &amp;quot;logical Entry Summary&amp;quot; of an Entry is the concatenation, in order of appearance, of all the Entry Summarys within the Entry&lt;br /&gt;
&lt;br /&gt;
===== Entry Permalink =====&lt;br /&gt;
* an Entry Permalink element is identified by [[rel-bookmark]]&lt;br /&gt;
* an Entry {{should}} have an Entry Permalink&lt;br /&gt;
* an Entry Permalink element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.7 Atom link in an entry]&lt;br /&gt;
* if the Entry Permalink is missing, use the URI of the page; if the Entry has an &amp;quot;id&amp;quot; attribute, add that as a fragment to the page URI to distinguish individual entries&lt;br /&gt;
&lt;br /&gt;
===== Entry Updated =====&lt;br /&gt;
* an Entry Updated element is identified by class name &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry Updated element represents the concept of [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.15 Atom updated]&lt;br /&gt;
* an Entry {{should}} have an Entry Updated element&lt;br /&gt;
* use the [[datetime-design-pattern]] to encode the updated datetime&lt;br /&gt;
* if there is no Entry Updated element,&lt;br /&gt;
** use the Entry Published element, if present&lt;br /&gt;
** otherwise the page is invalid hAtom&lt;br /&gt;
&lt;br /&gt;
===== Entry Published =====&lt;br /&gt;
* an Entry Published element is identified by the class name &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry Published element represents the concept of [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.9 Atom published]&lt;br /&gt;
* use the [[datetime-design-pattern]] to encode the published datetime&lt;br /&gt;
&lt;br /&gt;
===== Entry Author =====&lt;br /&gt;
* an Entry Author element is represented by class name &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
* an Entry Author element represents the concept of an [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.1 Atom author]&lt;br /&gt;
* an Entry Author element {{must}} be encoded in an [[hcard|hCard]]&lt;br /&gt;
* an Entry Author element {{should}} be encoded in an &amp;lt;code&amp;gt;&amp;amp;lt;address&amp;gt;&amp;lt;/code&amp;gt; element&lt;br /&gt;
* an Entry {{should}} have at least one Entry Author element&lt;br /&gt;
* an Entry {{may}} have more than one Entry Author elements&lt;br /&gt;
* if the Entry Author is missing&lt;br /&gt;
** find the [[algorithm-nearest-in-parent|Nearest In Parent]] &amp;lt;code&amp;gt;&amp;amp;lt;address&amp;gt;&amp;lt;/code&amp;gt; element(s) with class name &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; and that is/are a valid [[hcard|hCard]]&lt;br /&gt;
** otherwise the entry is invalid hAtom&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;hfeed&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:feed from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;hentry&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:entry from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;entry-title&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:title inside of an atom:entry from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;entry-content&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:content from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;entry-summary&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:summary from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;bookmark&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:link (without any &amp;quot;rel&amp;quot;) with an atom:entry from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;published&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:published from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;updated&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:updated from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;author&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The concept of atom:author from &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.atomenabled.org/developers/syndication/atom-format-spec.php&amp;quot;&amp;gt;The Atom Syndication Format&amp;lt;/a&amp;gt;, &lt;br /&gt;
    constrained and modified as per the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/hatom&amp;quot;&amp;gt;hAtom microformat spec&amp;lt;/a&amp;gt;.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
See [[hatom-examples]].&lt;br /&gt;
&lt;br /&gt;
=== Examples in the wild ===&lt;br /&gt;
&lt;br /&gt;
See [[hatom-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hAtom links. If you have an hAtom implementation, feel free to add it to the '''top''' of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    add new items to the TOP of this list&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [http://spinn3r.com/opensource.php Spinn3r Open Source] - implemented in Spinn3r and part of [http://code.tailrank.com/feedparser FeedParser]&lt;br /&gt;
* [http://dichotomize.com/uf/hatom/creator.html hAtom Creator] modified from the other creators by BenWest.&lt;br /&gt;
** appears to have broken as of 14 Oct 2007. returns 404, as does each parent directory. site returns default Apache install home page.&lt;br /&gt;
* the [http://tools.blogmatrix.com/extract/ Almost Universal Microformat Parser] can extract hAtom content from webpages ([http://tools.blogmatrix.com/extract/?uri=http%3A%2F%2Fblog.davidjanes.com&amp;amp;microformat=hatom&amp;amp;submit=Submit example])&lt;br /&gt;
* the [http://www.trinityanne.com/tools/greasemonkey/microformat-action.user.js microformat-action] [[greasemonkey|Greasemonkey]] script detects hAtom content on webpages and will call the [http://tools.blogmatrix.com/extract/ Almost Universal Microformat Parser]&lt;br /&gt;
* [http://rbach.priv.at/hAtom2Atom/ hAtom2Atom.xsl] transforms hAtom to Atom (as the name suggests.)&lt;br /&gt;
* There is now an [http://www.lukearno.com/projects/hatom2atom/ hatom2atom proxy] that uses hAtom2Atom.xsl.&lt;br /&gt;
* [http://placenamehere.com/article/185/SubscribingTohAtomFeedsWithNetNewsWire Subscribe To hAtom] is a script that provides [http://ranchero.com/netnewswire/ NetNewsWire 2.x] users with the ability to subscribe to hAtom documents as they would any other feed. by [[User:ChrisCasciano|Chris Casciano]].&lt;br /&gt;
* [http://boxtheweb.mihopa.net/code/apis/#outlineclasses Outline Classes] - has GPL'ed PHP code for reading hAtom&lt;br /&gt;
* [http://boxtheweb.4x2.net/ BoxtheWeb] - supports subscribing to hAtom as a feed format&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    add new items to the TOP of this list&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287 RFC4287: The Atom Syndication Format]&lt;br /&gt;
* [[hcard-parsing]]&lt;br /&gt;
* [[rfc-2119|RFC 2119]]&lt;br /&gt;
* [[iso-8601|ISO8601]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.atomenabled.org/ atomenabled.org]&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to hAtom:&lt;br /&gt;
&lt;br /&gt;
* [[blog-post-brainstorming|blog-post Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
Version 0.1 was released 28 February 2006.&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about hAtom, check the [[hatom-faq|hAtom FAQ]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[hatom-issues|hAtom issues]] document.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{hatom-related-pages}}&lt;br /&gt;
* [[rel-enclosure]] - how to semantically reference enclosures (e.g. podcasts) in hAtom&lt;br /&gt;
* [[blog-post-brainstorming]]&lt;br /&gt;
* [[blog-post-formats]]&lt;br /&gt;
* [[blog-post-examples]]&lt;br /&gt;
* [[blog-description-format]] - how to describe a blog (as opposed to the individual entries, which is what we're doing here)&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=geo&amp;diff=23269</id>
		<title>geo</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=geo&amp;diff=23269"/>
		<updated>2007-11-10T21:29:43Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Category:Drafts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; geo &amp;lt;/h1&amp;gt;&lt;br /&gt;
*http://rbach.priv.at/2006/buttons/geo.png&lt;br /&gt;
'''geo''' (pronounced &amp;quot;gee-oh&amp;quot;) is a simple format for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude), suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. '''geo''' is a 1:1 representation of the &amp;quot;geo&amp;quot; property in the vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) in XHTML, one of several open [[microformats|microformat]] standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
: [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on [[User:Tantek|my user page]], this specification is released into the public domain.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who participated in the [[geo-bof-2005-06-30|Geo Microformat BOF at O'Reilly's Where 2.0 conference]], and in particular to [http://radar.oreilly.com/nat/ Nat Torkington] and Vee McMillen of [http://oreilly.com O'Reilly] for [http://conferences.oreillynet.com/cs/where2005/view/e_sess/7476 arranging and hosting the BOF].  Thanks to Chris Hibbbert for providing the [http://www.geocaching.com/seek/cache_details.aspx?guid=dc4754bf-64d5-4f28-8715-45ad2505c86f real world geo-caching example].&lt;br /&gt;
&lt;br /&gt;
== Introduction and Background ==&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), has been broadly and interoperably implemented (e.g. Apple's Address Book application). The [[hcard|hCard]] microformat has similarly received significant adoption, from numerous sites publishing the format, to hCard to vCard proxies, to clientside javascript parsers.&lt;br /&gt;
&lt;br /&gt;
At the [http://conferences.oreillynet.com/where/ Where 2.0 conference] in June 2005, there was widespread recognition that the community needed a way to simply and easily publish visible, extractable, geographic location information on the Web, given how often bloggers, and numerous other sites publish such information.  The [[geo-bof-2005-06-30|geo microformat BOF]] discussed this very topic, and concluded with a consensus decision to just try using ''geo'' from vCard/hCard.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''geo''' microformat, which is a 1:1 representation of the aforementioned ''geo'' property from the vCard standard, by simply reusing the ''geo'' property and sub-properties as-is from the [[hcard|hCard]] microformat.&lt;br /&gt;
&lt;br /&gt;
Publishers can both embed '''geo''' addresses directly in their web pages and feeds, as well as markup existing latitude/longitude coordinates in the context of the rest of the information in their web pages and feeds.&lt;br /&gt;
&lt;br /&gt;
If the publisher knows and is publishing the ''name'' of the location in addition to its geo lat/long, then the publisher {{must}} use [[hcard|hCard]] instead of just '''geo''' to publish the name and geo lat/long of the location.&lt;br /&gt;
&lt;br /&gt;
If the publisher knows and is publishing the address of the location, OR if the address of the location was what was actually entered by a human, and the publisher simply turned that into lat/long using some sort of a service, then the publisher {{should}} use [[adr]] to publish the actual human entered address information since that communicates far more semantic information than a simple geo lat/long coordinate.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== Singular Properties ===&lt;br /&gt;
&lt;br /&gt;
Note that all the properties in '''geo''' are singular properties, and thus the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property. For this purpose, the special class name &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; is used to excerpt out the subset of the element that is  the value of the property.  See [[hcard|hCard]] for details on this.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an geo location is &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties in geo, taken from [[hcard|hCard]]:&lt;br /&gt;
&lt;br /&gt;
* latitude&lt;br /&gt;
* longitude&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]], with the only difference being that &amp;quot;geo&amp;quot; is the root class name, rather than &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Example from RFC2426 ===&lt;br /&gt;
&lt;br /&gt;
Section 3.4.2 of RFC2426 has a simple geo example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
GEO:37.386013;-122.082932&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this vCard fragment as a geo, as [http://microformats.org/wiki/hcard-examples#3.4.2_GEO_Type_Definition first documented on the hCard examples page]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;GEO: &lt;br /&gt;
 &amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.386013&amp;lt;/span&amp;gt;, &lt;br /&gt;
 &amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.082932&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this geo could be displayed as: &amp;lt;!-- this section includes a live Geo microforamt - please edit with care --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;GEO: &amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.386013&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.082932&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this is a '''live''' geo microformat, which will be found on this page by parsers.&lt;br /&gt;
&lt;br /&gt;
=== Real world geo example ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample of published lat/long info (from [http://www.geocaching.com/seek/cache_details.aspx?guid=dc4754bf-64d5-4f28-8715-45ad2505c86f geocaching: Noble Steed]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
N 37° 24.491 W 122° 08.313&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With geo markup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;latitude&amp;quot; title=&amp;quot;37.408183&amp;quot;&amp;gt;N 37° 24.491&amp;lt;/abbr&amp;gt; &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;longitude&amp;quot; title=&amp;quot;-122.13855&amp;quot;&amp;gt;W 122° 08.313&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This geo might be displayed as: &amp;lt;!-- this section includes a live Geo microforamt - please edit with care --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;latitude&amp;quot; title=&amp;quot;37.408183&amp;quot;&amp;gt;N 37° 24.491&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;longitude&amp;quot; title=&amp;quot;-122.13855&amp;quot;&amp;gt;W 122° 08.313&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Again, this is a '''live''' example.&lt;br /&gt;
&lt;br /&gt;
Note that since the real world example used a more human readable presentation of the geo coordinates, we use the [[abbr-design-pattern]] to keep that more human readable presentation, and in addition provide the respective absolute numerical values for the geo.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''. The number of Geo examples in the wild has expanded far beyond the capacity of being kept inline in this specification. They have been moved to a separate page, [[geo-examples-in-wild|Geo examples in the wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse geos outside the context of hCards. If you have an geo implementation, feel free to add it to the '''top''' of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
*I've added Geo mark-up to the output of Wikipedia's [http://en.wikipedia.org/wiki/Template:GeoTemplate GeoTemplate] which is called by '''many thousands''' of other Wikipedia pages. Example: the coordinates (top right) in [http://en.wikipedia.org/wiki/Great_Barr] link to [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.54833_N_1.93212_W_region:GB_source:enwiki-osgb36(SP047945)]; the latter now has Geo mark-up in the &amp;quot;[http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.686_N_2.193_W_region:GB_type:landmark#Mark-up Mark-up]&amp;quot; section. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Jul 2007 (PDT)&lt;br /&gt;
*GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix] takes any valid address in the listed countries (as at 2003-07) or map point (using GoogleMaps API) and outputs geo markup.&lt;br /&gt;
**Countries: Andorra, Australia, Austria, Belgium, Canada, France, Germany, Gibraltar, Italy, Japan (but only in Japanese), Liechtenstein, Luxembourg, Monaco, Netherlands, New Zealand, San Marino, Spain, Sweden, Switzerland, United States of America and the Vatican City. &lt;br /&gt;
**For countries other than the UK, the British Isles and China it provides geocoding for country names and city names (e.g. &amp;quot;Nairobi, Kenya&amp;quot;).&lt;br /&gt;
**For UK, the British Isles and China, Google returns an error.&lt;br /&gt;
* [http://code.highearthorbit.com/greaseroute/index.php GreaseRoute] is a GreaseMonkey user script (also available as a simple Firefox Extension) which will add icons for displaying the MapQuest map of a [[geo]]. Written by [http://highearthorbit.com Andrew Turner] &lt;br /&gt;
* [http://www.podster.de/page/geotest podster.de] finds geo markups in podcast RSS Feeds and maps soundseeing episodes on a map (German only)&lt;br /&gt;
* [http://blog.codeeg.com/ Calvin Yu] has written a  [http://blog.codeeg.com/2006/01/28/using-microformats-to-plot-my-favorite-places/ web service that will allow you plot and describe places on a Yahoo Map easily] using [[hreview|hReview]] and [[geo]].&lt;br /&gt;
* [http://bluesmoon.blogspot.com/ Philip Tellis] has written a [http://bluesmoon.blogspot.com/2006/01/of-microformats-and-geocoding.html javascript to add maps to geo markup on pages]&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding geos and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://bluesmoon.blogspot.com/ Philip Tellis] has written some javascript to [http://bluesmoon.blogspot.com/2006/01/of-microformats-and-geocoding.html convert the geo microformat to a google map] using [[geo]].&lt;br /&gt;
* Brian Suda has written some [http://suda.co.uk/projects/microformats/geo/ geo extracting] code to convert geo microformats to KML for use with Google Maps and Google Earth. There is also a bookmarklet to extract the data and pass it to google maps automatically. He is working on a GeoRSS version for Yahoo! Maps as well.&lt;br /&gt;
**GPX export is done, but needs some tweaking and testing. Just change &amp;amp;type=(kml|georss|gpx). Not quite ready for primetime yet. Feel free to test and send feedback.&lt;br /&gt;
* Fil explains [http://www.jquery.info/spip.php?article7 how to use the geo microformat with the javascript library jQuery] [http://jquery.com].&lt;br /&gt;
* [http://georss.org/geopress GeoPress] is a WordPress (http://wordpress.org) plugin that supports embedding adrs, geo, maps (dynamically switchable between Google-Yahoo-Microsoft Maps), and GeoRSS (http://georss.org) feeds. Written by [http://highearthorbit.com Andrew Turner]&lt;br /&gt;
* [http://www.openstreetmap.org OpenStreetMap] uses the geo microformat on its wiki for place pages (added by [http://wiki.openstreetmap.org/index.php/User:Pigsonthewing Andy Mabbett]) and also on the GPS trace pages and diary entry pages ([http://www.dankarran.com/blog/archives/2007/09/04/pinpoint_your_openstreetmap_diary_entries.php added] by [http://www.dankarran.com Dan Karran]).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426] ([http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426])&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.census.gov/geo/www/tiger/tigermap.html TIGER Map Service]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geotagging Wikipedia article on GeoTagging]&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added.&lt;br /&gt;
&lt;br /&gt;
* Proposals for changes, additions and other thoughts about [[geo]] may be found at [[geo-brainstorming]].&lt;br /&gt;
&lt;br /&gt;
== Related Work ==&lt;br /&gt;
* [[luna]] (proposal for geo-style microformat for co-ordinates on The Moon)&lt;br /&gt;
* [[mars]] (proposal for geo-style microformat for co-ordinates on the planet Mars)&lt;br /&gt;
* [[geo-extension-strawman]] - extends [[geo]] to include the above, and for representing coordinates on other planets, moons etc.&lt;br /&gt;
* [[thoughts-on-extending-the-geo-microformat|thoughts on addind time and reference system]] to the geo microformat, that could also be used for places on other celestial bodies&lt;br /&gt;
&lt;br /&gt;
== Similar Work ==&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[XOXO]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geo_%28microformat%29 Geo on Wikipedia]&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page]&lt;br /&gt;
* [http://wikitravel.org/en/Wikitravel:Geocoding#Sources_for_lat.2Flongs Sources for latitude/ longitude coordinates]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{geo-related-pages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=adr&amp;diff=23261</id>
		<title>adr</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=adr&amp;diff=23261"/>
		<updated>2007-11-10T21:27:42Z</updated>

		<summary type="html">&lt;p&gt;VanGore: Category:Drafts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= adr =&lt;br /&gt;
http://rbach.priv.at/2006/buttons/adr.png&lt;br /&gt;
&lt;br /&gt;
'''adr''' (pronounced &amp;quot;adder&amp;quot;; FAQ: [[hcard-faq#Should_I_use_ADDRESS_for_hCards|&amp;quot;why 'adr'?&amp;quot;]]) is a simple format for marking up address information, suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. '''adr''' is a 1:1 representation of the ''adr'' property in the vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) in XHTML, one of several open [[microformats|microformat]] standards. It is also a property of [[hCard]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
; Editor/Author&lt;br /&gt;
: [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on [[User:Tantek|my user page]], this specification is released into the public domain.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who participated in the [[geo-bof-2005-06-30|Geo Microformat BOF at O'Reilly's Where 2.0 conference]], and in particular to [http://radar.oreilly.com/nat/ Nat Torkington] and Vee McMillen of [http://oreilly.com O'Reilly] for [http://conferences.oreillynet.com/cs/where2005/view/e_sess/7476 arranging and hosting the BOF].&lt;br /&gt;
&lt;br /&gt;
== Introduction and Background ==&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), has been broadly and interoperably implemented (e.g. Apple's Address Book application). The [[hcard|hCard]] microformat has similarly received significant adoption, from numerous sites publishing the format, to hCard to vCard proxies, to clientside javascript parsers.&lt;br /&gt;
&lt;br /&gt;
At the [http://conferences.oreillynet.com/where/ Where 2.0 conference] in June 2005, there was widespread recognition that the community needed a way to simply and easily publish visible, extractable, address information on the Web, given how often bloggers, and numerous other sites publish address information.  The [[geo-bof-2005-06-30|geo microformat BOF]] discussed this very topic, and concluded with a consensus decision to just try using ''adr'' from vCard/hCard.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''adr''' microformat, which is a 1:1 representation of the aforementioned ''adr'' property from the vCard standard, by simply reusing the ''adr'' property and sub-properties as-is from the [[hcard|hCard]] microformat.&lt;br /&gt;
&lt;br /&gt;
Publishers can both embed '''adr''' addresses directly in their web pages and feeds, as well as markup existing addresses in the context of the rest of the information in their web pages and feeds.&lt;br /&gt;
&lt;br /&gt;
If the publisher knows and is publishing the ''name'' of the location in addition to its address, then the publisher MUST use [[hcard|hCard]] instead of just '''adr''' to publish the name and address of the location.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== Singular Properties ===&lt;br /&gt;
&lt;br /&gt;
Note that all the properties in '''adr''' are singular properties, and thus the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; property and any other property that takes a &amp;lt;abbr title=&amp;quot;Uniform Resource Locator&amp;quot;&amp;gt;URL&amp;lt;/abbr&amp;gt; as its value, the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;amp;gt;&amp;lt;/code&amp;gt; element's &amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt; attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property. For this purpose, the special class name &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; is used to excerpt out the subset of the element that is  the value of the property.  See [[hcard|hCard]] for details on this.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an '''adr''' address is &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties in '''adr''', taken from [[hcard|hCard]]:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;post-office-box&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;extended-address&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;street-address&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;locality&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;postal-code&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;country-name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; sub-property is omitted because without the context of a type of address for ''whom'', it doesn't make much sense.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
See [[hcard-parsing|hCard parsing]], with the only difference being that &amp;quot;adr&amp;quot; is the root class name, rather than &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample adr ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;street-address&amp;quot;&amp;gt;665 3rd St.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;extended-address&amp;quot;&amp;gt;Suite 207&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;,&lt;br /&gt;
 &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94107&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;country-name&amp;quot;&amp;gt;U.S.A.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which might be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;street-address&amp;quot;&amp;gt;'''665 3rd St.'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;extended-address&amp;quot;&amp;gt;'''Suite 207'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;'''San Francisco'''&amp;lt;/span&amp;gt;,&lt;br /&gt;
&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;'''CA'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;'''94107'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;country-name&amp;quot;&amp;gt;'''U.S.A.'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this is a '''live''' &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt; microformat, which will be found on this page by parsers.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [http://microformats.org/wiki/hcard-examples#3.2.1_ADR_Type_Definition hCard example ADR] for more examples.&lt;br /&gt;
&lt;br /&gt;
See [http://microformats.org/wiki/adr-examples adr examples] for additional uses of ADR.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published adrs, outside their normal context of hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc., in addition to [[hcard|hCard]] examples in the wild. If you find adrs outside of hCards anywhere else, feel free to add them to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.stems-florist.co.uk/ Stems Florist] uses the microformat on the front page to markup up the two store addresses&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
(See also [[hcard-examples-in-wild]])&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse adrs outside the context of hCards. If you have an adr implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://code.highearthorbit.com/greaseroute/index.php GreaseRoute] is a GreaseMonkey user script (also available as a simple Firefox Extension) which will add icons for displaying the location, or route to, an [[adr]] using a MapQuest map. The route is displayed from the starting location based on the viewer's IP-Address as determined by the [http://hostip.info HostIP] geolocation service.&lt;br /&gt;
&lt;br /&gt;
* [http://code.highearthorbit.com/greaseroute/index.php GreaseRouteEmbed] is another GreaseMonkey user script that will actually embed a route image in the webpage when the user clicks the &amp;quot;route&amp;quot; link. &lt;br /&gt;
&lt;br /&gt;
* [http://georss.org/geopress GeoPress] is a [http://wordpress.org WordPress] plugin that supports embedding adrs, geo, maps (dynamically switchable between Google-Yahoo-Microsoft Maps), and [http://georss.org GeoRSS] feeds.&lt;br /&gt;
&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding adrs and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator], though it creates complete hCards, can also be used simply to create adrs by filling out the address portion and simply copy and pasting the &amp;amp;lt;div class=&amp;quot;adr&amp;quot;&amp;amp;gt; element and its contents.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426] ([http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426])&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added.&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about hCard, check the [[hcard-faq|hCard FAQ]] first, and if you don't find answers, add your questions! (Odds are that any '''adr''' question will apply to [[hCard]] as well).&lt;br /&gt;
* See also [http://microformats.org/discuss/ for other methods of feedback].&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[hcard-issues|hCard issues]] document.  Ditto.&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{adr}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23352</id>
		<title>User:VanGore</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:VanGore&amp;diff=23352"/>
		<updated>2007-11-09T11:41:43Z</updated>

		<summary type="html">&lt;p&gt;VanGore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Don't create new taxos. Use the existing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Todo ==&lt;br /&gt;
info.xml&lt;br /&gt;
&lt;br /&gt;
shopinfo.xml&lt;/div&gt;</summary>
		<author><name>VanGore</name></author>
	</entry>
</feed>