<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JeffMcNeill</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JeffMcNeill"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/JeffMcNeill"/>
	<updated>2026-05-10T20:32:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=44912</id>
		<title>User:JeffMcNeill</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=44912"/>
		<updated>2011-11-09T15:24:16Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* email [mailto:jeff@jeffmcneill.com jeff@jeffmcneill.com]&lt;br /&gt;
* web [http://jeffmcneill.com/ http://jeffmcneill.com]&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=33316</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=33316"/>
		<updated>2008-08-18T00:55:19Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==Contributor(s)==&lt;br /&gt;
[[User:JeffMcNeill|Jeff McNeill]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;quot;&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
*you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
**The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
***It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
****Partly; but in HTML you can hang an intermediate class on &amp;lt;nowiki&amp;gt;&amp;lt;tbody&amp;gt;&amp;lt;/nowiki&amp;gt;. [[User:AndyMabbett|Andy Mabbett]] 15:42, 19 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
*** A mediawiki extension [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] can support abbr by using a new xabbr command &lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this, working on it... --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Not sure how this is a problem, which microformat uses this format? Markup within divs such as &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; work fine. --[[User:JeffMcNeill|jeffmcneill]] 01:14, 21 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
** [[hatom|hAtom]] uses &amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;. [[User:AndyMabbett|Andy Mabbett]] 15:42, 19 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=28255</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=28255"/>
		<updated>2008-08-18T00:54:42Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==Contributor(s)==&lt;br /&gt;
[[User:JeffMcNeill|Jeff McNeill]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;quot;&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
*you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
**The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
***It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
****Partly; but in HTML you can hang an intermediate class on &amp;lt;nowiki&amp;gt;&amp;lt;tbody&amp;gt;&amp;lt;/nowiki&amp;gt;. [[User:AndyMabbett|Andy Mabbett]] 15:42, 19 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
*** A mediawiki extension [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] can support abbr by using a new xabbr command &lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this, working on it... --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Not sure how this is a problem, which microformat uses this format? Markup within divs such as &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; work fine. --[[User:JeffMcNeill|jeffmcneill]] 01:14, 21 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
** [[hatom|hAtom]] uses &amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;. [[User:AndyMabbett|Andy Mabbett]] 15:42, 19 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki&amp;diff=33306</id>
		<title>mediawiki</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki&amp;diff=33306"/>
		<updated>2008-08-17T21:25:32Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[mediawiki-mark-up-issues]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=cms&amp;diff=28361</id>
		<title>cms</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=cms&amp;diff=28361"/>
		<updated>2008-08-17T21:15:57Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; content management systems &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One general category of microformats [[implementations]].&lt;br /&gt;
&lt;br /&gt;
There are numerous modern content management systems (CMS), often open source, that support of [[microformats]], both by default, and with the installation of themes, plugins, or extensions.&lt;br /&gt;
&lt;br /&gt;
== adding microformats support to CMS ==&lt;br /&gt;
See the specific pages for each CMS for specific support and instructions to add more support.&lt;br /&gt;
&lt;br /&gt;
* [[drupal]]&lt;br /&gt;
* [[movable-type]]&lt;br /&gt;
* [[wordpress]]&lt;br /&gt;
* [[mediawiki]]&lt;br /&gt;
&lt;br /&gt;
== related ==&lt;br /&gt;
* [[education]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=29750</id>
		<title>microblogging-nanoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=29750"/>
		<updated>2008-04-11T00:12:31Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Microblogging Nanoformats=&lt;br /&gt;
:'''The official twitter lingo [[twitter-syntax]]'''&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Twitter (or Jaiku) nanoformats proposal=&lt;br /&gt;
* Nanoformats try to extend twitter capabilities to give more utility to the tool.&lt;br /&gt;
* Nanoformats try to give more semantic information to the twitter post for better filtering.&lt;br /&gt;
* Nanoformats try to use commonly used (or semi-standard) parameters like microformats&lt;br /&gt;
* Nanoformats are better if more people use it, spread the word.&lt;br /&gt;
* Nanoformats are even better if you combine.&lt;br /&gt;
* Nanoformats are extensible, customizable, mashable...&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
&lt;br /&gt;
; Editor : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
; Authors : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[User:TekeTen|Gorka Julio]]) 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;
&amp;lt;div id=&amp;quot;Some_apps_supporting_some_kind_of_nanoformat&amp;quot;&amp;gt;&amp;lt;!-- uses former sub-heading as ID, to preserve existing links)--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Implementations==&lt;br /&gt;
Some apps supporting some kind of nanoformat:&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com Twitter]: @username for replies&lt;br /&gt;
* [http://www.tagzania.com Tagzania]: L: to share with you twitter friends the place where you are.&lt;br /&gt;
* [http://www.twittermap.com Twittermap]: L: to show your location (not standarized way)&lt;br /&gt;
* [http://www.txioka.net Txioka] event, time, L, adr ... and conversion from nanoformats-&amp;gt;microformats (hCalendar, hListing, hCard)&lt;br /&gt;
* [http://plusplusbot.com plusplus bot] tag++, @username++ to vote for or tag-- to vote against a tag or user&lt;br /&gt;
* [http://foamee.com foamee] @ioubeer @twitterscreenname for being an amazing human being&lt;br /&gt;
* [http://hashtags.org Hashtags] #tag nanoformat is used as an easy way to track a specific topic or event&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use examples==&lt;br /&gt;
* New! translate your twitter feed into different languages using lang: nanoformat. Personalize it cloning this [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe] (JP-&amp;gt;EN [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe])&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com/nanoformatsbot Twitter Nanoformats bot] (add to your friends and use nanoformats) for experiments!&lt;br /&gt;
* [http://www.bloginfluence.net/nanoformats Example web app] showing tag: and event: nanoformats&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
===Open discussions===&lt;br /&gt;
* tag++ and tag-- are been discussed better way can be ++tag or --tag (the same as other 1nanoformats), however ++tag isn't supported by http://plusplusbot.com.&lt;br /&gt;
** question: is more regular to use ++ and -- before the word. Can we propose the change?&lt;br /&gt;
** note -&amp;gt; this can be done using vote or rate nanoformats&lt;br /&gt;
** Example: @psd++ for updating this page, thanks also to @factoryjoe L:Berkhamsted,UK #microformats&lt;br /&gt;
&lt;br /&gt;
    * tag++ ('''discussion''')&lt;br /&gt;
          o Used to 'plusplus' (vote for) a user or subject &lt;br /&gt;
          o Example: microformats++ because they rock the disco!&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;++&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
    * tag-- ('''discussion''')&lt;br /&gt;
          o Used to 'minusminus' (vote against) a user or subject &lt;br /&gt;
          o Example: drm-- for breaking my backups&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;--&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
&lt;br /&gt;
* ['''approved'''] proposal to use #group not only for groups, but for tags based common usage observed on Twitter as supported by http://hashtags.org/&lt;br /&gt;
** We gave more flexible description to #tag and deprecate''' tag''' nanoformat.&lt;br /&gt;
&lt;br /&gt;
===Deprecated===&lt;br /&gt;
* play:&amp;lt;object&amp;gt; -&amp;gt; use enclosure&lt;br /&gt;
* tag:&amp;lt;tag&amp;gt; -&amp;gt; use #tag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1nanoformats (syntaxparam) ===&lt;br /&gt;
    * @username&lt;br /&gt;
          o Used to mention a user.&lt;br /&gt;
          o Example: @mike I agree with you&lt;br /&gt;
          o Syntax: @&amp;lt;twitter username&amp;gt;&lt;br /&gt;
          o Tools: @yourusername filter pipe, [http://foamee.com/ foamee]&lt;br /&gt;
    * #tag&lt;br /&gt;
          o Used to tag posts&lt;br /&gt;
          o Example: kauta concert at Doka #music&lt;br /&gt;
          o Example: #rockclub kauta concert tonight (group use example)&lt;br /&gt;
          o Syntax: #&amp;lt;tag&amp;gt;&lt;br /&gt;
          o Tools: #tag filter pipe&lt;br /&gt;
&lt;br /&gt;
===2nanoformats (syntax:param)===&lt;br /&gt;
&lt;br /&gt;
    * lang:&lt;br /&gt;
          o Used to define the language of the post.&lt;br /&gt;
          o Example: this is a post in English lang:en&lt;br /&gt;
          o Syntax: lang:&amp;lt;iso639-1 code&amp;gt;&lt;br /&gt;
                + info: code list iso639-1&lt;br /&gt;
          o Tools: lang filter pipe&lt;br /&gt;
    * L:&lt;br /&gt;
          o Used to define a location&lt;br /&gt;
          o Example: Good place to visit L: Place Georges Pompidou, Paris, France&lt;br /&gt;
          o Example2: Good place to visit L: Place Georges Pompidou, Paris, 75004&lt;br /&gt;
          o Example3: Good place to visit L:48.860500,2.352260&lt;br /&gt;
          o Text Syntax: L:&amp;lt;Addres, city or town, region&amp;gt; or L:&amp;lt;Address, city or town, postal code&amp;gt; at the end of  a tweet&lt;br /&gt;
                + info  [http://api.twittervision.com/api.html Twittervision API], [http://maps.google.com/support/bin/answer.py?answer=20637&amp;amp;query=busqueda&amp;amp;topic=&amp;amp;type= Google maps]&lt;br /&gt;
          o Geo Syntax: L:&amp;lt;lat,long&amp;gt;&lt;br /&gt;
                + info: (Section 3.4.2 of RFC2426)&lt;br /&gt;
          o Tools: [http://twittervision.com Twittervision], [http://api.twittervision.com/api.html Twittervision API], location filter pipe&lt;br /&gt;
    * todo:&lt;br /&gt;
          o Used to define something to do (or for someone combined with @username).&lt;br /&gt;
          o Example: todo:go to buy chocolate&lt;br /&gt;
          o Syntax: todo:&amp;lt;to do info&amp;gt;&lt;br /&gt;
          o Tools: todo filter pipe&lt;br /&gt;
    * note:&lt;br /&gt;
          o Used to write a simple note.&lt;br /&gt;
          o Example: note:printer ink catridge numbers HP336 / HP342&lt;br /&gt;
          o Syntax: note:&amp;lt;note subject&amp;gt;&lt;br /&gt;
    * event:&lt;br /&gt;
          o Used to define an event (better combined with L:).&lt;br /&gt;
          o Example: event:Conference or event:http://www.web2summit.com/pub/w/40/coverage.html/&lt;br /&gt;
          o Syntax: event:&amp;lt;event name&amp;gt; or event:&amp;lt;http://eventurl... &amp;gt;&lt;br /&gt;
          o Tools: event filter pipe&lt;br /&gt;
    * enclosure: [play:(deprecated)]&lt;br /&gt;
          o Used to mark a link to playable media.&lt;br /&gt;
          o Example: enclosure: http://media.mfdz.com/track/7.mp3&lt;br /&gt;
          o Syntax: enclosure:&amp;lt;http://mediaurl... &amp;gt;&lt;br /&gt;
    * time:&lt;br /&gt;
          o Used to define a time (usually with event).&lt;br /&gt;
          o Example: time:2006-06-30 21:00:00&lt;br /&gt;
          o Syntax: to define (can change)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3nanoformats (syntax:param:param)===&lt;br /&gt;
&lt;br /&gt;
    * rate:&lt;br /&gt;
          o Used for rate something between 1-5.&lt;br /&gt;
          o Example: rate:1:Epic movie or rate:5:http://www.twitter.com/&lt;br /&gt;
          o Syntax: rate:&amp;lt;1-5&amp;gt;:&amp;lt;rated subject&amp;gt;&lt;br /&gt;
          o Tools: rate filter pipe&lt;br /&gt;
    * vote:&lt;br /&gt;
          o Used for vote (for, against, abstain).&lt;br /&gt;
          o Example: vote:against:Irak war or vote:for:Peace&lt;br /&gt;
          o Syntax: vote:&amp;lt;for,against,abstain&amp;gt;:&amp;lt;voted subject&amp;gt;&lt;br /&gt;
          o Tools: vote filter pipe&lt;br /&gt;
    * deal:&lt;br /&gt;
          o Used for transaction info (sell, rent, trade, wanted, offer, announce).&lt;br /&gt;
          o Example: deal:sell:acer:n50 pda or deal:wanted:http://www.nabaztag.com&lt;br /&gt;
          o Syntax: deal:&amp;lt;sell,rent,trade,wanted,offer,announce&amp;gt;:&amp;lt;transaction subject&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using more than one nanoformat in the same post==&lt;br /&gt;
&lt;br /&gt;
'''If you want to use more than one nanoformat in the same twit.'''&lt;br /&gt;
You have to use at the end of the twit.&lt;br /&gt;
* Example: great party event:beach party  L:Ondarreta beach, Donostia&lt;br /&gt;
* Generic example: &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Exception: @username commonly used at the start of the twit.&lt;br /&gt;
* Example: @teketen I disagree with you! It's time:2007-06-24 21:00&lt;br /&gt;
* Generic example: @username &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Don't use more than one nanoformat of the same type in the same twit'''&lt;br /&gt;
&lt;br /&gt;
Is not a good idea use the same type nanoformat  in the same twit. Twits can be a good unit to convert the information given in a twit into other formats for that reason only the things that have meaning together are interesting. If you want to explain more than one thing you should use an other twit to do that.&lt;br /&gt;
* Wrong example: we go there tonight event:party event:home party&lt;br /&gt;
* Example: great party event:beach party L:Ondarreta beach, Donostia&lt;br /&gt;
&lt;br /&gt;
* Exception: 1nanoformats. You can use more than one in the same twit.&lt;br /&gt;
* Example: Summer night in Andoain http://tinyurl.com/2l6j8z L:Andoain, Gipuzkoa #summer #night&lt;br /&gt;
* Generic Example: &amp;lt;message&amp;gt; &amp;lt;other nanoformats one each other&amp;gt; &amp;lt;#tag&amp;gt;*&lt;br /&gt;
[[User:TekeTen|TekeTen]] 08:54, 23 Jul 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=26712</id>
		<title>microblogging-nanoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=26712"/>
		<updated>2008-04-11T00:11:52Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Microblogging Nanoformats=&lt;br /&gt;
:'''The official twitter lingo [[twitter-syntax]]'''&lt;br /&gt;
&lt;br /&gt;
=Twitter (or Jaiku) nanoformats proposal=&lt;br /&gt;
* Nanoformats try to extend twitter capabilities to give more utility to the tool.&lt;br /&gt;
* Nanoformats try to give more semantic information to the twitter post for better filtering.&lt;br /&gt;
* Nanoformats try to use commonly used (or semi-standard) parameters like microformats&lt;br /&gt;
* Nanoformats are better if more people use it, spread the word.&lt;br /&gt;
* Nanoformats are even better if you combine.&lt;br /&gt;
* Nanoformats are extensible, customizable, mashable...&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
&lt;br /&gt;
; Editor : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
; Authors : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[User:TekeTen|Gorka Julio]]) 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;
&amp;lt;div id=&amp;quot;Some_apps_supporting_some_kind_of_nanoformat&amp;quot;&amp;gt;&amp;lt;!-- uses former sub-heading as ID, to preserve existing links)--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Implementations==&lt;br /&gt;
Some apps supporting some kind of nanoformat:&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com Twitter]: @username for replies&lt;br /&gt;
* [http://www.tagzania.com Tagzania]: L: to share with you twitter friends the place where you are.&lt;br /&gt;
* [http://www.twittermap.com Twittermap]: L: to show your location (not standarized way)&lt;br /&gt;
* [http://www.txioka.net Txioka] event, time, L, adr ... and conversion from nanoformats-&amp;gt;microformats (hCalendar, hListing, hCard)&lt;br /&gt;
* [http://plusplusbot.com plusplus bot] tag++, @username++ to vote for or tag-- to vote against a tag or user&lt;br /&gt;
* [http://foamee.com foamee] @ioubeer @twitterscreenname for being an amazing human being&lt;br /&gt;
* [http://hashtags.org Hashtags] #tag nanoformat is used as an easy way to track a specific topic or event&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use examples==&lt;br /&gt;
* New! translate your twitter feed into different languages using lang: nanoformat. Personalize it cloning this [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe] (JP-&amp;gt;EN [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe])&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com/nanoformatsbot Twitter Nanoformats bot] (add to your friends and use nanoformats) for experiments!&lt;br /&gt;
* [http://www.bloginfluence.net/nanoformats Example web app] showing tag: and event: nanoformats&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
===Open discussions===&lt;br /&gt;
* tag++ and tag-- are been discussed better way can be ++tag or --tag (the same as other 1nanoformats), however ++tag isn't supported by http://plusplusbot.com.&lt;br /&gt;
** question: is more regular to use ++ and -- before the word. Can we propose the change?&lt;br /&gt;
** note -&amp;gt; this can be done using vote or rate nanoformats&lt;br /&gt;
** Example: @psd++ for updating this page, thanks also to @factoryjoe L:Berkhamsted,UK #microformats&lt;br /&gt;
&lt;br /&gt;
    * tag++ ('''discussion''')&lt;br /&gt;
          o Used to 'plusplus' (vote for) a user or subject &lt;br /&gt;
          o Example: microformats++ because they rock the disco!&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;++&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
    * tag-- ('''discussion''')&lt;br /&gt;
          o Used to 'minusminus' (vote against) a user or subject &lt;br /&gt;
          o Example: drm-- for breaking my backups&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;--&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
&lt;br /&gt;
* ['''approved'''] proposal to use #group not only for groups, but for tags based common usage observed on Twitter as supported by http://hashtags.org/&lt;br /&gt;
** We gave more flexible description to #tag and deprecate''' tag''' nanoformat.&lt;br /&gt;
&lt;br /&gt;
===Deprecated===&lt;br /&gt;
* play:&amp;lt;object&amp;gt; -&amp;gt; use enclosure&lt;br /&gt;
* tag:&amp;lt;tag&amp;gt; -&amp;gt; use #tag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1nanoformats (syntaxparam) ===&lt;br /&gt;
    * @username&lt;br /&gt;
          o Used to mention a user.&lt;br /&gt;
          o Example: @mike I agree with you&lt;br /&gt;
          o Syntax: @&amp;lt;twitter username&amp;gt;&lt;br /&gt;
          o Tools: @yourusername filter pipe, [http://foamee.com/ foamee]&lt;br /&gt;
    * #tag&lt;br /&gt;
          o Used to tag posts&lt;br /&gt;
          o Example: kauta concert at Doka #music&lt;br /&gt;
          o Example: #rockclub kauta concert tonight (group use example)&lt;br /&gt;
          o Syntax: #&amp;lt;tag&amp;gt;&lt;br /&gt;
          o Tools: #tag filter pipe&lt;br /&gt;
&lt;br /&gt;
===2nanoformats (syntax:param)===&lt;br /&gt;
&lt;br /&gt;
    * lang:&lt;br /&gt;
          o Used to define the language of the post.&lt;br /&gt;
          o Example: this is a post in English lang:en&lt;br /&gt;
          o Syntax: lang:&amp;lt;iso639-1 code&amp;gt;&lt;br /&gt;
                + info: code list iso639-1&lt;br /&gt;
          o Tools: lang filter pipe&lt;br /&gt;
    * L:&lt;br /&gt;
          o Used to define a location&lt;br /&gt;
          o Example: Good place to visit L: Place Georges Pompidou, Paris, France&lt;br /&gt;
          o Example2: Good place to visit L: Place Georges Pompidou, Paris, 75004&lt;br /&gt;
          o Example3: Good place to visit L:48.860500,2.352260&lt;br /&gt;
          o Text Syntax: L:&amp;lt;Addres, city or town, region&amp;gt; or L:&amp;lt;Address, city or town, postal code&amp;gt; at the end of  a tweet&lt;br /&gt;
                + info  [http://api.twittervision.com/api.html Twittervision API], [http://maps.google.com/support/bin/answer.py?answer=20637&amp;amp;query=busqueda&amp;amp;topic=&amp;amp;type= Google maps]&lt;br /&gt;
          o Geo Syntax: L:&amp;lt;lat,long&amp;gt;&lt;br /&gt;
                + info: (Section 3.4.2 of RFC2426)&lt;br /&gt;
          o Tools: [http://twittervision.com Twittervision], [http://api.twittervision.com/api.html Twittervision API], location filter pipe&lt;br /&gt;
    * todo:&lt;br /&gt;
          o Used to define something to do (or for someone combined with @username).&lt;br /&gt;
          o Example: todo:go to buy chocolate&lt;br /&gt;
          o Syntax: todo:&amp;lt;to do info&amp;gt;&lt;br /&gt;
          o Tools: todo filter pipe&lt;br /&gt;
    * note:&lt;br /&gt;
          o Used to write a simple note.&lt;br /&gt;
          o Example: note:printer ink catridge numbers HP336 / HP342&lt;br /&gt;
          o Syntax: note:&amp;lt;note subject&amp;gt;&lt;br /&gt;
    * event:&lt;br /&gt;
          o Used to define an event (better combined with L:).&lt;br /&gt;
          o Example: event:Conference or event:http://www.web2summit.com/pub/w/40/coverage.html/&lt;br /&gt;
          o Syntax: event:&amp;lt;event name&amp;gt; or event:&amp;lt;http://eventurl... &amp;gt;&lt;br /&gt;
          o Tools: event filter pipe&lt;br /&gt;
    * enclosure: [play:(deprecated)]&lt;br /&gt;
          o Used to mark a link to playable media.&lt;br /&gt;
          o Example: enclosure: http://media.mfdz.com/track/7.mp3&lt;br /&gt;
          o Syntax: enclosure:&amp;lt;http://mediaurl... &amp;gt;&lt;br /&gt;
    * time:&lt;br /&gt;
          o Used to define a time (usually with event).&lt;br /&gt;
          o Example: time:2006-06-30 21:00:00&lt;br /&gt;
          o Syntax: to define (can change)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3nanoformats (syntax:param:param)===&lt;br /&gt;
&lt;br /&gt;
    * rate:&lt;br /&gt;
          o Used for rate something between 1-5.&lt;br /&gt;
          o Example: rate:1:Epic movie or rate:5:http://www.twitter.com/&lt;br /&gt;
          o Syntax: rate:&amp;lt;1-5&amp;gt;:&amp;lt;rated subject&amp;gt;&lt;br /&gt;
          o Tools: rate filter pipe&lt;br /&gt;
    * vote:&lt;br /&gt;
          o Used for vote (for, against, abstain).&lt;br /&gt;
          o Example: vote:against:Irak war or vote:for:Peace&lt;br /&gt;
          o Syntax: vote:&amp;lt;for,against,abstain&amp;gt;:&amp;lt;voted subject&amp;gt;&lt;br /&gt;
          o Tools: vote filter pipe&lt;br /&gt;
    * deal:&lt;br /&gt;
          o Used for transaction info (sell, rent, trade, wanted, offer, announce).&lt;br /&gt;
          o Example: deal:sell:acer:n50 pda or deal:wanted:http://www.nabaztag.com&lt;br /&gt;
          o Syntax: deal:&amp;lt;sell,rent,trade,wanted,offer,announce&amp;gt;:&amp;lt;transaction subject&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using more than one nanoformat in the same post==&lt;br /&gt;
&lt;br /&gt;
'''If you want to use more than one nanoformat in the same twit.'''&lt;br /&gt;
You have to use at the end of the twit.&lt;br /&gt;
* Example: great party event:beach party  L:Ondarreta beach, Donostia&lt;br /&gt;
* Generic example: &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Exception: @username commonly used at the start of the twit.&lt;br /&gt;
* Example: @teketen I disagree with you! It's time:2007-06-24 21:00&lt;br /&gt;
* Generic example: @username &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Don't use more than one nanoformat of the same type in the same twit'''&lt;br /&gt;
&lt;br /&gt;
Is not a good idea use the same type nanoformat  in the same twit. Twits can be a good unit to convert the information given in a twit into other formats for that reason only the things that have meaning together are interesting. If you want to explain more than one thing you should use an other twit to do that.&lt;br /&gt;
* Wrong example: we go there tonight event:party event:home party&lt;br /&gt;
* Example: great party event:beach party L:Ondarreta beach, Donostia&lt;br /&gt;
&lt;br /&gt;
* Exception: 1nanoformats. You can use more than one in the same twit.&lt;br /&gt;
* Example: Summer night in Andoain http://tinyurl.com/2l6j8z L:Andoain, Gipuzkoa #summer #night&lt;br /&gt;
* Generic Example: &amp;lt;message&amp;gt; &amp;lt;other nanoformats one each other&amp;gt; &amp;lt;#tag&amp;gt;*&lt;br /&gt;
[[User:TekeTen|TekeTen]] 08:54, 23 Jul 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=26711</id>
		<title>microblogging-nanoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=microblogging-nanoformats&amp;diff=26711"/>
		<updated>2008-04-11T00:11:29Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:'''The official twitter lingo [[twitter-syntax]]'''&lt;br /&gt;
&lt;br /&gt;
=Twitter (or Jaiku) nanoformats proposal=&lt;br /&gt;
* Nanoformats try to extend twitter capabilities to give more utility to the tool.&lt;br /&gt;
* Nanoformats try to give more semantic information to the twitter post for better filtering.&lt;br /&gt;
* Nanoformats try to use commonly used (or semi-standard) parameters like microformats&lt;br /&gt;
* Nanoformats are better if more people use it, spread the word.&lt;br /&gt;
* Nanoformats are even better if you combine.&lt;br /&gt;
* Nanoformats are extensible, customizable, mashable...&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
&lt;br /&gt;
; Editor : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
; Authors : [http://teketen.com Gorka Julio] ([http://www.elurnet.net Elurnet Informatika Zerbitzuak S.L.])&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[User:TekeTen|Gorka Julio]]) 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;
&amp;lt;div id=&amp;quot;Some_apps_supporting_some_kind_of_nanoformat&amp;quot;&amp;gt;&amp;lt;!-- uses former sub-heading as ID, to preserve existing links)--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Implementations==&lt;br /&gt;
Some apps supporting some kind of nanoformat:&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com Twitter]: @username for replies&lt;br /&gt;
* [http://www.tagzania.com Tagzania]: L: to share with you twitter friends the place where you are.&lt;br /&gt;
* [http://www.twittermap.com Twittermap]: L: to show your location (not standarized way)&lt;br /&gt;
* [http://www.txioka.net Txioka] event, time, L, adr ... and conversion from nanoformats-&amp;gt;microformats (hCalendar, hListing, hCard)&lt;br /&gt;
* [http://plusplusbot.com plusplus bot] tag++, @username++ to vote for or tag-- to vote against a tag or user&lt;br /&gt;
* [http://foamee.com foamee] @ioubeer @twitterscreenname for being an amazing human being&lt;br /&gt;
* [http://hashtags.org Hashtags] #tag nanoformat is used as an easy way to track a specific topic or event&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use examples==&lt;br /&gt;
* New! translate your twitter feed into different languages using lang: nanoformat. Personalize it cloning this [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe] (JP-&amp;gt;EN [http://pipes.yahoo.com/pipes/pipe.info?_id=yPqQ7Eoe3BG9fmF8zKky6g yahoo pipe])&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com/nanoformatsbot Twitter Nanoformats bot] (add to your friends and use nanoformats) for experiments!&lt;br /&gt;
* [http://www.bloginfluence.net/nanoformats Example web app] showing tag: and event: nanoformats&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
===Open discussions===&lt;br /&gt;
* tag++ and tag-- are been discussed better way can be ++tag or --tag (the same as other 1nanoformats), however ++tag isn't supported by http://plusplusbot.com.&lt;br /&gt;
** question: is more regular to use ++ and -- before the word. Can we propose the change?&lt;br /&gt;
** note -&amp;gt; this can be done using vote or rate nanoformats&lt;br /&gt;
** Example: @psd++ for updating this page, thanks also to @factoryjoe L:Berkhamsted,UK #microformats&lt;br /&gt;
&lt;br /&gt;
    * tag++ ('''discussion''')&lt;br /&gt;
          o Used to 'plusplus' (vote for) a user or subject &lt;br /&gt;
          o Example: microformats++ because they rock the disco!&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;++&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
    * tag-- ('''discussion''')&lt;br /&gt;
          o Used to 'minusminus' (vote against) a user or subject &lt;br /&gt;
          o Example: drm-- for breaking my backups&lt;br /&gt;
          o Syntax: &amp;lt;tag-name&amp;gt;--&lt;br /&gt;
          o Tools: [http://plusplusbot.com plusplus bot]&lt;br /&gt;
&lt;br /&gt;
* ['''approved'''] proposal to use #group not only for groups, but for tags based common usage observed on Twitter as supported by http://hashtags.org/&lt;br /&gt;
** We gave more flexible description to #tag and deprecate''' tag''' nanoformat.&lt;br /&gt;
&lt;br /&gt;
===Deprecated===&lt;br /&gt;
* play:&amp;lt;object&amp;gt; -&amp;gt; use enclosure&lt;br /&gt;
* tag:&amp;lt;tag&amp;gt; -&amp;gt; use #tag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1nanoformats (syntaxparam) ===&lt;br /&gt;
    * @username&lt;br /&gt;
          o Used to mention a user.&lt;br /&gt;
          o Example: @mike I agree with you&lt;br /&gt;
          o Syntax: @&amp;lt;twitter username&amp;gt;&lt;br /&gt;
          o Tools: @yourusername filter pipe, [http://foamee.com/ foamee]&lt;br /&gt;
    * #tag&lt;br /&gt;
          o Used to tag posts&lt;br /&gt;
          o Example: kauta concert at Doka #music&lt;br /&gt;
          o Example: #rockclub kauta concert tonight (group use example)&lt;br /&gt;
          o Syntax: #&amp;lt;tag&amp;gt;&lt;br /&gt;
          o Tools: #tag filter pipe&lt;br /&gt;
&lt;br /&gt;
===2nanoformats (syntax:param)===&lt;br /&gt;
&lt;br /&gt;
    * lang:&lt;br /&gt;
          o Used to define the language of the post.&lt;br /&gt;
          o Example: this is a post in English lang:en&lt;br /&gt;
          o Syntax: lang:&amp;lt;iso639-1 code&amp;gt;&lt;br /&gt;
                + info: code list iso639-1&lt;br /&gt;
          o Tools: lang filter pipe&lt;br /&gt;
    * L:&lt;br /&gt;
          o Used to define a location&lt;br /&gt;
          o Example: Good place to visit L: Place Georges Pompidou, Paris, France&lt;br /&gt;
          o Example2: Good place to visit L: Place Georges Pompidou, Paris, 75004&lt;br /&gt;
          o Example3: Good place to visit L:48.860500,2.352260&lt;br /&gt;
          o Text Syntax: L:&amp;lt;Addres, city or town, region&amp;gt; or L:&amp;lt;Address, city or town, postal code&amp;gt; at the end of  a tweet&lt;br /&gt;
                + info  [http://api.twittervision.com/api.html Twittervision API], [http://maps.google.com/support/bin/answer.py?answer=20637&amp;amp;query=busqueda&amp;amp;topic=&amp;amp;type= Google maps]&lt;br /&gt;
          o Geo Syntax: L:&amp;lt;lat,long&amp;gt;&lt;br /&gt;
                + info: (Section 3.4.2 of RFC2426)&lt;br /&gt;
          o Tools: [http://twittervision.com Twittervision], [http://api.twittervision.com/api.html Twittervision API], location filter pipe&lt;br /&gt;
    * todo:&lt;br /&gt;
          o Used to define something to do (or for someone combined with @username).&lt;br /&gt;
          o Example: todo:go to buy chocolate&lt;br /&gt;
          o Syntax: todo:&amp;lt;to do info&amp;gt;&lt;br /&gt;
          o Tools: todo filter pipe&lt;br /&gt;
    * note:&lt;br /&gt;
          o Used to write a simple note.&lt;br /&gt;
          o Example: note:printer ink catridge numbers HP336 / HP342&lt;br /&gt;
          o Syntax: note:&amp;lt;note subject&amp;gt;&lt;br /&gt;
    * event:&lt;br /&gt;
          o Used to define an event (better combined with L:).&lt;br /&gt;
          o Example: event:Conference or event:http://www.web2summit.com/pub/w/40/coverage.html/&lt;br /&gt;
          o Syntax: event:&amp;lt;event name&amp;gt; or event:&amp;lt;http://eventurl... &amp;gt;&lt;br /&gt;
          o Tools: event filter pipe&lt;br /&gt;
    * enclosure: [play:(deprecated)]&lt;br /&gt;
          o Used to mark a link to playable media.&lt;br /&gt;
          o Example: enclosure: http://media.mfdz.com/track/7.mp3&lt;br /&gt;
          o Syntax: enclosure:&amp;lt;http://mediaurl... &amp;gt;&lt;br /&gt;
    * time:&lt;br /&gt;
          o Used to define a time (usually with event).&lt;br /&gt;
          o Example: time:2006-06-30 21:00:00&lt;br /&gt;
          o Syntax: to define (can change)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3nanoformats (syntax:param:param)===&lt;br /&gt;
&lt;br /&gt;
    * rate:&lt;br /&gt;
          o Used for rate something between 1-5.&lt;br /&gt;
          o Example: rate:1:Epic movie or rate:5:http://www.twitter.com/&lt;br /&gt;
          o Syntax: rate:&amp;lt;1-5&amp;gt;:&amp;lt;rated subject&amp;gt;&lt;br /&gt;
          o Tools: rate filter pipe&lt;br /&gt;
    * vote:&lt;br /&gt;
          o Used for vote (for, against, abstain).&lt;br /&gt;
          o Example: vote:against:Irak war or vote:for:Peace&lt;br /&gt;
          o Syntax: vote:&amp;lt;for,against,abstain&amp;gt;:&amp;lt;voted subject&amp;gt;&lt;br /&gt;
          o Tools: vote filter pipe&lt;br /&gt;
    * deal:&lt;br /&gt;
          o Used for transaction info (sell, rent, trade, wanted, offer, announce).&lt;br /&gt;
          o Example: deal:sell:acer:n50 pda or deal:wanted:http://www.nabaztag.com&lt;br /&gt;
          o Syntax: deal:&amp;lt;sell,rent,trade,wanted,offer,announce&amp;gt;:&amp;lt;transaction subject&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using more than one nanoformat in the same post==&lt;br /&gt;
&lt;br /&gt;
'''If you want to use more than one nanoformat in the same twit.'''&lt;br /&gt;
You have to use at the end of the twit.&lt;br /&gt;
* Example: great party event:beach party  L:Ondarreta beach, Donostia&lt;br /&gt;
* Generic example: &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Exception: @username commonly used at the start of the twit.&lt;br /&gt;
* Example: @teketen I disagree with you! It's time:2007-06-24 21:00&lt;br /&gt;
* Generic example: @username &amp;lt;message&amp;gt; &amp;lt;nanoformats one each other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Don't use more than one nanoformat of the same type in the same twit'''&lt;br /&gt;
&lt;br /&gt;
Is not a good idea use the same type nanoformat  in the same twit. Twits can be a good unit to convert the information given in a twit into other formats for that reason only the things that have meaning together are interesting. If you want to explain more than one thing you should use an other twit to do that.&lt;br /&gt;
* Wrong example: we go there tonight event:party event:home party&lt;br /&gt;
* Example: great party event:beach party L:Ondarreta beach, Donostia&lt;br /&gt;
&lt;br /&gt;
* Exception: 1nanoformats. You can use more than one in the same twit.&lt;br /&gt;
* Example: Summer night in Andoain http://tinyurl.com/2l6j8z L:Andoain, Gipuzkoa #summer #night&lt;br /&gt;
* Generic Example: &amp;lt;message&amp;gt; &amp;lt;other nanoformats one each other&amp;gt; &amp;lt;#tag&amp;gt;*&lt;br /&gt;
[[User:TekeTen|TekeTen]] 08:54, 23 Jul 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=twitter-nanoformats&amp;diff=34145</id>
		<title>twitter-nanoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=twitter-nanoformats&amp;diff=34145"/>
		<updated>2008-04-11T00:11:11Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: twitter-nanoformats moved to microblogging-nanoformats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[microblogging-nanoformats]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=26244</id>
		<title>governance-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=26244"/>
		<updated>2008-03-11T21:39:59Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Petition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Issue Summary 2007-02-28 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://www.opendarwin.org/~drernie/ Ernest Prabhakar]&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* Joe Andrieu&lt;br /&gt;
* Phae&lt;br /&gt;
* Ryan Cannon&lt;br /&gt;
* Colin Barrett&lt;br /&gt;
* ... Please add yourself.&lt;br /&gt;
&lt;br /&gt;
== Preamble ==&lt;br /&gt;
Over the last year, a few people (AndyMabbett, JoeAndrieu, ErnestPrabhakar, JamesCraig, [[User:ManuSporny|ManuSporny]]) have raised issues about how the Microformats wiki, mailing list, and community are governed. This page is here to discuss ideas for documenting, formalizing, and/or improving our collective governance.&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Governance has [http://www.phac-aspc.gc.ca/vs-sb/voluntarysector/glossary.html been defined] as &amp;quot;the traditions, institutions and processes that determine how power is exercised, how citizens are given a voice, and how decisions are made on issues of public concern.&amp;quot;  In the context of Microformats, it covers:&lt;br /&gt;
* Rules (both written and unwritten) expected of community members&lt;br /&gt;
* Formal process for change requests for known format problems (i.e. abbr-design-pattern) by voting, with leeway for admin vetoes. &lt;br /&gt;
* Who the various Admins are&lt;br /&gt;
* What powers Admins have&lt;br /&gt;
* Rules for how/when Admins can/should use those powers&lt;br /&gt;
* How to questioning/appealing a decision by an Admin&lt;br /&gt;
* How to become an Admin&lt;br /&gt;
* How to question/change any of these&lt;br /&gt;
&lt;br /&gt;
While not all of these need to be explicitly spelled out, a healthy community our size requires a broad shared understanding of these facts -- as well as acceptance of them as &amp;quot;legitimate.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Who Are Admins ==&lt;br /&gt;
* 2007-01-04 raised by [[User:DrErnie|DrErnie]] on [[microformats-issues]], before this page existed, and moved from there&lt;br /&gt;
*# ''As discussed in [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008011.html], there exist various concerns about the lack of clarity regarding governance of the list, wiki, and the specifications themselves. While agree that there does need to be some form of strong leadership to preserve the integrity of the community, I agree with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008022.html Colin Barrett] when he said:''&lt;br /&gt;
:::&amp;quot;I think there should be bit more visible superstructure around just who is in this &amp;quot;cabal&amp;quot;. It seems to me like the Editors/Authors of the various specs form the majority it of it, but perhaps that should be made a bit more apparent, and the &amp;quot;powers&amp;quot; of an editor (essentially, the ability to veto changes to the wiki, it seems) outlined a bit and some information about how to become an editor (AFIACT, make numerous, quality edits to the Wiki that the other editors approve of).&amp;quot;&lt;br /&gt;
:An entry has been added to the FAQ regarding [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F Who controls microformats?].[[User:DrErnie|Dr. Ernie]] 08:48, 2 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Mailing List Unmoderation Discussion ==&lt;br /&gt;
Discussion from [[mailing-list-unmoderation]].&lt;br /&gt;
&lt;br /&gt;
* I'm glad to see this issue getting traction. However, I'm curious why Ernie's standing in the community is relevant to the issue of unmoderating Andy.  Tantek, could you explain why that has been presented as an integral part of this decision making process?  Clearly, personal clout always shapes one's ability to influence the community; however, I doubt it should be officially incorporated in these &amp;quot;proceedings&amp;quot;. Shouldn't every member of the community have an equal hearing under whatever governance procedures we use? [[User:JoeAndrieu|JoeAndrieu]] 09:38, 19 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:[http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek also said]: &amp;quot;''Ernie, as someone who has made overwhelmingly positive contributions to the microformats community, IMHO the occasional OT post is reasonable'&amp;quot;.&lt;br /&gt;
* I believe the statement was added to give context to the appealing member of the community. i.e. Ernie is a long standing, good contributor, as opposed to someone new who has no experience with this particular community or someone who has had little or no interaction with the community until now, and also negates it being a personal statement (rather he is interested in community as a whole, instead of being a friend of the Andy and having a personal goal, for example). Basically, he is a person with a certain amount of credibility and trustworthiness. [[User:Phae|Phae]] 10:25, 19 Mar 2007 (PDT)&lt;br /&gt;
* Agreed, Phae, Ernie is such a person and that is Tantek's point. But should one need to be a &amp;quot;friend of the court&amp;quot; to bring an action?  That practice reinforces a culture of privilege that has historically proven antithetical to transparency and equality, both characteristics of good governance, IMO. It is great to see the powers-that-be responding to Ernie's request. It is also a bit frustrating that only those deemed meritorious by the peerage can call forth due process and that Andy's own efforts to speak on his behalf--referencing my previous request to do the same--were summarily dismissed by Tantek because they were &amp;quot;adversarial.&amp;quot;  Any robust governance should, IMO, work independent of privilege and be capable of addressing adversarial situations without arbitrary limits on the speech of those whose liberties are under challenge.--[[User:JoeAndrieu|JoeAndrieu]] 14:18, 19 Mar 2007 (PDT)&lt;br /&gt;
** Point taken and appreciated, but this is the first incident to come to this kind of a situation where someone else has felt the need to step in, and just happened to also involve someone that is felt to be a member of good standing.  I'd like to hope that if another member of the community had felt a similar way and had chosen to bring it up, that it would also have been dealt with in this open manner (and I'm sure this incident will be brought up in the future).  Hopefully this incident will be a good test case to better structure future interactions with administration.  I can't personally comment on Andy's own appeals. [[User:Phae|Phae]] 14:45, 19 Mar 2007 (PDT)&lt;br /&gt;
**Agreed. The first efforts to work through a process like this are bound to be less than ideal. However, I'd like to get on the record two main points that appear problematic.&lt;br /&gt;
# [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008490.html my previous request to do the same] was not, in fact, dealt with in this open manner. Rather it decayed into a defensive debate about governance generally, leaving poor Andy stuck in moderated censure. Perhaps I'm not the most diplomatic sort, but the issue on the table is not about me. It is about Andy's continuing moderation. &lt;br /&gt;
# The [[mailing-list-unmoderation|unmoderation wiki page]] for Andy is effectively a public hearing on Andy's standing and privileges in the community, especially with [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek's request] that no replies be sent to the email list on the topic. I find it particularly disturbing that Andy's efforts to contribute to that hearing have been [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14419&amp;amp;oldid=14416 repeatedly] [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14456&amp;amp;oldid=14454 dismissed] by Tantek (see the [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;action=history history] for a complete list). While It probably wasn't the best form for Andy to edit my comment directly, he should, IMO, have a way to voice his opinion on the matter. He's been threatened with a ban if he does so on the mailing list. Is there another venue that is more appropriate than the wiki page taking input and votes on his unmoderation?--[[User:JoeAndrieu|JoeAndrieu]] 20:19, 19 Mar 2007 (PDT)&lt;br /&gt;
* Shouldn't this point be moot? According to the terms of the moderation, it will be lifted &amp;quot;if he successfully sends only topical / positive / improving email to the lists for one week.&amp;quot; Once the week passed, this moderation ought to have been lifted automatically, and should not require a vote, right? --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
** At least one message was rejected during that first week, thus moderation was left as is, with the attention of the admins etc. focused on other higher priority matters.  Given the higher quality of messages *with* moderation (as compared to before), some have made the statement that moderation is &amp;quot;working&amp;quot; and thus should be kept. [[User:Tantek|Tantek]] 08:58, 22 Mar 2007 (PDT)&lt;br /&gt;
* I dislike moderation because I find it causes me to be hesitant with my own contributions in some cases. Since I don't often know how long a message has been queued its hard for me to judge if my reply would be helpful, or if the moderated poster has already moved along with the rest of the discussion so I err on the side of moving onto something else. doesn't hurt me, but I feel sometimes it might not help with the overall discussions depth or conclusion. . Thus, I think the burden should be heavy to continue moderation for any length of time without a decision to unmoderate or outright ban. [[User:ChrisCasciano|ChrisCasciano]] 11:40, 23 Mar 2007 (ET)&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''Note: This is not to take a position on whether or not any of these decisions were appropriate or inappropriate. Rather, the existence of these events demonstrates the need to document why and how such decisions were -- or should be -- made and/or appealed.''&lt;br /&gt;
&lt;br /&gt;
* Labelling microformats schema discussions as [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003551.html off-topic]&lt;br /&gt;
** Already covered by the [[microformats]] principles.&lt;br /&gt;
* Issue rejection [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008864.html governance]&lt;br /&gt;
* Negative, PoV and derogatory edit summary content such as &amp;quot;[http://microformats.org/wiki?title=hcard-authoring&amp;amp;diff=13621&amp;amp;oldid=12276#Add_To_Address_Book_Links smelled of excessive political correctness worrying]&amp;quot; and &amp;quot;[http://microformats.org/wiki?title=to-do&amp;amp;curid=1110&amp;amp;diff=13989&amp;amp;oldid=13988&amp;amp;rcid=23801 removed non-productive comment]&amp;quot;.&lt;br /&gt;
** Removal of negative content from the wiki is not a negative.  The Admins use their best judgment.&lt;br /&gt;
*[[rejected-formats#Pavatar|listing of items as &amp;quot;rejected&amp;quot;]] when [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008271.html requests for evidence of said rejection] reveal none.&lt;br /&gt;
** Not every email can be answered, nor should anyone expect them to be.  In this case the rejection is in the mailing list archives.&lt;br /&gt;
* Despite an assurance that &amp;quot;all of the admins will be apropriately (sic) listed on the wiki page [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008526.html]&amp;quot;, the [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F list given in FAQ] is prefaced with the qualifier &amp;quot;including&amp;quot;.&lt;br /&gt;
** Reference for assurance?  No such assurance should ever have been given.&lt;br /&gt;
* Removal of disputed edits / removal of negative content from the wiki&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=next&amp;amp;oldid=14416 mailing-list-unmoderation (16:12, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=governance&amp;amp;curid=3084&amp;amp;diff=0&amp;amp;oldid=14390&amp;amp;rcid=24255 governance (12:50, 19 Mar 2007)]&lt;br /&gt;
** [http://microformats.org/wiki?title=governance-issues&amp;amp;diff=14401&amp;amp;oldid=14396 governance-issues (14:55, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-lists&amp;amp;curid=1297&amp;amp;diff=14391&amp;amp;oldid=14389&amp;amp;rcid=24254 mailing-lists (12:42, 19 Mar 2007)]&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
# Create a publicly-visible ''microformats-admin'' mailing list, for easily identifying and contacting all admins&lt;br /&gt;
# Document a forum/mechanism/process where individuals concerned about admin actions can legitimately raise their concerns, to ensure substantive issues are addressed&lt;br /&gt;
# Maintain a [[governance]] page that captures and describes&lt;br /&gt;
## the identity of current Admins&lt;br /&gt;
## how to contact them&lt;br /&gt;
## the process for becoming an Admin&lt;br /&gt;
## the specific kinds of behavior warranting Admin intervention&lt;br /&gt;
## how/when suspended/moderated individuals can return to &amp;quot;good standing&amp;quot;&lt;br /&gt;
## how to appeal an Admin decision/action&lt;br /&gt;
&lt;br /&gt;
== Petition ==&lt;br /&gt;
&lt;br /&gt;
We acknowledge that the microformats list and wiki is not a democracy, and that one of the key goals of microformats is to have as little process and structure as possible.  However, at the same time we believe that the &amp;quot;dictatorship&amp;quot; needs to not merely ''be'', but ''be seen as'' &amp;quot;benevolent.&amp;quot;  This includes some minimal level of transparency and due process to ensure that there are legitimate ways for ordinary members to speak out if they feel (rightly or wrongly) that a particular administrative action was unwise or unfair. Whether that is similar to the '''[[#Proposal]]''' above, or a counter-proposal by the ''admin'' team, we believe that something is necessary.&lt;br /&gt;
:''Please add your vote here''&lt;br /&gt;
*+1 Ernest Prabhakar&lt;br /&gt;
*+1 Joe Andrieu&lt;br /&gt;
*+1 James Craig&lt;br /&gt;
*+1 Steve Robillard&lt;br /&gt;
*+1 Chris Messina&lt;br /&gt;
*+1 [[User:ManuSporny|ManuSporny]] 08:59, 3 Aug 2007 (PDT)&lt;br /&gt;
*+1 Ben Buchanan&lt;br /&gt;
*+1 [[User:EatYourGreens|Jim O'Donnell]]&lt;br /&gt;
*+1 [[User:Csarven|Sarven Capadisli]]&lt;br /&gt;
*+1 [[User:TobyInk|TobyInk]]&lt;br /&gt;
*+1 [[User:JohnAllsopp|John Allsopp]]&lt;br /&gt;
*+1 [[User:TomMorris|Tom Morris]] - I do not think the current admins are doing a bad job, but would appreciate greater transparency by providing clear reasons for all administrative actions. I also think that unless group administration is transparent, Bad Things Can Happen.&lt;br /&gt;
*+1 [[User:JeffMcNeill|Jeff McNeill]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.shirky.com/writings/group_enemy.html Clay Shirky] on a group as its own worst enemy&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=199600005 Cory Doctorow] on Internet Jerks&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=history-examples&amp;diff=26399</id>
		<title>history-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=history-examples&amp;diff=26399"/>
		<updated>2008-03-02T06:28:46Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= History Examples =&lt;br /&gt;
&lt;br /&gt;
Per the microformats [[process]] this is an [[examples]] page documenting existing real world examples of historical information published on the Web.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
History seeks to show and explain change over time. With that in mind, how should we mark up content that has specific historical contexts, meanings, and/or values?&lt;br /&gt;
&lt;br /&gt;
In particular, [[hcalendar|hCalendar]], which can otherwise be used for marking up historic events, lacks the capability to record vague dates and eras such as &amp;quot;circa 1950&amp;quot;, &amp;quot;17th century&amp;quot; &amp;quot;Jurassic period&amp;quot; , &amp;quot;middle ages&amp;quot;, &amp;quot;late November&amp;quot; and so on.&lt;br /&gt;
&lt;br /&gt;
Likewise, [[hcard|hCard]] does not yet have facilities for &amp;quot;flourished&amp;quot; (often used in biographies of historical figures whose birth-date is not known) and &amp;quot;baptised&amp;quot; (used in genealogy); but [[vcard-suggestions#Alternative_dates|these have been proposed]]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
* [http://clioweb.org Jeremy Boggs]&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
=== Historical Timelines ===&lt;br /&gt;
&lt;br /&gt;
==== Tools for Timelines ====&lt;br /&gt;
&lt;br /&gt;
*[http://heml.org/heml-cocoon/ Historical Event and Markup Linking (HEML) Project] includes an &amp;quot;XML schema for historical events which describes the events' participants, dates, location and keywords; the schema associates these with source materials in print or on the web&amp;quot; and &amp;quot;XSLT stylesheets that combine conforming documents and generate lists, maps and graphical timelines out of them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[http://simile.mit.edu/timeline/ SIMILE Timeline Builder ] from MIT. The SIMILE timeline uses JavaScript and XML to create a timeline. The [http://simile.mit.edu/timeline/docs/example1.xml XML markup ]:&lt;br /&gt;
&lt;br /&gt;
*[http://www.xylogue.com/control/timeline/archive001/timeline-001.htm Timelines by XYLOGUE].&lt;br /&gt;
&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/EasyTimeline EasyTimeline] (also at [http://infodisiac.com/Wikipedia/EasyTimeline/Introduction.htm Infodisiac]) &amp;quot;is a Mediawiki graphical plugin for visual timelines.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[http://www.davidgagne.net/?p=6188 Timeline WordPress Plugin]&lt;br /&gt;
&lt;br /&gt;
==== HTML-based Timelines ====&lt;br /&gt;
* [http://www.gyford.com/phil/timeline/ Phil Gyford's CV as a timeline]&lt;br /&gt;
&lt;br /&gt;
*[http://library.wustl.edu/vlib/dredscott/chronology.html Dred Scott Case Collection - Chronology]&lt;br /&gt;
&lt;br /&gt;
*[http://factoryjoe.com/stream/ Chris Messina's lifestream, marked up with hCalendar]&lt;br /&gt;
&lt;br /&gt;
*[http://vidastream.net/u/aconbere/ VidaStream (aconbere's lifestream)]&lt;br /&gt;
&lt;br /&gt;
*[http://www.chrisglass.com/timeline/ Chris Glass through the years]&lt;br /&gt;
&lt;br /&gt;
*[http://www.maidofheaven.com/joanofarc_timeline_history.asp Timeline of Joan of Arc's life]&lt;br /&gt;
&lt;br /&gt;
*[http://www.thocp.net/companies/microsoft/microsoft_company.htm Microsoft's Timeline from 1975-1990]&lt;br /&gt;
&lt;br /&gt;
*[http://www.footnote.com/topicpage.php?tp=2 HMS Titanic Timeline] Member-created timeline at [http://footnote.com Footnote].&lt;br /&gt;
&lt;br /&gt;
*[http://scriptorium.lib.duke.edu/sheetmusic/timeline-1860.html Historic American Sheet Music - Timeline: 1860-1869]&lt;br /&gt;
&lt;br /&gt;
*[http://www.foodtimeline.org/ The Food Timeline]: Food history reference and research service.&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/List_of_timelines List of Timelines] from Wikipedia. Lists timelines available on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
*[http://www.historyplace.com/lincoln/index.html The History Place presents Abraham Lincoln]&lt;br /&gt;
&lt;br /&gt;
*[http://pw2.netcom.com/~rogermw/century.html That Wacky Century!]&lt;br /&gt;
&lt;br /&gt;
*[http://www.math.buffalo.edu/~sww/0history/hwny-tubman.html Harriet Tubman Timeline]&lt;br /&gt;
&lt;br /&gt;
*[http://www.ourtimelines.com/ OurTimeLines]&lt;br /&gt;
&lt;br /&gt;
*[http://www.decades.com/ Decades.com]&lt;br /&gt;
&lt;br /&gt;
*[http://www.talkorigins.org/origins/geo_timeline.html EVOLUTIONARY/GEOLOGICAL TIMELINE v1.0] from Talk.Origins&lt;br /&gt;
&lt;br /&gt;
*[http://tfaces.narod.ru/ Type Timeline (in Russian)]&lt;br /&gt;
&lt;br /&gt;
*[http://www.westmidlandbirdclub.com/club/chrono.htm West Midland Bird Club history]&lt;br /&gt;
** As of 2008-01-16, marked up with [[hcalendar|hCalendar]] microformats. [[User:AndyMabbett|Andy Mabbett]] 14:49, 16 Jan 2008 (PST)&lt;br /&gt;
**Also: [http://www.westmidlandbirdclub.com/club/older.htm List of Older Bird Clubs]&lt;br /&gt;
&lt;br /&gt;
*[http://www.baseballhalloffame.org/exhibits/online_exhibits/dressed_to_the_nines/timeline.htm History of the Baseball Uniform Timeline] from the National Baseball Hall of Fame&lt;br /&gt;
&lt;br /&gt;
*[http://microformats.org/wiki?title=history-examples&amp;amp;action=history The History section of the History-Examples wiki page] Seems that the history sections of this wiki are essentially timelines, with historical information, showing change over time.&lt;br /&gt;
&lt;br /&gt;
==== Image and Flash-based Timelines ====&lt;br /&gt;
&lt;br /&gt;
Image and flash-based timelines are included to get a sense of what content ''might'' be included, even though the content isn't marked up in these examples.&lt;br /&gt;
&lt;br /&gt;
*[http://www.fasttrackteaching.com/timeline2.html Timeline: Colonial America 1600-1775]&lt;br /&gt;
&lt;br /&gt;
*[http://www.bbc.co.uk/radio4/womanshour/timeline/1940.shtml Women's History Timeline, 1940-1949]&lt;br /&gt;
&lt;br /&gt;
*[http://www.museum.state.il.us/exhibits/ice_ages/when_ice_ages.html When Ice Ages Occur]&lt;br /&gt;
&lt;br /&gt;
*[http://www.metmuseum.org/toah/intro/atr/01sm.htm Timeline of Art History, Metropolitan Museum of Art]&lt;br /&gt;
&lt;br /&gt;
=== Historical Maps ===&lt;br /&gt;
&lt;br /&gt;
==== Tools ====&lt;br /&gt;
&lt;br /&gt;
*[http://ecai.org/tech/TimeMap.html TimeMap]&lt;br /&gt;
&lt;br /&gt;
*[http://gutenkarte.org/ Gutenkarte] - Allows you to map geographic locations in texts&lt;br /&gt;
&lt;br /&gt;
*[http://labs.metacarta.com/rectifier/ Metacarta Map Rectifier] - Allows you to place and rectify maps over a base map. Uses Google Maps (I think). Lots of examples of historical maps layered over modern maps for comparison.&lt;br /&gt;
&lt;br /&gt;
==== Map Sites ====&lt;br /&gt;
&lt;br /&gt;
*[http://www.socialexplorer.com/pub/maps/home.aspx Social Explorer Maps] maps historical census data on New York and Los Angeles.&lt;br /&gt;
&lt;br /&gt;
*[http://www.brown.edu/Research/AAAH/map.htm Animated Atlas of African History, 1889-2002] Uses Flash.&lt;br /&gt;
&lt;br /&gt;
*[http://www.davidrumsey.com/index.html David Rumsey Historical Map Collection] &lt;br /&gt;
&lt;br /&gt;
*[http://www.bl.uk/onlinegallery/features/londoninmaps/exhibition.html London: A Life in Maps] uses GoogleMaps and historical data to explore the history of London.&lt;br /&gt;
&lt;br /&gt;
=== General History Sites ===&lt;br /&gt;
&lt;br /&gt;
==== Reference ====&lt;br /&gt;
*[http://en.wikibooks.org/wiki/History History Wikibooks]. Examples include [http://en.wikibooks.org/wiki/World_History World History], &lt;br /&gt;
&lt;br /&gt;
*[http://en.wikibooks.org/wiki/History_of_the_United_States U.S. History], and [http://en.wikibooks.org/wiki/Modern_History Modern History]&lt;br /&gt;
&lt;br /&gt;
*[http://www.bbc.net.uk/history/ BBC - History]&lt;br /&gt;
&lt;br /&gt;
*[http://eyewitnesstohistory.com/ Eyewitness to History]&lt;br /&gt;
&lt;br /&gt;
*[http://www.history.com/ The History Channel]&lt;br /&gt;
&lt;br /&gt;
*[http://worldhistorymatters.org World History Matters]&lt;br /&gt;
&lt;br /&gt;
*[http://chnm.gmu.edu/revolution/ Liberty, Equality, Fraternity: Exploring the French Revolution]&lt;br /&gt;
&lt;br /&gt;
*[http://dohistory.org DoHistory]&lt;br /&gt;
&lt;br /&gt;
*[http://memory.loc.gov American Memory]&lt;br /&gt;
&lt;br /&gt;
*[http://www.hti.umich.edu/m/moagrp/ Making of America]&lt;br /&gt;
&lt;br /&gt;
==== Bloggers and Weblogs ====&lt;br /&gt;
&lt;br /&gt;
*[http://earlymodernweb.org.uk/emn/ Early Modern Notes]&lt;br /&gt;
&lt;br /&gt;
*[http://littleprofessor.typepad.com The Little Professor]&lt;br /&gt;
&lt;br /&gt;
*[http://airminded.org Airminded: Airpower and British society, 1908-1941]&lt;br /&gt;
&lt;br /&gt;
*[http://archaeoastronomy.wordpress.com/ Archaeoastronomy]&lt;br /&gt;
&lt;br /&gt;
*[http://civilwarmemory.typepad.com/ Civil War Memory]&lt;br /&gt;
&lt;br /&gt;
*[http://alincolnblog.blogspot.com/ Abraham Lincoln Blog]&lt;br /&gt;
&lt;br /&gt;
*[http://www.froginawell.net/ Frog in a Well] (east Asian history and culture)&lt;br /&gt;
&lt;br /&gt;
==== Museums and Exhibits ====&lt;br /&gt;
&lt;br /&gt;
*[http://www.si.edu Smithsonian Institution]&lt;br /&gt;
&lt;br /&gt;
*[http://www.americanhistory.si.edu/ National Museum of American History]&lt;br /&gt;
&lt;br /&gt;
*[http://www.mnh.si.edu/ National Museum of Natural History]&lt;br /&gt;
&lt;br /&gt;
*[http://www.thebritishmuseum.ac.uk/ The British Museum]. Their [http://www.thebritishmuseum.ac.uk/worldofmoney/index.html World of Money] is a historical exhibit on the history of money around the globe.&lt;br /&gt;
&lt;br /&gt;
*[http://www.americanhistory.si.edu/perfectunion/non-flash/overview.html A More Perfect Union: Japanese Americans and the Constitution] (non-flash version)&lt;br /&gt;
&lt;br /&gt;
*[http://www.designmuseum.org/digital/a-century-of-chairs A Century of Chairs] From the Design Museum.&lt;br /&gt;
&lt;br /&gt;
*[http://www.mcny.org/ Museum of the City of New York]&lt;br /&gt;
&lt;br /&gt;
=== Types of Historical Information ===&lt;br /&gt;
&lt;br /&gt;
==== Dates and Time Periods ====&lt;br /&gt;
&lt;br /&gt;
===== Centuries =====&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/8th_century 8th Century]&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/15th_century 15th Century]&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/19th_century 19th Century]&lt;br /&gt;
&lt;br /&gt;
===== Decades =====&lt;br /&gt;
&lt;br /&gt;
*[http://xroads.virginia.edu/~1930s/front.html 1930s]&lt;br /&gt;
&lt;br /&gt;
*[http://kclibrary.nhmccd.edu/decade80.html 1980s]&lt;br /&gt;
&lt;br /&gt;
===== Days =====&lt;br /&gt;
&lt;br /&gt;
*[http://www.jcs-group.com/military/normandy/timeline.html June 6, 1944 &amp;quot;D-Day&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
*[http://aotw.org/ The Battle of Antietam on the Web]&lt;br /&gt;
&lt;br /&gt;
==== People, Biographies, and Profiles ====&lt;br /&gt;
&lt;br /&gt;
Most biographical profiles provide dates of birth and death, detail important events with which the person was involved, and outline general historical contexts in which the person lived and participated.&lt;br /&gt;
&lt;br /&gt;
*[http://www.newadvent.org/cathen/08409c.htm St. Joan of Arc]&lt;br /&gt;
&lt;br /&gt;
*[http://www.history.rochester.edu/class/douglass/home.html Frederick Douglass]&lt;br /&gt;
&lt;br /&gt;
*[http://www.luminarium.org/renlit/elizabio.htm Queen Elizabeth I]&lt;br /&gt;
&lt;br /&gt;
*[http://www.historylearningsite.co.uk/mahatma_ghandi.htm Mahatma Ghandi]&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Genghis_Khan Genghis Khan - Wikipedia]&lt;br /&gt;
&lt;br /&gt;
*[http://www.newton.cam.ac.uk/newtlife.html Sir Isaac Newton]&lt;br /&gt;
&lt;br /&gt;
*[http://www.time.com/time/time100/leaders/profile/thatcher.html Time 100: Margaret Thatcher]&lt;br /&gt;
&lt;br /&gt;
*[http://www.whitehouse.gov/history/presidents/gw1.html Biography of George Washington]&lt;br /&gt;
&lt;br /&gt;
The following timelines provide a comparative list of the timeframes in which select political leaders around the world were in power:&lt;br /&gt;
&lt;br /&gt;
*[http://users.erols.com/mwhite28/timelin1.htm 20th Century - First Quarter]&lt;br /&gt;
&lt;br /&gt;
*[http://users.erols.com/mwhite28/timelin2.htm 20th Century - Second Quarter]&lt;br /&gt;
&lt;br /&gt;
*[http://users.erols.com/mwhite28/timelin3.htm 20th Century - Third Quarter]&lt;br /&gt;
&lt;br /&gt;
*[http://users.erols.com/mwhite28/timelin4.htm 20th Century - Fourth Quarter]&lt;br /&gt;
&lt;br /&gt;
==== Places ====&lt;br /&gt;
&lt;br /&gt;
==Searching==&lt;br /&gt;
*[http://www.timesearch.info/ Time search] time-based search engine (requires Javascript)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{history-related-pages}}&lt;br /&gt;
* [[lifestream]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Help:Contents&amp;diff=26030</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Help:Contents&amp;diff=26030"/>
		<updated>2008-03-02T06:28:30Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For help with wiki syntax, please see [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page WikiPedia's guide].&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
*[[buttons#Wiki_buttons|buttons for the wiki]]&lt;br /&gt;
*[[shortcuts]]&lt;br /&gt;
*[[templates]]&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/Cheatsheet Cheatsheet for this wiki software]&lt;br /&gt;
&lt;br /&gt;
==En Français==&lt;br /&gt;
{{navigation-fr}}&lt;br /&gt;
Pour avoir de l'aide sur la syntaxe wiki, merci de regarder &lt;br /&gt;
[http://fr.wikipedia.org/wiki/Aide:Comment_modifier_une_page l'aide syntaxe de Wikipedia]&lt;br /&gt;
&lt;br /&gt;
Voir aussi : &lt;br /&gt;
*[[buttons-fr#boutons_wiki|boutons pour le wiki]]&lt;br /&gt;
*[[shortcuts-fr|raccourcis]]&lt;br /&gt;
*[[templates-fr|gabarits]]&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/Cheatsheet/fr Antisèche pour ce logiciel wiki]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=27737</id>
		<title>vcard-suggestions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=27737"/>
		<updated>2008-03-02T06:28:10Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; vCard suggestions &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a result of experience using [[hcard|hCard]] to markup people, organizations, and contact information in general on [[hcard-examples-in-wild|real world websites]], we have discovered a few aspects of {{RFC2426}} vCard that could be improved.  Thus we are documenting suggestions for improving vCard here as we find them, organized by {{RFC2426}} properties, with a &amp;quot;new&amp;quot; section for new properties.&lt;br /&gt;
&lt;br /&gt;
; Authors &lt;br /&gt;
:[[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
;Shortcut&lt;br /&gt;
:This page may be referenced as '''&amp;lt;nowiki&amp;gt;http://microformats.org/wiki/vs&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
== Suggestions for Existing Properties ==&lt;br /&gt;
&lt;br /&gt;
Suggestions for improvement could include new features and other such more major changes to the specification, organized under headings that reflect RFC 2426 vCard section numbers and heading. For documentation of errors, corrections, errata for vCard, please see [[vcard-errata]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;3.3.1_TEL_Type_Definition&amp;quot;&amp;gt;TEL Type Definition&amp;lt;/span&amp;gt; === &amp;lt;!--span preserves former ID--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''See: {{RFC2426}} section 3.3.1&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;textphone&amp;quot; option (for the devices used by, e.g., people who are deaf or have speech difficulties. Example: [http://www.birmingham.gov.uk/contact Birmingham City Council (303 1119)]. It may be good to consider adding a &amp;quot;textphone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;.&lt;br /&gt;
** +0 Tantek: I think a rethinking of the taxonomy of TEL types is merited, but I am uncertain whether it is worth growing the existing limited taxonomy or instead permitting user defined TEL types and thus allowing for natural evolution of a folksonomy of TEL types.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]: There are a limited number of types. Note also the cell vs. mobile issue.&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;freephone&amp;quot; option. It may be good to consider adding a &amp;quot;freephone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;. Usually freephone numbers are not accessible from outside the country so it could help parsers with something?&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks an &amp;quot;SMS short code&amp;quot; option. (Raised in [http://microformats.org/discuss/mail/microformats-discuss/2008-January/011292.html e-mail, 2008-01-08 by Michael Smethurst])&lt;br /&gt;
** Seems like 'sms' TEL TYPE is a viable implementation option --[[User:Guillaume Lebleu|Guillaume]] 12:17, 8 Jan 2008 (PST).&lt;br /&gt;
* FYI. Some existing Personal Information Manager software practices:&lt;br /&gt;
** Mac OS X address book allows custom labels for TEL but not custom TEL TYPE per se, although for the user a custom TEL label just looks like a TEL TYPE &lt;br /&gt;
** Microsoft Outlook does not allow custom TEL TYPE values. Also, Microsoft Outlook has a &amp;quot;Company&amp;quot; telephone type, but unfortunately it isn't mapped to anything in vCard i.e. if you export a contact with a company tel, it is lost.&lt;br /&gt;
** Windows Mobile 6 displays SMS as a service that is only available if the telephone type is 'mobile'.&lt;br /&gt;
** Thunderbird 2 (Mac) does not allow custom TEL TYPE values.&lt;br /&gt;
&lt;br /&gt;
Note: it might be a good idea to look at the [http://tools.ietf.org/html/draft-ietf-iptel-tel-reg-04 proposed registry for &amp;quot;tel:&amp;quot; URI parameters]; especially the [http://tools.ietf.org/html/rfc3966 &amp;quot;phone-context&amp;quot; URI parameter], since it tries to solve a similar problem. (per [http://microformats.org/discuss/mail/microformats-discuss/2008-January/011295.html e-mail, 2008-01-08]).&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;3.3.2_EMAIL_Type_Definition&amp;quot;&amp;gt;EMAIL Type Definition&amp;lt;/span&amp;gt; === &amp;lt;!--span preserves former ID--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''See: {{RFC2426}} section 3.3.2'''&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;EMAIL&amp;quot; lacks distinction for various types of email, e.g. '''work''' or '''home'''.&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;EMAIL&amp;quot; lacks distinction for give an alternative to the e-mail like a contact form.&lt;br /&gt;
&lt;br /&gt;
===URL Type Definition===&lt;br /&gt;
&lt;br /&gt;
:'''See: {{RFC2426}} section 3.6.8'''&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;URL&amp;quot; lacks distinction for various types of URL, e.g. '''work''' or '''home'''.&lt;br /&gt;
* In particular there should be a &amp;quot;type&amp;quot; (or other indicator) for a URL used as an [[OpenID]].&lt;br /&gt;
&lt;br /&gt;
=== Suggestions for New Sub-properties ===&lt;br /&gt;
&amp;lt;!-- sorted by property section number, then alphabetically by proposed sub-property--&amp;gt;&lt;br /&gt;
====Initials====&lt;br /&gt;
&amp;quot;N&amp;quot; (See {{RFC2426}} section 3.1.2) sub-property; for people, whose given-name is not stated (e.g. &amp;quot;A. N. Other&amp;quot;, whose given name might be, say, &amp;quot;Adrian&amp;quot; or &amp;quot;Nigel&amp;quot;); to allow values like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   initials:    A. N.&lt;br /&gt;
   family-name: Other&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
instead of the more contrived:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   given-name:  A. N.&lt;br /&gt;
   family-name: Other&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, for people whose given-name ''and'' initials are given:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   given-name:      Theophilus&lt;br /&gt;
   middle-initials: P.&lt;br /&gt;
   family-name:     Wildebeest&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   initials:       J.&lt;br /&gt;
   given-name:     Paul&lt;br /&gt;
   family-name:    Getty&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Body====&lt;br /&gt;
&amp;quot;ADR&amp;quot; (See {{RFC2426}} section 3.2.1) sub-property; for people (e.g. in proposed moon base, Mars expedition) or places (e.g. lunar crater, Martian mountain) off-planet.&lt;br /&gt;
* See also [[geo-extension-nonWGS84]]&lt;br /&gt;
&lt;br /&gt;
====Continent====&lt;br /&gt;
&amp;quot;ADR&amp;quot; (See {{RFC2426}} section 3.2.1) sub-property; self-explanatory.&lt;br /&gt;
&lt;br /&gt;
====Vessel====&lt;br /&gt;
&amp;quot;ADR&amp;quot; (See {{RFC2426}} section 3.2.1) sub-property; for people on, say, ships, live-aboard boats, oil rigs, and even space vehicles (e.g. the ISS)&lt;br /&gt;
&lt;br /&gt;
====Elevation====&lt;br /&gt;
&amp;quot;GEO&amp;quot; (See {{RFC2426}} section 3.4.2) sub-property; aka &amp;quot;altitude&amp;quot; or &amp;quot;depth&amp;quot;.&lt;br /&gt;
*See [[geo-extension-elevation]]&lt;br /&gt;
&lt;br /&gt;
====Schema====&lt;br /&gt;
&amp;quot;GEO&amp;quot; (See {{RFC2426}} section 3.4.2) sub-property; for coordinates using non-WGS84 schema (terrestrial and for other bodies)&lt;br /&gt;
* See also [[geo-extension-nonWGS84]]&lt;br /&gt;
&lt;br /&gt;
====Language====&lt;br /&gt;
Some (e.g. note) if not all properties should have a &amp;quot;language&amp;quot; attribute, similar to &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; in HTML so that agents can determine how to render, and if applicable, pronounce, them.&lt;br /&gt;
&lt;br /&gt;
== Suggestions for New Properties ==&lt;br /&gt;
&amp;lt;!--sorted alphabetically--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alternative dates===&lt;br /&gt;
&lt;br /&gt;
For historic figures, where no birth and/ or death dates are known a &amp;quot;'''flourished'''&amp;quot; date, or &amp;quot;'''flourished from'''&amp;quot;+&amp;quot;'''flourished to'''&amp;quot; pair, would be useful.&lt;br /&gt;
&lt;br /&gt;
In genealogy, some people have no recorded birth date, but their &amp;quot;'''baptised'''&amp;quot; date is known.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span id=&amp;quot;Date of Death evidence&amp;quot;&amp;gt;Deceased&amp;lt;/span&amp;gt;=== &amp;lt;!--span preserves former ID--&amp;gt;&lt;br /&gt;
aka &amp;quot;date of death&amp;quot;&lt;br /&gt;
*See [[hcard-date-of-death]]&lt;br /&gt;
&lt;br /&gt;
===Gender===&lt;br /&gt;
*There is no vCard property for gender.&lt;br /&gt;
**A workaround in hCard: add the tag/category &amp;quot;male&amp;quot;, &amp;quot;female&amp;quot;, etc. See also [[hcard-faq#How_is_gender_represented|earlier discussion]] and [[genealogy-brainstorming#Gender]].&lt;br /&gt;
*** -1 Tantek: I think tags/categories are good enough for now.&lt;br /&gt;
*** +1 [[User:AndyMabbett|Andy Mabbett]]:Tags are often not appropriate, as per the cited discussion.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Gender evidence&amp;quot;&amp;gt;See [[gender-examples]] and [[genealogy-brainstorming]]; note also [http://www.google.com/search?q=vCard.Gender Google search for &amp;quot;vCard.Gender&amp;quot;] .&amp;lt;/span&amp;gt;  &amp;lt;!--span preserves former ID--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Global Location Number===&lt;br /&gt;
Global Location Number (GLN) - generally used in electronic commerce transactions [http://en.wikipedia.org/wiki/Global_Location_Number]. [[User:AndyMabbett|Andy Mabbett]] 06:43, 31 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Languages spoken===&lt;br /&gt;
* ISO codes ?&lt;br /&gt;
* Also ability to indicate preferred contact language(s)&lt;br /&gt;
&lt;br /&gt;
:Per [[User:FajRo|FajRo]]&lt;br /&gt;
&lt;br /&gt;
===Preferred method of contact===&lt;br /&gt;
&lt;br /&gt;
Telephone, cellphone, fax, post , e-mail, IM, SMS, IRC, Twitter, etc.&lt;br /&gt;
&lt;br /&gt;
:Per [[User:FajRo|FajRo]]&lt;br /&gt;
&lt;br /&gt;
===Subject differentiator===&lt;br /&gt;
*A &amp;quot;type&amp;quot; for the vCard itself: person, organisation or place (or perhaps more granular; or user-defined)&lt;br /&gt;
**In the [[hcard|hCard microformat]], the use of &amp;quot;fn&amp;quot; and &amp;quot;fn org&amp;quot; differentiate between hCards for people and for other entities, but we perhaps need some further differentiator, between, say, organisations and venues (including buildings, governmental divisions, waypoints, etc.) at a level of granularity to be determined. [[User:AndyMabbett|Andy Mabbett]] 14:30, 11 Jul 2007 (PDT)&lt;br /&gt;
*** This may no longer be necessary for hCard; as the [[hcard-brainstorming#Named_locations|use of &amp;quot;fn [child-of-adr]&amp;quot;]], for venues and other places, has been proposed and is being debated (see [http://microformats.org/discuss/mail/microformats-discuss/2007-December/011169.html email of 2007-12-30]. [[User:AndyMabbett|Andy Mabbett]] 14:04, 8 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== UN LOCCODE ===&lt;br /&gt;
*[http://www.unece.org/cefact/locode/ UN/LOCODE], the United Nations Code for Trade and Transport Locations, is a geographic coding scheme developed and maintained by United Nations Economic Commission for Europe (UNECE), a unit of the United Nations. UN/LOCODE assigns codes to locations used in trade and transport with functions such as seaports, rail and road terminals, airports, post offices and border crossing points.  &lt;br /&gt;
**[http://en.wikipedia.org/wiki/UN/LOCODE UN/LOCODE on Wikipedia]&lt;br /&gt;
&lt;br /&gt;
===DCreated===&lt;br /&gt;
The date and time that this vcard was created. If possible this should be mandatory even if left blank to encourage usage. This will allow tools to remove older vcard entries with old contact details for the same person.&lt;br /&gt;
&lt;br /&gt;
===Last-Modified===&lt;br /&gt;
&amp;lt;s&amp;gt;The date and time that this vCard was last modified. Allows synchronization tools to detect only those vCard in a collection which have changed since the last synchronization or backup.&amp;lt;/s&amp;gt; vCard already has a &amp;lt;code&amp;gt;REV&amp;lt;/code&amp;gt; (&amp;quot;revised&amp;quot;) property&lt;br /&gt;
&lt;br /&gt;
== Suggestions for handling encodings ==&lt;br /&gt;
The vCard standard specifies that US-ASCII is assumed to be the encoding in the absence of a MIME content type header or a CHARSET parameter that indicates otherwise. This was an unfortunate choice. vCard .vcf files stored on a local filesystem do not contain a MIME header and the only way to reliably use an encoding other than ASCII is to tag each field with the &amp;quot;CHARSET=&amp;quot; label. This makes the vCard stream more complicated than necessary. This could be simplified by a revision of the standard that specifies UTF-8 as the default encoding. This could work safely with existing vCard .vcf files, which do not contain a MIME content header. The first vCard VERSION field would be the same encoded as either ASCII or UTF-8, so readers could easily determine which encoding to default to.&lt;br /&gt;
&lt;br /&gt;
Furthermore, those creating vCard readers should be encouraged to support vCard .vcf files that begin with a UTF-8 BOM sequence. If the first three bytes of the file are 0xEF 0xBB 0xBF, the text file is UTF-8 encoded, and the vCard reader should assume UTF-8 is the default. Unfortunately many readers today fail to recognize the UTF-8 BOM and view the file as a corrupt vCard.&lt;br /&gt;
&lt;br /&gt;
==Suggestions made elsewhere==&lt;br /&gt;
&lt;br /&gt;
===Attribute Exchange===&lt;br /&gt;
* See [http://openid.net/specs/openid-attribute-exchange-1_0.html OpenID page on Attribute Exchange] and [[attribute-exchange]].&lt;br /&gt;
&lt;br /&gt;
===Instant Messaging===&lt;br /&gt;
&lt;br /&gt;
* See [http://www.rfc-editor.org/rfc/rfc4770.txt RFC4770: vCard Extensions for Instant Messaging (IM)]&lt;br /&gt;
&lt;br /&gt;
===WebDAV===&lt;br /&gt;
&lt;br /&gt;
[http://merlot.tools.ietf.org/html/draft-daboo-carddav-03 Extensions to WebDAV (CardDAV)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;defines extensions to the Web Distributed Authoring and Versioning (WebDAV) protocol to specify a standard way of accessing, managing, and sharing contact information based on the vCard format. This document defines the &amp;quot;addressbook-access&amp;quot; feature of CardDAV.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===XEP-0154: User Profile===&lt;br /&gt;
&lt;br /&gt;
[http://www.xmpp.org/extensions/xep-0154.html XEP-0154: User Profile] specifies how to represent and manage profile data about IM users and other [http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol Extensible Messaging and Presence Protocol] (XMPP) entities using the XMPP Data Forms extension. It has a far greater number of properties than vCard (possibly more than vCard will ever need), and reinvents and re-names some of the latter's properties, but may have some attributes worth considering for vCard.&lt;br /&gt;
&lt;br /&gt;
===FOAF Vocabulary Specification===&lt;br /&gt;
*[http://xmlns.com/foaf/spec/ FOAF Vocabulary Specification 0.91] - Namespace Document 2 November 2007 - OpenID Edition&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
On 2006-11-24, Paul Hoffman of the [http://www.imc.org/ Internet Mail Consortium], responsible for the development and promotion the vCard standard, wrote in response to an e-mail from [[User:AndyMabbett|Andy Mabbett]] informing him of this web page:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;There has been almost no interest in revising the vCard standard. This is due to lack of momentum, not the lack of good suggestions.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, see [[events/2007-09-18-calconnect-vcard-workshop]] for an event with vCard modification on the agenda.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[vcard-errata|vCard errata]]&lt;br /&gt;
* [[vcard-implementations]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcard-brainstorming#Post_vCard_additions]]&lt;br /&gt;
* [http://www.imc.org/imc-vcard/ vCard mailing list] - a place to raise these issues, and where similar issues can be found.&lt;br /&gt;
* [[events/2007-09-18-calconnect-vcard-workshop]]&lt;br /&gt;
* &amp;lt;span id=&amp;quot;3.3.3_Suggestion_for_Types_Definition&amp;quot;3&amp;gt;A [[hcard-issues#tel-type-lang|comment on the language of TEL types]], moved because it was not vCard specific&amp;lt;/span&amp;gt;&amp;lt;!--span preserves former ID--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Keywords: vcard, ietf, rfc, standard &amp;lt;!-- should be tags, when this wiki allows use of @rel --&amp;gt;&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Microformats_Wiki:Community_Portal&amp;diff=27241</id>
		<title>Microformats Wiki:Community Portal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Microformats_Wiki:Community_Portal&amp;diff=27241"/>
		<updated>2008-03-02T06:27:20Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read the latest about microformats on '''the''' [http://microformats.org/ blog].&lt;br /&gt;
&lt;br /&gt;
Join the discussion on microformats on the [http://microformats.org/discuss mailing lists and irc channel]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot;&amp;gt;&lt;br /&gt;
Lisez toute l'actualité à propos des microformats sur '''le''' [http://microformateurs.org/ blog] (FR).&lt;br /&gt;
&lt;br /&gt;
Rejoignez la discussion sur les microformats sur [http://microformateurs.org/discussion/ les listes de discussion et le canal irc]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
Lesen Sie das Neueste über microformats in '''diesem''' [http://microformats.org/ blog] (EN).&lt;br /&gt;
&lt;br /&gt;
Schließen Sie sich der Diskussion über microformats in [http://microformats.org/discuss der mailingliste und im IRC channel an.]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Microformats_Wiki:General_disclaimer&amp;diff=31198</id>
		<title>Microformats Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Microformats_Wiki:General_disclaimer&amp;diff=31198"/>
		<updated>2008-03-02T06:27:04Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This server and other outreach activities for [http://microformats.org Microformats.org] have been sponsored by [http://www.commerce.net/ CommerceNet] [http://zLab.Commerce.Net/ Labs].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ce serveur et les autres activités d'assistance pour [http://microformats.org Microformats.org] ont été sponsorisés par le [http://zLab.Commerce.Net/ Lab ][http://www.commerce.net/ CommerceNet].&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=process&amp;diff=28058</id>
		<title>process</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=process&amp;diff=28058"/>
		<updated>2008-03-02T06:26:36Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If this is your first visit, please see the [[introduction]] page first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;So you wanna develop a new microformat?&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Get some experience first ==&lt;br /&gt;
Before even considering pursuing a new microformat, first:&lt;br /&gt;
&lt;br /&gt;
# Make your site [[POSH]].&lt;br /&gt;
# Add &amp;lt;em&amp;gt;existing&amp;lt;/em&amp;gt; microformats to your sites like [[hcard|hCard]] for your contact info etc., [[hcalendar|hCalendar]] for your events, [[hatom|hAtom]] for your episodic content (e.g. blogs).  See [[get-started]] for more specific examples of adding microformats to your sites.&lt;br /&gt;
&lt;br /&gt;
This will help familiarize you with how [[POSH]] and [[microformats]] currently work. Such &amp;quot;real world&amp;quot; experience will greatly help you with the development a new microformat.  For more on this see [[why-using-existing-microformats-matters]].&lt;br /&gt;
&lt;br /&gt;
Then, ask yourself:&lt;br /&gt;
&lt;br /&gt;
==Why?==&lt;br /&gt;
There must be a problem to be solved (i.e. a real world use case). No problem, no microformat. &lt;br /&gt;
&lt;br /&gt;
Once you've found your 'problem,' ask yourself: 'is there a simpler problem here?' If so, let's solve that problem first. We want to deal with the simplest problems first and only then build up to more complex problems.&lt;br /&gt;
&lt;br /&gt;
Also, search around on the web. Chances are that someone else has encountered the same problem as you. If you still believe that you have an unsolved problem, post something to the [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] mailing list or any other relevant public channel (see http://microformats.org/discuss/). We want to involve all interested parties in the discussion.  Start the discussion '''&amp;lt;span style=&amp;quot;text-transform: uppercase;&amp;quot;&amp;gt;before&amp;lt;/span&amp;gt;''' you start creating any pages on the wiki.  We're not using the wiki as a general &amp;amp;quot;scratch pad&amp;amp;quot;.  If you can't summarize the problem you are trying to solve in a short email, and feel like you need a long document, you're probably trying to solve too big of a problem - see previous paragraph.&lt;br /&gt;
&lt;br /&gt;
==Document Current Behavior==&lt;br /&gt;
Document examples of current human behavior. [[why-examples|Why examples first?]]&lt;br /&gt;
&lt;br /&gt;
Remember, we're [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths]- before you do that you have to ''find'' the cowpaths. Your [[examples]] should be a collection of real world sites and pages which are publishing the kind of data you wish to structure with a microformat. From those pages and sites, you should extract markup examples and the schemas implied therein, and provide analysis.&lt;br /&gt;
&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).  The [[reviews-formats]] page is a good example of research done before the creation of a microformat. Before developing [[hreview|hReview]], the collaborators went out, documented current practices around reviews on web sites, and provided some analysis of the schemas implied therein.&lt;br /&gt;
&lt;br /&gt;
It's quite possible during this step that you'll find someone else who has dealt with the problem you're addressing.  Perhaps even solved it.  Do your best to open a dialog with others who have encountered the same problem. We don't want to build walls between competing communities - we want people to work together to develop a good solution which will cover the majority of cases.&lt;br /&gt;
&lt;br /&gt;
==Propose a Microformat==&lt;br /&gt;
Actually, &amp;lt;strong style=&amp;quot;text-transform:uppercase;&amp;quot;&amp;gt;don't!&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
There are other things to try before developing a microformat. First, ask yourself these questions:&lt;br /&gt;
&lt;br /&gt;
# Is there a standard element in XHTML that would work?&lt;br /&gt;
# Is there a compound of XHTML elements that would work?&lt;br /&gt;
# Ok, if the answer to the above two is 'no,' we can talk about a microformat. &lt;br /&gt;
&lt;br /&gt;
For more details on semantic XHTML, examples of using XHTML elements, and constructing XHTML compounds, see [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
First you should observe [[microformats#the_microformats_principles|the microformats principles]].&lt;br /&gt;
&lt;br /&gt;
After you understand the principes, ask yourself: &amp;amp;quot;are there any well established, interoperably implemented standards we can look at which address this problem?&amp;amp;quot; For example, hCard and hCalendar were built on top of the IETF standards for vCard and iCal, respectively, both of which are widely interoperably implemented, and dominant in their space (there were no competing formats with anywhere near the same levels of adoption). The developers of those standards had already spent many years in standards committees arguing about and developing the schemas.  Better to leverage all the hard work that others have done before you, than to go off as a solo cowboy inventor, and waste time repeating all their mistakes.  It's also much easier to start from a well established schema, and map into into XHTML than to develop a new schema.&lt;br /&gt;
&lt;br /&gt;
Remember, microformats should be designed for humans first and machines second. Here are few questions that may help you decide if you really need a microformat for the problem you are trying to solve:&lt;br /&gt;
&lt;br /&gt;
# If I looked at this microformat in a browser that didn't support CSS or had CSS turned off, would it still be human-readable?&lt;br /&gt;
# Are this format's elements stylable with CSS?&lt;br /&gt;
    &lt;br /&gt;
If the proposed format doesn't pass these two things, it's not likely to gain much acceptance. Remember: ''humans first, machines second''.&lt;br /&gt;
&lt;br /&gt;
== Iterate ==&lt;br /&gt;
In the process of developing a microformat, you'll likely get a lot of feedback from others interested in microformats. The effort needs to be iterated and adapted. Microformat development should be collaborative and community-based.&lt;br /&gt;
&lt;br /&gt;
Here's an ASCII-art flow diagram:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIAGRAM:&lt;br /&gt;
problem statement----&amp;gt;research/discussion----&amp;gt;proposal/draft----&amp;gt;standard&lt;br /&gt;
^________________V   ^___________________V   ^______________V&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that each stage involves iteration. That iteration consists of discussion and feedback and may result in major changes. Do not be afraid to make major changes and please don't get too attached to any particular solutions.&lt;br /&gt;
&lt;br /&gt;
=== Naming considerations ===&lt;br /&gt;
'''DO NOT''' start with even labeling your effort &amp;quot;hXYZ&amp;quot;.  This is a ''very'' common mistake.&lt;br /&gt;
&lt;br /&gt;
Always start with the general problem area.&lt;br /&gt;
&lt;br /&gt;
Thus name the problem area (*- pages below) generically and specifically avoid starting with code name / brand name like hNewCoolFormat.  &lt;br /&gt;
&lt;br /&gt;
Good: '''[[product-examples]]'''.  Bad: '''hProduct-examples'''.&lt;br /&gt;
&lt;br /&gt;
=== Pages to create ===&lt;br /&gt;
A pattern has emerged from successful microformat development efforts of several specific kinds of wiki pages being created, in a particular order (though not always).&lt;br /&gt;
&lt;br /&gt;
After a specific problem area ('''*''') has been determined (principle 1), consider creating and filling out the following pages for it, and add the first to [[exploratory-discussions]].  If you're unable to come up with material for the pages, then you should probably reconsider whether or not the problem is worth (or ready for) solving.  &lt;br /&gt;
# '''*-examples'''  Find examples on today's web of the the type of content you think needs a microformat.  Document them with URLs.  Document the schemas implied by the content examples.  This is the action that helps follow principle 3, design for humans first, machines second ... adapt to current behaviors and usage patterns. Start by cloning the [[examples]] page and filling it out.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;formats&amp;quot;&amp;gt;'''*-formats'''&amp;lt;/span&amp;gt;  Find widely adopted interoperable current data formats and standards that attempt to or have attempted to solve the problem previously.  Document their explicit schemas.  This is necessary prerequisite for following through with principle 4, &amp;quot;reuse building blocks from widely adopted standards&amp;quot;.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;brainstorming&amp;quot;&amp;gt;'''*-brainstorming'''&amp;lt;/span&amp;gt;  Use the current real-world web examples and their implicit schemas to determine an 80/20 as-simple-as-possible (principle 2) generic schema to represent their data.  Yes, this means you will explicitly ''omit'' some features of some use cases, or perhaps entire use cases which are more edge-cases than representative of larger, aggregate/macro behaviors.  See which existing microformats can be reused as building blocks (principle 5, modularity).  Use those existing data formats and schemas as a [[existing-classes|source of names]] for the fields (principle 4).  Consider how would you embed this microformat in other formats (also principle 5, embeddability). See the [[brainstorming]] page for a bit more info.&amp;lt;p&amp;gt; With an 80/20 schema, and a source of field names, write up one or more straw proposals for a microformat in the *-brainstorming page. Make sure the straw proposals encourage the decentralized distribution of data (principle 6). Postpone the choice of root class name as it often overlaps with the naming of the microformat itself. Always keep close at hand the [[naming-principles|microformats naming principles]] when choosing names.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Brainstorming about the substance of the microformat (its properties and values) should precede naming the microformat itself.  Thus after proposals have been written up and are being discussed for the schema, create a naming section for the microformat itself and root class name, where various names can be considered.&amp;lt;/p&amp;gt; &lt;br /&gt;
#  '''**''' When it seems like there is some amount of consensus around one of the straw proposals for a microformat with a specific name('''**'''), write it up as a separate wiki page as a draft specification (see [[style-guide]]), and then start creating the following pages to track it.&lt;br /&gt;
#  '''**-faq'''  There will likely be common questions about the new microformat which can/should be answered in an FAQ page.&lt;br /&gt;
#  '''**-issues'''  Folks may also raise issues about the microformat which aren't immediately addressable.  An issues document helps serves to capture these issues, who raised them, and when, so that folks working on the microformat can be sure to go through and thoroughly answer them.&lt;br /&gt;
#  '''**-examples''' Eventually there may be too many real world examples of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
#  '''**-implementations''' Eventually there may be too many implementations of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
#  '''**-brainstorming''' Eventually there will be non-trivial proposals/suggestions/clarifications for changes in the microformats as part of iteration. Create such a format specific [[brainstorming]] page for such suggestions.&lt;br /&gt;
&lt;br /&gt;
=== Moving from Stage to Stage ===&lt;br /&gt;
&lt;br /&gt;
These stages of development are mirrored on the main page where microformats are divided into &amp;amp;quot;Exploratory Discussions&amp;amp;quot;, &amp;amp;quot;Drafts&amp;amp;quot;, and &amp;amp;quot;Specifications&amp;amp;quot;.  How do microformats move from one stage to the other?  To help answer this question, it's probably useful to write up a set of desiderata for each stage.&lt;br /&gt;
&lt;br /&gt;
==== Exploratory Discussions ====&lt;br /&gt;
&lt;br /&gt;
You need a problem, and you need to attempt to state it.  You should do it on this wiki using current items under exploratory discussion as a guide.  Then send a note to the microformats-new list to get the attention of others who are interested in microformats.  This is probably a good chance to pull in people from outside the current microformats community who may also be experiencing the same issue.  &lt;br /&gt;
&lt;br /&gt;
Feedback will probably range the gamut.  Others may challenge your problem statement, the need for a microformat, concur, or add.  All constructive feedback is good.&lt;br /&gt;
&lt;br /&gt;
As a result of feedback, you may decide to abort your microformat idea or substantially modify it.  One thing you want to be sure to do at this stage is to avoid [[reinvented-wheels|reinventing the wheel]].  Are there elemental microformats you can reuse as building blocks?  Doing this will save you effort and help you get implemented later because implementers will have less work to do.&lt;br /&gt;
&lt;br /&gt;
However, do not be cowed from moving forward just because some people object.  If you can find a group of people you respect who feel your idea has merit and, perhaps most importantly, are willing to continue working with you on getting it in shape, proceed.&lt;br /&gt;
&lt;br /&gt;
==== Drafts ====&lt;br /&gt;
&lt;br /&gt;
Here, you need to write what is essentially a specification, but with the idea that it could change a lot.  Again, this needs to go in the wiki, and you should send a note to the microformats-new mailing list to alert people that something new has happened.  Continue encouraging feedback from relevant resources both inside and outside the community.  Drafts need to include at least the following:&lt;br /&gt;
&lt;br /&gt;
* Statements regarding the fact that you will not patent and are adopting appropriate copyright (preferably PUBLIC DOMAIN) as illustrated by current drafts.&lt;br /&gt;
* An XMDP stating attribute values.  You may want to place this on a separate wiki page and link to it.  In that case use the naming convention *-profile, e.g. [[hcard-profile]].&lt;br /&gt;
* Examples from current practice that show how the microformat would be used.  Keep an eye out for how the microformat is actually improving things.  If it's not, that might be an indication that you either need to abandon or change a lot.&lt;br /&gt;
* Use of [[rfc-2119]] terms.&lt;br /&gt;
* References that back up your design decisions for the microformat.  To the extent possible, you do not want to invent things from whole cloth. This should be relatively easy if you have followed the process so far with proper research.&lt;br /&gt;
* A list of implementations (if any).&lt;br /&gt;
* An issues section for people to feed back to you with detailed objections.&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
&lt;br /&gt;
You will usually need at least one iteration to get past the draft stage.  By the time something becomes a specification, it should be stable so that developers can pick it up and write to it.  This in turn implies that there are at least a couple of implementations.&lt;br /&gt;
&lt;br /&gt;
Before moving to the specifications section, drop a note to microformats-new and encourage discussion and major objections.  If none are forthcoming, suggest moving the microformat to the specifications area.  If there is sufficient explicit positive support from the community to do so, then do so. (If not, then leave as draft. The absence of feedback is not approval.) This move may wake up any sleeping editors, and they may raise an objection and move you back to draft.  If you have followed the process, now is the time to pin them down.  At this juncture, any remaining issues should be easy to resolve.&lt;br /&gt;
&lt;br /&gt;
== Other Documents ==&lt;br /&gt;
&lt;br /&gt;
=== Patterns ===&lt;br /&gt;
&lt;br /&gt;
What about other types of pages on the wiki, like &amp;quot;patterns&amp;quot; (e.g. [[include-pattern]])?&lt;br /&gt;
&lt;br /&gt;
How do those get created?&lt;br /&gt;
&lt;br /&gt;
The short explanation is this: &lt;br /&gt;
&lt;br /&gt;
The patterns are not formats at all.  They do not stand on their own. They are merely documentation of pieces of other formats that are expected to (or are) being reused by other formats.  The real world examples for includes in particular were documented in the context of [[resume-examples]], [[resume-formats]], and [[resume-brainstorming]] (as noted at the very top of [[include-pattern|the document]]) &amp;quot;Initially developed as part of resume-brainstorming...&amp;quot;  Later, real world examples for reviews were found to need the include pattern as well.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[process-faq]]&lt;br /&gt;
* [[process-issues]]&lt;br /&gt;
* [[process-brainstorming]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Microformats_Wiki:About&amp;diff=31199</id>
		<title>Microformats Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Microformats_Wiki:About&amp;diff=31199"/>
		<updated>2008-03-02T06:26:15Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= About microformats =&lt;br /&gt;
Please see [http://microformats.org/about the main About page for Microformats.org].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[faq]]&lt;br /&gt;
* [[glossary]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
En '''version française''', regardez [http://www.elanceur.org/microformats/meta.html la page principale &amp;quot;A propos&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
== voir aussi  ==&lt;br /&gt;
* [[faq-fr|FAQ en français]]&lt;br /&gt;
* [[glossary-fr|glossaire]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=lifestream&amp;diff=33165</id>
		<title>lifestream</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=lifestream&amp;diff=33165"/>
		<updated>2008-03-02T06:25:27Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted from defacement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Lifestream&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jeremy Keith put lifestreaming on the map with his [http://adactio.com/extras/stream/ Lifestream demo application], which he blogged about [http://adactio.com/journal/1202/ here].&lt;br /&gt;
&lt;br /&gt;
The practice of syndicating and then aggregating content into one stream is a useful one as more and more services crop up that allow us to do things that translate well into syndication formats.&lt;br /&gt;
&lt;br /&gt;
There are two questions intially to be resolved: &lt;br /&gt;
&lt;br /&gt;
# how can chronological microformats at the distributed sources be best used to feed into lifestreams (i.e. via hAtom, hCalendar)?&lt;br /&gt;
# how should lifestreams themselves be best marked up (using a combination of hAtom and hCalendar or one or the other)?&lt;br /&gt;
&lt;br /&gt;
In Jeremy's [http://adactio.com/extras/stream/ Real-World example] (and [http://chrisjdavis.org/cjd-lifestream-1-0 subsequent] [http://elliottback.com/wp/archives/2006/12/14/lifestream-wp-plugin-for-wordpress/ derivatives]) a combination has been used. Is this the best path forward? Are there other ideas, especially for semantically linking to the types of services that appear in one's stream?&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=history-brainstorming&amp;diff=27956</id>
		<title>history-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=history-brainstorming&amp;diff=27956"/>
		<updated>2008-03-02T03:27:14Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=History Brainstorming=&lt;br /&gt;
&lt;br /&gt;
Per the microformats [[process]] this is a brainstorming page considering the existing real world [[history-examples|examples of historical information]] published on the Web.&lt;br /&gt;
&lt;br /&gt;
==Timelines==&lt;br /&gt;
&lt;br /&gt;
* The [[history-examples#Historical_Timelines|&amp;quot;timeline&amp;quot; examples]] all seem to comprise a sequence of either actual or potential hCalendar events. While it may be possible to assume that any page containing multiple hCalendars represents a timeline, that would not account for pages containing two or more disparate timelines; or a set of hCalendar events which are unrelated, and thus not intended as a timeline. This could be remedied with a simple parent microformat, say hTimeline, with title and summary properties (say &amp;quot;timeline-title&amp;quot;, &amp;quot;timeline-summary&amp;quot;), thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;htimeline&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h2 class=&amp;quot;timeline-title&amp;quot;&amp;gt;Timeline 1&amp;lt;/h2&amp;gt;&lt;br /&gt;
		&amp;lt;p class=&amp;quot;timeline-summary&amp;quot;&amp;gt;Blah blah blah&amp;lt;/p&amp;gt;&lt;br /&gt;
		[hCalendar]&lt;br /&gt;
		[hCalendar]&lt;br /&gt;
		[hCalendar]&lt;br /&gt;
	&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;span class=&amp;quot;htimeline&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h2 class=&amp;quot;timeline-title&amp;quot;&amp;gt;Timeline 2&amp;lt;/h2&amp;gt;&lt;br /&gt;
		&amp;lt;p class=&amp;quot;timeline-summary&amp;quot;&amp;gt;Yada yada&amp;lt;/p&amp;gt;&lt;br /&gt;
		[hCalendar]&lt;br /&gt;
		[hCalendar]&lt;br /&gt;
		[hCalendar]&lt;br /&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;
:: [[User:AndyMabbett|Andy Mabbett]] 02:24, 16 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{history-related-pages}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=to-do&amp;diff=26506</id>
		<title>to-do</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=to-do&amp;diff=26506"/>
		<updated>2008-03-02T03:25:09Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Lazyweb */  added testing recaptcha link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
&amp;lt;h1&amp;gt;To Do&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for posting [[microformats]] related shared to do items.  If you want to use this page for your microformats related to-do items, create a section with your name on it.  The reason we are keeping these all on the same page is to make it easier to tell when people are working on similar things, and to make it more obvious when people help out with other people's tasks.  In theory this probably won't scale, but let's first see how it does in practice. :) - [http://tantek.com Tantek]&lt;br /&gt;
&lt;br /&gt;
== Lazyweb ==&lt;br /&gt;
&lt;br /&gt;
Just some nice things, feel free to do any of these.&lt;br /&gt;
&lt;br /&gt;
=== for all microformats ===&lt;br /&gt;
* We have added a new mailing list called microformats-new. There may be some confusion surrounding this change, so it would be helpful to:&lt;br /&gt;
** Draft a message to be added to the confirm message sent when someone subscribes to any list including a welcome message, ground rules, topic for the subscribed list, and the topics for nearby lists.&lt;br /&gt;
** Add a faq entry somewhere on why the new list was created.&lt;br /&gt;
** Double check the wiki pages to make sure advice on mailing lists is accurate.&lt;br /&gt;
* quick and easy &amp;quot;how to&amp;quot; pages for each microformat. [[get-started]] is a good overall start.&lt;br /&gt;
* brief summary statements for each microformat that explain why it matters, what does it accomplish for the publisher.&lt;br /&gt;
* write up [http://microformats.org/discuss/ mailing-list] questions and answers in the appropriate [[faq]] pages.&lt;br /&gt;
* validators.  See the hReview section below as there has been a request for an hReview validator in particular. See [http://norman.walsh.name/2006/04/13/validatingMicroformats Norman Walsh's blog post &amp;quot;Validating microformats&amp;quot;] for some valuable analysis and validation pseudo-code (prose description), which are useful steps towards building microformat validators.&lt;br /&gt;
* Add [http://verselogic.net/projects/wordpress/wordpress-openid-plugin/ OpenID] to Microformats Blog.&lt;br /&gt;
* Submit definitions of &amp;quot;microformat&amp;quot;, and individual examples, to the [http://foldoc.org Free On-line Dictionary of Computing], acording to [http://foldoc.org/editing.html the Free On-line Dictionary of Computing guidelines]&lt;br /&gt;
* it would be nice to replace the -in-the-wild pages with a form that accepted URL entries that would both register the site and look for valid microformatted content and for those pages with problems, would set them aside in a queue to be reviewed by the community. Having such an interface would likely be more efficient for implementors looking to have their work reviewed, and would also add to a ready-database of microformats in the wild -- which would be a great way to feed pingerati.com. [[User:Chris_Messina Chris Messina]] on 2007 Aug 31.&lt;br /&gt;
* If it's not being done already, the microformats wiki should really start using Akismet or some other form of automated spam fighting solutions. The admins are wasting far too much time reverting abuse compared with the amount of time creating or pruning good content.&lt;br /&gt;
** I could not find an Akismet extension as of today, but Recaptcha is a useful screen for spambots, for MediaWiki (1.7+ and perhaps earlier, definitely works on later versions). [http://jeffmcneill.com/blog/akismet-and-captcha-2008-03-02 See instructions here]. Note that this can be configured to display a &amp;quot;captcha&amp;quot; screen on account creation, which would likely stop the current attacks on microformats.org. '''(updated instructions)''' Test the recaptcha [http://jeffmcneill.com/index.php5?title=special:Userlogin&amp;amp;type=signup&amp;amp;returnto=home here] --[[User:JeffMcNeill|jeffmcneill]] 19:21, 1 Mar 2008 (PST)--[[User:JeffMcNeill|jeffmcneill]] 00:44, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
See [[hcard-to-do]]&lt;br /&gt;
&lt;br /&gt;
=== hCalendar ===&lt;br /&gt;
==== Add support to open source calendar projects ====&lt;br /&gt;
These are open source projects that could be potentially enhanced to support hCalendar.&lt;br /&gt;
&lt;br /&gt;
* [http://www.k5n.us/webcalendar.php?topic=About WebCalendar]&lt;br /&gt;
* [http://phpicalendar.net/documentation/index.php?title=Main_Page PHP iCalendar]&lt;br /&gt;
* [http://www.vcalendar.org VCalendar]&lt;br /&gt;
* Investigation: [http://wiki.mozilla.org/Calendar_Talk:Lightning#hCalendar_publish_and_subscribe_support Mozilla Calendar / Lightning / Sunbird hCalendar support discussion]&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
* [[hreview|hReview]] support in Ecto (hey Adriaan!), requested by Andy Smith&lt;br /&gt;
* an [[hreview|hReview]] validator.&lt;br /&gt;
* a semantic, clean css star rating picker (e.g. a UI widget to rate from 1-5 stars)&lt;br /&gt;
** both [http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/ this] and [http://factorycity.net/demos/drupal/rating/default.html this] have some flaws. Ask [[User:RyanKing|Ryan King]] for an explanation.&lt;br /&gt;
&lt;br /&gt;
=== hCalendar/hCard/hReview editor ===&lt;br /&gt;
* onblur in the URL field (e.g. on hCalendar), goes out and tries to retrieve an object of same time (e.g. an hCalendar vevent) from that URL and uses it to autofill the form, same thing if the creator is loaded with that URL prefilled (e.g. due to a ?url=http://example.com/ in the URL that loads the creator).&lt;br /&gt;
&lt;br /&gt;
=== hAtom ===&lt;br /&gt;
* [[hatom-issues]] needs sections for closed issues, resolved issues, and open issues sorted by year, similar to [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
=== WordPress patches for microformats ===&lt;br /&gt;
* submit patches for WordPress code/templates for microformats improvement&lt;br /&gt;
** &amp;amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;amp;gt; improvement in post author publication (e.g. home page of http://microformats.org/ )&lt;br /&gt;
* Wordpress plugin for microformats, specifically hReview and hCalendar&lt;br /&gt;
** See [http://www.surfarama.com/index.php?p=227 lazyweb request]&lt;br /&gt;
&lt;br /&gt;
=== Yahoo Open Source Library Patches ===&lt;br /&gt;
Several of these could very much be improved with a little microformats markup.  Do we just make patches and submit them?  Contact Nate Koechley at Yahoo (see Tantek for contact info) to follow-up.&lt;br /&gt;
&lt;br /&gt;
* [http://developer.yahoo.net/yui/ Yahoo! User Interface Library]&lt;br /&gt;
* [http://developer.yahoo.net/ypatterns/ Yahoo! Design Patterns Library]&lt;br /&gt;
* [http://www.yuiblog.com Yahoo! User Interface Blog]&lt;br /&gt;
&lt;br /&gt;
=== Drupal patches for microformats ===&lt;br /&gt;
* [http://groups.drupal.org/microformats-in-drupal Microformat Module for Drupal] A group discussing ways to implement microformats in Drupal.  Currently looking to support hAtom, hCard and hCalendar to start with.  Contact digitalspaghetti at gmail dot com if you are interested in contributing to the project.&lt;br /&gt;
&lt;br /&gt;
=== Adding Microformats to Existing Pages ===&lt;br /&gt;
* See [[advocacy#Adding_Microformats_to_Existing_Sites|advocacy: Adding microformats to existing sites]].&lt;br /&gt;
&lt;br /&gt;
===rel-tagging on Wikipedia===&lt;br /&gt;
Somebody familiar with the &amp;quot;rel-tag&amp;quot; microformat might want to add details, and a link to the relevant page on this Wiki, to the [http://en.wikipedia.org/wiki/Tag_%28metadata%29 Wikipedia page on tagging]. [[User:AndyMabbett|Andy Mabbett]] 14:07, 3 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
Add to the [[glossary]].&lt;br /&gt;
&lt;br /&gt;
===hAtom tutorial===&lt;br /&gt;
Finish the [[hatom-tutorial]].&lt;br /&gt;
&lt;br /&gt;
=== wiki gardening ===&lt;br /&gt;
* Find [[:Special:Lonelypages|orphaned]] pages, and add links to them.&lt;br /&gt;
* Use [[templates]] for boilerplate text and repeated lists of links&lt;br /&gt;
* Sub-divide our [[Special:Longpage|longest pages]]&lt;br /&gt;
* Add keywords to the foot of pages (see [[vcard-suggestions]] for examples), so that they can be converted to tags, once this wiki allows the use of &amp;quot;rel&amp;quot; attributes. Keywords can also include synonyms to aid searching. &lt;br /&gt;
&lt;br /&gt;
====Spelling====&lt;br /&gt;
For English-language pages only: Find British spellings of words and replace them with the US spellings per [[en-US]]. Mark such edits as &amp;quot;minor&amp;quot; with the comment: &amp;lt;nowiki&amp;gt;[[en-US]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a table of searches for some of the British-English spellings that have crept into English-language microformats wiki pages, along with their respective US-English spellings. If you find other British spellings, please feel free to add them to this table, with their US equivalent.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! [[en-GB]] !! [[en-US]] &lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=behaviour&amp;amp;go=Go behaviour] || behavior&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=behaviours&amp;amp;go=Go behaviours] || behaviors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=centre&amp;amp;go=Go centre] || center&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=colour&amp;amp;go=Go colour] || color&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=colours&amp;amp;go=Go colours] || colors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavour&amp;amp;go=Go flavour] || flavor&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavours&amp;amp;go=Go flavours] || flavors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavoured&amp;amp;go=Go flavoured] || flavored&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences More American and British English spelling differences]&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
This section is for any admins to keep track of current to-do items for admins and/or for folks to suggest to-do items for admins, in particular, having to do with suggestions for improvements to microformats.org infrastructure such as the wiki. If you do add an item to this list, please sign your username with four tildes: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Website Improvements ===&lt;br /&gt;
* OpenID login, on behalf of a request a while ago from [[User:Chris_Messina]] (especially for comments in WordPress). [[User:Chris_Messina]] 16:50, 31 Aug 2007 (PDT)&lt;br /&gt;
* Pibb integration for the #microformats IRC channel. It is relatively simple to [http://janrain.com/blog/2007/08/08/how-to-embed-pibb/ embed the Pibb chat widget] into a webpage that bridges to the #microformats IRC channel. This would allow for greater access and transparency to the IRC discussions as well as allow people to participate using only their web browser.  [[User:Chris_Messina]] 16:50, 31 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wiki improvements ===&lt;br /&gt;
* Upgrade the wiki!&lt;br /&gt;
** Listed first since most of the other items on this list (such as OpenID integration) target later versions or will at least be more easily implementable in the case of new development.&lt;br /&gt;
** Since the server hosting this wiki is already running PHP 5, advise upgrading to the highest released version (1.11 at the time of this writing).&lt;br /&gt;
** As a consequence of upgrading, any existing core hacks will have to be removed.  Progressing further, advise not hacking the core as it hinders future upgrades (for reference, Wikipedia runs the HEAD revision from SVN, updated every few days).&lt;br /&gt;
** There are many improvements to the core with each release. Since 1.4 there have been significant improvements to the templating engine including optional parameters, parameter default values, proper parsing of nested template calls, conditional blocks (such as &amp;lt;tt&amp;gt;&amp;amp;lt;noincldue&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;includeonly&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;onlyinclude&amp;amp;gt;&amp;lt;/tt&amp;gt;) --[[User:JimboJW|JimboJW]] 13:38, 25 Sep 2007 (PDT)&lt;br /&gt;
* &amp;quot;Standard&amp;quot; Extensions&lt;br /&gt;
** There are a number of &amp;quot;standard&amp;quot; extensions that are applicable to most documentation wikis.  See Wikipedia's [http://en.wikipedia.org/wiki/Special:Version Version Page] for a list of currently installed extensions on the English Wikipedia.&lt;br /&gt;
** I'd personally advise getting [http://www.mediawiki.org/wiki/Extension:Cite Cite], [http://meta.wikimedia.org/wiki/ParserFunctions ParserFunctions] and [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight]. --[[User:JimboJW|JimboJW]] 13:38, 25 Sep 2007 (PDT)&lt;br /&gt;
* OpenID login, on behalf of a request a while ago from [[User:DanC]]. [[User:Tantek|Tantek]] 20:50, 20 Jul 2007 (PDT)&lt;br /&gt;
* Install creation template extension(s)(see: http://meta.wikimedia.org/wiki/Inputbox or http://www.mediawiki.org/wiki/Extension:CreateBox or http://www.mediawiki.org/wiki/Extension:CreateArticle) [[User:RobManson]] 14:00, 20 Jul 2007 (AEST)&lt;br /&gt;
* Encourage new users to use the preview feature to prevent a deluge of edit notifications from interrupting IRC discussions. [[User:SignpostMarv|SignpostMarv]] 09:28, 12 Aug 2007 (PDT)&lt;br /&gt;
* Some kind of [http://en.wikipedia.org/wiki/Spam_in_blogs anti-spam] (captcha? recaptcha? reverse turing tests? [http://unknowngenius.com/blog/wordpress/spam-karma/ Spam Karma?]) ~ [[User:WilleRaab|WilleRaab]] 09:43, 12 Aug 2007 (PDT)&lt;br /&gt;
* Add the necessary styling per [http://www.w3.org/2001/06/manual/#RFC W3C Manual of Style guidelines for RFC&amp;amp;#32;2119] (perhaps in a &amp;lt;code&amp;gt;w3cstyleguide.css&amp;lt;/code&amp;gt; file) to our MediaWiki install's CSS, in order to enable removal of in-line styles from our [[rfc-2119#Templates|RFC 2119 Templates]]:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.RFC2119 {&lt;br /&gt;
  text-transform: lowercase;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Add an address element, with a &amp;lt;code&amp;gt;class=author&amp;lt;/code&amp;gt; hCard, to the footer of every page, to facilitate the use of hAtom and to &amp;quot;include&amp;quot; in other microformats, based on:&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;author vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*add a class, &amp;lt;code&amp;gt;noprint&amp;lt;/code&amp;gt; to the site's CSS, so that sections (such as &amp;quot;related pages&amp;quot; footers) can be made non- printing. &lt;br /&gt;
&lt;br /&gt;
===Deletions===&lt;br /&gt;
*Remove [http://microformats.org/wiki?title=Special:Whatlinkshere&amp;amp;target=delete pages awaiting deletion]&lt;br /&gt;
&lt;br /&gt;
== Tantek ==&lt;br /&gt;
See [[User:Tantek/to-do]]&lt;br /&gt;
&lt;br /&gt;
==Ryan==&lt;br /&gt;
=== wiki cleanup ===&lt;br /&gt;
* &amp;lt;s&amp;gt;possibly move dead proposals off of homepage?&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== hCalendar/hCard/hReview creator improvements ===&lt;br /&gt;
* get all creators working in IE/Win, IE/Mac, Safari/OSX.3&lt;br /&gt;
&lt;br /&gt;
=== other ===&lt;br /&gt;
* add an example of how to use DURATION in hcalendar see http://www.policyawareweb.org/2005/ftf2/paw-mtg#item15) -&amp;gt; verify http://svn.lifelint.com/hcalendar_tests/calendar-todo-multiple-attendees-and-alarm.xml&lt;br /&gt;
&lt;br /&gt;
=== rel-payment ===&lt;br /&gt;
* update rel-payment to reference the IANA registry [http://www1.ietf.org/mail-archive/web/ietf-announce/current/msg02055.html]&lt;br /&gt;
&lt;br /&gt;
=== hcalendar ===&lt;br /&gt;
* make sure we explicitly disallow 'vjournal'&lt;br /&gt;
&lt;br /&gt;
== Dimitri Glazkov ==&lt;br /&gt;
&lt;br /&gt;
* Figure out REST/Microformats thing&lt;br /&gt;
* Work on result set idea&lt;br /&gt;
* Implement h-creators using Web Forms 2.0&lt;br /&gt;
&lt;br /&gt;
== Chris Messina ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
* Work on a microformat for play-lists (is it just a XOXO ordererd list of play-items?)&lt;br /&gt;
* Work on a microformat for play-item (take a look at [[media-info-examples]])&lt;br /&gt;
* Work on microformats tutorial for designers&lt;br /&gt;
* Add support for OpenID to micformats wiki&lt;br /&gt;
* &amp;lt;strike&amp;gt;Add support for [http://verselogic.net/projects/wordpress/wordpress-openid-plugin/ OpenID] to the microformats blog&amp;lt;/strike&amp;gt;.&lt;br /&gt;
* &amp;lt;strike&amp;gt;Read GTD (at least the first two chapters)&amp;lt;/strike&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Campaigns ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Get Blogger to support hAtom and hCard&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Get LinkedIn to support hCard, hResume, hCalendar&amp;lt;/strike&amp;gt; and XFN&lt;br /&gt;
* Get XING to support &amp;lt;strike&amp;gt;hCard&amp;lt;/strike&amp;gt;, hCalendar, hResume and XFN&lt;br /&gt;
* Get &amp;lt;strike&amp;gt;Digg to support microformats&amp;lt;/strike&amp;gt; (still need XFN).&lt;br /&gt;
&lt;br /&gt;
=== Wishlist ===&lt;br /&gt;
&lt;br /&gt;
* Microformat for &amp;quot;buyable items&amp;quot; (see [[listing-examples]] and related documents)&lt;br /&gt;
* Location MF -- right click &amp;quot;map this&amp;quot; (see [[geo]] and [[adr]])&lt;br /&gt;
* Better hCard support in the browser -- right click &amp;quot;IM this person...&amp;quot;, &amp;quot;Add to contacts&amp;quot; (see [http://factoryjoe.com/blog/2006/03/20/flocktails-for-flock/  Flocktails])&lt;br /&gt;
* Better hCal support -- support many views of same hCal data on one page using XSLT&lt;br /&gt;
* We need something that a designer/web programmer can come to and leave w/ 2 examples of each microformat that they can apply right away... a &amp;quot;microformats styleguide for designers&amp;quot;, if you will.&lt;br /&gt;
* invoicing microformat&lt;br /&gt;
* better microformats wiki theme&lt;br /&gt;
* Define flow for OpenID + XFN + hcard (see [http://diso-project.org DiSo Project])&lt;br /&gt;
&lt;br /&gt;
== Robert Bachmann ==&lt;br /&gt;
[[User:RobertBachmann|Robert Bachmann]]&lt;br /&gt;
&lt;br /&gt;
=== XSLTs ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Test scripts&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Do some refactoring, split Perl code into smaller modules&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Provide test results as HTML pages (similar to http://www.w3.org/2003/08/owl-systems/test-results-out)&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Provide some documentation for using the test scripts&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;hAtom2Atom&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
Join all hfeed's inside a page (or a fragment thereof) into one feed using [http://greenbytes.de/tech/webdav/rfc4287.html#element.source atom:source] semantics.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
Extraction of &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt;:&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; as HTML &lt;br /&gt;
* &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; as plain-text&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt; as XHTML&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt; as HTML&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other XSLT engines:&lt;br /&gt;
* .Net System.Xml&lt;br /&gt;
* hAtom2Atom written using XSL 2.0?&lt;br /&gt;
** Do you think this would be useful? I have created a barebones version, doesn't yet take in all the parsing rules yet, but I'd be happy to share.  Moving to XSL 2.0 does make things a bit cleaner and more efficient. - Matt Dertinger.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other output formats: (hAtom2&amp;lt;i&amp;gt;xyz&amp;lt;/i&amp;gt;.xsl)&lt;br /&gt;
* RSS 2.0 (meanwhile use hAtom2Atom.xsl and [http://atom.geekhood.net/ atom2rss.xsl]) -- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
* RSS 1.0 (meanwhile use hAtom2Atom.xsl and [http://cvs.4suite.org/viewcvs/uogbuji/atom2rss.xslt atom2rss.xslt]) -- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
** My opinion at the moment, I neither want to produce nor to consume RSS. Atom is nicer (and should be supported by most good feed readers available today), RSS should fade away. -- Robert Bachmann&lt;br /&gt;
* AtomOWL (meanwhile use hAtom2Atom.xsl and [http://dannyayers.com/2005/11/22/atomowl-xslt-progress/ atom2rdfxml.xsl])-- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
** Having the possibility of GRDDL-ing hAtom to AtomOWL seems definitly interessting. I realy should implement this some day. - Robert Bachmann&lt;br /&gt;
* JSON?&lt;br /&gt;
** Does it make sense to consider a canonical representation of microformats (either case by case, or in general) in JSON?  E.g. so that a JSON API that returned contact information could return an hCard-equivalent chunk of JSON. - Tantek.&lt;br /&gt;
*** This could enable some nice JavaScript hacks. I should give hAtom2JSON a try. - Robert Bachmann&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
([[User:Singpolyma|singpolyma]] 01:02, 9 May 2006 (PDT) -- Not XSLT, but see http://xoxotools.ning.com/hatom2rss.php for hatom to RSS2.0 conversion)&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Brian Suda ==&lt;br /&gt;
=== Citation Microformats ===&lt;br /&gt;
* Add all my notes to the Wiki&lt;br /&gt;
* Start the process of naming the properties using existing names&lt;br /&gt;
&lt;br /&gt;
=== X2V ===&lt;br /&gt;
Make changes and update site (almost stable)&lt;br /&gt;
Get ATTENDEE and other strange attributes working&lt;br /&gt;
==== WARNINGS and ERROR ====&lt;br /&gt;
work on the warnings and error output for the pre-check in X2V&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* clean-up the MF FAQs&lt;br /&gt;
* clean-up FAQs from the major microformats&lt;br /&gt;
* pull Questions from the mailing list and document them to the FAQs and example&lt;br /&gt;
&lt;br /&gt;
=== Microformats History ===&lt;br /&gt;
* get early work from developer.technorati site&lt;br /&gt;
** issues with MoinMoin full history: http://moinmoin.wikiwikiweb.de/MoinMoinQuestions/UsingTheWiki#head-9d1b1d6beedde40b92cc6c13962b5a6f5b289d10&lt;br /&gt;
&lt;br /&gt;
=== additions to the wiki ===&lt;br /&gt;
&lt;br /&gt;
* better explain why NOT infinitely scaling is a good thing&lt;br /&gt;
* better explain why microformats do NOT use namespacing&lt;br /&gt;
&lt;br /&gt;
== Mark Rickerby ==&lt;br /&gt;
&lt;br /&gt;
=== Current Tasks ===&lt;br /&gt;
&lt;br /&gt;
* Follow up on usability review&lt;br /&gt;
** Edits to homepage feature box text &lt;br /&gt;
** Draft of [[getting-started]] page&lt;br /&gt;
* Review content for new pages - [[start-simple]], [[modularity]], [[reuse]], [[humans-first]]&lt;br /&gt;
* xoxo datatype examples&lt;br /&gt;
** test case lists&lt;br /&gt;
** transmitting key/value lists&lt;br /&gt;
* practical feedback on hresume&lt;br /&gt;
&lt;br /&gt;
=== Wishlist ===&lt;br /&gt;
&lt;br /&gt;
* hmmm&lt;br /&gt;
&lt;br /&gt;
== Ernest Prabhakar ==&lt;br /&gt;
=== Wiki-Thon Proposal ===&lt;br /&gt;
Set aside several hours (probably a Friday night US PST) for focused work on the Wiki, including both physical (e.g., a room in the Bay Area) and virtual (IRC/iChat) participants.&lt;br /&gt;
&lt;br /&gt;
==== Goals ====&lt;br /&gt;
# Improve understanding of what needs to be done for Wiki&lt;br /&gt;
#* IMHO - this should be done here, in [[to-do]] incrementally. -Tantek&lt;br /&gt;
# Tackle larger projects (~1-2 hours) than people usually have time for&lt;br /&gt;
#* I'd like to see these projects *documented* first on [[to-do]] before we spend 1-2 hours of a bunch of folk's collective time to go through them. -Tantek&lt;br /&gt;
# Motivate community to have fun with otherwise tedious &amp;quot;housecleaning&amp;quot; chores&lt;br /&gt;
&lt;br /&gt;
==== Agenda (Wishlist) ====&lt;br /&gt;
In parallel:&lt;br /&gt;
* Coalesce/prioritize existing To-Do items (above)&lt;br /&gt;
* Review/revise desired pathways for:&lt;br /&gt;
** New users learning about microformats&lt;br /&gt;
*** e.g., intro, about, explore, tutorials, etc.&lt;br /&gt;
*** cf. [http://www.rubyonrails.com/ Rails] front page&lt;br /&gt;
****Get Excited (Why, background, motivation)&lt;br /&gt;
****Get Started (What, downloads, getting started)&lt;br /&gt;
****Get Better (How, tutorials, )&lt;br /&gt;
****Get Involved (Who)&lt;br /&gt;
** Microformat lifecycle&lt;br /&gt;
*** e.g., research-&amp;gt;brainstorm-&amp;gt;proposal-&amp;gt;spec-&amp;gt;maintain&lt;br /&gt;
*** see http://theryanking.com/microformats/method.txt --[[User:RyanKing|RyanKing]] 15:35, 22 Feb 2006 (PST)&lt;br /&gt;
*** ensure information easy to find, follow, and up-to-date&lt;br /&gt;
* Review existing specs for completeness and consistency&lt;br /&gt;
* Identify areas of 'bitrot' or 'hole-filling'&lt;br /&gt;
* Do it!&lt;br /&gt;
&lt;br /&gt;
== Dan Connolly ==&lt;br /&gt;
&lt;br /&gt;
[[User:DanC|DanC]] hopes to sync up on these tasks in [[irc]] roughly&lt;br /&gt;
weekly, during Wednesday afternoon (Chicago time) &amp;quot;office hours&amp;quot;. See also my [http://esw.w3.org/topic/DanConnolly esw todo list and someday pile].&lt;br /&gt;
&lt;br /&gt;
* from SxSW in Austin&lt;br /&gt;
** build a combined hcalendar/hcard profile; resolve issues in [[profile-uris]].&lt;br /&gt;
*** with XSLT transformation to RDF&lt;br /&gt;
** finish [[hcard-tests]]&lt;br /&gt;
*** figure out [[include-pattern]] boundaries&lt;br /&gt;
&lt;br /&gt;
* Medium term&lt;br /&gt;
** sync [[hcalendar-tests]] and [http://www.w3.org/2002/12/cal/ RDF calendar] tests and CALSIFY&lt;br /&gt;
*** reconsider RDF calendar naming conventions&lt;br /&gt;
** update my CV/resume using [[hResume]] and [[citation-formats]]&lt;br /&gt;
*** get an answer from the CALSIFY WG re [http://lists.w3.org/Archives/Public/www-rdf-calendar/2006Apr/0006.html dtstart and date vs datetime ] 21 Apr 2006&lt;br /&gt;
*** refine [[hatom]] so that it's suitable for the workflow around the W3C homepage.&lt;br /&gt;
&lt;br /&gt;
* from WWW2006&lt;br /&gt;
** follow up on GRDDL as escape valve for microformats proposals, much like CSS was an escape valve for HTML tag proposals.&lt;br /&gt;
&lt;br /&gt;
* Someday pile&lt;br /&gt;
** set up a timezone registry based on wikipedia and semantic mediawiki. As discussed in [[datetime-design-pattern]], iCalendar's by-value timezone passing is broken. see [http://lists.w3.org/Archives/Public/www-rdf-calendar/2006Apr/0002.html reconsidering timezones in light of hCalendar and CALSIFY] and [http://dig.csail.mit.edu/breadcrumbs/node/91 Toward Semantic Web data from Wikipedia]&lt;br /&gt;
** noodle on a playlist format and some of the media RSS stuff like [[media-info-brainstorming]],  [[media-metadata-examples]] (re playlists: XSPF, SMIL, RDF, and microformats 9 Sep 2005)&lt;br /&gt;
** check out that hReview bug stuff...&lt;br /&gt;
** noodle on [[meeting-minutes-brainstorming]] and [http://esw.w3.org/topic/MeetingRecords MeetingRecords in the esw wiki].&lt;br /&gt;
** noodle on clipboard scenarios, esp how RDFa works in the general case but isn't as author-friendly as domain-specific syntaxes.&lt;br /&gt;
&lt;br /&gt;
[[User:DanC|DanC]] 15:39, 31 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Chris Casciano ==&lt;br /&gt;
&lt;br /&gt;
[[User:ChrisCasciano|ChrisCasciano]] &lt;br /&gt;
&lt;br /&gt;
* get around to updating [[hatom-issues]] with some multi feed rules/exceptions.&lt;br /&gt;
* &amp;lt;del&amp;gt;Update textpattern plugin with simple hreview support and get a new release out&amp;lt;/del&amp;gt;&lt;br /&gt;
* Redesign placenamehere.com and include hatom&lt;br /&gt;
* Follow up with technorati folks on pingerati reviews getting lost (note: this will require publishing more reviews and theen watching them through the update process)&lt;br /&gt;
* &amp;lt;del&amp;gt;prototype a NetNewsWire microformat extractor (CSS+AppleScript)&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Drew McLellan ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewMcLellan|DrewMcLellan]] &lt;br /&gt;
&lt;br /&gt;
* Build an hReview profile for [http://allinthehead.com/hkit/ hKit] and test&lt;br /&gt;
* Update the [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver extensions] to mirror recent changes in the online builders&lt;br /&gt;
* &amp;lt;del&amp;gt;Publish an hCard to JSON service on [http://tools.microformatic.com/ tools.microformatic.com] using hKit.&amp;lt;/del&amp;gt;&lt;br /&gt;
* Further develop blog comment form hCard collection ideas.&lt;br /&gt;
* Version of hReview creator using hKit to import business details from an hCard&lt;br /&gt;
&lt;br /&gt;
== Christophe Ducamp (french localization) ==&lt;br /&gt;
&lt;br /&gt;
[[Christophe Ducamp]]&lt;br /&gt;
* seed &amp;quot;microformateurs group&amp;quot; and invite them to update http://microformateurs.org &lt;br /&gt;
** write a process for newbies in order to make them write [[posh-fr|CHIC]] posts on a public blog-governed-by-wiki ([http://socialsynergyweb.net/cgi-bin/wiki/MicroFormateurs/Blog]) before publication.&lt;br /&gt;
** find experts for peer-reviewing&lt;br /&gt;
** find french CSS gurus to setup a nice Sandbox-CSS template on Wordpress&lt;br /&gt;
* translating the wiki&lt;br /&gt;
** translate red links on [[Main_Page-fr]] and synchronize&lt;br /&gt;
** find out microformateurs at ease on &amp;quot;the-wiki-way-translation&amp;quot;, and ready to help on semi-anonymous-synchro&lt;br /&gt;
* community-marketing -&amp;gt; pinko-marketing&lt;br /&gt;
** public-relations towards french journalists and complete [[advocacy-fr|advocacy]] (especially [[hcard-advocacy-fr]] towards organizations.&lt;br /&gt;
** help to build events, workshops like barcamps and explorcamps&lt;br /&gt;
** update [http://fr.wikipedia.org/wiki/Microformats French-wikipedia:Microformats] and subpages via cowriting [http://fr.wikipedia.org/wiki/Discuter:Microformats on discussion page] (directly originated from the english article) + french examples to be found + local resources.&lt;br /&gt;
** open discussion with french wikipediens about implementing some of the english existing templates &lt;br /&gt;
** small gifts: accessories and free gifts ? t-shirts, localized cheat-sheet, id-hcard-openid-providing, etc.&lt;br /&gt;
*** create hCard, hCalendar... and all red link pages on french wikipedia&lt;br /&gt;
* localize [[species-fr]] and related pages&lt;br /&gt;
* move all contents remaining on elanceur.org -&amp;gt; microformateurs.org&lt;br /&gt;
* wiki and uf: &lt;br /&gt;
** write and talk with &amp;quot;aboutus.org&amp;quot; to invite them to make experiences with uf -&amp;gt; talk with Mark Dilley&lt;br /&gt;
** maintain/update http://www.communitywiki.org/MicroFormats and talk with LionKimbro&lt;br /&gt;
** XWiki : awaiting beta-test of new platform &lt;br /&gt;
*** Follow-up LudovicDubost et LaurentLunati&lt;br /&gt;
* setup real-life links with european [[governance-fr|governance]] members ;) may be joining dconstruct-microformats-workshop  - find solution (registering fees and travel expenses -&amp;gt; talk with Arnaud Fontaine or search french sponsors)&lt;br /&gt;
&lt;br /&gt;
== Frances Berriman ==&lt;br /&gt;
&lt;br /&gt;
[[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* Work on styles for [[zen-garden]] project.&lt;br /&gt;
* Style HTML cheatsheet to match Brian Suda's PDF.&lt;br /&gt;
* Write simplified help/implementation documents (how tos) for all finalised Microformats.&lt;br /&gt;
* Re-organise general FAQ and simplify&lt;br /&gt;
** (Feel free to add suggested tasks to my list below:)&lt;br /&gt;
*** Help converge on organization efforts ~bewest :-)&lt;br /&gt;
&lt;br /&gt;
== Ben West (bewest) ==&lt;br /&gt;
See [[User:BenWest/to-do]]&lt;br /&gt;
&lt;br /&gt;
== Matt Dertinger (Thewhoo) ==&lt;br /&gt;
&lt;br /&gt;
[[User:Thewhoo]]&lt;br /&gt;
&lt;br /&gt;
=== hAtom2Atom ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other XSLT engines:&lt;br /&gt;
* hAtom2Atom written using XSL 2.0&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other output formats: (hAtom2&amp;lt;i&amp;gt;xyz&amp;lt;/i&amp;gt;.xsl)&lt;br /&gt;
* RSS 2.0 (meanwhile use hAtom2Atom.xsl and [http://atom.geekhood.net/ atom2rss.xsl])&lt;br /&gt;
* RSS 1.0 (meanwhile use hAtom2Atom.xsl and [http://cvs.4suite.org/viewcvs/uogbuji/atom2rss.xslt atom2rss.xslt])&lt;br /&gt;
* AtomOWL (meanwhile use hAtom2Atom.xsl and [http://dannyayers.com/2005/11/22/atomowl-xslt-progress/ atom2rdfxml.xsl])&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Microformats Proposals ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;rel=&amp;quot;disclaimer&amp;quot;:&lt;br /&gt;
* Purpose: to create a semantic linkage (relationship) between a foot-note or end-note marker and the actual location of the text that the marker refers to.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;rel=&amp;quot;external&amp;quot;:&lt;br /&gt;
* Purpose: to formalize what is already in existence in the wild. The use of rel=&amp;quot;external&amp;quot; to refer to a document that is external or outside of the current domain.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Henri Bergius ==&lt;br /&gt;
&lt;br /&gt;
[[User:HenriBergius|Henri Bergius]]&lt;br /&gt;
&lt;br /&gt;
* Add hKit support for automatically populating contact details into [http://www.openpsa.org/version2/openpsa/contacts.html OpenPsa Contacts] CRM&lt;br /&gt;
* Implement Tail scripts for adding things into Midgard&lt;br /&gt;
&lt;br /&gt;
== Justin Thorp ==&lt;br /&gt;
* Start researching examples for a To-do microformat&lt;br /&gt;
&lt;br /&gt;
== [[User:MarkLentczner|Mark Lentczner]] ==&lt;br /&gt;
&lt;br /&gt;
* Get Second Life's event web pages to have proper event microformats data&lt;br /&gt;
** Add [[hcard|hCard]] to profile pages&lt;br /&gt;
** Add [[hcalendar|hCalendar]] to events listings&lt;br /&gt;
* Start pinging pingerati.net/ping/$url when pages are updated&lt;br /&gt;
* Collaborate on designing how to integrate microformats, metadata and objects in [http://secondlife.com/ Second Life].&lt;br /&gt;
&lt;br /&gt;
== [[User:DerrickPallas|Derrick Pallas]] ==&lt;br /&gt;
=== microformat proposal: dependancy ===&lt;br /&gt;
* looking for examples of directed graphs on the web&lt;br /&gt;
* applications in&lt;br /&gt;
** software engineering&lt;br /&gt;
*** automatically build library dependency trees&lt;br /&gt;
*** distribute security alerts to people that link to your code&lt;br /&gt;
** any directed, acyclic graph&lt;br /&gt;
*** getting dressed in the morning&lt;br /&gt;
*** cooking&lt;br /&gt;
* orthogonal to xfn&lt;br /&gt;
** people don't have versions&lt;br /&gt;
*** libfoo requires libbar-2.0 or later&lt;br /&gt;
** people don't have optional relationships&lt;br /&gt;
*** ex: at build time, compile in SSL support if present&lt;br /&gt;
** people don't have exclusive-or relationships&lt;br /&gt;
*** ex: in Gentoo, syslog, syslog-ng, and metalog satisfy virtual/syslog&lt;br /&gt;
*** ex: the Ruby library RMagick requires ImageMagick xor GraphicsMagick&lt;br /&gt;
&lt;br /&gt;
== [[User:PaulDowney|Paul Downey]] ==&lt;br /&gt;
* building a generic Javascript parser &lt;br /&gt;
* bundling parser as a [http://tiddlywiki.org TidlyWiki] plugin for hCards&lt;br /&gt;
* documenting how best to microformat TiddlyWiki pages&lt;br /&gt;
&lt;br /&gt;
== [[User:RobManson | Rob Manson]] ==&lt;br /&gt;
* chase the admins to get some creation template extensions installed for wiki (see: http://meta.wikimedia.org/wiki/Inputbox or http://www.mediawiki.org/wiki/Extension:CreateBox or http://www.mediawiki.org/wiki/Extension:CreateArticle)&lt;br /&gt;
&lt;br /&gt;
== [[User:ClayNewton | Clay Newton]] ==&lt;br /&gt;
* Work on getting others involved in [[trade-examples]]&lt;br /&gt;
** Need examples from major online banking sites&lt;br /&gt;
** Need examples from major ecommerce sites&lt;br /&gt;
* Continue working on: [[trade-brainstorming]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=to-do&amp;diff=26012</id>
		<title>to-do</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=to-do&amp;diff=26012"/>
		<updated>2008-03-02T03:21:17Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Lazyweb */  update to recaptcha instructions, for spamproofing microformats.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
&amp;lt;h1&amp;gt;To Do&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for posting [[microformats]] related shared to do items.  If you want to use this page for your microformats related to-do items, create a section with your name on it.  The reason we are keeping these all on the same page is to make it easier to tell when people are working on similar things, and to make it more obvious when people help out with other people's tasks.  In theory this probably won't scale, but let's first see how it does in practice. :) - [http://tantek.com Tantek]&lt;br /&gt;
&lt;br /&gt;
== Lazyweb ==&lt;br /&gt;
&lt;br /&gt;
Just some nice things, feel free to do any of these.&lt;br /&gt;
&lt;br /&gt;
=== for all microformats ===&lt;br /&gt;
* We have added a new mailing list called microformats-new. There may be some confusion surrounding this change, so it would be helpful to:&lt;br /&gt;
** Draft a message to be added to the confirm message sent when someone subscribes to any list including a welcome message, ground rules, topic for the subscribed list, and the topics for nearby lists.&lt;br /&gt;
** Add a faq entry somewhere on why the new list was created.&lt;br /&gt;
** Double check the wiki pages to make sure advice on mailing lists is accurate.&lt;br /&gt;
* quick and easy &amp;quot;how to&amp;quot; pages for each microformat. [[get-started]] is a good overall start.&lt;br /&gt;
* brief summary statements for each microformat that explain why it matters, what does it accomplish for the publisher.&lt;br /&gt;
* write up [http://microformats.org/discuss/ mailing-list] questions and answers in the appropriate [[faq]] pages.&lt;br /&gt;
* validators.  See the hReview section below as there has been a request for an hReview validator in particular. See [http://norman.walsh.name/2006/04/13/validatingMicroformats Norman Walsh's blog post &amp;quot;Validating microformats&amp;quot;] for some valuable analysis and validation pseudo-code (prose description), which are useful steps towards building microformat validators.&lt;br /&gt;
* Add [http://verselogic.net/projects/wordpress/wordpress-openid-plugin/ OpenID] to Microformats Blog.&lt;br /&gt;
* Submit definitions of &amp;quot;microformat&amp;quot;, and individual examples, to the [http://foldoc.org Free On-line Dictionary of Computing], acording to [http://foldoc.org/editing.html the Free On-line Dictionary of Computing guidelines]&lt;br /&gt;
* it would be nice to replace the -in-the-wild pages with a form that accepted URL entries that would both register the site and look for valid microformatted content and for those pages with problems, would set them aside in a queue to be reviewed by the community. Having such an interface would likely be more efficient for implementors looking to have their work reviewed, and would also add to a ready-database of microformats in the wild -- which would be a great way to feed pingerati.com. [[User:Chris_Messina Chris Messina]] on 2007 Aug 31.&lt;br /&gt;
* If it's not being done already, the microformats wiki should really start using Akismet or some other form of automated spam fighting solutions. The admins are wasting far too much time reverting abuse compared with the amount of time creating or pruning good content.&lt;br /&gt;
** I could not find an Akismet extension as of today, but Recaptcha is a useful screen for spambots, for MediaWiki (1.7+ and perhaps earlier, definitely works on later versions). [http://jeffmcneill.com/blog/akismet-and-captcha-2008-03-02 See instructions here]. Note that this can be configured to display a &amp;quot;captcha&amp;quot; screen on account creation, which would likely stop the current attacks on microformats.org. '''(updated instructions)'''&lt;br /&gt;
--[[User:JeffMcNeill|jeffmcneill]] 19:21, 1 Mar 2008 (PST)--[[User:JeffMcNeill|jeffmcneill]] 00:44, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
See [[hcard-to-do]]&lt;br /&gt;
&lt;br /&gt;
=== hCalendar ===&lt;br /&gt;
==== Add support to open source calendar projects ====&lt;br /&gt;
These are open source projects that could be potentially enhanced to support hCalendar.&lt;br /&gt;
&lt;br /&gt;
* [http://www.k5n.us/webcalendar.php?topic=About WebCalendar]&lt;br /&gt;
* [http://phpicalendar.net/documentation/index.php?title=Main_Page PHP iCalendar]&lt;br /&gt;
* [http://www.vcalendar.org VCalendar]&lt;br /&gt;
* Investigation: [http://wiki.mozilla.org/Calendar_Talk:Lightning#hCalendar_publish_and_subscribe_support Mozilla Calendar / Lightning / Sunbird hCalendar support discussion]&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
* [[hreview|hReview]] support in Ecto (hey Adriaan!), requested by Andy Smith&lt;br /&gt;
* an [[hreview|hReview]] validator.&lt;br /&gt;
* a semantic, clean css star rating picker (e.g. a UI widget to rate from 1-5 stars)&lt;br /&gt;
** both [http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/ this] and [http://factorycity.net/demos/drupal/rating/default.html this] have some flaws. Ask [[User:RyanKing|Ryan King]] for an explanation.&lt;br /&gt;
&lt;br /&gt;
=== hCalendar/hCard/hReview editor ===&lt;br /&gt;
* onblur in the URL field (e.g. on hCalendar), goes out and tries to retrieve an object of same time (e.g. an hCalendar vevent) from that URL and uses it to autofill the form, same thing if the creator is loaded with that URL prefilled (e.g. due to a ?url=http://example.com/ in the URL that loads the creator).&lt;br /&gt;
&lt;br /&gt;
=== hAtom ===&lt;br /&gt;
* [[hatom-issues]] needs sections for closed issues, resolved issues, and open issues sorted by year, similar to [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
=== WordPress patches for microformats ===&lt;br /&gt;
* submit patches for WordPress code/templates for microformats improvement&lt;br /&gt;
** &amp;amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;amp;gt; improvement in post author publication (e.g. home page of http://microformats.org/ )&lt;br /&gt;
* Wordpress plugin for microformats, specifically hReview and hCalendar&lt;br /&gt;
** See [http://www.surfarama.com/index.php?p=227 lazyweb request]&lt;br /&gt;
&lt;br /&gt;
=== Yahoo Open Source Library Patches ===&lt;br /&gt;
Several of these could very much be improved with a little microformats markup.  Do we just make patches and submit them?  Contact Nate Koechley at Yahoo (see Tantek for contact info) to follow-up.&lt;br /&gt;
&lt;br /&gt;
* [http://developer.yahoo.net/yui/ Yahoo! User Interface Library]&lt;br /&gt;
* [http://developer.yahoo.net/ypatterns/ Yahoo! Design Patterns Library]&lt;br /&gt;
* [http://www.yuiblog.com Yahoo! User Interface Blog]&lt;br /&gt;
&lt;br /&gt;
=== Drupal patches for microformats ===&lt;br /&gt;
* [http://groups.drupal.org/microformats-in-drupal Microformat Module for Drupal] A group discussing ways to implement microformats in Drupal.  Currently looking to support hAtom, hCard and hCalendar to start with.  Contact digitalspaghetti at gmail dot com if you are interested in contributing to the project.&lt;br /&gt;
&lt;br /&gt;
=== Adding Microformats to Existing Pages ===&lt;br /&gt;
* See [[advocacy#Adding_Microformats_to_Existing_Sites|advocacy: Adding microformats to existing sites]].&lt;br /&gt;
&lt;br /&gt;
===rel-tagging on Wikipedia===&lt;br /&gt;
Somebody familiar with the &amp;quot;rel-tag&amp;quot; microformat might want to add details, and a link to the relevant page on this Wiki, to the [http://en.wikipedia.org/wiki/Tag_%28metadata%29 Wikipedia page on tagging]. [[User:AndyMabbett|Andy Mabbett]] 14:07, 3 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
Add to the [[glossary]].&lt;br /&gt;
&lt;br /&gt;
===hAtom tutorial===&lt;br /&gt;
Finish the [[hatom-tutorial]].&lt;br /&gt;
&lt;br /&gt;
=== wiki gardening ===&lt;br /&gt;
* Find [[:Special:Lonelypages|orphaned]] pages, and add links to them.&lt;br /&gt;
* Use [[templates]] for boilerplate text and repeated lists of links&lt;br /&gt;
* Sub-divide our [[Special:Longpage|longest pages]]&lt;br /&gt;
* Add keywords to the foot of pages (see [[vcard-suggestions]] for examples), so that they can be converted to tags, once this wiki allows the use of &amp;quot;rel&amp;quot; attributes. Keywords can also include synonyms to aid searching. &lt;br /&gt;
&lt;br /&gt;
====Spelling====&lt;br /&gt;
For English-language pages only: Find British spellings of words and replace them with the US spellings per [[en-US]]. Mark such edits as &amp;quot;minor&amp;quot; with the comment: &amp;lt;nowiki&amp;gt;[[en-US]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a table of searches for some of the British-English spellings that have crept into English-language microformats wiki pages, along with their respective US-English spellings. If you find other British spellings, please feel free to add them to this table, with their US equivalent.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! [[en-GB]] !! [[en-US]] &lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=behaviour&amp;amp;go=Go behaviour] || behavior&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=behaviours&amp;amp;go=Go behaviours] || behaviors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=centre&amp;amp;go=Go centre] || center&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=colour&amp;amp;go=Go colour] || color&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=colours&amp;amp;go=Go colours] || colors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavour&amp;amp;go=Go flavour] || flavor&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavours&amp;amp;go=Go flavours] || flavors&lt;br /&gt;
|-&lt;br /&gt;
| [http://microformats.org/wiki/Special:Search?search=flavoured&amp;amp;go=Go flavoured] || flavored&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences More American and British English spelling differences]&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
This section is for any admins to keep track of current to-do items for admins and/or for folks to suggest to-do items for admins, in particular, having to do with suggestions for improvements to microformats.org infrastructure such as the wiki. If you do add an item to this list, please sign your username with four tildes: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Website Improvements ===&lt;br /&gt;
* OpenID login, on behalf of a request a while ago from [[User:Chris_Messina]] (especially for comments in WordPress). [[User:Chris_Messina]] 16:50, 31 Aug 2007 (PDT)&lt;br /&gt;
* Pibb integration for the #microformats IRC channel. It is relatively simple to [http://janrain.com/blog/2007/08/08/how-to-embed-pibb/ embed the Pibb chat widget] into a webpage that bridges to the #microformats IRC channel. This would allow for greater access and transparency to the IRC discussions as well as allow people to participate using only their web browser.  [[User:Chris_Messina]] 16:50, 31 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wiki improvements ===&lt;br /&gt;
* Upgrade the wiki!&lt;br /&gt;
** Listed first since most of the other items on this list (such as OpenID integration) target later versions or will at least be more easily implementable in the case of new development.&lt;br /&gt;
** Since the server hosting this wiki is already running PHP 5, advise upgrading to the highest released version (1.11 at the time of this writing).&lt;br /&gt;
** As a consequence of upgrading, any existing core hacks will have to be removed.  Progressing further, advise not hacking the core as it hinders future upgrades (for reference, Wikipedia runs the HEAD revision from SVN, updated every few days).&lt;br /&gt;
** There are many improvements to the core with each release. Since 1.4 there have been significant improvements to the templating engine including optional parameters, parameter default values, proper parsing of nested template calls, conditional blocks (such as &amp;lt;tt&amp;gt;&amp;amp;lt;noincldue&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;includeonly&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;onlyinclude&amp;amp;gt;&amp;lt;/tt&amp;gt;) --[[User:JimboJW|JimboJW]] 13:38, 25 Sep 2007 (PDT)&lt;br /&gt;
* &amp;quot;Standard&amp;quot; Extensions&lt;br /&gt;
** There are a number of &amp;quot;standard&amp;quot; extensions that are applicable to most documentation wikis.  See Wikipedia's [http://en.wikipedia.org/wiki/Special:Version Version Page] for a list of currently installed extensions on the English Wikipedia.&lt;br /&gt;
** I'd personally advise getting [http://www.mediawiki.org/wiki/Extension:Cite Cite], [http://meta.wikimedia.org/wiki/ParserFunctions ParserFunctions] and [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight]. --[[User:JimboJW|JimboJW]] 13:38, 25 Sep 2007 (PDT)&lt;br /&gt;
* OpenID login, on behalf of a request a while ago from [[User:DanC]]. [[User:Tantek|Tantek]] 20:50, 20 Jul 2007 (PDT)&lt;br /&gt;
* Install creation template extension(s)(see: http://meta.wikimedia.org/wiki/Inputbox or http://www.mediawiki.org/wiki/Extension:CreateBox or http://www.mediawiki.org/wiki/Extension:CreateArticle) [[User:RobManson]] 14:00, 20 Jul 2007 (AEST)&lt;br /&gt;
* Encourage new users to use the preview feature to prevent a deluge of edit notifications from interrupting IRC discussions. [[User:SignpostMarv|SignpostMarv]] 09:28, 12 Aug 2007 (PDT)&lt;br /&gt;
* Some kind of [http://en.wikipedia.org/wiki/Spam_in_blogs anti-spam] (captcha? recaptcha? reverse turing tests? [http://unknowngenius.com/blog/wordpress/spam-karma/ Spam Karma?]) ~ [[User:WilleRaab|WilleRaab]] 09:43, 12 Aug 2007 (PDT)&lt;br /&gt;
* Add the necessary styling per [http://www.w3.org/2001/06/manual/#RFC W3C Manual of Style guidelines for RFC&amp;amp;#32;2119] (perhaps in a &amp;lt;code&amp;gt;w3cstyleguide.css&amp;lt;/code&amp;gt; file) to our MediaWiki install's CSS, in order to enable removal of in-line styles from our [[rfc-2119#Templates|RFC 2119 Templates]]:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.RFC2119 {&lt;br /&gt;
  text-transform: lowercase;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Add an address element, with a &amp;lt;code&amp;gt;class=author&amp;lt;/code&amp;gt; hCard, to the footer of every page, to facilitate the use of hAtom and to &amp;quot;include&amp;quot; in other microformats, based on:&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;author vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*add a class, &amp;lt;code&amp;gt;noprint&amp;lt;/code&amp;gt; to the site's CSS, so that sections (such as &amp;quot;related pages&amp;quot; footers) can be made non- printing. &lt;br /&gt;
&lt;br /&gt;
===Deletions===&lt;br /&gt;
*Remove [http://microformats.org/wiki?title=Special:Whatlinkshere&amp;amp;target=delete pages awaiting deletion]&lt;br /&gt;
&lt;br /&gt;
== Tantek ==&lt;br /&gt;
See [[User:Tantek/to-do]]&lt;br /&gt;
&lt;br /&gt;
==Ryan==&lt;br /&gt;
=== wiki cleanup ===&lt;br /&gt;
* &amp;lt;s&amp;gt;possibly move dead proposals off of homepage?&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== hCalendar/hCard/hReview creator improvements ===&lt;br /&gt;
* get all creators working in IE/Win, IE/Mac, Safari/OSX.3&lt;br /&gt;
&lt;br /&gt;
=== other ===&lt;br /&gt;
* add an example of how to use DURATION in hcalendar see http://www.policyawareweb.org/2005/ftf2/paw-mtg#item15) -&amp;gt; verify http://svn.lifelint.com/hcalendar_tests/calendar-todo-multiple-attendees-and-alarm.xml&lt;br /&gt;
&lt;br /&gt;
=== rel-payment ===&lt;br /&gt;
* update rel-payment to reference the IANA registry [http://www1.ietf.org/mail-archive/web/ietf-announce/current/msg02055.html]&lt;br /&gt;
&lt;br /&gt;
=== hcalendar ===&lt;br /&gt;
* make sure we explicitly disallow 'vjournal'&lt;br /&gt;
&lt;br /&gt;
== Dimitri Glazkov ==&lt;br /&gt;
&lt;br /&gt;
* Figure out REST/Microformats thing&lt;br /&gt;
* Work on result set idea&lt;br /&gt;
* Implement h-creators using Web Forms 2.0&lt;br /&gt;
&lt;br /&gt;
== Chris Messina ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
* Work on a microformat for play-lists (is it just a XOXO ordererd list of play-items?)&lt;br /&gt;
* Work on a microformat for play-item (take a look at [[media-info-examples]])&lt;br /&gt;
* Work on microformats tutorial for designers&lt;br /&gt;
* Add support for OpenID to micformats wiki&lt;br /&gt;
* &amp;lt;strike&amp;gt;Add support for [http://verselogic.net/projects/wordpress/wordpress-openid-plugin/ OpenID] to the microformats blog&amp;lt;/strike&amp;gt;.&lt;br /&gt;
* &amp;lt;strike&amp;gt;Read GTD (at least the first two chapters)&amp;lt;/strike&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Campaigns ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Get Blogger to support hAtom and hCard&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Get LinkedIn to support hCard, hResume, hCalendar&amp;lt;/strike&amp;gt; and XFN&lt;br /&gt;
* Get XING to support &amp;lt;strike&amp;gt;hCard&amp;lt;/strike&amp;gt;, hCalendar, hResume and XFN&lt;br /&gt;
* Get &amp;lt;strike&amp;gt;Digg to support microformats&amp;lt;/strike&amp;gt; (still need XFN).&lt;br /&gt;
&lt;br /&gt;
=== Wishlist ===&lt;br /&gt;
&lt;br /&gt;
* Microformat for &amp;quot;buyable items&amp;quot; (see [[listing-examples]] and related documents)&lt;br /&gt;
* Location MF -- right click &amp;quot;map this&amp;quot; (see [[geo]] and [[adr]])&lt;br /&gt;
* Better hCard support in the browser -- right click &amp;quot;IM this person...&amp;quot;, &amp;quot;Add to contacts&amp;quot; (see [http://factoryjoe.com/blog/2006/03/20/flocktails-for-flock/  Flocktails])&lt;br /&gt;
* Better hCal support -- support many views of same hCal data on one page using XSLT&lt;br /&gt;
* We need something that a designer/web programmer can come to and leave w/ 2 examples of each microformat that they can apply right away... a &amp;quot;microformats styleguide for designers&amp;quot;, if you will.&lt;br /&gt;
* invoicing microformat&lt;br /&gt;
* better microformats wiki theme&lt;br /&gt;
* Define flow for OpenID + XFN + hcard (see [http://diso-project.org DiSo Project])&lt;br /&gt;
&lt;br /&gt;
== Robert Bachmann ==&lt;br /&gt;
[[User:RobertBachmann|Robert Bachmann]]&lt;br /&gt;
&lt;br /&gt;
=== XSLTs ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Test scripts&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Do some refactoring, split Perl code into smaller modules&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Provide test results as HTML pages (similar to http://www.w3.org/2003/08/owl-systems/test-results-out)&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Provide some documentation for using the test scripts&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;hAtom2Atom&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
Join all hfeed's inside a page (or a fragment thereof) into one feed using [http://greenbytes.de/tech/webdav/rfc4287.html#element.source atom:source] semantics.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
Extraction of &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt;:&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; as HTML &lt;br /&gt;
* &amp;lt;code&amp;gt;atom:content&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;atom:summary&amp;lt;/code&amp;gt; as plain-text&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt; as XHTML&lt;br /&gt;
* &amp;lt;code&amp;gt;atom:title&amp;lt;/code&amp;gt; as HTML&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other XSLT engines:&lt;br /&gt;
* .Net System.Xml&lt;br /&gt;
* hAtom2Atom written using XSL 2.0?&lt;br /&gt;
** Do you think this would be useful? I have created a barebones version, doesn't yet take in all the parsing rules yet, but I'd be happy to share.  Moving to XSL 2.0 does make things a bit cleaner and more efficient. - Matt Dertinger.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other output formats: (hAtom2&amp;lt;i&amp;gt;xyz&amp;lt;/i&amp;gt;.xsl)&lt;br /&gt;
* RSS 2.0 (meanwhile use hAtom2Atom.xsl and [http://atom.geekhood.net/ atom2rss.xsl]) -- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
* RSS 1.0 (meanwhile use hAtom2Atom.xsl and [http://cvs.4suite.org/viewcvs/uogbuji/atom2rss.xslt atom2rss.xslt]) -- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
** My opinion at the moment, I neither want to produce nor to consume RSS. Atom is nicer (and should be supported by most good feed readers available today), RSS should fade away. -- Robert Bachmann&lt;br /&gt;
* AtomOWL (meanwhile use hAtom2Atom.xsl and [http://dannyayers.com/2005/11/22/atomowl-xslt-progress/ atom2rdfxml.xsl])-- &amp;lt;i&amp;gt;+1 Matt Dertinger&amp;lt;/i&amp;gt;&lt;br /&gt;
** Having the possibility of GRDDL-ing hAtom to AtomOWL seems definitly interessting. I realy should implement this some day. - Robert Bachmann&lt;br /&gt;
* JSON?&lt;br /&gt;
** Does it make sense to consider a canonical representation of microformats (either case by case, or in general) in JSON?  E.g. so that a JSON API that returned contact information could return an hCard-equivalent chunk of JSON. - Tantek.&lt;br /&gt;
*** This could enable some nice JavaScript hacks. I should give hAtom2JSON a try. - Robert Bachmann&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
([[User:Singpolyma|singpolyma]] 01:02, 9 May 2006 (PDT) -- Not XSLT, but see http://xoxotools.ning.com/hatom2rss.php for hatom to RSS2.0 conversion)&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Brian Suda ==&lt;br /&gt;
=== Citation Microformats ===&lt;br /&gt;
* Add all my notes to the Wiki&lt;br /&gt;
* Start the process of naming the properties using existing names&lt;br /&gt;
&lt;br /&gt;
=== X2V ===&lt;br /&gt;
Make changes and update site (almost stable)&lt;br /&gt;
Get ATTENDEE and other strange attributes working&lt;br /&gt;
==== WARNINGS and ERROR ====&lt;br /&gt;
work on the warnings and error output for the pre-check in X2V&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* clean-up the MF FAQs&lt;br /&gt;
* clean-up FAQs from the major microformats&lt;br /&gt;
* pull Questions from the mailing list and document them to the FAQs and example&lt;br /&gt;
&lt;br /&gt;
=== Microformats History ===&lt;br /&gt;
* get early work from developer.technorati site&lt;br /&gt;
** issues with MoinMoin full history: http://moinmoin.wikiwikiweb.de/MoinMoinQuestions/UsingTheWiki#head-9d1b1d6beedde40b92cc6c13962b5a6f5b289d10&lt;br /&gt;
&lt;br /&gt;
=== additions to the wiki ===&lt;br /&gt;
&lt;br /&gt;
* better explain why NOT infinitely scaling is a good thing&lt;br /&gt;
* better explain why microformats do NOT use namespacing&lt;br /&gt;
&lt;br /&gt;
== Mark Rickerby ==&lt;br /&gt;
&lt;br /&gt;
=== Current Tasks ===&lt;br /&gt;
&lt;br /&gt;
* Follow up on usability review&lt;br /&gt;
** Edits to homepage feature box text &lt;br /&gt;
** Draft of [[getting-started]] page&lt;br /&gt;
* Review content for new pages - [[start-simple]], [[modularity]], [[reuse]], [[humans-first]]&lt;br /&gt;
* xoxo datatype examples&lt;br /&gt;
** test case lists&lt;br /&gt;
** transmitting key/value lists&lt;br /&gt;
* practical feedback on hresume&lt;br /&gt;
&lt;br /&gt;
=== Wishlist ===&lt;br /&gt;
&lt;br /&gt;
* hmmm&lt;br /&gt;
&lt;br /&gt;
== Ernest Prabhakar ==&lt;br /&gt;
=== Wiki-Thon Proposal ===&lt;br /&gt;
Set aside several hours (probably a Friday night US PST) for focused work on the Wiki, including both physical (e.g., a room in the Bay Area) and virtual (IRC/iChat) participants.&lt;br /&gt;
&lt;br /&gt;
==== Goals ====&lt;br /&gt;
# Improve understanding of what needs to be done for Wiki&lt;br /&gt;
#* IMHO - this should be done here, in [[to-do]] incrementally. -Tantek&lt;br /&gt;
# Tackle larger projects (~1-2 hours) than people usually have time for&lt;br /&gt;
#* I'd like to see these projects *documented* first on [[to-do]] before we spend 1-2 hours of a bunch of folk's collective time to go through them. -Tantek&lt;br /&gt;
# Motivate community to have fun with otherwise tedious &amp;quot;housecleaning&amp;quot; chores&lt;br /&gt;
&lt;br /&gt;
==== Agenda (Wishlist) ====&lt;br /&gt;
In parallel:&lt;br /&gt;
* Coalesce/prioritize existing To-Do items (above)&lt;br /&gt;
* Review/revise desired pathways for:&lt;br /&gt;
** New users learning about microformats&lt;br /&gt;
*** e.g., intro, about, explore, tutorials, etc.&lt;br /&gt;
*** cf. [http://www.rubyonrails.com/ Rails] front page&lt;br /&gt;
****Get Excited (Why, background, motivation)&lt;br /&gt;
****Get Started (What, downloads, getting started)&lt;br /&gt;
****Get Better (How, tutorials, )&lt;br /&gt;
****Get Involved (Who)&lt;br /&gt;
** Microformat lifecycle&lt;br /&gt;
*** e.g., research-&amp;gt;brainstorm-&amp;gt;proposal-&amp;gt;spec-&amp;gt;maintain&lt;br /&gt;
*** see http://theryanking.com/microformats/method.txt --[[User:RyanKing|RyanKing]] 15:35, 22 Feb 2006 (PST)&lt;br /&gt;
*** ensure information easy to find, follow, and up-to-date&lt;br /&gt;
* Review existing specs for completeness and consistency&lt;br /&gt;
* Identify areas of 'bitrot' or 'hole-filling'&lt;br /&gt;
* Do it!&lt;br /&gt;
&lt;br /&gt;
== Dan Connolly ==&lt;br /&gt;
&lt;br /&gt;
[[User:DanC|DanC]] hopes to sync up on these tasks in [[irc]] roughly&lt;br /&gt;
weekly, during Wednesday afternoon (Chicago time) &amp;quot;office hours&amp;quot;. See also my [http://esw.w3.org/topic/DanConnolly esw todo list and someday pile].&lt;br /&gt;
&lt;br /&gt;
* from SxSW in Austin&lt;br /&gt;
** build a combined hcalendar/hcard profile; resolve issues in [[profile-uris]].&lt;br /&gt;
*** with XSLT transformation to RDF&lt;br /&gt;
** finish [[hcard-tests]]&lt;br /&gt;
*** figure out [[include-pattern]] boundaries&lt;br /&gt;
&lt;br /&gt;
* Medium term&lt;br /&gt;
** sync [[hcalendar-tests]] and [http://www.w3.org/2002/12/cal/ RDF calendar] tests and CALSIFY&lt;br /&gt;
*** reconsider RDF calendar naming conventions&lt;br /&gt;
** update my CV/resume using [[hResume]] and [[citation-formats]]&lt;br /&gt;
*** get an answer from the CALSIFY WG re [http://lists.w3.org/Archives/Public/www-rdf-calendar/2006Apr/0006.html dtstart and date vs datetime ] 21 Apr 2006&lt;br /&gt;
*** refine [[hatom]] so that it's suitable for the workflow around the W3C homepage.&lt;br /&gt;
&lt;br /&gt;
* from WWW2006&lt;br /&gt;
** follow up on GRDDL as escape valve for microformats proposals, much like CSS was an escape valve for HTML tag proposals.&lt;br /&gt;
&lt;br /&gt;
* Someday pile&lt;br /&gt;
** set up a timezone registry based on wikipedia and semantic mediawiki. As discussed in [[datetime-design-pattern]], iCalendar's by-value timezone passing is broken. see [http://lists.w3.org/Archives/Public/www-rdf-calendar/2006Apr/0002.html reconsidering timezones in light of hCalendar and CALSIFY] and [http://dig.csail.mit.edu/breadcrumbs/node/91 Toward Semantic Web data from Wikipedia]&lt;br /&gt;
** noodle on a playlist format and some of the media RSS stuff like [[media-info-brainstorming]],  [[media-metadata-examples]] (re playlists: XSPF, SMIL, RDF, and microformats 9 Sep 2005)&lt;br /&gt;
** check out that hReview bug stuff...&lt;br /&gt;
** noodle on [[meeting-minutes-brainstorming]] and [http://esw.w3.org/topic/MeetingRecords MeetingRecords in the esw wiki].&lt;br /&gt;
** noodle on clipboard scenarios, esp how RDFa works in the general case but isn't as author-friendly as domain-specific syntaxes.&lt;br /&gt;
&lt;br /&gt;
[[User:DanC|DanC]] 15:39, 31 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Chris Casciano ==&lt;br /&gt;
&lt;br /&gt;
[[User:ChrisCasciano|ChrisCasciano]] &lt;br /&gt;
&lt;br /&gt;
* get around to updating [[hatom-issues]] with some multi feed rules/exceptions.&lt;br /&gt;
* &amp;lt;del&amp;gt;Update textpattern plugin with simple hreview support and get a new release out&amp;lt;/del&amp;gt;&lt;br /&gt;
* Redesign placenamehere.com and include hatom&lt;br /&gt;
* Follow up with technorati folks on pingerati reviews getting lost (note: this will require publishing more reviews and theen watching them through the update process)&lt;br /&gt;
* &amp;lt;del&amp;gt;prototype a NetNewsWire microformat extractor (CSS+AppleScript)&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Drew McLellan ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewMcLellan|DrewMcLellan]] &lt;br /&gt;
&lt;br /&gt;
* Build an hReview profile for [http://allinthehead.com/hkit/ hKit] and test&lt;br /&gt;
* Update the [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver extensions] to mirror recent changes in the online builders&lt;br /&gt;
* &amp;lt;del&amp;gt;Publish an hCard to JSON service on [http://tools.microformatic.com/ tools.microformatic.com] using hKit.&amp;lt;/del&amp;gt;&lt;br /&gt;
* Further develop blog comment form hCard collection ideas.&lt;br /&gt;
* Version of hReview creator using hKit to import business details from an hCard&lt;br /&gt;
&lt;br /&gt;
== Christophe Ducamp (french localization) ==&lt;br /&gt;
&lt;br /&gt;
[[Christophe Ducamp]]&lt;br /&gt;
* seed &amp;quot;microformateurs group&amp;quot; and invite them to update http://microformateurs.org &lt;br /&gt;
** write a process for newbies in order to make them write [[posh-fr|CHIC]] posts on a public blog-governed-by-wiki ([http://socialsynergyweb.net/cgi-bin/wiki/MicroFormateurs/Blog]) before publication.&lt;br /&gt;
** find experts for peer-reviewing&lt;br /&gt;
** find french CSS gurus to setup a nice Sandbox-CSS template on Wordpress&lt;br /&gt;
* translating the wiki&lt;br /&gt;
** translate red links on [[Main_Page-fr]] and synchronize&lt;br /&gt;
** find out microformateurs at ease on &amp;quot;the-wiki-way-translation&amp;quot;, and ready to help on semi-anonymous-synchro&lt;br /&gt;
* community-marketing -&amp;gt; pinko-marketing&lt;br /&gt;
** public-relations towards french journalists and complete [[advocacy-fr|advocacy]] (especially [[hcard-advocacy-fr]] towards organizations.&lt;br /&gt;
** help to build events, workshops like barcamps and explorcamps&lt;br /&gt;
** update [http://fr.wikipedia.org/wiki/Microformats French-wikipedia:Microformats] and subpages via cowriting [http://fr.wikipedia.org/wiki/Discuter:Microformats on discussion page] (directly originated from the english article) + french examples to be found + local resources.&lt;br /&gt;
** open discussion with french wikipediens about implementing some of the english existing templates &lt;br /&gt;
** small gifts: accessories and free gifts ? t-shirts, localized cheat-sheet, id-hcard-openid-providing, etc.&lt;br /&gt;
*** create hCard, hCalendar... and all red link pages on french wikipedia&lt;br /&gt;
* localize [[species-fr]] and related pages&lt;br /&gt;
* move all contents remaining on elanceur.org -&amp;gt; microformateurs.org&lt;br /&gt;
* wiki and uf: &lt;br /&gt;
** write and talk with &amp;quot;aboutus.org&amp;quot; to invite them to make experiences with uf -&amp;gt; talk with Mark Dilley&lt;br /&gt;
** maintain/update http://www.communitywiki.org/MicroFormats and talk with LionKimbro&lt;br /&gt;
** XWiki : awaiting beta-test of new platform &lt;br /&gt;
*** Follow-up LudovicDubost et LaurentLunati&lt;br /&gt;
* setup real-life links with european [[governance-fr|governance]] members ;) may be joining dconstruct-microformats-workshop  - find solution (registering fees and travel expenses -&amp;gt; talk with Arnaud Fontaine or search french sponsors)&lt;br /&gt;
&lt;br /&gt;
== Frances Berriman ==&lt;br /&gt;
&lt;br /&gt;
[[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* Work on styles for [[zen-garden]] project.&lt;br /&gt;
* Style HTML cheatsheet to match Brian Suda's PDF.&lt;br /&gt;
* Write simplified help/implementation documents (how tos) for all finalised Microformats.&lt;br /&gt;
* Re-organise general FAQ and simplify&lt;br /&gt;
** (Feel free to add suggested tasks to my list below:)&lt;br /&gt;
*** Help converge on organization efforts ~bewest :-)&lt;br /&gt;
&lt;br /&gt;
== Ben West (bewest) ==&lt;br /&gt;
See [[User:BenWest/to-do]]&lt;br /&gt;
&lt;br /&gt;
== Matt Dertinger (Thewhoo) ==&lt;br /&gt;
&lt;br /&gt;
[[User:Thewhoo]]&lt;br /&gt;
&lt;br /&gt;
=== hAtom2Atom ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other XSLT engines:&lt;br /&gt;
* hAtom2Atom written using XSL 2.0&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Support for other output formats: (hAtom2&amp;lt;i&amp;gt;xyz&amp;lt;/i&amp;gt;.xsl)&lt;br /&gt;
* RSS 2.0 (meanwhile use hAtom2Atom.xsl and [http://atom.geekhood.net/ atom2rss.xsl])&lt;br /&gt;
* RSS 1.0 (meanwhile use hAtom2Atom.xsl and [http://cvs.4suite.org/viewcvs/uogbuji/atom2rss.xslt atom2rss.xslt])&lt;br /&gt;
* AtomOWL (meanwhile use hAtom2Atom.xsl and [http://dannyayers.com/2005/11/22/atomowl-xslt-progress/ atom2rdfxml.xsl])&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Microformats Proposals ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;rel=&amp;quot;disclaimer&amp;quot;:&lt;br /&gt;
* Purpose: to create a semantic linkage (relationship) between a foot-note or end-note marker and the actual location of the text that the marker refers to.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;rel=&amp;quot;external&amp;quot;:&lt;br /&gt;
* Purpose: to formalize what is already in existence in the wild. The use of rel=&amp;quot;external&amp;quot; to refer to a document that is external or outside of the current domain.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Henri Bergius ==&lt;br /&gt;
&lt;br /&gt;
[[User:HenriBergius|Henri Bergius]]&lt;br /&gt;
&lt;br /&gt;
* Add hKit support for automatically populating contact details into [http://www.openpsa.org/version2/openpsa/contacts.html OpenPsa Contacts] CRM&lt;br /&gt;
* Implement Tail scripts for adding things into Midgard&lt;br /&gt;
&lt;br /&gt;
== Justin Thorp ==&lt;br /&gt;
* Start researching examples for a To-do microformat&lt;br /&gt;
&lt;br /&gt;
== [[User:MarkLentczner|Mark Lentczner]] ==&lt;br /&gt;
&lt;br /&gt;
* Get Second Life's event web pages to have proper event microformats data&lt;br /&gt;
** Add [[hcard|hCard]] to profile pages&lt;br /&gt;
** Add [[hcalendar|hCalendar]] to events listings&lt;br /&gt;
* Start pinging pingerati.net/ping/$url when pages are updated&lt;br /&gt;
* Collaborate on designing how to integrate microformats, metadata and objects in [http://secondlife.com/ Second Life].&lt;br /&gt;
&lt;br /&gt;
== [[User:DerrickPallas|Derrick Pallas]] ==&lt;br /&gt;
=== microformat proposal: dependancy ===&lt;br /&gt;
* looking for examples of directed graphs on the web&lt;br /&gt;
* applications in&lt;br /&gt;
** software engineering&lt;br /&gt;
*** automatically build library dependency trees&lt;br /&gt;
*** distribute security alerts to people that link to your code&lt;br /&gt;
** any directed, acyclic graph&lt;br /&gt;
*** getting dressed in the morning&lt;br /&gt;
*** cooking&lt;br /&gt;
* orthogonal to xfn&lt;br /&gt;
** people don't have versions&lt;br /&gt;
*** libfoo requires libbar-2.0 or later&lt;br /&gt;
** people don't have optional relationships&lt;br /&gt;
*** ex: at build time, compile in SSL support if present&lt;br /&gt;
** people don't have exclusive-or relationships&lt;br /&gt;
*** ex: in Gentoo, syslog, syslog-ng, and metalog satisfy virtual/syslog&lt;br /&gt;
*** ex: the Ruby library RMagick requires ImageMagick xor GraphicsMagick&lt;br /&gt;
&lt;br /&gt;
== [[User:PaulDowney|Paul Downey]] ==&lt;br /&gt;
* building a generic Javascript parser &lt;br /&gt;
* bundling parser as a [http://tiddlywiki.org TidlyWiki] plugin for hCards&lt;br /&gt;
* documenting how best to microformat TiddlyWiki pages&lt;br /&gt;
&lt;br /&gt;
== [[User:RobManson | Rob Manson]] ==&lt;br /&gt;
* chase the admins to get some creation template extensions installed for wiki (see: http://meta.wikimedia.org/wiki/Inputbox or http://www.mediawiki.org/wiki/Extension:CreateBox or http://www.mediawiki.org/wiki/Extension:CreateArticle)&lt;br /&gt;
&lt;br /&gt;
== [[User:ClayNewton | Clay Newton]] ==&lt;br /&gt;
* Work on getting others involved in [[trade-examples]]&lt;br /&gt;
** Need examples from major online banking sites&lt;br /&gt;
** Need examples from major ecommerce sites&lt;br /&gt;
* Continue working on: [[trade-brainstorming]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29613</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29613"/>
		<updated>2008-03-02T02:39:48Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: reverted vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the microformats wiki!'''&lt;br /&gt;
&lt;br /&gt;
Please start with the [[introduction]] page and read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
* Learn what it means to be [http://microformats.org/wiki/posh &amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;].&lt;br /&gt;
* See the [http://microformats.org/about/ about page], [http://microformats.org/ latest news], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]].&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for new terms. &lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Microformats are small bits of HTML that represent things like people, events, tags, etc. in web pages.  &lt;br /&gt;
&lt;br /&gt;
Microformats enable the publishing of higher fidelity information on the Web, providing the fastest and simplest way to support feeds and APIs for your website.  See more explanations of [[what-are-microformats|what are microformats]], and [[what-can-you-do-with-microformats|what you can do with them]]. &lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Get started]] by adding microformats to your website, services, and products.&lt;br /&gt;
* [[advocacy|Advocate]] the use of microformats on other web sites, especially those you use.&lt;br /&gt;
* Write a [[testimonial]].&lt;br /&gt;
* Do something on the [[to-do|to do list]].&lt;br /&gt;
* Join the [[irc|IRC Channel]] and [[mail|mailing lists]] to learn and help answer questions (read the [[mailing-lists#General_guidelines|general guidelines]] before posting).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world.&lt;br /&gt;
* Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]].&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications.&lt;br /&gt;
&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hCalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hCard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
* [[elemental-microformat|elemental microformats]]&lt;br /&gt;
* [[compound-microformat|compound microformats]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
See: [[exploratory-discussions]] for details of research and analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]]. Such work is categorised as being:&lt;br /&gt;
&lt;br /&gt;
*[[exploratory-discussions#Active|Actively being progressed]]&lt;br /&gt;
*[[exploratory-discussions#Current|Current, but less active]]&lt;br /&gt;
*[[exploratory-discussions#Moribund|Moribund]]&lt;br /&gt;
*[[exploratory-discussions#Abandoned|Formally abandoned]] or&lt;br /&gt;
*[[exploratory-discussions#Archive|Archived]]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== resources ==&lt;br /&gt;
See [[resources]].&lt;br /&gt;
&lt;br /&gt;
== user centric development ==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
== tools, test cases, additional research ==&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting [[tools|tools and services]] that need to process more than one microformat. That section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
== microformats wiki translations ==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;You may read and edit microformats articles in many other languages:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]]&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* languages just started&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
* elsewhere&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages.&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=33485</id>
		<title>User:JeffMcNeill</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=33485"/>
		<updated>2008-01-09T01:48:07Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Educator, Network Engineer, and PhD student in [http://www.hawaii.edu/cis/ Communication and Information Sciences] at the [http://manoa.hawaii.edu/ University of Hawaii at Manoa].&lt;br /&gt;
&lt;br /&gt;
* email [mailto:jeff@jeffmcneill.com jeff@jeffmcneill.com]&lt;br /&gt;
* web [http://jeffmcneill.com/ http://jeffmcneill.com]&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=24344</id>
		<title>User:JeffMcNeill</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=24344"/>
		<updated>2007-12-30T07:16:50Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Educator, Network Engineer, and PhD student in [http://www.hawaii.edu/cis/ Communication and Information Sciences] at the [http://manoa.hawaii.edu/ University of Hawaii at Manoa].&lt;br /&gt;
&lt;br /&gt;
* [mailto:jeff@jeffmcneill.com jeff@jeffmcneill.com]&lt;br /&gt;
* [http://jeffmcneill.com/ http://jeffmcneill.com]&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=24144</id>
		<title>exploratory-discussions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=24144"/>
		<updated>2007-12-19T19:27:38Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: added new marker to syllabus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Exploratory Discussions&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Sort each section alphabetically &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Active==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions are being actively pursued (generally, edited in the last month, or with an active community member (named in parentheses)  having expressed an interest in pursuing them)&lt;br /&gt;
&lt;br /&gt;
=== media related ===&lt;br /&gt;
Media related efforts are very active in the microformats community and thus have been grouped here for convenience&lt;br /&gt;
* [[audio-info]] ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]], [[audio-info-proposal|proposal]], [[audio-info-issues|issues]], [[haudio|specification]]) - Marking up information and metadata related to audio (speech, music, and sound in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
** music [[music-examples|music examples]]&lt;br /&gt;
* audio-album (see [[audio-info]] pages for examples, formats, brainstorming. [[audio-album-proposal]], [[audio-album-issues]]) - Marking up information and metadata related to audio albums/collections. ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
* broadcast: Internet Radio &amp;amp; TV: [[broadcast-examples]], [[broadcast-brainstorming]] ([[User:Chris Newell|Chris Newell]])&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]])&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
* show [[show-examples]], [[show-formats]], [[show-brainstorming|show brainstorming]] (see also [[media-info]])&lt;br /&gt;
* showroll [[showroll-examples]], [[showroll-formats]], [[showroll-brainstorming]]&lt;br /&gt;
* video-info ([[video-info-examples|examples]], [[video-info-formats|formats]], [[video-info-brainstorming|brainstorming]], [[video-info-proposal|proposal]], [[video-info-issues|issues]]) - Marking up information and metadata related to video (video clips, movies, television, and video multimedia presentation in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
&lt;br /&gt;
=== other active ===&lt;br /&gt;
* alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]] ([[User:JeffMcNeill|Jeff McNeill]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-formats]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* group [[group-examples|group examples]], [[group-formats]], [[group-brainstorming|group brainstorming]] &lt;br /&gt;
* items [[items-examples|items examples]], [[items-formats]], [[items-brainstorming|items brainstorming]]&lt;br /&gt;
* measures and measurement units [[measure]], [[measure-examples]], [[measure-formats]] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* receipt ([[receipt-examples|examples]], [[receipt-formats|formats]], [[receipt-brainstorming|brainstorming]], [[receipt-proposal|proposal]]) - Marking up information and metadata related to purchase receipts. (Leif Arne Storset)&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-formats]], [[recipe-brainstorming]] ([[User:Phae | Frances Berriman]])&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]], [[species-formats]], [[species-brainstorming]] ([[User:AndyMabbett|Andy Mabbett]]) &amp;lt;!-- http://microformats.org/wiki/species-examples#Contributors ; http://microformats.org/wiki/species#Contributors_.26_Supporters --&amp;gt;&lt;br /&gt;
* syllabus [[syllabus-examples]], [[syllabus-formats]], [[syllabus-brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[uid]] - see also [[representative-hcard]]&lt;br /&gt;
&lt;br /&gt;
=== solo pursuits ===&lt;br /&gt;
The following active exploratory discussions are primarily pursued by a single individual and thus have not generated widespread interest in the community yet.&lt;br /&gt;
&lt;br /&gt;
* geo extensions ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
** [[geo-elevation-examples]], [[geo-elevation-formats]] - extend geo for representing altitude &lt;br /&gt;
** [[geo-waypoint-examples]], [[geo-waypoint-formats]] - extend geo for representing routes and boundaries, using waypoints &lt;br /&gt;
** [[geo-extension-examples]], [[geo-extension-formats]], [[geo-extension-brainstorming]], [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
* learning ([[learning-examples|examples]], [[learning-formats|formats]], [[learning-brainstorming|brainstorming]], [[learning-proposal|proposal]], [[learning-issues|issues]]) - a microformat for microlearning ([[User:KirkMcMurray|Kirk McMurray]])&lt;br /&gt;
* [[off|OFF]]&lt;br /&gt;
* [[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
==Current==&lt;br /&gt;
The following exploratory discussions are less actively pursued, but may still be developed.&lt;br /&gt;
&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* figures [[figure-examples|figure examples]], [[figure-formats]], [[figure-brainstorming|figure brainstorming]]&lt;br /&gt;
* genealogy [[genealogy-examples]], [[genealogy-formats|genealogy formats]] ([[User:Bob_Jonkman|Bob Jonkman]])&lt;br /&gt;
* listing / hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** based on listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* task [[htask|task effort]], [[task-examples| task examples]], [[task-formats|task formats]], [[task-brainstorming|task brainstorming]], and [[task-faq|task FAQ]]&lt;br /&gt;
&lt;br /&gt;
==Moribund==&lt;br /&gt;
The following exploratory discussions are believed moribund, or superseded; or are simply not being maintained due to the absence of the interested party or shortage of volunteer effort. Work may well resume in the future. Please feel free to move them to one of the above sections  if you are interested in developing them, and append your name in parentheses, or move them to &amp;quot;Abandoned&amp;quot; or &amp;quot;Archived&amp;quot;, if that is more appropriate.&lt;br /&gt;
&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* code [[code-examples|code examples]], [[code-formats]], [[code-brainstorming|code brainstorming]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] - for describing collections in libraries &lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] &lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software &lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-formats]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) &lt;br /&gt;
* directions [[directions-examples|directions examples]] &lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-examples|distributed conversation examples]], [[distributed-conversation-formats|distributed conversation formats]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]]&lt;br /&gt;
* [[downloads]] [[downloads-examples|downloads examples]], [[downloads-formats|downloads formats]], [[downloads-brainstorming|downloads brainstorming]] &lt;br /&gt;
* [[error-message]] [[error-message-examples|error message examples]], [[error-message-formats]], [[error-message-brainstorming|error message brainstorming]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.)  - should this be merged with [[downloads]] ?&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* grouping ([[grouping-examples|examples]], [[grouping-formats|formats]], [[grouping-brainstorming|brainstorming]], [[grouping-proposal|proposal]]) - Metadata markup of items that should be grouped together. &lt;br /&gt;
* hash [[hash-examples|hash examples]] (see also [[downloads]])&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]], [[job-listing-formats]], [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] &lt;br /&gt;
* news [[news-examples|news examples]] &lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc.&lt;br /&gt;
* [[page-summary]] [[page-summary-examples]], [[page-summary-formats]]&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* [[product]] -  [[product-examples]], [[product-formats]], [[product-brainstorming]].&lt;br /&gt;
* [[question-answer]], [[question-answer-examples]], [[question-answer-formats]], [[question-answer-brainstorming]] &lt;br /&gt;
* [[realestate-propertydetail]], [[realestate-propertydetail-examples]], [[realestate-propertydetail-formats]], [[realestate-propertydetail brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]] (see also [[rest]])&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], [[tagcloud-formats]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[widget]], [[widget-examples|widget examples]], [[widget-formats]], [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] &lt;br /&gt;
&lt;br /&gt;
==Abandoned==&lt;br /&gt;
The following exploratory discussions are confirmed as abandoned:&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
==Archive==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions resulted in a microformat, or have been superseded by later developments, but are kept here for historical interest:&lt;br /&gt;
&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (yielded the [[rel-directory]] microformat)&lt;br /&gt;
* location [[location-examples]], [[location-formats|location formats]]. (see also [[adr]], [[geo]], [[hcard|hCard]])&lt;br /&gt;
* resume [[resume-examples]], [[resume-formats|resume formats]], [[resume-brainstorming|resume brainstorming]] yielded the [[hresume|hResume]] draft.&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] yielded the [[hreview|hReview]] draft&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=xfn-clarifications&amp;diff=25112</id>
		<title>xfn-clarifications</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=xfn-clarifications&amp;diff=25112"/>
		<updated>2007-12-17T01:46:17Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* questions and discussions */  spelling correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; XFN Clarifications &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[xfn|XFN]] is the XHTML Friends Network and is more thoroughly documented on the [http://gmpg.org/xfn/ XFN home page].&lt;br /&gt;
&lt;br /&gt;
This document is for capturing clarifications that should eventually be rolled into the XFN specification.&lt;br /&gt;
&lt;br /&gt;
; Editor/Author: [http://tantek.com Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
== Clarifications ==&lt;br /&gt;
&lt;br /&gt;
=== me nofollow interaction ===&lt;br /&gt;
&lt;br /&gt;
If a link has the rel value &amp;quot;nofollow&amp;quot;, then a &amp;quot;me&amp;quot; rel value DOES NOT indicate an identity relationship.&lt;br /&gt;
&lt;br /&gt;
That is, only rel attributes ''with'' the value &amp;quot;me&amp;quot;, and ''WITHOUT'' the value &amp;quot;nofollow&amp;quot; indicate an identity relationship assertion.&lt;br /&gt;
&lt;br /&gt;
=== mapping community site &amp;quot;friends&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
On community sites, &amp;quot;friends&amp;quot; aren't necessary as much of a friend as in &amp;quot;real life&amp;quot;.  Social networking sites have watered down the term &amp;quot;friend&amp;quot; quite a bit, especially when you are only given a binary choice, are you my friend yes or no.  It is a known phenomenon that users collect such &amp;quot;friendsters&amp;quot; far more than their &amp;quot;real&amp;quot; set of friends.  See:&lt;br /&gt;
* danah boyd's paper: &amp;quot;[http://www.firstmonday.org/issues/issue11_12/boyd/ Friends, friendsters, and top 8: Writing community into being on social network sites]&amp;quot; for more on this behavior.&lt;br /&gt;
* [http://www.telegraph.co.uk/earth/main.jhtml?xml=/earth/2007/09/10/scisocial110.xml 2007-09-10 Facebook study reveals users 'trophy friends'] by Roger Highfield and Nic Fleming&lt;br /&gt;
* [http://www.computing.co.uk/vnunet/news/2198444/online-friends-aren-close-real 2007-09-11 Online friends 'not as close as real ones'] by Matt Chapman, vnunet.com&lt;br /&gt;
&lt;br /&gt;
==== are you my friend yes or no ====&lt;br /&gt;
&lt;br /&gt;
For community sites which provide only one level of friendship that they call &amp;quot;friend&amp;quot;, use &amp;lt;code&amp;gt;rel=&amp;quot;acquaintance&amp;quot;&amp;lt;/code&amp;gt; as that is much more accurate.&lt;br /&gt;
&lt;br /&gt;
==== friend or contact ====&lt;br /&gt;
&lt;br /&gt;
Some sites (like [http://flickr.com/ Flickr]) provide two levels of friendship, &amp;quot;contact&amp;quot;, and &amp;quot;friend&amp;quot;.  In such cases, use &amp;lt;code&amp;gt;rel=&amp;quot;contact&amp;quot;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rel=&amp;quot;acquaintance&amp;quot;&amp;lt;/code&amp;gt; respectively for the same reasons as above.&lt;br /&gt;
&lt;br /&gt;
==== friends acquaintances and contacts ====&lt;br /&gt;
&lt;br /&gt;
Only if the site permits/encourages distinction of acquaintances vs. friends then should the XFN &amp;lt;code&amp;gt;rel=&amp;quot;friend&amp;quot;&amp;lt;/code&amp;gt; value be used. Ironically, [http://myspace.com MySpace] provides an implicit opportunity for this with their &amp;quot;top 8&amp;quot; distinction which could be mapped to &amp;lt;code&amp;gt;rel=&amp;quot;friend&amp;quot;&amp;lt;/code&amp;gt;, as it is ''very'' likely that your top 8 on MySpace are your friends in real life.&lt;br /&gt;
&lt;br /&gt;
==== questions and discussions ====&lt;br /&gt;
&lt;br /&gt;
===== is contact a better lowest common denominator =====&lt;br /&gt;
Q: ''Is rel=&amp;quot;contact&amp;quot; a better lowest common denominator than rel=&amp;quot;acquaintance&amp;quot; for services that only offer just one level of friending (AKA &amp;quot;are you my friend yes or no&amp;quot;)?''&lt;br /&gt;
&lt;br /&gt;
A: The rel=&amp;quot;contact&amp;quot; XFN relation is the lowest level of the &amp;quot;friendship&amp;quot; axis in XFN, but the semantic both as expressed by their user interfaces, and as implied by users and their usage patterns of social network services is closer to 'acquaintance' than 'contact'.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[xfn-faq]]&lt;br /&gt;
* [[xfn-implementations]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=syllabus-brainstorming&amp;diff=23915</id>
		<title>syllabus-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=syllabus-brainstorming&amp;diff=23915"/>
		<updated>2007-12-15T18:47:25Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: first version of this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Syllabus Brainstorming =&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
The syllabus ([http://en.wikipedia.org/wiki/Syllabus Wikipedia] - [http://en.wiktionary.org/wiki/syllabus Wiktionary] is a very common document used in possibly millions of courses in higher education in the United States and other countries. However, there are no standardized data models or formats for the syllabus, which makes syllabus construction, editing, discovery, sharing, and syndication extremely difficult.&lt;br /&gt;
&lt;br /&gt;
== Real-World examples ==&lt;br /&gt;
* [http://clioweb.org/courses/history120/fall07/ Jeremy Boggs History 120 Fall 2007 Syllabus] using the [http://wordpress.org/extend/plugins/scholarpress-courseware/ SP Courseware WordPress plugin]&lt;br /&gt;
&lt;br /&gt;
== Tools and other resources ==&lt;br /&gt;
* [http://chnm.gmu.edu/tools/syllabi/ Syllabus Finder search engine at CHNM] (use of Google API + custom programming)&lt;br /&gt;
* [http://wordpress.org/extend/plugins/scholarpress-courseware/ SP Courseware WordPress plugin syllabus tool with microformat support]&lt;br /&gt;
* [http://syllabus.cs.vt.edu/syllabus/ Computer Science Syllabus Repository at Virginia Tech] (~8,000 syllabi indexed)&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
{{:syllabus-related-microformats}}&lt;br /&gt;
&lt;br /&gt;
== Related wiki pages ==&lt;br /&gt;
{{:syllabus-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* [[User:JeffMcNeill|Jeff McNeill]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=syllabus-related-microformats&amp;diff=33726</id>
		<title>syllabus-related-microformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=syllabus-related-microformats&amp;diff=33726"/>
		<updated>2007-12-15T17:17:48Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: created for inclusion in syllabus pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a non-exhaustive list of microformats possibly related to the syllabus effort&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[course-catalog]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hReview]]&lt;br /&gt;
* [[hResume]]&lt;br /&gt;
* [[XOXO]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=syllabus-related-pages&amp;diff=33725</id>
		<title>syllabus-related-pages</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=syllabus-related-pages&amp;diff=33725"/>
		<updated>2007-12-15T17:16:45Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: created for inclusion in syllabus pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[syllabus-brainstorming]]&lt;br /&gt;
* [[syllabus-examples]]&lt;br /&gt;
* [[syllabus-formats]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23918</id>
		<title>exploratory-discussions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23918"/>
		<updated>2007-12-15T17:09:40Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: moved alternates from moribund to active&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Exploratory Discussions&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Sort each section alphabetically &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Active==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions are being actively pursued (generally, edited in the last month, or with an active community member (named in parentheses)  having expressed an interest in pursuing them)&lt;br /&gt;
&lt;br /&gt;
=== media related ===&lt;br /&gt;
Media related efforts are very active in the microformats community and thus have been grouped here for convenience&lt;br /&gt;
* [[audio-info]] ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]], [[audio-info-proposal|proposal]], [[audio-info-issues|issues]], [[haudio|specification]]) - Marking up information and metadata related to audio (speech, music, and sound in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
** music [[music-examples|music examples]]&lt;br /&gt;
* audio-album (see [[audio-info]] pages for examples, formats, brainstorming. [[audio-album-proposal]], [[audio-album-issues]]) - Marking up information and metadata related to audio albums/collections. ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
* broadcast: Internet Radio &amp;amp; TV: [[broadcast-examples]], [[broadcast-brainstorming]] ([[User:Chris Newell|Chris Newell]])&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]])&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
* show [[show-examples]], [[show-formats]], [[show-brainstorming|show brainstorming]] (see also [[media-info]])&lt;br /&gt;
* showroll [[showroll-examples]], [[showroll-formats]], [[showroll-brainstorming]]&lt;br /&gt;
* video-info ([[video-info-examples|examples]], [[video-info-formats|formats]], [[video-info-brainstorming|brainstorming]], [[video-info-proposal|proposal]], [[video-info-issues|issues]]) - Marking up information and metadata related to video (video clips, movies, television, and video multimedia presentation in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
&lt;br /&gt;
=== other active ===&lt;br /&gt;
* alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]] ([[User:JeffMcNeill|Jeff McNeill]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-formats]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* group [[group-examples|group examples]], [[group-formats]], [[group-brainstorming|group brainstorming]] &lt;br /&gt;
* items [[items-examples|items examples]], [[items-formats]], [[items-brainstorming|items brainstorming]]&lt;br /&gt;
* measures and measurement units [[measure]], [[measure-examples]], [[measure-formats]] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* receipt ([[receipt-examples|examples]], [[receipt-formats|formats]], [[receipt-brainstorming|brainstorming]], [[receipt-proposal|proposal]]) - Marking up information and metadata related to purchase receipts. (Leif Arne Storset)&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-formats]], [[recipe-brainstorming]] ([[User:Phae | Frances Berriman]])&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]], [[species-formats]], [[species-brainstorming]] ([[User:AndyMabbett|Andy Mabbett]]) &amp;lt;!-- http://microformats.org/wiki/species-examples#Contributors ; http://microformats.org/wiki/species#Contributors_.26_Supporters --&amp;gt;&lt;br /&gt;
* syllabus [[syllabus-examples]], [[syllabus-formats]], [[syllabus-brainstorming]]&lt;br /&gt;
* [[uid]] - see also [[representative-hcard]]&lt;br /&gt;
&lt;br /&gt;
=== solo pursuits ===&lt;br /&gt;
The following active exploratory discussions are primarily pursued by a single individual and thus have not generated widespread interest in the community yet.&lt;br /&gt;
&lt;br /&gt;
* geo extensions ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
** [[geo-elevation-examples]], [[geo-elevation-formats]] - extend geo for representing altitude &lt;br /&gt;
** [[geo-waypoint-examples]], [[geo-waypoint-formats]] - extend geo for representing routes and boundaries, using waypoints &lt;br /&gt;
** [[geo-extension-examples]], [[geo-extension-formats]], [[geo-extension-brainstorming]], [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
* learning ([[learning-examples|examples]], [[learning-formats|formats]], [[learning-brainstorming|brainstorming]], [[learning-proposal|proposal]], [[learning-issues|issues]]) - a microformat for microlearning ([[User:KirkMcMurray|Kirk McMurray]])&lt;br /&gt;
* [[off|OFF]]&lt;br /&gt;
* [[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
==Current==&lt;br /&gt;
The following exploratory discussions are less actively pursued, but may still be developed.&lt;br /&gt;
&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* figures [[figure-examples|figure examples]], [[figure-formats]], [[figure-brainstorming|figure brainstorming]]&lt;br /&gt;
* genealogy [[genealogy-examples]], [[genealogy-formats|genealogy formats]] ([[User:Bob_Jonkman|Bob Jonkman]])&lt;br /&gt;
* listing / hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** based on listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* task [[htask|task effort]], [[task-examples| task examples]], [[task-formats|task formats]], [[task-brainstorming|task brainstorming]], and [[task-faq|task FAQ]]&lt;br /&gt;
&lt;br /&gt;
==Moribund==&lt;br /&gt;
The following exploratory discussions are believed moribund, or superseded; or are simply not being maintained due to the absence of the interested party or shortage of volunteer effort. Work may well resume in the future. Please feel free to move them to one of the above sections  if you are interested in developing them, and append your name in parentheses, or move them to &amp;quot;Abandoned&amp;quot; or &amp;quot;Archived&amp;quot;, if that is more appropriate.&lt;br /&gt;
&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* code [[code-examples|code examples]], [[code-formats]], [[code-brainstorming|code brainstorming]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] - for describing collections in libraries &lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] &lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software &lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-formats]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) &lt;br /&gt;
* directions [[directions-examples|directions examples]] &lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-examples|distributed conversation examples]], [[distributed-conversation-formats|distributed conversation formats]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]]&lt;br /&gt;
* [[downloads]] [[downloads-examples|downloads examples]], [[downloads-formats|downloads formats]], [[downloads-brainstorming|downloads brainstorming]] &lt;br /&gt;
* [[error-message]] [[error-message-examples|error message examples]], [[error-message-formats]], [[error-message-brainstorming|error message brainstorming]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.)  - should this be merged with [[downloads]] ?&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* grouping ([[grouping-examples|examples]], [[grouping-formats|formats]], [[grouping-brainstorming|brainstorming]], [[grouping-proposal|proposal]]) - Metadata markup of items that should be grouped together. &lt;br /&gt;
* hash [[hash-examples|hash examples]] (see also [[downloads]])&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]], [[job-listing-formats]], [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] &lt;br /&gt;
* news [[news-examples|news examples]] &lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc.&lt;br /&gt;
* [[page-summary]] [[page-summary-examples]], [[page-summary-formats]]&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* [[product]] -  [[product-examples]], [[product-formats]], [[product-brainstorming]].&lt;br /&gt;
* [[question-answer]], [[question-answer-examples]], [[question-answer-formats]], [[question-answer-brainstorming]] &lt;br /&gt;
* [[realestate-propertydetail]], [[realestate-propertydetail-examples]], [[realestate-propertydetail-formats]], [[realestate-propertydetail brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]] (see also [[rest]])&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], [[tagcloud-formats]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[widget]], [[widget-examples|widget examples]], [[widget-formats]], [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] &lt;br /&gt;
&lt;br /&gt;
==Abandoned==&lt;br /&gt;
The following exploratory discussions are confirmed as abandoned:&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
==Archive==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions resulted in a microformat, or have been superseded by later developments, but are kept here for historical interest:&lt;br /&gt;
&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (yielded the [[rel-directory]] microformat)&lt;br /&gt;
* location [[location-examples]], [[location-formats|location formats]]. (see also [[adr]], [[geo]], [[hcard|hCard]])&lt;br /&gt;
* resume [[resume-examples]], [[resume-formats|resume formats]], [[resume-brainstorming|resume brainstorming]] yielded the [[hresume|hResume]] draft.&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] yielded the [[hreview|hReview]] draft&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23817</id>
		<title>exploratory-discussions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23817"/>
		<updated>2007-12-15T16:53:08Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Active */  moved syllabus from media-related to other&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Exploratory Discussions&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Sort each section alphabetically &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Active==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions are being actively pursued (generally, edited in the last month, or with an active community member (named in parentheses)  having expressed an interest in pursuing them)&lt;br /&gt;
&lt;br /&gt;
=== media related ===&lt;br /&gt;
Media related efforts are very active in the microformats community and thus have been grouped here for convenience&lt;br /&gt;
* [[audio-info]] ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]], [[audio-info-proposal|proposal]], [[audio-info-issues|issues]], [[haudio|specification]]) - Marking up information and metadata related to audio (speech, music, and sound in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
** music [[music-examples|music examples]]&lt;br /&gt;
* audio-album (see [[audio-info]] pages for examples, formats, brainstorming. [[audio-album-proposal]], [[audio-album-issues]]) - Marking up information and metadata related to audio albums/collections. ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
* broadcast: Internet Radio &amp;amp; TV: [[broadcast-examples]], [[broadcast-brainstorming]] ([[User:Chris Newell|Chris Newell]])&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]])&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
* show [[show-examples]], [[show-formats]], [[show-brainstorming|show brainstorming]] (see also [[media-info]])&lt;br /&gt;
* showroll [[showroll-examples]], [[showroll-formats]], [[showroll-brainstorming]]&lt;br /&gt;
* video-info ([[video-info-examples|examples]], [[video-info-formats|formats]], [[video-info-brainstorming|brainstorming]], [[video-info-proposal|proposal]], [[video-info-issues|issues]]) - Marking up information and metadata related to video (video clips, movies, television, and video multimedia presentation in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
&lt;br /&gt;
=== other active ===&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-formats]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* group [[group-examples|group examples]], [[group-formats]], [[group-brainstorming|group brainstorming]] &lt;br /&gt;
* items [[items-examples|items examples]], [[items-formats]], [[items-brainstorming|items brainstorming]]&lt;br /&gt;
* measures and measurement units [[measure]], [[measure-examples]], [[measure-formats]] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* receipt ([[receipt-examples|examples]], [[receipt-formats|formats]], [[receipt-brainstorming|brainstorming]], [[receipt-proposal|proposal]]) - Marking up information and metadata related to purchase receipts. (Leif Arne Storset)&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-formats]], [[recipe-brainstorming]] ([[User:Phae | Frances Berriman]])&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]], [[species-formats]], [[species-brainstorming]] ([[User:AndyMabbett|Andy Mabbett]]) &amp;lt;!-- http://microformats.org/wiki/species-examples#Contributors ; http://microformats.org/wiki/species#Contributors_.26_Supporters --&amp;gt;&lt;br /&gt;
* syllabus [[syllabus-examples]], [[syllabus-formats]], [[syllabus-brainstorming]]&lt;br /&gt;
* [[uid]] - see also [[representative-hcard]]&lt;br /&gt;
&lt;br /&gt;
=== solo pursuits ===&lt;br /&gt;
The following active exploratory discussions are primarily pursued by a single individual and thus have not generated widespread interest in the community yet.&lt;br /&gt;
&lt;br /&gt;
* geo extensions ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
** [[geo-elevation-examples]], [[geo-elevation-formats]] - extend geo for representing altitude &lt;br /&gt;
** [[geo-waypoint-examples]], [[geo-waypoint-formats]] - extend geo for representing routes and boundaries, using waypoints &lt;br /&gt;
** [[geo-extension-examples]], [[geo-extension-formats]], [[geo-extension-brainstorming]], [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
* learning ([[learning-examples|examples]], [[learning-formats|formats]], [[learning-brainstorming|brainstorming]], [[learning-proposal|proposal]], [[learning-issues|issues]]) - a microformat for microlearning ([[User:KirkMcMurray|Kirk McMurray]])&lt;br /&gt;
* [[off|OFF]]&lt;br /&gt;
* [[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
==Current==&lt;br /&gt;
The following exploratory discussions are less actively pursued, but may still be developed.&lt;br /&gt;
&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* figures [[figure-examples|figure examples]], [[figure-formats]], [[figure-brainstorming|figure brainstorming]]&lt;br /&gt;
* genealogy [[genealogy-examples]], [[genealogy-formats|genealogy formats]] ([[User:Bob_Jonkman|Bob Jonkman]])&lt;br /&gt;
* listing / hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** based on listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* task [[htask|task effort]], [[task-examples| task examples]], [[task-formats|task formats]], [[task-brainstorming|task brainstorming]], and [[task-faq|task FAQ]]&lt;br /&gt;
&lt;br /&gt;
==Moribund==&lt;br /&gt;
The following exploratory discussions are believed moribund, or superseded; or are simply not being maintained due to the absence of the interested party or shortage of volunteer effort. Work may well resume in the future. Please feel free to move them to one of the above sections  if you are interested in developing them, and append your name in parentheses, or move them to &amp;quot;Abandoned&amp;quot; or &amp;quot;Archived&amp;quot;, if that is more appropriate.&lt;br /&gt;
&lt;br /&gt;
* alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* code [[code-examples|code examples]], [[code-formats]], [[code-brainstorming|code brainstorming]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] - for describing collections in libraries &lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] &lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software &lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-formats]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) &lt;br /&gt;
* directions [[directions-examples|directions examples]] &lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-examples|distributed conversation examples]], [[distributed-conversation-formats|distributed conversation formats]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]]&lt;br /&gt;
* [[downloads]] [[downloads-examples|downloads examples]], [[downloads-formats|downloads formats]], [[downloads-brainstorming|downloads brainstorming]] &lt;br /&gt;
* [[error-message]] [[error-message-examples|error message examples]], [[error-message-formats]], [[error-message-brainstorming|error message brainstorming]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.)  - should this be merged with [[downloads]] ?&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* grouping ([[grouping-examples|examples]], [[grouping-formats|formats]], [[grouping-brainstorming|brainstorming]], [[grouping-proposal|proposal]]) - Metadata markup of items that should be grouped together. &lt;br /&gt;
* hash [[hash-examples|hash examples]] (see also [[downloads]])&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]], [[job-listing-formats]], [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] &lt;br /&gt;
* news [[news-examples|news examples]] &lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc.&lt;br /&gt;
* [[page-summary]] [[page-summary-examples]], [[page-summary-formats]]&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* [[product]] -  [[product-examples]], [[product-formats]], [[product-brainstorming]].&lt;br /&gt;
* [[question-answer]], [[question-answer-examples]], [[question-answer-formats]], [[question-answer-brainstorming]] &lt;br /&gt;
* [[realestate-propertydetail]], [[realestate-propertydetail-examples]], [[realestate-propertydetail-formats]], [[realestate-propertydetail brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]] (see also [[rest]])&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], [[tagcloud-formats]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[widget]], [[widget-examples|widget examples]], [[widget-formats]], [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] &lt;br /&gt;
&lt;br /&gt;
==Abandoned==&lt;br /&gt;
The following exploratory discussions are confirmed as abandoned:&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
==Archive==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions resulted in a microformat, or have been superseded by later developments, but are kept here for historical interest:&lt;br /&gt;
&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (yielded the [[rel-directory]] microformat)&lt;br /&gt;
* location [[location-examples]], [[location-formats|location formats]]. (see also [[adr]], [[geo]], [[hcard|hCard]])&lt;br /&gt;
* resume [[resume-examples]], [[resume-formats|resume formats]], [[resume-brainstorming|resume brainstorming]] yielded the [[hresume|hResume]] draft.&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] yielded the [[hreview|hReview]] draft&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23816</id>
		<title>exploratory-discussions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=exploratory-discussions&amp;diff=23816"/>
		<updated>2007-12-15T16:24:26Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* media related */  adding syllabus pages to active exploratory-discussions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Exploratory Discussions&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Sort each section alphabetically &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Active==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions are being actively pursued (generally, edited in the last month, or with an active community member (named in parentheses)  having expressed an interest in pursuing them)&lt;br /&gt;
&lt;br /&gt;
=== media related ===&lt;br /&gt;
Media related efforts are very active in the microformats community and thus have been grouped here for convenience&lt;br /&gt;
* [[audio-info]] ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]], [[audio-info-proposal|proposal]], [[audio-info-issues|issues]], [[haudio|specification]]) - Marking up information and metadata related to audio (speech, music, and sound in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
** music [[music-examples|music examples]]&lt;br /&gt;
* audio-album (see [[audio-info]] pages for examples, formats, brainstorming. [[audio-album-proposal]], [[audio-album-issues]]) - Marking up information and metadata related to audio albums/collections. ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
* broadcast: Internet Radio &amp;amp; TV: [[broadcast-examples]], [[broadcast-brainstorming]] ([[User:Chris Newell|Chris Newell]])&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]])&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
* show [[show-examples]], [[show-formats]], [[show-brainstorming|show brainstorming]] (see also [[media-info]])&lt;br /&gt;
* showroll [[showroll-examples]], [[showroll-formats]], [[showroll-brainstorming]]&lt;br /&gt;
* syllabus [[syllabus-examples]], [[syllabus-formats]], [[syllabus-brainstorming]]&lt;br /&gt;
* video-info ([[video-info-examples|examples]], [[video-info-formats|formats]], [[video-info-brainstorming|brainstorming]], [[video-info-proposal|proposal]], [[video-info-issues|issues]]) - Marking up information and metadata related to video (video clips, movies, television, and video multimedia presentation in general). ([[User:ManuSporny | Manu Sporny]])&lt;br /&gt;
&lt;br /&gt;
=== other active ===&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-formats]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* group [[group-examples|group examples]], [[group-formats]], [[group-brainstorming|group brainstorming]] &lt;br /&gt;
* items [[items-examples|items examples]], [[items-formats]], [[items-brainstorming|items brainstorming]]&lt;br /&gt;
* measures and measurement units [[measure]], [[measure-examples]], [[measure-formats]] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* receipt ([[receipt-examples|examples]], [[receipt-formats|formats]], [[receipt-brainstorming|brainstorming]], [[receipt-proposal|proposal]]) - Marking up information and metadata related to purchase receipts. (Leif Arne Storset)&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-formats]], [[recipe-brainstorming]] ([[User:Phae | Frances Berriman]])&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]], [[species-formats]], [[species-brainstorming]] ([[User:AndyMabbett|Andy Mabbett]]) &amp;lt;!-- http://microformats.org/wiki/species-examples#Contributors ; http://microformats.org/wiki/species#Contributors_.26_Supporters --&amp;gt;&lt;br /&gt;
* [[uid]] - see also [[representative-hcard]]&lt;br /&gt;
&lt;br /&gt;
=== solo pursuits ===&lt;br /&gt;
The following active exploratory discussions are primarily pursued by a single individual and thus have not generated widespread interest in the community yet.&lt;br /&gt;
&lt;br /&gt;
* geo extensions ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
** [[geo-elevation-examples]], [[geo-elevation-formats]] - extend geo for representing altitude &lt;br /&gt;
** [[geo-waypoint-examples]], [[geo-waypoint-formats]] - extend geo for representing routes and boundaries, using waypoints &lt;br /&gt;
** [[geo-extension-examples]], [[geo-extension-formats]], [[geo-extension-brainstorming]], [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
* learning ([[learning-examples|examples]], [[learning-formats|formats]], [[learning-brainstorming|brainstorming]], [[learning-proposal|proposal]], [[learning-issues|issues]]) - a microformat for microlearning ([[User:KirkMcMurray|Kirk McMurray]])&lt;br /&gt;
* [[off|OFF]]&lt;br /&gt;
* [[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
==Current==&lt;br /&gt;
The following exploratory discussions are less actively pursued, but may still be developed.&lt;br /&gt;
&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]] ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
* figures [[figure-examples|figure examples]], [[figure-formats]], [[figure-brainstorming|figure brainstorming]]&lt;br /&gt;
* genealogy [[genealogy-examples]], [[genealogy-formats|genealogy formats]] ([[User:Bob_Jonkman|Bob Jonkman]])&lt;br /&gt;
* listing / hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** based on listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* task [[htask|task effort]], [[task-examples| task examples]], [[task-formats|task formats]], [[task-brainstorming|task brainstorming]], and [[task-faq|task FAQ]]&lt;br /&gt;
&lt;br /&gt;
==Moribund==&lt;br /&gt;
The following exploratory discussions are believed moribund, or superseded; or are simply not being maintained due to the absence of the interested party or shortage of volunteer effort. Work may well resume in the future. Please feel free to move them to one of the above sections  if you are interested in developing them, and append your name in parentheses, or move them to &amp;quot;Abandoned&amp;quot; or &amp;quot;Archived&amp;quot;, if that is more appropriate.&lt;br /&gt;
&lt;br /&gt;
* alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* code [[code-examples|code examples]], [[code-formats]], [[code-brainstorming|code brainstorming]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] - for describing collections in libraries &lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] &lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software &lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-formats]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) &lt;br /&gt;
* directions [[directions-examples|directions examples]] &lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-examples|distributed conversation examples]], [[distributed-conversation-formats|distributed conversation formats]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]]&lt;br /&gt;
* [[downloads]] [[downloads-examples|downloads examples]], [[downloads-formats|downloads formats]], [[downloads-brainstorming|downloads brainstorming]] &lt;br /&gt;
* [[error-message]] [[error-message-examples|error message examples]], [[error-message-formats]], [[error-message-brainstorming|error message brainstorming]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.)  - should this be merged with [[downloads]] ?&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* grouping ([[grouping-examples|examples]], [[grouping-formats|formats]], [[grouping-brainstorming|brainstorming]], [[grouping-proposal|proposal]]) - Metadata markup of items that should be grouped together. &lt;br /&gt;
* hash [[hash-examples|hash examples]] (see also [[downloads]])&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]], [[job-listing-formats]], [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] &lt;br /&gt;
* news [[news-examples|news examples]] &lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc.&lt;br /&gt;
* [[page-summary]] [[page-summary-examples]], [[page-summary-formats]]&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* [[product]] -  [[product-examples]], [[product-formats]], [[product-brainstorming]].&lt;br /&gt;
* [[question-answer]], [[question-answer-examples]], [[question-answer-formats]], [[question-answer-brainstorming]] &lt;br /&gt;
* [[realestate-propertydetail]], [[realestate-propertydetail-examples]], [[realestate-propertydetail-formats]], [[realestate-propertydetail brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]] (see also [[rest]])&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], [[tagcloud-formats]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[widget]], [[widget-examples|widget examples]], [[widget-formats]], [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] &lt;br /&gt;
&lt;br /&gt;
==Abandoned==&lt;br /&gt;
The following exploratory discussions are confirmed as abandoned:&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
==Archive==&lt;br /&gt;
&lt;br /&gt;
The following exploratory discussions resulted in a microformat, or have been superseded by later developments, but are kept here for historical interest:&lt;br /&gt;
&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (yielded the [[rel-directory]] microformat)&lt;br /&gt;
* location [[location-examples]], [[location-formats|location formats]]. (see also [[adr]], [[geo]], [[hcard|hCard]])&lt;br /&gt;
* resume [[resume-examples]], [[resume-formats|resume formats]], [[resume-brainstorming|resume brainstorming]] yielded the [[hresume|hResume]] draft.&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] yielded the [[hreview|hReview]] draft&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=item-formats&amp;diff=32443</id>
		<title>item-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=item-formats&amp;diff=32443"/>
		<updated>2007-12-14T01:54:45Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* hReview */  spelling correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Formats =&lt;br /&gt;
&lt;br /&gt;
This section documents existing formats related to describing items/things.&lt;br /&gt;
&lt;br /&gt;
= Existing Microformats =&lt;br /&gt;
&lt;br /&gt;
Two microformats (hListing, hReview) already explicitly deal with &amp;quot;things&amp;quot; and in fact do provide a node for gather attributes to the thing. In the case when they're refering to people, they both use class=&amp;quot;item vcard&amp;quot; but when they're refering to things they just use class=&amp;quot;item&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== hListing ==&lt;br /&gt;
&lt;br /&gt;
* [[hlisting#Schema|hListing]] explicitly marks the presense of an item using the &amp;quot;item&amp;quot; tag&lt;br /&gt;
* inside we find:&lt;br /&gt;
** fn -- the name of the item&lt;br /&gt;
** url -- the url of the item&lt;br /&gt;
** photo -- the url of a photo of the item&lt;br /&gt;
** email -- the email address of the item (?)&lt;br /&gt;
** [[geo]] -- the coordinates of an item in the world&lt;br /&gt;
** [[adr]] -- the address of the item&lt;br /&gt;
&lt;br /&gt;
== hReview ==&lt;br /&gt;
&lt;br /&gt;
* [[hreview#Schema|hreview]] explicitly marks the presence of an item using the &amp;quot;item&amp;quot; tag&lt;br /&gt;
* inside we find:&lt;br /&gt;
** fn -- the name of the item&lt;br /&gt;
** url -- the url of the item&lt;br /&gt;
** photo -- the url of a photo of the item&lt;br /&gt;
** email -- the email address of the item (?)&lt;br /&gt;
** [[geo]] -- the coordinates of an item in the world&lt;br /&gt;
** [[adr]] -- the address of the item&lt;br /&gt;
* also of interest:&lt;br /&gt;
** description -- the opinion of the reviewer; if we were to reuse class=&amp;quot;description&amp;quot; then we would be breaking parsers&lt;br /&gt;
&lt;br /&gt;
== hCard ==&lt;br /&gt;
&lt;br /&gt;
[[hcard|hCard]] is used to mark up people and organizations. However, we find that many of the fields are reused in both hReview and hListing. Here are other fields that potentially could be reused (see [http://www.ietf.org/rfc/rfc2426.txt RFC 2426] for defintions). ''Some of these may be stretching too far'':&lt;br /&gt;
&lt;br /&gt;
* BDAY - to represent age of an item&lt;br /&gt;
* NICKNAME - a nickname for an otem&lt;br /&gt;
* ORG - &amp;quot;organizational name and units ssociated with the vCard&amp;quot;&lt;br /&gt;
* UID - globally unique ID.&lt;br /&gt;
&lt;br /&gt;
= Google Base =&lt;br /&gt;
&lt;br /&gt;
[http://www.google.com/base/help/about.html?hl=en_US About Google Base]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Google Base is a place where you can easily submit all types of online and offline content, which we'll make searchable on Google (if your content isn't online yet, we'll put it there). You can describe any item you post with attributes, which will help people find it when they do related searches. In fact, based on your items' relevance, users may find them in their results for searches on Froogle, Google Maps and even our main Google web search.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Item Types ==&lt;br /&gt;
&lt;br /&gt;
Here are the predefined Google Base item types. Note:&lt;br /&gt;
* this may be broader than what we wish to cover in a potential item microformat, especially since many of these are covered by existing microformats.&lt;br /&gt;
* the &amp;quot;real&amp;quot; list is open ended -- you can define your own types&lt;br /&gt;
&lt;br /&gt;
Item Types:&lt;br /&gt;
&lt;br /&gt;
* Course schedules&lt;br /&gt;
* Events&lt;br /&gt;
* Jobs&lt;br /&gt;
* [[item-examples#Housing|Housing]]*&lt;br /&gt;
* News and articles&lt;br /&gt;
* People profiles&lt;br /&gt;
* [[item-examples#Products|Products]]*&lt;br /&gt;
* Recipes&lt;br /&gt;
* Research studies and publications&lt;br /&gt;
* Reviews&lt;br /&gt;
* Services&lt;br /&gt;
* Travel&lt;br /&gt;
* [[item-examples#Vehicles|Vehicles]]*&lt;br /&gt;
* [[item-examples#Vehicles|Want_ads]]*&lt;br /&gt;
&lt;br /&gt;
There's a &amp;quot;*&amp;quot; next to Item Types that describe physical things; the links lead to a description of the examples page.&lt;br /&gt;
&lt;br /&gt;
== Attribute Types ==&lt;br /&gt;
&lt;br /&gt;
Google Base Items are defined by compositing Attribute Types together. A complete list of Google Base Attribute types is available [http://www.google.com/base/help/attributes.html here]. These are, for example: actor, age, agent, apparel_type, .... Many of these items (actor, agent, for example) are actuall in microformats terms complete microformats in and off themselves.&lt;br /&gt;
&lt;br /&gt;
== Data Types ==&lt;br /&gt;
&lt;br /&gt;
All Google Base attributes are defined in terms of a few simple, elementry types: string, int, float, intUnit, floatUnit, date, dateTime, dateTimeRange, url, boolean, location&lt;br /&gt;
&lt;br /&gt;
= Dublin Core =&lt;br /&gt;
&lt;br /&gt;
* metadata terms: http://dublincore.org/documents/dcmi-terms/&lt;br /&gt;
&lt;br /&gt;
= X.520/X.521 =&lt;br /&gt;
&lt;br /&gt;
Apparently a lot of vCard terminology is built on these standards, but little useful information can be found on the web.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
{{item-see-also}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hatom&amp;diff=23263</id>
		<title>hatom</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hatom&amp;diff=23263"/>
		<updated>2007-10-26T10:29:47Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Schema */  added feed category, missing from schema&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;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hatom&amp;diff=22886</id>
		<title>hatom</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hatom&amp;diff=22886"/>
		<updated>2007-10-26T10:26:55Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Schema */  added feed category, missing from schema&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;
** feed category. 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;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User_talk:WebOrganics&amp;diff=22814</id>
		<title>User talk:WebOrganics</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User_talk:WebOrganics&amp;diff=22814"/>
		<updated>2007-10-22T21:05:06Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: question on hcard download image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;	 &lt;br /&gt;
&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Martin&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt; McEvoy&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;	 &lt;br /&gt;
&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt;'''WebOrganics'''&amp;lt;/span&amp;gt;.	 &lt;br /&gt;
* &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://weborganics.co.uk/&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;	 &lt;br /&gt;
* Email: &amp;lt;span class=&amp;quot;email&amp;quot;&amp;gt;info@weborganics.co.uk&amp;lt;/span&amp;gt;&lt;br /&gt;
* [http://www.google.co.uk/search?hl=en&amp;amp;q=related%3Ahttp%3A%2F%2Fmicroformats.org%2Fwiki%2FUser_talk%3AWebOrganics&amp;amp;btnG=Search&amp;amp;meta=  Related Pages]	 &lt;br /&gt;
http://factorycity.net/projects/microformats%2Dicons/images/icon-hcard-download.png [http://suda.co.uk/projects/microformats/hcard/get-contact.php?uri=http://microformats.org/wiki/User_talk:WebOrganics Download vCard]	 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== source of image for hcard download... ==&lt;br /&gt;
Aloha Martin, is that your own image? released under some kind of license? it's cute, let me know :D&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-customization&amp;diff=33266</id>
		<title>mediawiki-customization</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-customization&amp;diff=33266"/>
		<updated>2007-10-21T21:55:49Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* How to */  added two to-do items for MediaWiki customization of microformats.org/wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;MediaWiki customization&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
by [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
The MediaWiki installation at microformats.org/wiki has been customized in a number of ways.&lt;br /&gt;
&lt;br /&gt;
This page documents some of these customizations for informative purposes.  This documentation is neither thorough nor comprehensive.&lt;br /&gt;
&lt;br /&gt;
== Customizations ==&lt;br /&gt;
* enable lowercase page names&lt;br /&gt;
* enable hyphenated phrases for page names (rather than the MediaWiki default of converting dashes and spaces to underscores).&lt;br /&gt;
* hide MediaWiki &amp;quot;Talk&amp;quot; links&lt;br /&gt;
* ... more that I'm sure I'm forgetting at the moment.&lt;br /&gt;
&lt;br /&gt;
== Goals and motivations ==&lt;br /&gt;
&lt;br /&gt;
I'm responsible for pushing for nearly all of the specific MediaWiki customizations on the microformats wiki and thus I figured I should capture at least some of the reasoning in the hopes that perhaps others may find it useful. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
* '''lowercase URLs are better'''. MediaWiki has an annoying tendency of capitalizing article titles, which, though may be stylistically proper (in the English writing style meaning of stylistic) for proper nouns, is incorrect for common terms (which a lot of microformats pages are).  Oh and the whole  [http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_%28technical_restrictions%29#Lower_case_first_letter &amp;quot;The initial capital letter is due to technical restrictions.&amp;quot;] nonsense on Wikipedia [http://en.wikipedia.org/wiki/Wikipedia_talk:Naming_conventions_(technical_restrictions)#Summary_of_lower_case_first_letter_issue is ridiculous]. It's software. Just fix it. More:&lt;br /&gt;
** all same case is easier to read (citation required) (not accurate, Title Case is easier to read) --[[User:JeffMcNeill|JeffMcNeill]] 16:28, 25 Sep 2007 (PDT)&lt;br /&gt;
** all lowercase is easier to read than all uppercase (citation required)&lt;br /&gt;
** all lowercase is easier to type (citation required)&lt;br /&gt;
* '''hyphenated-phrases are better than CamelCasedPhrases and underscored_phrases'''&lt;br /&gt;
** hyphenated phrases are easier to read (for humans, duh) than CamelCased phrases and underscored_phrases. CamelCasing is a programmer convention that should have NEVER made its way into the textual user-interface (which URLs are a part of).  Others have made this deliberate fix as well, i.e. CSS property/value names like &amp;quot;border-left&amp;quot; in contrast to DOM property names like &amp;quot;onClick&amp;quot;. I know this was a deliberate decision by either Bert Bos or Håkon Wium Lie or perhaps both (citation needed). Underscored_phrases are present far less often in normal average English prose and thus slower to read.&lt;br /&gt;
** hyphenated phrases are better indexed (SEO) than CamelCased phrases and underscored_phrases.  Search engines typically break apart hyphenated phrases into their component words and index them separately and together, whereas the same cannot be said for CamelCased or underscored_phrases.&lt;br /&gt;
* '''Talk pages are lame and &amp;quot;one more inbox to check&amp;quot;.''' Talk pages are lame (e.g. the structure/threading is poor) and we don't need yet another discussion area (in addition to IRC, [[mailing-lists]])  Eliminating them from the default user interface was the simplest way to effectively eliminate their usage. Invisible talk pages = nearly no one uses them.  And one fewer link cluttering the default UI is always nice.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to have the customization for all lowercase also be applied to usernames? That would be nice. Love the customizations, btw.&lt;br /&gt;
&lt;br /&gt;
== How to ==&lt;br /&gt;
Documentation on how to modify a MediaWiki install to get these customizations.&lt;br /&gt;
&lt;br /&gt;
[[to-do]]: To be filled in. ;)&lt;br /&gt;
* Installation of [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] and [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] for POSH/Microformats support in MediaWiki&lt;br /&gt;
* Installation of Captcha to prevent spam bot account creation. [http://jeffmcneill.com/2007/10/04/blocking-spambots-with-akismet-and-recaptcha/ Instructions available here].&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
*The microformats MediaWiki customizations enable [[how-to-play]] and better [[naming-conventions]].&lt;br /&gt;
*[[mediawiki-mark-up-issues]]&lt;br /&gt;
*[[to-do#Wiki_improvements]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-formats&amp;diff=23069</id>
		<title>citation-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-formats&amp;diff=23069"/>
		<updated>2007-10-21T08:44:54Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Wikipedia / MediaWiki */  Changed to Wikimedia foundation projects, added wikitextrose, wikicat, wikicite&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Citation Formats =&lt;br /&gt;
&lt;br /&gt;
This page will display several different types of citation format types. The idea is to compare what properties are common amonst all of the formats and which ones should be blended into this microformat.&lt;br /&gt;
&lt;br /&gt;
== Comparison chart ==&lt;br /&gt;
The following chart maps the terms from one implementation to another. This is important because if all the properties are introduced to this microformat, then it's possible to map them to a number of different formats. The table currently only uses Dublin Core, MODS, and bibTeX. Each column has all the properties and their equivalent in each format. If there is no corresponding property, the cell is grey. At the bottom of the list are the unique terms to each format. Dublin Core has basic terms and terms that extend the basic ones. If the property is an extension of a basic term it is in ()'s. MODS uses XML, so any sub-properties are listed in their tree form, property/sub-property.&lt;br /&gt;
&lt;br /&gt;
THIS IS NOT DEFINITIVE, any errors should be corrected. More formats will be added to the list as they are mapped.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;MODS&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;bibTeX&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Z39.80&amp;lt;/th&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Title (alternative)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;titleInfo/title&amp;lt;br/&amp;gt;titleInfo/PartNum&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;booktitle&amp;lt;br/&amp;gt;title&amp;lt;br/&amp;gt;chapter&amp;lt;br/&amp;gt;number&amp;lt;br/&amp;gt;pages&amp;lt;br/&amp;gt;volume&amp;lt;br/&amp;gt;series&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Analytic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Monographic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Work Fraction Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Location of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Main Entry&amp;lt;br/&amp;gt;&lt;br /&gt;
Name of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of Meeting&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Parallel Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Title Abbriviation&amp;lt;br/&amp;gt;&lt;br /&gt;
Title of Conference Proceedings&amp;lt;br/&amp;gt;&lt;br /&gt;
Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Uniform Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Abbriviated Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium or Session Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Video/Film Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name/namePart&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;author&amp;lt;br/&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Corporate Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Abstract Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Authorship Statement&amp;lt;br/&amp;gt;&lt;br /&gt;
Acknowledged Supporters&amp;lt;br/&amp;gt;&lt;br /&gt;
Assignee for Patents&amp;lt;br/&amp;gt;&lt;br /&gt;
Chairperson of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Director of AV Program&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Reviewed Book Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Studio&amp;lt;br/&amp;gt;&lt;br /&gt;
Sponsor of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Staff/Cast&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium Chairperson&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Address or Affiliation&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Country&amp;lt;br/&amp;gt;&lt;br /&gt;
Electronic Address of Author&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/topic&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;keywords&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description (abstract | tableOfContents)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;tableOfContents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;annotation&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;contents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Contributor&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;editor?&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Book/Report/Volume Editor&amp;lt;br/&amp;gt;&lt;br /&gt;
Producer&amp;lt;br/&amp;gt;&lt;br /&gt;
Translator&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;originInfo/dateIssued&amp;lt;br/&amp;gt;originInfo/dateCreated&amp;lt;br/&amp;gt;originInfo/dateCaptured&amp;lt;br/&amp;gt;originInfo/dateOther&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;month&amp;lt;br/&amp;gt;year&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Copyright Year&amp;lt;br/&amp;gt;Date-generic&amp;lt;br/&amp;gt;Date of conference&amp;lt;br/&amp;gt;Date of Publication&amp;lt;br/&amp;gt;Date of Update/Revisou/Issuance of Database Record&amp;lt;br/&amp;gt;Former Date&amp;lt;br/&amp;gt;Entry date for Database Record&amp;lt;br/&amp;gt;Database Update&amp;lt;br/&amp;gt;Year of Publication&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;typeOfResource&amp;lt;br/&amp;gt;genre&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;@class&amp;lt;br/&amp;gt;type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Format (extent | medium)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;physicalDescription/internetMediaType&amp;lt;br/&amp;gt;physicalDescription/extent&amp;lt;br/&amp;gt;physicalDescription/form&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;howpublished&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier (bibliographicCitation)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;ISSN&amp;lt;br/&amp;gt;LCCN&amp;lt;br/&amp;gt;URL&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;Identifier&amp;lt;br/&amp;gt;Report Identfier&amp;lt;br/&amp;gt;ISSN&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Source&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Relation (...)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem/...&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;crossRef&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Coverage (spacial | temporal)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/temporal&amp;lt;br/&amp;gt;subject/geographic&amp;lt;br/&amp;gt;subject/hierarchicalGeographic&amp;lt;br/&amp;gt;subject/cartographics&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;classifications&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Rights (accessRights | license)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;accessConditions&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;copyright&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Publisher Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Place of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Country of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Generic Address&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;audience (educationLevel | mediator)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;targetAudience&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;accualMethod&amp;lt;br/&amp;gt;accualPeriodicaty&amp;lt;br/&amp;gt;accualPolicy&amp;lt;br/&amp;gt;instrcutionalMethod&amp;lt;br/&amp;gt;provenance&amp;lt;br/&amp;gt;rightsHolder&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;location&amp;lt;br/&amp;gt;extension&amp;lt;br/&amp;gt;recordInfo&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;address&amp;lt;br/&amp;gt;afflilication&amp;lt;br/&amp;gt;location&amp;lt;br/&amp;gt;edition&amp;lt;br/&amp;gt;institution&amp;lt;br/&amp;gt;journal&amp;lt;br/&amp;gt;key&amp;lt;br/&amp;gt;mrnumber&amp;lt;br/&amp;gt;organization&amp;lt;br/&amp;gt;price&amp;lt;br/&amp;gt;school&amp;lt;br/&amp;gt;size&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;(the following need to be mapped to the above rows or left here as other)&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Source&amp;lt;br/&amp;gt;&lt;br /&gt;
Databse Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Producer Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Rights Management&amp;lt;br/&amp;gt;&lt;br /&gt;
Subfile&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Source Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Vendor Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Vendor Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Column Number&amp;lt;br/&amp;gt;&lt;br /&gt;
Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Frequency of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Internet Location for Document&amp;lt;br/&amp;gt;&lt;br /&gt;
Supplement/Part/Sp*cial number identifer&amp;lt;br/&amp;gt;&lt;br /&gt;
Issue Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Location in Work&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of the Chapter&amp;lt;br/&amp;gt;&lt;br /&gt;
Number in Series&amp;lt;br/&amp;gt;&lt;br /&gt;
Volume Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Section Indentifier&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dublin Core Metadata ==&lt;br /&gt;
[http://dublincore.org/ Dublin Core] metadata uses a small vocabulary to describe the data.&lt;br /&gt;
* contributor&lt;br /&gt;
* coverage&lt;br /&gt;
* creator&lt;br /&gt;
* date&lt;br /&gt;
* description&lt;br /&gt;
* format&lt;br /&gt;
* identifier&lt;br /&gt;
* language&lt;br /&gt;
* publisher&lt;br /&gt;
* relation&lt;br /&gt;
* rights&lt;br /&gt;
* source&lt;br /&gt;
* subject&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
&lt;br /&gt;
From those there are special-ised types which are just refinements of the previous, for example:&lt;br /&gt;
&lt;br /&gt;
* abstract refines description.&lt;br /&gt;
* accessRights refines rights&lt;br /&gt;
&lt;br /&gt;
[http://dublincore.org/documents/dc-citation-guidelines/ Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata]&lt;br /&gt;
&lt;br /&gt;
== MODS (Metadata Object Description Schema) ==&lt;br /&gt;
This is a format developed for the Library of Congress for a bibliographic element set that may be used for a variety of purposes, and particularly for library applications. &lt;br /&gt;
&lt;br /&gt;
[http://www.loc.gov/standards/mods/ http://www.loc.gov/standards/mods/]&lt;br /&gt;
&lt;br /&gt;
(the schema is very big, once i devote the proper time to review it, i will post more about the structure -brian)&lt;br /&gt;
&lt;br /&gt;
== NLM Journal Publishing DTD ==&lt;br /&gt;
&lt;br /&gt;
[http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html]&lt;br /&gt;
&lt;br /&gt;
The [http://dtd.nlm.nih.gov/publishing/tag-library/ NLM Journal Publishing DTD] defines the schema used for publishing journal articles as XML. The &amp;lt;pre&amp;gt;&amp;lt;citation&amp;gt;&amp;lt;/pre&amp;gt; element can be placed with paragraphs or within a &amp;lt;pre&amp;gt;&amp;lt;ref-list&amp;gt;&amp;lt;/pre&amp;gt; element at the end of the article.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Although the DTD does not enforce it, a citation to a journal article should be tagged with as many as possible of the following, so that PubMed Central, CrossRef, or other matching service can make the citation into a live link:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;source&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The title of a journal, book, conference proceedings, etc. that is the source of the cited material. (Note: In PubMed Central processing, this is typically the MEDLINE abbreviation of the journal name.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;article-title&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Title of the article&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;volume&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Volume of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;issue&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Issue of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;fpage&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Page number on which the article starts&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Name of an author or editor&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;year&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Year of publication&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;month&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Month of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;day&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Date of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other elements (described [http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html here]) may be tagged if desired. Use the &amp;lt;source&amp;gt; element for titles of books, conference proceedings, etc.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
== XMLResume ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubs (pub+)&amp;gt;&lt;br /&gt;
&amp;lt;!ENTITY % pubElements &amp;quot;(artTitle|bookTitle|author|date|pubDate|publisher|pageNums|url)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pub (para | %pubElements;)*&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST pub id ID #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT artTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT bookTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT author (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST author name IDREF #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubDate (month?, year)&amp;gt; &amp;lt;!-- Deprecated in 1.4.0. --&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT publisher (#PCDATA | link | url)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pageNums (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* title (article/book)&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
== BibTeX ==&lt;br /&gt;
=== Fields Used by Bibtex ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;abstract:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An abstract of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;address:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Publisher's address. For major publishing houses,&lt;br /&gt;
just the city is given. For small publishers, you can help the reader by giving the complete address.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;affiliation:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The author's affiliation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;annote:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An annotation. It is not used by he standard bibliography styles, but may be used by others that produce an annotated bibliography.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;author:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name(s) of the author(s).&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booktitle:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Title of a book, part of which is being cited. For book entries, use the &amp;lt;strong&amp;gt;title&amp;lt;/strong&amp;gt; field instead.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;chapter:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A chapter (or section) number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;contents:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Table of Contents.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;copyright:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Copyright information.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;crossref:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The database key of the entry being cross-referenced.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;edition:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The edition of a book - for example&lt;br /&gt;
        &amp;amp;quot;Second&amp;amp;quot;. Notice that it is in capitals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;editor:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name(s) of editor(s). If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;howpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;How something strange has been published. The first word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;institution:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The sponsoring institution of a technical report.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISBN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Book Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISSN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Serial Number. Used to&lt;br /&gt;
        identify a journal.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;journal:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A journal name. Abbreviations are provided for many journals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;key:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Used for alphabetizing and creating a label when the author and editor fields are missing. This field should not be confused with the key that appears at the beginning of the reference.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;keywords:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Key words used for searching or possibly for annotation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;language:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The language the document is written in.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;LCCN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The Library of Congress Call Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;location:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A location associated with the entry, such as the city in which a conference took place.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;month:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The month in which the work was published or, for an unpublished work, in which it was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;mrnumber:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The &amp;lt;em&amp;gt;Mathematical Reviews&amp;lt;/em&amp;gt; number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;note:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Any additional information that can help the reader. First word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;number:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;organization:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The organization that sponsors a conference or publishes a manual.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;pages:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;One or more page numbers or ranges of number, such as 37--42, or 7,53,82--94.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;price:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The price of the material.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;publisher:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The publisher's name.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;school:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name of the school where a thesis was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;series:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Then name given a series or set of books. When citing an entire book, the title field gives its title and the optional series field gives the name of a series in which the book was published.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;size:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The physical dimensions of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;title:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The work's title.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;type:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The type of technical report - for example,&lt;br /&gt;
        &amp;amp;quot;Research Note&amp;amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;url:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The WWW Universal Resource Locator that points to the item being referenced. Often used for technical reports to point to the FTP site where it resides.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;volume:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The volume of a journal or multivolume book.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;year:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The year of publication or, for an unpublished work, the year it was written. It should only consist of numerals, such as 1976.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BibTeX citation Types ===&lt;br /&gt;
A reference can be to any of a variety of types. Following is a list of types. Each one also explains the fields associated with that type. Any fields not listed as required or optional are considered to be ignored.&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;article:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article from a journal or magazine. Required fields: author, title, journal, year. Optional fields: volume, number, pages, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;book:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booklet:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A work that is printed and bound, but without a named publisher or sponsoring institution. Required fields: title. Optional fields: author, howpublished, address, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;collection:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A collection of works. Same as Proceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;conference:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The same as Inproceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inbook:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book, which may be a chapter and/or arange of pages. Required fields: author or editor, title, chapter and/or pages, publisher, year. Optional fields: volumer, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;incollection:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book with its own title. Required fields: author, title, booktitle, publisher, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inproceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article in a conference proceedings. Required fields: author, title, booktitle, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;manual:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Technical documentation. Required fields: title. Optional fields: author, organization, address, edition, month, year, note.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;mastersthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Master's thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;misc:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Use this type when nothing else fits. Required fields: none. Optional fields: author, title, howpublished, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;patent:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A patent.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;phdthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Ph.D. thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;proceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The proceedings of a conference. Required fields: title, year. Optional fields: editor, publisher, organization, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;techreport:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A report published by a school or other institution, usually numbered within a series. Required fields: author, title, institution, year. Optional fields: type, number, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;unpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A document with an author and title, but not formally published. Required fields: author, title, note. Optional fields: month, year, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
@book{kn:gnus,&lt;br /&gt;
&lt;br /&gt;
AUTHOR = &amp;quot;Donald E. Knudson&amp;quot;,&lt;br /&gt;
TITLE = &amp;quot;1966 World Gnus Almanac&amp;quot;,&lt;br /&gt;
PUBLISHER = {Permafrost Press},&lt;br /&gt;
ADDRESS = {Novosibirsk} }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; id=&amp;quot;kn:gnus&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;Donald E. Knudson&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;1966 World Gnus Almanac&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;publisher&amp;quot;&amp;gt;Permafrost Press&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;address&amp;quot;&amp;gt;Novosibirsk&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@article{XAi_HSCheng_1994a,&lt;br /&gt;
&lt;br /&gt;
author = &amp;quot;X. Ai and H. S. Cheng&amp;quot;,&lt;br /&gt;
title = &amp;quot;Influence of moving dent on point {EHL} contacts&amp;quot;,&lt;br /&gt;
journal = &amp;quot;Tribol. Trans.&amp;quot;,&lt;br /&gt;
volume = &amp;quot;37&amp;quot;,&lt;br /&gt;
year = &amp;quot;1994&amp;quot;,&lt;br /&gt;
pages = &amp;quot;323--335&amp;quot;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;article&amp;quot; id=&amp;quot;XAi_HSCheng_1994a&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;X. Ai and H. S. Cheng&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;Influence of moving dent on point {EHL} contacts&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;journal&amp;quot;&amp;gt;Tribol. Trans.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;volume&amp;quot;&amp;gt;37&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;year&amp;quot;&amp;gt;1994&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;pages&amp;quot;&amp;gt;323--335&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;
===Bib-enabled Applications===&lt;br /&gt;
&lt;br /&gt;
Reference-management applications that support the bib format.  &amp;lt;strong&amp;gt;This is an incomplete list&amp;lt;/strong&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Desktop Applications====&lt;br /&gt;
* [http://www.endnote.com EndNote] (Large market share) (but not really BiBTeX oriented, importation macros are old and you must first use Jabref and export to Endnote formats)&lt;br /&gt;
* [http://bibdesk.sourceforge.net/ BibDesk]&lt;br /&gt;
* [http://www.mackichan.com/index.html?bibdb/default.htm~mainFrame BibDB]&lt;br /&gt;
* [http://sourceforge.net/projects/bib-it/ Bib-it]&lt;br /&gt;
* [http://jabref.sourceforge.net Jabref] Probably the most useful application because of its facility to search Pubmed (and also to export in many other formats).&lt;br /&gt;
* Large list of other apps at [http://dmoz.org/Computers/Software/Typesetting/TeX/BibTeX/ dmoz] and [http://en.wikipedia.org/wiki/BibTeX#Software Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Web Applications====&lt;br /&gt;
* [http://www.refworks.com RefWorks] (Large market share)&lt;br /&gt;
* [http://www.citeulike.org/ CiteULike]&lt;br /&gt;
* [http://citeseer.ist.psu.edu/ CiteSeer]&lt;br /&gt;
* [http://www.bibsonomy.org/ BibSonomy]&lt;br /&gt;
* [http://www.connotea.org Connotea]&lt;br /&gt;
* [http://www.2ndminute.org:8080/amatex Amatex - converts Amazon to Bib format]&lt;br /&gt;
* Many others can be found at [http://en.wikipedia.org/wiki/BibTeX#External_links Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Academic Databases====&lt;br /&gt;
* [http://academic.live.com/ Windows Live Academic Search]&lt;br /&gt;
* [http://portal.acm.org/dl.cfm?dl=ACM ACM Digital Library]&lt;br /&gt;
* [http://www.ncbi.nlm.nih.gov/books/bv.fcgi PubMed] via TexMed&lt;br /&gt;
&lt;br /&gt;
== RIS ==&lt;br /&gt;
&lt;br /&gt;
RIS is similar to BibTeX and is handled by most desktop and web-based bibliography management software.&lt;br /&gt;
&lt;br /&gt;
The specification and field types/tags are described at [http://www.refman.com/support/risformat_intro.asp http://www.refman.com/support/risformat_intro.asp]&lt;br /&gt;
&lt;br /&gt;
In particular, see [http://www.refman.com/support/risformat_reftypes.asp the list of different reference types].&lt;br /&gt;
&lt;br /&gt;
A sample item in RIS format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TY  - JOUR&lt;br /&gt;
A1  - Baldwin,S.A.&lt;br /&gt;
A1  - Fugaccia,I.&lt;br /&gt;
A1  - Brown,D.R.&lt;br /&gt;
A1  - Brown,L.V.&lt;br /&gt;
A1  - Scheff,S.W.&lt;br /&gt;
T1  - Blood-brain barrier breach following&lt;br /&gt;
cortical contusion in the rat&lt;br /&gt;
JO  - J.Neurosurg.&lt;br /&gt;
Y1  - 1996&lt;br /&gt;
VL  - 85&lt;br /&gt;
SP  - 476&lt;br /&gt;
EP  - 481&lt;br /&gt;
RP  - Not In File&lt;br /&gt;
KW  - cortical contusion&lt;br /&gt;
KW  - blood-brain barrier&lt;br /&gt;
KW  - horseradish peroxidase&lt;br /&gt;
KW  - head trauma&lt;br /&gt;
KW  - hippocampus&lt;br /&gt;
KW  - rat&lt;br /&gt;
ER  -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www-static.cc.gatech.edu/classes/RWL/Projects/citation/Applet/OnlineHelp/refer_doc.html Refer] is a similar, smaller bibliographic format.&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
* Identifier&lt;br /&gt;
* notes/abstract&lt;br /&gt;
* reprint status&lt;br /&gt;
* keyword&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
* periodical name (where published)&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher city&lt;br /&gt;
** publisher address&lt;br /&gt;
* related links&lt;br /&gt;
* link to PDF&lt;br /&gt;
* availablity&lt;br /&gt;
&lt;br /&gt;
== OpenURL ==&lt;br /&gt;
&lt;br /&gt;
OpenURL aka [http://www.niso.org/standards/standard_detail.cfm?std_id=783 Z39.88] defines a standard way of bundling citation data in a URL. It is widely deployed in academic libraries around the world to provide access to licensed content via link resolvers such as [http://www.exlibrisgroup.com/sfx_openurl.htm SFX]. The Context Object in Span ([http://ocoins.info/ COinS]) community standard represents one way to embed OpenURLs in XHTML without including a resolver target. OpenURL also provides an XML encoding.&lt;br /&gt;
&lt;br /&gt;
Example (from a book review written using the Structured Blogging plugin):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;ISBN&amp;lt;/b&amp;gt;: &amp;lt;span class='Z3988'&lt;br /&gt;
title='ctx_ver=Z39.88-2004&amp;amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;amp;amp;rft.isbn=0679426612'&amp;gt;&lt;br /&gt;
0679426612&amp;lt;/span&amp;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;
Another example, a journal this time:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rft.issn=1045-4438&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As you can see this isn't very much like semantic XHTML at all. However significant work has gone into defining the set of Key/Encoded Values (KEVs) that can be used in various [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=ListRecords&amp;amp;metadataPrefix=oai_dc&amp;amp;set=Core:Metadata+Formats types] of citations: [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:book book], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:dissertation dissertation], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:journal journal], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:patent patent]. It would be possible to simply provide a standard XHTML bundling for these keys as a microformat.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;openurl-journal&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;aulast&amp;quot;&amp;gt;Berners-Lee&amp;lt;/span&amp;gt;, &lt;br /&gt;
   &amp;lt;span class=&amp;quot;aufirst&amp;quot;&amp;gt;Tim&amp;lt;/a&amp;gt;; Hendler, James; Lassila, Ora.&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;quot;&amp;lt;span class=&amp;quot;atitle&amp;quot;&amp;gt;The Semantic Web&amp;lt;/span&amp;gt;&amp;quot;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;jtitle&amp;quot;&amp;gt;Scientific American&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;284&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;), pp.&lt;br /&gt;
   pp. &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;34-43&amp;lt;/span&amp;gt;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;issn&amp;quot;&amp;gt;0036-8733&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using OpenURL in this way would enable third party applications that could, say grab citation metadata from a blog, and without much work fire it off at your university's or public libraries openurl resolver to see if the article is available via a licensed databases. The benefits [http://www.infotoday.com/newsbreaks/nb050801-1.shtml have] [http://www.ariadne.ac.uk/issue43/chudnov/ been] [http://www.wallandbinkley.com/quaedam/?p=30 noted] [http://hublog.hubmed.org/archives/001163.html elsewhere].&lt;br /&gt;
&lt;br /&gt;
== The OpenURL Briefly Explained ==&lt;br /&gt;
&lt;br /&gt;
An OpenURL consists of two independent parts:  the ContextObject (or the bibliographic metadata surrounding a citation) and the location of resolver to parse the metadata and present contextual services based on said metadata.  The problem is that the term &amp;quot;OpenURL&amp;quot; is also used as a catch-all for all of the independent parts and how they work.  This is mainly because it's a catchier term than &amp;quot;Z39.88&amp;quot;, which is the [http://www.niso.org/standards/standard_detail.cfm?std_id=783 NISO standard all this is based upon].&lt;br /&gt;
&lt;br /&gt;
The most common representation of the OpenURL ContextObject is seen as arguments in a URL string (which is referred to as &amp;quot;San Antonio Profile 1&amp;quot; -- more commonly SAP1 -- and is represented in Key Encoded Values -- KEVs).  This &amp;quot;representation&amp;quot; is independent of the ContextObject (from here on known as CO) itself and is only intended to permit the CO to be transmitted via an HTTP GET request.&lt;br /&gt;
&lt;br /&gt;
There is also SAP2, which is an XML representation of the CO (see:  [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&amp;amp;metadataPrefix=oai_dc&amp;amp;identifier=info:ofi/fmt:xml:xsd:ctx here]  for more information) and is a much more human readable format.  This still falls outside the scope of microformats, but makes the point that encoding has nothing to do with the CO itself.  They are just agreed upon means of conveying the CO to enable machines act upon them consistently.&lt;br /&gt;
&lt;br /&gt;
The ContextObject could be conveyed just as easily in XHTML using attributes, as long as the terms follow the vocabulary defined in the OpenURL framework.  The important thing to focus on here is the ContextObject -- the address of the link resolver ''is'' institution-specific and should be handled by a user's (or machine's) activating agent.&lt;br /&gt;
&lt;br /&gt;
However, the link resolver is still a very important component to this whole process.  Getting users &amp;quot;appropriate copy&amp;quot; is a very real (and very difficult) problem that libraries are trying to solve.  Link resolvers are a pretty efficient means of overcoming this hurdle, so it would make sense to mark up bibiographic citations in a way that link resolvers can easily parse.&lt;br /&gt;
&lt;br /&gt;
== Z39.80 ==&lt;br /&gt;
I'm not sure the best place for a guide to Z39.80 so please add links as you see fit:&lt;br /&gt;
&lt;br /&gt;
[http://www.niso.org/standards/resources/drft4rev.html http://www.niso.org/standards/resources/drft4rev.html]&lt;br /&gt;
&lt;br /&gt;
== DocBook ==&lt;br /&gt;
&lt;br /&gt;
A subset of the DocBook vocabulary is dedicated to representing a bibliography: http://www.docbook.org/tdg/en/html/bibliography.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE bibliography PUBLIC &amp;quot;-//OASIS//DTD DocBook XML V4.1.2//EN&amp;quot;&lt;br /&gt;
          &amp;quot;http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Languages and Semantics&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;bibliodiv&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Books&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;biblioentry&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Course in General Linguistics&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;abbrev&amp;gt;deSaussure59&amp;lt;/abbrev&amp;gt;&lt;br /&gt;
      &amp;lt;author&amp;gt;&amp;lt;firstname&amp;gt;Ferdinand&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;de Saussure&amp;lt;/surname&amp;gt;&amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Charles&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Bally&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Albert&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Sechehaye&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;othercredit role=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;firstname&amp;gt;Wade&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Baskin&amp;lt;/surname&amp;gt;&amp;lt;/othercredit&amp;gt;&lt;br /&gt;
      &amp;lt;copyright&amp;gt;&lt;br /&gt;
        &amp;lt;year&amp;gt;1959&amp;lt;/year&amp;gt;&lt;br /&gt;
        &amp;lt;holder&amp;gt;The Philosophical Library Inc.&amp;lt;/holder&amp;gt;&lt;br /&gt;
      &amp;lt;/copyright&amp;gt;&lt;br /&gt;
      &amp;lt;isbn&amp;gt;07-016524-6&amp;lt;/isbn&amp;gt;&lt;br /&gt;
      &amp;lt;publisher&amp;gt;&lt;br /&gt;
        &amp;lt;publishername&amp;gt;McGraw-Hill Book Company&amp;lt;/publishername&amp;gt;&lt;br /&gt;
      &amp;lt;/publisher&amp;gt;  &lt;br /&gt;
    &amp;lt;/biblioentry&amp;gt;&lt;br /&gt;
  &amp;lt;/bibliodiv&amp;gt;&lt;br /&gt;
&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* publisher&lt;br /&gt;
* copyright&lt;br /&gt;
* identifier (ISBN)&lt;br /&gt;
* title&lt;br /&gt;
* author/editor/other credit/&lt;br /&gt;
* type (book)&lt;br /&gt;
&lt;br /&gt;
== Ann Arbor District Library XML feed ==&lt;br /&gt;
&lt;br /&gt;
Here's a record in XML format from their project to simplify&lt;br /&gt;
access to the catalog.  More discussion on [http://www.blyberg.net John Blyberg's blog].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p:Record&amp;gt;&lt;br /&gt;
  &amp;lt;callnum&amp;gt;823 Bu&amp;lt;/callnum&amp;gt;&lt;br /&gt;
  &amp;lt;author&amp;gt;Burkart, Gina, 1971-&amp;lt;/author&amp;gt;&lt;br /&gt;
  &amp;lt;fulltitle&amp;gt;A parent's guide to Harry Potter / Gina Burkart&amp;lt;/fulltitle&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;A parent's guide to Harry Potter &amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;pubinfo&amp;gt;Downers Grove, Ill. : InterVarsity Press, c2005&amp;lt;/pubinfo&amp;gt;&lt;br /&gt;
  &amp;lt;desc&amp;gt;112 p&amp;lt;/desc&amp;gt;&lt;br /&gt;
  &amp;lt;bibliography&amp;gt;Includes bibliographical references&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;contents&amp;gt;&lt;br /&gt;
    The Harry hype -- More than a story -- The modern fairy tale -- Discussing fantasy with children --&lt;br /&gt;
    Morals, not magic -- The real issues in Harry Potter -- Dealing with traumatic experiences -- Facing &lt;br /&gt;
    fears -- Battling bullies -- Delving into diversity -- Hiding hurts -- Letting go of anger -- Getting &lt;br /&gt;
    help -- Choosing good over evil -- The power of love -- Facing spiritual battles&lt;br /&gt;
  &amp;lt;/contents&amp;gt;&lt;br /&gt;
  &amp;lt;isbn&amp;gt;0830832882&amp;lt;/isbn&amp;gt;&lt;br /&gt;
  &amp;lt;price&amp;gt;$11.00&amp;lt;/price&amp;gt;&lt;br /&gt;
  &amp;lt;lang&amp;gt;eng&amp;lt;/lang&amp;gt;&lt;br /&gt;
  &amp;lt;copies&amp;gt;0&amp;lt;/copies&amp;gt;&lt;br /&gt;
  &amp;lt;catdate&amp;gt;08-16-2005&amp;lt;/catdate&amp;gt;&lt;br /&gt;
  &amp;lt;mattype&amp;gt;a&amp;lt;/mattype&amp;gt;&lt;br /&gt;
  &amp;lt;avail&amp;gt;No copies available&amp;lt;/avail&amp;gt;&lt;br /&gt;
  &amp;lt;recordlink xlink:href=&amp;quot;http://www.aadl.org/cat/seek/record=1249810&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/p:Record&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* url&lt;br /&gt;
* availablity&lt;br /&gt;
* identifier (ISBN/call number)&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* description/contents&lt;br /&gt;
&lt;br /&gt;
== SimpleDC supported by the zoom toolkit ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dc xmlns=&amp;quot;http/www.loc.gov/zing/srw/dcschema/v1.0/&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;title&amp;gt;Kantor Salomon Sulzer und seine Zeit : eine Dokumentation /&amp;lt;/title&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Avenary, Hanoch.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Pass, Walter.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Vielmetti, Nikolaus.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Adler, Israel, (1925-)&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Sulzer, Salomon, -- 1804-1890.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Jewish composers -- Austria -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Cantors, Jewish -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;date&amp;gt;1985&amp;lt;/date&amp;gt;&lt;br /&gt;
 &amp;lt;publisher&amp;gt;Sigmaringen : Jan Thorbecke Verlag&amp;lt;/publisher&amp;gt;&lt;br /&gt;
 &amp;lt;identifier&amp;gt;3799540636&amp;lt;/identifier&amp;gt;&lt;br /&gt;
 &amp;lt;description&amp;gt;300 p., [12] p. of plates : ill., music, ports. ; 24 cm.&amp;lt;/description&amp;gt;&lt;br /&gt;
&amp;lt;/dc&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this is the output of marc.toSimpleDC()&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* subjects&lt;br /&gt;
* date&lt;br /&gt;
* publisher&lt;br /&gt;
* identifier&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
(NOTE: this schema is from the example, not the source schema)&lt;br /&gt;
&lt;br /&gt;
== SRU from the Library of Congress ==&lt;br /&gt;
&lt;br /&gt;
http://z3950.loc.gov:7090/voyager?version=1.1&amp;amp;operation=searchRetrieve&amp;amp;query=dinosaur&amp;amp;maximumRecords=1&amp;amp;recordSchema=dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;zs:searchRetrieveResponse xmlns:zs=&amp;quot;http://www.loc.gov/zing/srw/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;zs:version&amp;gt;1.1&amp;lt;/zs:version&amp;gt;&lt;br /&gt;
  &amp;lt;zs:numberOfRecords&amp;gt;1701&amp;lt;/zs:numberOfRecords&amp;gt;&lt;br /&gt;
  &amp;lt;zs:records&amp;gt;&lt;br /&gt;
    &amp;lt;zs:record&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordSchema&amp;gt;info:srw/schema/1/dc-v1.1&amp;lt;/zs:recordSchema&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPacking&amp;gt;xml&amp;lt;/zs:recordPacking&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordData&amp;gt;&lt;br /&gt;
        &amp;lt;srw_dc:dc xmlns:srw_dc=&amp;quot;info:srw/schema/1/dc-schema&amp;quot; &lt;br /&gt;
             xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; &lt;br /&gt;
             xmlns=&amp;quot;http://purl.org/dc/elements/1.1/&amp;quot; &lt;br /&gt;
             xsi:schemaLocation=&amp;quot;info:srw/schema/1/dc-schema http://www.loc.gov/z3950/agency/zing/srw/dc-schema.xsd&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;title&amp;gt;3-D dinosaur adventure [computer file].&amp;lt;/title&amp;gt;&lt;br /&gt;
          &amp;lt;creator&amp;gt;Knowledge Adventure, Inc.&amp;lt;/creator&amp;gt;&lt;br /&gt;
          &amp;lt;type&amp;gt;software, multimedia&amp;lt;/type&amp;gt;&lt;br /&gt;
          &amp;lt;publisher&amp;gt;Glendale, CA : Knowledge Adventure,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;date&amp;gt;c1995.&amp;lt;/date&amp;gt;&lt;br /&gt;
          &amp;lt;language&amp;gt;eng&amp;lt;/language&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of &lt;br /&gt;
            paleontology. Includes animated video simulations, three-dimensional dinosaur museum, narration,&lt;br /&gt;
            games, activities, and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for PC: 486SX/25MHz processor or higher; 8MB RAM; Windows 3.1, &lt;br /&gt;
            3.11, or 95; SVGA 256-color graphics adapter; hard drive with 5MB free space; double-speed CD-ROM&lt;br /&gt;
            drive; MPC-compatible sound card; mouse.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for Macintosh: 68040 or Power PC processor; 8MB RAM; System 7.0 or&lt;br /&gt;
            higher; 256-color graphics capability; thirteen-inch color monitor or larger; hard drive with 4MB&lt;br /&gt;
            free space; double-speed CD-ROM drive.&amp;lt;/description&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of paleontology.&lt;br /&gt;
            Includes animated video simulations, three-dimensional dinosaur museum, narration, games, activities, &lt;br /&gt;
            and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs--Juvenile software.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;identifier&amp;gt;URN:ISBN:1569972133&amp;lt;/identifier&amp;gt;&lt;br /&gt;
        &amp;lt;/srw_dc:dc&amp;gt;&lt;br /&gt;
      &amp;lt;/zs:recordData&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPosition&amp;gt;1&amp;lt;/zs:recordPosition&amp;gt;&lt;br /&gt;
    &amp;lt;/zs:record&amp;gt;&lt;br /&gt;
  &amp;lt;/zs:records&amp;gt;&lt;br /&gt;
&amp;lt;/zs:searchRetrieveResponse&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: this is just Dublin Core data in a sp*cial LOC envelope&lt;br /&gt;
&lt;br /&gt;
:LOC also delivers [http://www.loc.gov/standards/marcxml/ MARCXML], and [http://www.loc.gov/standards/mods/ MODS], see http://z3950.loc.gov:7090/voyager?version=1.1&amp;amp;operation=explain -- [[User:JakobVoss|JakobVoss]] 05:37, 26 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== University of Bath reference type ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;E&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;M&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Phillips&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;D&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;S&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Pugh&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1994&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;book title=&amp;quot;How to get a PhD:  A handbook for students and their supervisors&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;location&amp;gt;&lt;br /&gt;
						&amp;lt;placeofpublication&amp;gt;Buckinghamshire&amp;lt;/placeofpublication&amp;gt;&lt;br /&gt;
						&amp;lt;publisher&amp;gt;Open University&amp;lt;/publisher&amp;gt;&lt;br /&gt;
					&amp;lt;/location&amp;gt;&lt;br /&gt;
				&amp;lt;/book&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;Michael&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Fumento&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;website pagetitle=&amp;quot;Radon&amp;amp;apos;s Real Threat is to the EPA&amp;quot; &lt;br /&gt;
uri=&amp;quot;http://www.consumeralert.org/fumento/radon1.htm&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
			&amp;lt;frdescription&amp;gt;an article by a prolific newspaper columnist in the USA - &lt;br /&gt;
quotes empirical scientific research showing no provable link between radon in homes and elevated &lt;br /&gt;
cases of lung cancer&amp;lt;/frdescription&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.bath.ac.uk/schemas/screenshots/referencetype.png Schema extract]&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* date&lt;br /&gt;
* url&lt;br /&gt;
* description&lt;br /&gt;
* type (book/journal/conference)&lt;br /&gt;
* title&lt;br /&gt;
* artile&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* chapter&lt;br /&gt;
* pages&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher data (address, city, ...)&lt;br /&gt;
&lt;br /&gt;
== Implied Schema ==&lt;br /&gt;
This is the start of the short list of common properties across documented formats. Once this is finished, there will be a union of Implied schemas between EXAMPLES and IMPLEMENTATIONS and we will see what that looks like. (This currently only covers a few of the formats listed, some documented formats still need to be explored)&lt;br /&gt;
&lt;br /&gt;
* creator (author, editor, translator, contributor) - this can be handled with hCard, but will need an additional property to refine what &amp;quot;creator&amp;quot; means&lt;br /&gt;
* publisher (this can also be handled with hCard)&lt;br /&gt;
* subject/topics/keywords/categories/genre (there is a rel=&amp;quot;tag&amp;quot; microformat)&lt;br /&gt;
* Description (abstract, note, tableOfContents)&lt;br /&gt;
* typeOfResource/format&lt;br /&gt;
&lt;br /&gt;
common location information&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* edition&lt;br /&gt;
&lt;br /&gt;
Date Fields&lt;br /&gt;
* Date Published (some formats have YEAR/MONTH sperately)&lt;br /&gt;
* Date Accessed (see [http://www.apastyle.org/elecsource.html here] for discussion from APA style guide.)&lt;br /&gt;
&lt;br /&gt;
Again, I'll emphasize: &amp;quot;date published&amp;quot; is problematic. If one needs specificity, then better to have the following list of date classes: date (the generic), issued (braoder than published), copyright (often not the same as issuance date), accessed. -- bruce&lt;br /&gt;
&lt;br /&gt;
Other fields&lt;br /&gt;
* Copyright/usage&lt;br /&gt;
* audience&lt;br /&gt;
&lt;br /&gt;
* identifier (ISBN, ISSN, id, internal only, other)&lt;br /&gt;
* language (this can be handled by the xml:lang attribute native to HTML)&lt;br /&gt;
&lt;br /&gt;
== Types and Roles ==&lt;br /&gt;
(Section is informative only as a place to capture various parts of publication citations.)&lt;br /&gt;
&lt;br /&gt;
There are many different types of publications and this information should be captured in the citation. Possible types include:&lt;br /&gt;
* Novel/fiction (specify type -- literature, SF, romance, etc.?)&lt;br /&gt;
* Non-fiction&lt;br /&gt;
* Poem&lt;br /&gt;
* Play&lt;br /&gt;
* Magazine&lt;br /&gt;
* Reference (separate out encyclopedia, dictionary, almanac, etc.?)&lt;br /&gt;
* Journal&lt;br /&gt;
* Article within a journal&lt;br /&gt;
* Chapter within a book&lt;br /&gt;
* Dissertation&lt;br /&gt;
* Web Site&lt;br /&gt;
* Page within a web site&lt;br /&gt;
* Music Recording&lt;br /&gt;
* Video Recording&lt;br /&gt;
* Interview&lt;br /&gt;
* Physical object (Statue, Painting, etc.)&lt;br /&gt;
* ??&lt;br /&gt;
&lt;br /&gt;
Question: &lt;br /&gt;
Certain works have specific types of citations, for example, the Bible--and, I assume, other religious works--have very specific citation formats with different relevant information (chapter/verse) than others, as do the works of Shakespeare. Should these be considered separate types/roles?&lt;br /&gt;
&lt;br /&gt;
A: I think in terms of types, we should at least note the items (chapter, verse, etc). How they get dealt with is still way up in the air. - [[User:Tim White|Tim White]]&lt;br /&gt;
&lt;br /&gt;
Likewise, there are several different roles associated with publications -- author, co-author, editor, translator, etc. Should these be captured under a master &amp;quot;role&amp;quot; or treated as individual elements?&lt;br /&gt;
&lt;br /&gt;
A: Good question. I think there is an important distinction, but whether we follow a design pattern of &amp;quot;role-*&amp;quot; (or more likely &amp;quot;author-*) or some other pattern hasn't been discussed yet. - Tim&lt;br /&gt;
&lt;br /&gt;
== Biblio RDF Class Schema ==&lt;br /&gt;
Regading the issue of types notes above, the [http://vocab.org/biblio/schema biblio schema] provides a comprehensive set of classes to describe citation metadata. It might prove useful as a guide for a micro-format. The primary classes are Agent, Reference, Collection, and Event. An &amp;quot;Article&amp;quot;, then, would be a subclass of &amp;quot;Part&amp;quot;, which in turn is a subclass of Reference. Likewise, a &amp;quot;Journal&amp;quot; is a subclass of a &amp;quot;Periodical,&amp;quot; which in turn is a subclass of &amp;quot;Collection.&amp;quot; An article would typically be linked to a journal through a dcterms:isPartOf relation.&lt;br /&gt;
&lt;br /&gt;
== ISBN Uniform Resource Names ==&lt;br /&gt;
&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc3187.html RFC3187] defines an ISBN namespace for Uniform Resource Names (URNs).&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
URN:ISBN:0-395-36341-1&lt;br /&gt;
&lt;br /&gt;
I'm not sure if any browser uses this data, but it might have an application in citations describing registered materials with an ISBN.&lt;br /&gt;
&lt;br /&gt;
There is also a URN namespace for ISSN (International Standard Serial Number), which identifies serials/periodicals e.g. [http://alistapart.com A List Apart].  It is defined in [http://www.faqs.org/rfcs/rfc3044.html RFC3044].  Additional URN namespaces are listed at http://www.iana.org/assignments/urn-namespaces.&lt;br /&gt;
&lt;br /&gt;
== You should know == &lt;br /&gt;
* There are more then 1.300 citation ''styles'' in EndNote 9.&lt;br /&gt;
* Libraries have developed formats and rules for publications since more than 100 years. There are millions of records in library catalougues. You should '''at least''' be familiar with AACR and FRBR. There '''already are''' effords to create a new &amp;quot;microformat&amp;quot; called ''Resource Description and Access'' (RDA) [http://www.collectionscanada.ca/jsc/rdaprospectus.html]. Why don't you try to work with the professionals instead of amateurishly trying to reinvent the wheel and create yet another incompatible format? -- [[User:JakobVoss|JakobVoss]] 01:39, 5 Jun 2006 (PDT)&lt;br /&gt;
** I agree that the people involved in developing this microformat (including me) ought to be aware of these efforts (in particular FRBR), but I also think your argument is hopelessly naive and pretentious. The professionals you refer to are in fact library professionals, with their own bizarre traditios and unique information needs. Those are different than the professional scholars for whom citations are critical (me), or to the professional web developers who might want to implement these formats. What I do think is important is for us to understand the different design traditions, and their trade-offs, rather than to blindly create a microformat based on one of them -- Bruce (author of citeproc [http://xbiblio.sourceforge.net/citeproc] and csl [http://xbiblio.sourceforge.net/csl]).&lt;br /&gt;
&lt;br /&gt;
Nice to meet you, Bruce! Maybe I'm naive but it still think that there is a way to combine the best of both worlds: scholars and library professionals. Both have developed bizarre traditions and it would be a pitty to create a new bizarre microformat that is not based on both of them. Thanks to your links to xbiblio. I a stumbled upon it a while ago but have to look at it deeper. -- [[User:JakobVoss|JakobVoss]] 11:48, 19 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ISBD ===&lt;br /&gt;
&lt;br /&gt;
Oh, already a year ago! I was just trying to explain Microformats and its relevance for libraries ([http://jakoblog.de/2007/07/26/von-isbd-zum-web-20-mit-mikroformaten/ here (in German)]. You should have a look at the [http://en.wikipedia.org/wiki/International_Standard_Bibliographic_Description International Standard Bibliographic Description] (ISBD). These rules specify how a bibliographic should be displayed in a library catalouge. This format could be used as basis for hCitation because millions of records are availble in ISBD or variants in library catalouges all over the world. &lt;br /&gt;
&lt;br /&gt;
Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Title: Harry Potter and the deathly hallows / Joanne K. Rowling. - [Children’s ed.], 1. ed. - London : Bloomsbury, 2007&lt;br /&gt;
ISBN: 0-7475-9105-9 - 978-0-7475-9105-4 (Children’s edition)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could be broken into &amp;quot;semantic peaces&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class='hCitation'&amp;gt;&lt;br /&gt;
  Titel:&lt;br /&gt;
  &amp;lt;span class='title'&amp;gt;Harry Potter and the deathly hallows&amp;lt;/span&amp;gt; /&lt;br /&gt;
  &amp;lt;span class='n'&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class='given-name'&amp;gt;Joanne K.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class='family-name'&amp;gt;Rowling&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;. -&lt;br /&gt;
  [&amp;lt;span class='edition'&amp;gt;Children's ed.&amp;lt;/span&amp;gt;], &amp;lt;span class='edition-number'&amp;gt;1.&amp;lt;/span&amp;gt; ed. -&lt;br /&gt;
  &amp;lt;span class='location'&amp;gt;London&amp;lt;/span&amp;gt; : &amp;lt;span class='publisher-name'&amp;gt;Bloomsbury&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class='publication-year'&amp;gt;2007&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
  ISBN:&lt;br /&gt;
  &amp;lt;span class='ISBN'&amp;gt;0-7475-9105-9&amp;lt;/span&amp;gt; -&lt;br /&gt;
  &amp;lt;span class='ISBN'&amp;gt;978-0-7475-9105-4&amp;lt;/span&amp;gt;&lt;br /&gt;
  (&amp;lt;span class='edition'&amp;gt;Children's edition&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantage of ISBD is that it is very elaborated and covers many field and types of publications and sp*cial cases. Of course you need to simplifiy parts of it for the microformat. I'd prefer a bottom up design with the current mass of real-world records in todays libraries instead of top-down by thinking of an &amp;quot;ideal record&amp;quot; or limited playing databases. -- [[User:JakobVoss|JakobVoss]] 05:34, 26 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== OpenDocument ==&lt;br /&gt;
The OpenDocument Format also includes parts for citation and bibliography. See also the [http://bibliographic.openoffice.org/ OpenOffice Bibliographic project]. -- [[User:JakobVoss|JakobVoss]] 11:55, 19 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Wikimedia foundation projects ==&lt;br /&gt;
* http://en.wikipedia.org/wiki/Wikipedia:Citation_templates&lt;br /&gt;
** 'The use of Citation templates is not required by WP:CITE and is neither encouraged nor discouraged by any other Wikipedia citation guidelines.' (ibid)&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/WikiTextrose WikiTextrose]&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Wikicat Wikicat]&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Wikicite Wikicite]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{citation-related-pages}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=24803</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=24803"/>
		<updated>2007-10-21T08:14:37Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: /* Address */  not sure why/how this needs to be supported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==Contributor(s)==&lt;br /&gt;
[[User:JeffMcNeill|Jeff McNeill]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;quot;&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
::you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:::The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::::It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
*** A mediawiki extension [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] can support abbr by using a new xabbr command &lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this, working on it... --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Not sure how this is a problem, which microformat uses this format? Markup within divs such as &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; work fine. --[[User:JeffMcNeill|jeffmcneill]] 01:14, 21 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22747</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22747"/>
		<updated>2007-10-21T07:54:20Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: added contributors' section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==Contributor(s)==&lt;br /&gt;
[[User:JeffMcNeill|Jeff McNeill]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;quot;&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
::you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:::The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::::It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
*** A mediawiki extension [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] can support abbr by using a new xabbr command &lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this, working on it... --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22746</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22746"/>
		<updated>2007-10-21T07:51:37Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: added note of EnableAbbrTags mediawiki extension, some small typos corrected as well&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;quot;&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn class=&amp;quot;fn org&amp;quot; href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
::you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:::The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::::It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
*** A mediawiki extension [http://www.mediawiki.org/wiki/Extension:EnableAbbrTags EnableAbbrTags] can support abbr by using a new xabbr command &lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this, working on it... --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22744</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22744"/>
		<updated>2007-10-21T00:22:22Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: Various issues discussed and addressed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension provides a work around using &amp;lt;xa&amp;gt;&amp;lt;/xa&amp;gt; tags, e.g.&lt;br /&gt;
 &amp;lt;xa class='fn org' href='http://microformats.org/'&amp;gt;microformats&amp;lt;/xa&amp;gt;&lt;br /&gt;
will produce&lt;br /&gt;
 &amp;lt;a fn org href=&amp;quot;http://microformats.org/&amp;gt;microformats&amp;lt;/a&amp;gt; --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
** See [http://www.mediawiki.org/wiki/Extension:ExtendAnchorTags ExtendAnchorTags] extension --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
::you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:::The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::::It seems this is a challenge with HTML tables and not necessarily MediaWiki? Please advise --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
** Extensions can do this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Am working out the extensions needed to address this. --[[User:JeffMcNeill|jeffmcneill]] 17:22, 20 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22741</id>
		<title>mediawiki-mark-up-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mediawiki-mark-up-issues&amp;diff=22741"/>
		<updated>2007-10-18T20:41:20Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: resp. to semantic mediawiki appropriateness&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MediaWiki mark-up issues=&lt;br /&gt;
&lt;br /&gt;
Issues with adding microformat mark-up to sites using [http://www.mediawiki.org/ MediaWiki] (such as this wiki, and [http://wikipedia.org Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
If you know of a solution, or work-around, please post it!&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==URLs==&lt;br /&gt;
*Wiki mark-up such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://example.com sample text]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as [http://example.com sample text]) cannot have a class=&amp;quot;url&amp;quot; added to the output &amp;quot;&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;&amp;quot; element.&lt;br /&gt;
**Workaround (if display of the URL is acceptable): use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (which displays as &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;)&lt;br /&gt;
**Workaround (if display of the URL is not acceptable): ???&lt;br /&gt;
***Why not just use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[http://example.com sample text]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
****Returns a value of &amp;quot;sample text&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 02:12, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Rel==&lt;br /&gt;
*Similarly, MediaWiki does not appear to support the use of the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute on internal or external links.&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
*In the following code snippet (from an &amp;quot;[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Infoboxes infobox]&amp;quot; table with an included [[hCard]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox vcard&amp;quot; &lt;br /&gt;
| class=&amp;quot;fn org&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{address|}}} |&lt;br /&gt;
! Address&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;{{{address}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{city|}}} |&lt;br /&gt;
! City&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;{{{city|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{country|}}} |&lt;br /&gt;
! Country&lt;br /&gt;
{{!}} &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;{{{country|}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{latitude|}}} |&lt;br /&gt;
!&lt;br /&gt;
{{!}} &amp;lt;{{Coord|{{{latitude}}}|{{{longitude}}}|display=title}} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:there is nowhere to hang the required &amp;lt;code&amp;gt;class=&amp;quot;adr&amp;quot;&amp;lt;/code&amp;gt;, such that it wraps the three relevant table rows, and no others.&lt;br /&gt;
&lt;br /&gt;
::you can give a row a class (or any other valid HTML attribute) with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}} class=&amp;quot;adr&amp;quot; {{!}} &amp;lt;span...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; --[[User:TiszaGergo|Tgr]]&amp;lt;sup&amp;gt;[[User talk:TiszaGergo|talk]] / [[wikipedia:User:Tgr|home]]&amp;lt;/sup&amp;gt; 06:16, 9 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:::The need is not to apply a class to a single row, but (as stated) to apply it to (in this example) &amp;quot;the three relevant table rows, and no others&amp;quot;. [[User:AndyMabbett|Andy Mabbett]] 02:14, 10 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Abbr==&lt;br /&gt;
*MediaWiki supports the use of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element, but this is disabled by some implementations (e.g. Wikipedia)&lt;br /&gt;
**See [[title-trigger]] for a proposed alternative to the [[abbr-design-pattern]], which would work on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
==Dtend==&lt;br /&gt;
&lt;br /&gt;
*The work-around for date-time pattern on Wikipedia (for example, birthdays in hCard) has been to use templates to output something like: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
24 February 1993 (&amp;lt;span class=&amp;quot;bday&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;1993-02-24&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which degrades gracefully if CSS is not available. It is not acceptable to do so, to show the date advanced by one day for end-dates in hCalendar.&lt;br /&gt;
&lt;br /&gt;
**See this [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010449.html proposal to resolve exclusive end-date issue], for a proposal which would allow ''inclusive'' end dates to be marked up.&lt;br /&gt;
&lt;br /&gt;
==XMDP==&lt;br /&gt;
*As with many CMSs, there is no facility for an editor to add an [[XMDP]] URI to (or in any other way to alter) the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
==Address==&lt;br /&gt;
&lt;br /&gt;
Address elements cannot be added to page content.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
displays as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Microformat community&amp;lt;/span&amp;gt;&amp;lt;/address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mediawiki extension development=&lt;br /&gt;
*Are there any generic xml parsers/other extensions under development to provide support for some (most?) of the microformat needs? Is [http://ontoworld.org/wiki/Semantic_MediaWiki semantic mediawiki] a possible candidate for microformat support?&lt;br /&gt;
** It appears that semantic mediawiki is trying to do something different, namely OWL compliance. Based on the mediawiki [http://meta.wikimedia.org/wiki/Semantic_MediaWiki description of the semantic mediawiki project], ''hacks'' are to some extent discouraged (which to my mind is the orientation of Microformats). --[[User:JeffMcNeill|jeffmcneill]] 13:41, 18 Oct 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-formats&amp;diff=22748</id>
		<title>citation-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-formats&amp;diff=22748"/>
		<updated>2007-10-15T09:27:19Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: added wikipedia/mediawiki citation templates to list of formats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Citation Formats =&lt;br /&gt;
&lt;br /&gt;
This page will display several different types of citation format types. The idea is to compare what properties are common amonst all of the formats and which ones should be blended into this microformat.&lt;br /&gt;
&lt;br /&gt;
== Comparison chart ==&lt;br /&gt;
The following chart maps the terms from one implementation to another. This is important because if all the properties are introduced to this microformat, then it's possible to map them to a number of different formats. The table currently only uses Dublin Core, MODS, and bibTeX. Each column has all the properties and their equivalent in each format. If there is no corresponding property, the cell is grey. At the bottom of the list are the unique terms to each format. Dublin Core has basic terms and terms that extend the basic ones. If the property is an extension of a basic term it is in ()'s. MODS uses XML, so any sub-properties are listed in their tree form, property/sub-property.&lt;br /&gt;
&lt;br /&gt;
THIS IS NOT DEFINITIVE, any errors should be corrected. More formats will be added to the list as they are mapped.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;MODS&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;bibTeX&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Z39.80&amp;lt;/th&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Title (alternative)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;titleInfo/title&amp;lt;br/&amp;gt;titleInfo/PartNum&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;booktitle&amp;lt;br/&amp;gt;title&amp;lt;br/&amp;gt;chapter&amp;lt;br/&amp;gt;number&amp;lt;br/&amp;gt;pages&amp;lt;br/&amp;gt;volume&amp;lt;br/&amp;gt;series&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Analytic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Monographic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Work Fraction Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Location of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Main Entry&amp;lt;br/&amp;gt;&lt;br /&gt;
Name of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of Meeting&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Parallel Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Title Abbriviation&amp;lt;br/&amp;gt;&lt;br /&gt;
Title of Conference Proceedings&amp;lt;br/&amp;gt;&lt;br /&gt;
Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Uniform Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Abbriviated Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium or Session Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Video/Film Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name/namePart&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;author&amp;lt;br/&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Corporate Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Abstract Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Authorship Statement&amp;lt;br/&amp;gt;&lt;br /&gt;
Acknowledged Supporters&amp;lt;br/&amp;gt;&lt;br /&gt;
Assignee for Patents&amp;lt;br/&amp;gt;&lt;br /&gt;
Chairperson of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Director of AV Program&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Reviewed Book Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Studio&amp;lt;br/&amp;gt;&lt;br /&gt;
Sponsor of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Staff/Cast&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium Chairperson&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Address or Affiliation&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Country&amp;lt;br/&amp;gt;&lt;br /&gt;
Electronic Address of Author&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/topic&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;keywords&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description (abstract | tableOfContents)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;tableOfContents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;annotation&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;contents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Contributor&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;editor?&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Book/Report/Volume Editor&amp;lt;br/&amp;gt;&lt;br /&gt;
Producer&amp;lt;br/&amp;gt;&lt;br /&gt;
Translator&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;originInfo/dateIssued&amp;lt;br/&amp;gt;originInfo/dateCreated&amp;lt;br/&amp;gt;originInfo/dateCaptured&amp;lt;br/&amp;gt;originInfo/dateOther&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;month&amp;lt;br/&amp;gt;year&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Copyright Year&amp;lt;br/&amp;gt;Date-generic&amp;lt;br/&amp;gt;Date of conference&amp;lt;br/&amp;gt;Date of Publication&amp;lt;br/&amp;gt;Date of Update/Revisou/Issuance of Database Record&amp;lt;br/&amp;gt;Former Date&amp;lt;br/&amp;gt;Entry date for Database Record&amp;lt;br/&amp;gt;Database Update&amp;lt;br/&amp;gt;Year of Publication&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;typeOfResource&amp;lt;br/&amp;gt;genre&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;@class&amp;lt;br/&amp;gt;type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Format (extent | medium)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;physicalDescription/internetMediaType&amp;lt;br/&amp;gt;physicalDescription/extent&amp;lt;br/&amp;gt;physicalDescription/form&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;howpublished&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier (bibliographicCitation)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;ISSN&amp;lt;br/&amp;gt;LCCN&amp;lt;br/&amp;gt;URL&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;Identifier&amp;lt;br/&amp;gt;Report Identfier&amp;lt;br/&amp;gt;ISSN&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Source&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Relation (...)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem/...&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;crossRef&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Coverage (spacial | temporal)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/temporal&amp;lt;br/&amp;gt;subject/geographic&amp;lt;br/&amp;gt;subject/hierarchicalGeographic&amp;lt;br/&amp;gt;subject/cartographics&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;classifications&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Rights (accessRights | license)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;accessConditions&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;copyright&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Publisher Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Place of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Country of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Generic Address&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;audience (educationLevel | mediator)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;targetAudience&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;accualMethod&amp;lt;br/&amp;gt;accualPeriodicaty&amp;lt;br/&amp;gt;accualPolicy&amp;lt;br/&amp;gt;instrcutionalMethod&amp;lt;br/&amp;gt;provenance&amp;lt;br/&amp;gt;rightsHolder&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;location&amp;lt;br/&amp;gt;extension&amp;lt;br/&amp;gt;recordInfo&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;address&amp;lt;br/&amp;gt;afflilication&amp;lt;br/&amp;gt;location&amp;lt;br/&amp;gt;edition&amp;lt;br/&amp;gt;institution&amp;lt;br/&amp;gt;journal&amp;lt;br/&amp;gt;key&amp;lt;br/&amp;gt;mrnumber&amp;lt;br/&amp;gt;organization&amp;lt;br/&amp;gt;price&amp;lt;br/&amp;gt;school&amp;lt;br/&amp;gt;size&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;(the following need to be mapped to the above rows or left here as other)&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Source&amp;lt;br/&amp;gt;&lt;br /&gt;
Databse Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Producer Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Rights Management&amp;lt;br/&amp;gt;&lt;br /&gt;
Subfile&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Source Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Vendor Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Vendor Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Column Number&amp;lt;br/&amp;gt;&lt;br /&gt;
Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Frequency of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Internet Location for Document&amp;lt;br/&amp;gt;&lt;br /&gt;
Supplement/Part/Sp*cial number identifer&amp;lt;br/&amp;gt;&lt;br /&gt;
Issue Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Location in Work&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of the Chapter&amp;lt;br/&amp;gt;&lt;br /&gt;
Number in Series&amp;lt;br/&amp;gt;&lt;br /&gt;
Volume Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Section Indentifier&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dublin Core Metadata ==&lt;br /&gt;
[http://dublincore.org/ Dublin Core] metadata uses a small vocabulary to describe the data.&lt;br /&gt;
* contributor&lt;br /&gt;
* coverage&lt;br /&gt;
* creator&lt;br /&gt;
* date&lt;br /&gt;
* description&lt;br /&gt;
* format&lt;br /&gt;
* identifier&lt;br /&gt;
* language&lt;br /&gt;
* publisher&lt;br /&gt;
* relation&lt;br /&gt;
* rights&lt;br /&gt;
* source&lt;br /&gt;
* subject&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
&lt;br /&gt;
From those there are special-ised types which are just refinements of the previous, for example:&lt;br /&gt;
&lt;br /&gt;
* abstract refines description.&lt;br /&gt;
* accessRights refines rights&lt;br /&gt;
&lt;br /&gt;
[http://dublincore.org/documents/dc-citation-guidelines/ Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata]&lt;br /&gt;
&lt;br /&gt;
== MODS (Metadata Object Description Schema) ==&lt;br /&gt;
This is a format developed for the Library of Congress for a bibliographic element set that may be used for a variety of purposes, and particularly for library applications. &lt;br /&gt;
&lt;br /&gt;
[http://www.loc.gov/standards/mods/ http://www.loc.gov/standards/mods/]&lt;br /&gt;
&lt;br /&gt;
(the schema is very big, once i devote the proper time to review it, i will post more about the structure -brian)&lt;br /&gt;
&lt;br /&gt;
== NLM Journal Publishing DTD ==&lt;br /&gt;
&lt;br /&gt;
[http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html]&lt;br /&gt;
&lt;br /&gt;
The [http://dtd.nlm.nih.gov/publishing/tag-library/ NLM Journal Publishing DTD] defines the schema used for publishing journal articles as XML. The &amp;lt;pre&amp;gt;&amp;lt;citation&amp;gt;&amp;lt;/pre&amp;gt; element can be placed with paragraphs or within a &amp;lt;pre&amp;gt;&amp;lt;ref-list&amp;gt;&amp;lt;/pre&amp;gt; element at the end of the article.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Although the DTD does not enforce it, a citation to a journal article should be tagged with as many as possible of the following, so that PubMed Central, CrossRef, or other matching service can make the citation into a live link:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;source&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The title of a journal, book, conference proceedings, etc. that is the source of the cited material. (Note: In PubMed Central processing, this is typically the MEDLINE abbreviation of the journal name.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;article-title&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Title of the article&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;volume&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Volume of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;issue&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Issue of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;fpage&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Page number on which the article starts&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Name of an author or editor&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;year&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Year of publication&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;month&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Month of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;day&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Date of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other elements (described [http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html here]) may be tagged if desired. Use the &amp;lt;source&amp;gt; element for titles of books, conference proceedings, etc.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
== XMLResume ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubs (pub+)&amp;gt;&lt;br /&gt;
&amp;lt;!ENTITY % pubElements &amp;quot;(artTitle|bookTitle|author|date|pubDate|publisher|pageNums|url)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pub (para | %pubElements;)*&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST pub id ID #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT artTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT bookTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT author (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST author name IDREF #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubDate (month?, year)&amp;gt; &amp;lt;!-- Deprecated in 1.4.0. --&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT publisher (#PCDATA | link | url)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pageNums (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* title (article/book)&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
== BibTeX ==&lt;br /&gt;
=== Fields Used by Bibtex ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;abstract:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An abstract of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;address:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Publisher's address. For major publishing houses,&lt;br /&gt;
just the city is given. For small publishers, you can help the reader by giving the complete address.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;affiliation:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The author's affiliation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;annote:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An annotation. It is not used by he standard bibliography styles, but may be used by others that produce an annotated bibliography.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;author:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name(s) of the author(s).&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booktitle:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Title of a book, part of which is being cited. For book entries, use the &amp;lt;strong&amp;gt;title&amp;lt;/strong&amp;gt; field instead.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;chapter:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A chapter (or section) number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;contents:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Table of Contents.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;copyright:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Copyright information.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;crossref:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The database key of the entry being cross-referenced.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;edition:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The edition of a book - for example&lt;br /&gt;
        &amp;amp;quot;Second&amp;amp;quot;. Notice that it is in capitals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;editor:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name(s) of editor(s). If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;howpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;How something strange has been published. The first word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;institution:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The sponsoring institution of a technical report.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISBN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Book Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISSN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Serial Number. Used to&lt;br /&gt;
        identify a journal.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;journal:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A journal name. Abbreviations are provided for many journals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;key:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Used for alphabetizing and creating a label when the author and editor fields are missing. This field should not be confused with the key that appears at the beginning of the reference.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;keywords:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Key words used for searching or possibly for annotation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;language:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The language the document is written in.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;LCCN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The Library of Congress Call Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;location:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A location associated with the entry, such as the city in which a conference took place.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;month:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The month in which the work was published or, for an unpublished work, in which it was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;mrnumber:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The &amp;lt;em&amp;gt;Mathematical Reviews&amp;lt;/em&amp;gt; number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;note:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Any additional information that can help the reader. First word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;number:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;organization:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The organization that sponsors a conference or publishes a manual.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;pages:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;One or more page numbers or ranges of number, such as 37--42, or 7,53,82--94.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;price:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The price of the material.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;publisher:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The publisher's name.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;school:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name of the school where a thesis was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;series:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Then name given a series or set of books. When citing an entire book, the title field gives its title and the optional series field gives the name of a series in which the book was published.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;size:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The physical dimensions of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;title:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The work's title.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;type:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The type of technical report - for example,&lt;br /&gt;
        &amp;amp;quot;Research Note&amp;amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;url:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The WWW Universal Resource Locator that points to the item being referenced. Often used for technical reports to point to the FTP site where it resides.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;volume:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The volume of a journal or multivolume book.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;year:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The year of publication or, for an unpublished work, the year it was written. It should only consist of numerals, such as 1976.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BibTeX citation Types ===&lt;br /&gt;
A reference can be to any of a variety of types. Following is a list of types. Each one also explains the fields associated with that type. Any fields not listed as required or optional are considered to be ignored.&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;article:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article from a journal or magazine. Required fields: author, title, journal, year. Optional fields: volume, number, pages, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;book:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booklet:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A work that is printed and bound, but without a named publisher or sponsoring institution. Required fields: title. Optional fields: author, howpublished, address, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;collection:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A collection of works. Same as Proceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;conference:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The same as Inproceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inbook:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book, which may be a chapter and/or arange of pages. Required fields: author or editor, title, chapter and/or pages, publisher, year. Optional fields: volumer, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;incollection:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book with its own title. Required fields: author, title, booktitle, publisher, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inproceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article in a conference proceedings. Required fields: author, title, booktitle, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;manual:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Technical documentation. Required fields: title. Optional fields: author, organization, address, edition, month, year, note.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;mastersthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Master's thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;misc:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Use this type when nothing else fits. Required fields: none. Optional fields: author, title, howpublished, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;patent:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A patent.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;phdthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Ph.D. thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;proceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The proceedings of a conference. Required fields: title, year. Optional fields: editor, publisher, organization, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;techreport:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A report published by a school or other institution, usually numbered within a series. Required fields: author, title, institution, year. Optional fields: type, number, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;unpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A document with an author and title, but not formally published. Required fields: author, title, note. Optional fields: month, year, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
@book{kn:gnus,&lt;br /&gt;
&lt;br /&gt;
AUTHOR = &amp;quot;Donald E. Knudson&amp;quot;,&lt;br /&gt;
TITLE = &amp;quot;1966 World Gnus Almanac&amp;quot;,&lt;br /&gt;
PUBLISHER = {Permafrost Press},&lt;br /&gt;
ADDRESS = {Novosibirsk} }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; id=&amp;quot;kn:gnus&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;Donald E. Knudson&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;1966 World Gnus Almanac&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;publisher&amp;quot;&amp;gt;Permafrost Press&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;address&amp;quot;&amp;gt;Novosibirsk&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@article{XAi_HSCheng_1994a,&lt;br /&gt;
&lt;br /&gt;
author = &amp;quot;X. Ai and H. S. Cheng&amp;quot;,&lt;br /&gt;
title = &amp;quot;Influence of moving dent on point {EHL} contacts&amp;quot;,&lt;br /&gt;
journal = &amp;quot;Tribol. Trans.&amp;quot;,&lt;br /&gt;
volume = &amp;quot;37&amp;quot;,&lt;br /&gt;
year = &amp;quot;1994&amp;quot;,&lt;br /&gt;
pages = &amp;quot;323--335&amp;quot;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;article&amp;quot; id=&amp;quot;XAi_HSCheng_1994a&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;X. Ai and H. S. Cheng&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;Influence of moving dent on point {EHL} contacts&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;journal&amp;quot;&amp;gt;Tribol. Trans.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;volume&amp;quot;&amp;gt;37&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;year&amp;quot;&amp;gt;1994&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;pages&amp;quot;&amp;gt;323--335&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;
===Bib-enabled Applications===&lt;br /&gt;
&lt;br /&gt;
Reference-management applications that support the bib format.  &amp;lt;strong&amp;gt;This is an incomplete list&amp;lt;/strong&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Desktop Applications====&lt;br /&gt;
* [http://www.endnote.com EndNote] (Large market share) (but not really BiBTeX oriented, importation macros are old and you must first use Jabref and export to Endnote formats)&lt;br /&gt;
* [http://bibdesk.sourceforge.net/ BibDesk]&lt;br /&gt;
* [http://www.mackichan.com/index.html?bibdb/default.htm~mainFrame BibDB]&lt;br /&gt;
* [http://sourceforge.net/projects/bib-it/ Bib-it]&lt;br /&gt;
* [http://jabref.sourceforge.net Jabref] Probably the most useful application because of its facility to search Pubmed (and also to export in many other formats).&lt;br /&gt;
* Large list of other apps at [http://dmoz.org/Computers/Software/Typesetting/TeX/BibTeX/ dmoz] and [http://en.wikipedia.org/wiki/BibTeX#Software Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Web Applications====&lt;br /&gt;
* [http://www.refworks.com RefWorks] (Large market share)&lt;br /&gt;
* [http://www.citeulike.org/ CiteULike]&lt;br /&gt;
* [http://citeseer.ist.psu.edu/ CiteSeer]&lt;br /&gt;
* [http://www.bibsonomy.org/ BibSonomy]&lt;br /&gt;
* [http://www.connotea.org Connotea]&lt;br /&gt;
* [http://www.2ndminute.org:8080/amatex Amatex - converts Amazon to Bib format]&lt;br /&gt;
* Many others can be found at [http://en.wikipedia.org/wiki/BibTeX#External_links Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Academic Databases====&lt;br /&gt;
* [http://academic.live.com/ Windows Live Academic Search]&lt;br /&gt;
* [http://portal.acm.org/dl.cfm?dl=ACM ACM Digital Library]&lt;br /&gt;
* [http://www.ncbi.nlm.nih.gov/books/bv.fcgi PubMed] via TexMed&lt;br /&gt;
&lt;br /&gt;
== RIS ==&lt;br /&gt;
&lt;br /&gt;
RIS is similar to BibTeX and is handled by most desktop and web-based bibliography management software.&lt;br /&gt;
&lt;br /&gt;
The specification and field types/tags are described at [http://www.refman.com/support/risformat_intro.asp http://www.refman.com/support/risformat_intro.asp]&lt;br /&gt;
&lt;br /&gt;
In particular, see [http://www.refman.com/support/risformat_reftypes.asp the list of different reference types].&lt;br /&gt;
&lt;br /&gt;
A sample item in RIS format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TY  - JOUR&lt;br /&gt;
A1  - Baldwin,S.A.&lt;br /&gt;
A1  - Fugaccia,I.&lt;br /&gt;
A1  - Brown,D.R.&lt;br /&gt;
A1  - Brown,L.V.&lt;br /&gt;
A1  - Scheff,S.W.&lt;br /&gt;
T1  - Blood-brain barrier breach following&lt;br /&gt;
cortical contusion in the rat&lt;br /&gt;
JO  - J.Neurosurg.&lt;br /&gt;
Y1  - 1996&lt;br /&gt;
VL  - 85&lt;br /&gt;
SP  - 476&lt;br /&gt;
EP  - 481&lt;br /&gt;
RP  - Not In File&lt;br /&gt;
KW  - cortical contusion&lt;br /&gt;
KW  - blood-brain barrier&lt;br /&gt;
KW  - horseradish peroxidase&lt;br /&gt;
KW  - head trauma&lt;br /&gt;
KW  - hippocampus&lt;br /&gt;
KW  - rat&lt;br /&gt;
ER  -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www-static.cc.gatech.edu/classes/RWL/Projects/citation/Applet/OnlineHelp/refer_doc.html Refer] is a similar, smaller bibliographic format.&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
* Identifier&lt;br /&gt;
* notes/abstract&lt;br /&gt;
* reprint status&lt;br /&gt;
* keyword&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
* periodical name (where published)&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher city&lt;br /&gt;
** publisher address&lt;br /&gt;
* related links&lt;br /&gt;
* link to PDF&lt;br /&gt;
* availablity&lt;br /&gt;
&lt;br /&gt;
== OpenURL ==&lt;br /&gt;
&lt;br /&gt;
OpenURL aka [http://www.niso.org/standards/standard_detail.cfm?std_id=783 Z39.88] defines a standard way of bundling citation data in a URL. It is widely deployed in academic libraries around the world to provide access to licensed content via link resolvers such as [http://www.exlibrisgroup.com/sfx_openurl.htm SFX]. The Context Object in Span ([http://ocoins.info/ COinS]) community standard represents one way to embed OpenURLs in XHTML without including a resolver target. OpenURL also provides an XML encoding.&lt;br /&gt;
&lt;br /&gt;
Example (from a book review written using the Structured Blogging plugin):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;ISBN&amp;lt;/b&amp;gt;: &amp;lt;span class='Z3988'&lt;br /&gt;
title='ctx_ver=Z39.88-2004&amp;amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;amp;amp;rft.isbn=0679426612'&amp;gt;&lt;br /&gt;
0679426612&amp;lt;/span&amp;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;
Another example, a journal this time:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rft.issn=1045-4438&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As you can see this isn't very much like semantic XHTML at all. However significant work has gone into defining the set of Key/Encoded Values (KEVs) that can be used in various [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=ListRecords&amp;amp;metadataPrefix=oai_dc&amp;amp;set=Core:Metadata+Formats types] of citations: [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:book book], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:dissertation dissertation], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:journal journal], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:patent patent]. It would be possible to simply provide a standard XHTML bundling for these keys as a microformat.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;openurl-journal&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;aulast&amp;quot;&amp;gt;Berners-Lee&amp;lt;/span&amp;gt;, &lt;br /&gt;
   &amp;lt;span class=&amp;quot;aufirst&amp;quot;&amp;gt;Tim&amp;lt;/a&amp;gt;; Hendler, James; Lassila, Ora.&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;quot;&amp;lt;span class=&amp;quot;atitle&amp;quot;&amp;gt;The Semantic Web&amp;lt;/span&amp;gt;&amp;quot;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;jtitle&amp;quot;&amp;gt;Scientific American&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;284&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;), pp.&lt;br /&gt;
   pp. &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;34-43&amp;lt;/span&amp;gt;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;issn&amp;quot;&amp;gt;0036-8733&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using OpenURL in this way would enable third party applications that could, say grab citation metadata from a blog, and without much work fire it off at your university's or public libraries openurl resolver to see if the article is available via a licensed databases. The benefits [http://www.infotoday.com/newsbreaks/nb050801-1.shtml have] [http://www.ariadne.ac.uk/issue43/chudnov/ been] [http://www.wallandbinkley.com/quaedam/?p=30 noted] [http://hublog.hubmed.org/archives/001163.html elsewhere].&lt;br /&gt;
&lt;br /&gt;
== The OpenURL Briefly Explained ==&lt;br /&gt;
&lt;br /&gt;
An OpenURL consists of two independent parts:  the ContextObject (or the bibliographic metadata surrounding a citation) and the location of resolver to parse the metadata and present contextual services based on said metadata.  The problem is that the term &amp;quot;OpenURL&amp;quot; is also used as a catch-all for all of the independent parts and how they work.  This is mainly because it's a catchier term than &amp;quot;Z39.88&amp;quot;, which is the [http://www.niso.org/standards/standard_detail.cfm?std_id=783 NISO standard all this is based upon].&lt;br /&gt;
&lt;br /&gt;
The most common representation of the OpenURL ContextObject is seen as arguments in a URL string (which is referred to as &amp;quot;San Antonio Profile 1&amp;quot; -- more commonly SAP1 -- and is represented in Key Encoded Values -- KEVs).  This &amp;quot;representation&amp;quot; is independent of the ContextObject (from here on known as CO) itself and is only intended to permit the CO to be transmitted via an HTTP GET request.&lt;br /&gt;
&lt;br /&gt;
There is also SAP2, which is an XML representation of the CO (see:  [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&amp;amp;metadataPrefix=oai_dc&amp;amp;identifier=info:ofi/fmt:xml:xsd:ctx here]  for more information) and is a much more human readable format.  This still falls outside the scope of microformats, but makes the point that encoding has nothing to do with the CO itself.  They are just agreed upon means of conveying the CO to enable machines act upon them consistently.&lt;br /&gt;
&lt;br /&gt;
The ContextObject could be conveyed just as easily in XHTML using attributes, as long as the terms follow the vocabulary defined in the OpenURL framework.  The important thing to focus on here is the ContextObject -- the address of the link resolver ''is'' institution-specific and should be handled by a user's (or machine's) activating agent.&lt;br /&gt;
&lt;br /&gt;
However, the link resolver is still a very important component to this whole process.  Getting users &amp;quot;appropriate copy&amp;quot; is a very real (and very difficult) problem that libraries are trying to solve.  Link resolvers are a pretty efficient means of overcoming this hurdle, so it would make sense to mark up bibiographic citations in a way that link resolvers can easily parse.&lt;br /&gt;
&lt;br /&gt;
== Z39.80 ==&lt;br /&gt;
I'm not sure the best place for a guide to Z39.80 so please add links as you see fit:&lt;br /&gt;
&lt;br /&gt;
[http://www.niso.org/standards/resources/drft4rev.html http://www.niso.org/standards/resources/drft4rev.html]&lt;br /&gt;
&lt;br /&gt;
== DocBook ==&lt;br /&gt;
&lt;br /&gt;
A subset of the DocBook vocabulary is dedicated to representing a bibliography: http://www.docbook.org/tdg/en/html/bibliography.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE bibliography PUBLIC &amp;quot;-//OASIS//DTD DocBook XML V4.1.2//EN&amp;quot;&lt;br /&gt;
          &amp;quot;http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Languages and Semantics&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;bibliodiv&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Books&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;biblioentry&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Course in General Linguistics&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;abbrev&amp;gt;deSaussure59&amp;lt;/abbrev&amp;gt;&lt;br /&gt;
      &amp;lt;author&amp;gt;&amp;lt;firstname&amp;gt;Ferdinand&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;de Saussure&amp;lt;/surname&amp;gt;&amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Charles&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Bally&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Albert&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Sechehaye&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;othercredit role=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;firstname&amp;gt;Wade&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Baskin&amp;lt;/surname&amp;gt;&amp;lt;/othercredit&amp;gt;&lt;br /&gt;
      &amp;lt;copyright&amp;gt;&lt;br /&gt;
        &amp;lt;year&amp;gt;1959&amp;lt;/year&amp;gt;&lt;br /&gt;
        &amp;lt;holder&amp;gt;The Philosophical Library Inc.&amp;lt;/holder&amp;gt;&lt;br /&gt;
      &amp;lt;/copyright&amp;gt;&lt;br /&gt;
      &amp;lt;isbn&amp;gt;07-016524-6&amp;lt;/isbn&amp;gt;&lt;br /&gt;
      &amp;lt;publisher&amp;gt;&lt;br /&gt;
        &amp;lt;publishername&amp;gt;McGraw-Hill Book Company&amp;lt;/publishername&amp;gt;&lt;br /&gt;
      &amp;lt;/publisher&amp;gt;  &lt;br /&gt;
    &amp;lt;/biblioentry&amp;gt;&lt;br /&gt;
  &amp;lt;/bibliodiv&amp;gt;&lt;br /&gt;
&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* publisher&lt;br /&gt;
* copyright&lt;br /&gt;
* identifier (ISBN)&lt;br /&gt;
* title&lt;br /&gt;
* author/editor/other credit/&lt;br /&gt;
* type (book)&lt;br /&gt;
&lt;br /&gt;
== Ann Arbor District Library XML feed ==&lt;br /&gt;
&lt;br /&gt;
Here's a record in XML format from their project to simplify&lt;br /&gt;
access to the catalog.  More discussion on [http://www.blyberg.net John Blyberg's blog].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p:Record&amp;gt;&lt;br /&gt;
  &amp;lt;callnum&amp;gt;823 Bu&amp;lt;/callnum&amp;gt;&lt;br /&gt;
  &amp;lt;author&amp;gt;Burkart, Gina, 1971-&amp;lt;/author&amp;gt;&lt;br /&gt;
  &amp;lt;fulltitle&amp;gt;A parent's guide to Harry Potter / Gina Burkart&amp;lt;/fulltitle&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;A parent's guide to Harry Potter &amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;pubinfo&amp;gt;Downers Grove, Ill. : InterVarsity Press, c2005&amp;lt;/pubinfo&amp;gt;&lt;br /&gt;
  &amp;lt;desc&amp;gt;112 p&amp;lt;/desc&amp;gt;&lt;br /&gt;
  &amp;lt;bibliography&amp;gt;Includes bibliographical references&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;contents&amp;gt;&lt;br /&gt;
    The Harry hype -- More than a story -- The modern fairy tale -- Discussing fantasy with children --&lt;br /&gt;
    Morals, not magic -- The real issues in Harry Potter -- Dealing with traumatic experiences -- Facing &lt;br /&gt;
    fears -- Battling bullies -- Delving into diversity -- Hiding hurts -- Letting go of anger -- Getting &lt;br /&gt;
    help -- Choosing good over evil -- The power of love -- Facing spiritual battles&lt;br /&gt;
  &amp;lt;/contents&amp;gt;&lt;br /&gt;
  &amp;lt;isbn&amp;gt;0830832882&amp;lt;/isbn&amp;gt;&lt;br /&gt;
  &amp;lt;price&amp;gt;$11.00&amp;lt;/price&amp;gt;&lt;br /&gt;
  &amp;lt;lang&amp;gt;eng&amp;lt;/lang&amp;gt;&lt;br /&gt;
  &amp;lt;copies&amp;gt;0&amp;lt;/copies&amp;gt;&lt;br /&gt;
  &amp;lt;catdate&amp;gt;08-16-2005&amp;lt;/catdate&amp;gt;&lt;br /&gt;
  &amp;lt;mattype&amp;gt;a&amp;lt;/mattype&amp;gt;&lt;br /&gt;
  &amp;lt;avail&amp;gt;No copies available&amp;lt;/avail&amp;gt;&lt;br /&gt;
  &amp;lt;recordlink xlink:href=&amp;quot;http://www.aadl.org/cat/seek/record=1249810&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/p:Record&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* url&lt;br /&gt;
* availablity&lt;br /&gt;
* identifier (ISBN/call number)&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* description/contents&lt;br /&gt;
&lt;br /&gt;
== SimpleDC supported by the zoom toolkit ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dc xmlns=&amp;quot;http/www.loc.gov/zing/srw/dcschema/v1.0/&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;title&amp;gt;Kantor Salomon Sulzer und seine Zeit : eine Dokumentation /&amp;lt;/title&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Avenary, Hanoch.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Pass, Walter.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Vielmetti, Nikolaus.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Adler, Israel, (1925-)&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Sulzer, Salomon, -- 1804-1890.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Jewish composers -- Austria -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Cantors, Jewish -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;date&amp;gt;1985&amp;lt;/date&amp;gt;&lt;br /&gt;
 &amp;lt;publisher&amp;gt;Sigmaringen : Jan Thorbecke Verlag&amp;lt;/publisher&amp;gt;&lt;br /&gt;
 &amp;lt;identifier&amp;gt;3799540636&amp;lt;/identifier&amp;gt;&lt;br /&gt;
 &amp;lt;description&amp;gt;300 p., [12] p. of plates : ill., music, ports. ; 24 cm.&amp;lt;/description&amp;gt;&lt;br /&gt;
&amp;lt;/dc&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this is the output of marc.toSimpleDC()&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* subjects&lt;br /&gt;
* date&lt;br /&gt;
* publisher&lt;br /&gt;
* identifier&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
(NOTE: this schema is from the example, not the source schema)&lt;br /&gt;
&lt;br /&gt;
== SRU from the Library of Congress ==&lt;br /&gt;
&lt;br /&gt;
http://z3950.loc.gov:7090/voyager?version=1.1&amp;amp;operation=searchRetrieve&amp;amp;query=dinosaur&amp;amp;maximumRecords=1&amp;amp;recordSchema=dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;zs:searchRetrieveResponse xmlns:zs=&amp;quot;http://www.loc.gov/zing/srw/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;zs:version&amp;gt;1.1&amp;lt;/zs:version&amp;gt;&lt;br /&gt;
  &amp;lt;zs:numberOfRecords&amp;gt;1701&amp;lt;/zs:numberOfRecords&amp;gt;&lt;br /&gt;
  &amp;lt;zs:records&amp;gt;&lt;br /&gt;
    &amp;lt;zs:record&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordSchema&amp;gt;info:srw/schema/1/dc-v1.1&amp;lt;/zs:recordSchema&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPacking&amp;gt;xml&amp;lt;/zs:recordPacking&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordData&amp;gt;&lt;br /&gt;
        &amp;lt;srw_dc:dc xmlns:srw_dc=&amp;quot;info:srw/schema/1/dc-schema&amp;quot; &lt;br /&gt;
             xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; &lt;br /&gt;
             xmlns=&amp;quot;http://purl.org/dc/elements/1.1/&amp;quot; &lt;br /&gt;
             xsi:schemaLocation=&amp;quot;info:srw/schema/1/dc-schema http://www.loc.gov/z3950/agency/zing/srw/dc-schema.xsd&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;title&amp;gt;3-D dinosaur adventure [computer file].&amp;lt;/title&amp;gt;&lt;br /&gt;
          &amp;lt;creator&amp;gt;Knowledge Adventure, Inc.&amp;lt;/creator&amp;gt;&lt;br /&gt;
          &amp;lt;type&amp;gt;software, multimedia&amp;lt;/type&amp;gt;&lt;br /&gt;
          &amp;lt;publisher&amp;gt;Glendale, CA : Knowledge Adventure,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;date&amp;gt;c1995.&amp;lt;/date&amp;gt;&lt;br /&gt;
          &amp;lt;language&amp;gt;eng&amp;lt;/language&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of &lt;br /&gt;
            paleontology. Includes animated video simulations, three-dimensional dinosaur museum, narration,&lt;br /&gt;
            games, activities, and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for PC: 486SX/25MHz processor or higher; 8MB RAM; Windows 3.1, &lt;br /&gt;
            3.11, or 95; SVGA 256-color graphics adapter; hard drive with 5MB free space; double-speed CD-ROM&lt;br /&gt;
            drive; MPC-compatible sound card; mouse.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for Macintosh: 68040 or Power PC processor; 8MB RAM; System 7.0 or&lt;br /&gt;
            higher; 256-color graphics capability; thirteen-inch color monitor or larger; hard drive with 4MB&lt;br /&gt;
            free space; double-speed CD-ROM drive.&amp;lt;/description&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of paleontology.&lt;br /&gt;
            Includes animated video simulations, three-dimensional dinosaur museum, narration, games, activities, &lt;br /&gt;
            and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs--Juvenile software.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;identifier&amp;gt;URN:ISBN:1569972133&amp;lt;/identifier&amp;gt;&lt;br /&gt;
        &amp;lt;/srw_dc:dc&amp;gt;&lt;br /&gt;
      &amp;lt;/zs:recordData&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPosition&amp;gt;1&amp;lt;/zs:recordPosition&amp;gt;&lt;br /&gt;
    &amp;lt;/zs:record&amp;gt;&lt;br /&gt;
  &amp;lt;/zs:records&amp;gt;&lt;br /&gt;
&amp;lt;/zs:searchRetrieveResponse&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: this is just Dublin Core data in a sp*cial LOC envelope&lt;br /&gt;
&lt;br /&gt;
:LOC also delivers [http://www.loc.gov/standards/marcxml/ MARCXML], and [http://www.loc.gov/standards/mods/ MODS], see http://z3950.loc.gov:7090/voyager?version=1.1&amp;amp;operation=explain -- [[User:JakobVoss|JakobVoss]] 05:37, 26 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== University of Bath reference type ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;E&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;M&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Phillips&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;D&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;S&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Pugh&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1994&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;book title=&amp;quot;How to get a PhD:  A handbook for students and their supervisors&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;location&amp;gt;&lt;br /&gt;
						&amp;lt;placeofpublication&amp;gt;Buckinghamshire&amp;lt;/placeofpublication&amp;gt;&lt;br /&gt;
						&amp;lt;publisher&amp;gt;Open University&amp;lt;/publisher&amp;gt;&lt;br /&gt;
					&amp;lt;/location&amp;gt;&lt;br /&gt;
				&amp;lt;/book&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;Michael&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Fumento&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;website pagetitle=&amp;quot;Radon&amp;amp;apos;s Real Threat is to the EPA&amp;quot; &lt;br /&gt;
uri=&amp;quot;http://www.consumeralert.org/fumento/radon1.htm&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
			&amp;lt;frdescription&amp;gt;an article by a prolific newspaper columnist in the USA - &lt;br /&gt;
quotes empirical scientific research showing no provable link between radon in homes and elevated &lt;br /&gt;
cases of lung cancer&amp;lt;/frdescription&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.bath.ac.uk/schemas/screenshots/referencetype.png Schema extract]&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* date&lt;br /&gt;
* url&lt;br /&gt;
* description&lt;br /&gt;
* type (book/journal/conference)&lt;br /&gt;
* title&lt;br /&gt;
* artile&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* chapter&lt;br /&gt;
* pages&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher data (address, city, ...)&lt;br /&gt;
&lt;br /&gt;
== Implied Schema ==&lt;br /&gt;
This is the start of the short list of common properties across documented formats. Once this is finished, there will be a union of Implied schemas between EXAMPLES and IMPLEMENTATIONS and we will see what that looks like. (This currently only covers a few of the formats listed, some documented formats still need to be explored)&lt;br /&gt;
&lt;br /&gt;
* creator (author, editor, translator, contributor) - this can be handled with hCard, but will need an additional property to refine what &amp;quot;creator&amp;quot; means&lt;br /&gt;
* publisher (this can also be handled with hCard)&lt;br /&gt;
* subject/topics/keywords/categories/genre (there is a rel=&amp;quot;tag&amp;quot; microformat)&lt;br /&gt;
* Description (abstract, note, tableOfContents)&lt;br /&gt;
* typeOfResource/format&lt;br /&gt;
&lt;br /&gt;
common location information&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* edition&lt;br /&gt;
&lt;br /&gt;
Date Fields&lt;br /&gt;
* Date Published (some formats have YEAR/MONTH sperately)&lt;br /&gt;
* Date Accessed (see [http://www.apastyle.org/elecsource.html here] for discussion from APA style guide.)&lt;br /&gt;
&lt;br /&gt;
Again, I'll emphasize: &amp;quot;date published&amp;quot; is problematic. If one needs specificity, then better to have the following list of date classes: date (the generic), issued (braoder than published), copyright (often not the same as issuance date), accessed. -- bruce&lt;br /&gt;
&lt;br /&gt;
Other fields&lt;br /&gt;
* Copyright/usage&lt;br /&gt;
* audience&lt;br /&gt;
&lt;br /&gt;
* identifier (ISBN, ISSN, id, internal only, other)&lt;br /&gt;
* language (this can be handled by the xml:lang attribute native to HTML)&lt;br /&gt;
&lt;br /&gt;
== Types and Roles ==&lt;br /&gt;
(Section is informative only as a place to capture various parts of publication citations.)&lt;br /&gt;
&lt;br /&gt;
There are many different types of publications and this information should be captured in the citation. Possible types include:&lt;br /&gt;
* Novel/fiction (specify type -- literature, SF, romance, etc.?)&lt;br /&gt;
* Non-fiction&lt;br /&gt;
* Poem&lt;br /&gt;
* Play&lt;br /&gt;
* Magazine&lt;br /&gt;
* Reference (separate out encyclopedia, dictionary, almanac, etc.?)&lt;br /&gt;
* Journal&lt;br /&gt;
* Article within a journal&lt;br /&gt;
* Chapter within a book&lt;br /&gt;
* Dissertation&lt;br /&gt;
* Web Site&lt;br /&gt;
* Page within a web site&lt;br /&gt;
* Music Recording&lt;br /&gt;
* Video Recording&lt;br /&gt;
* Interview&lt;br /&gt;
* Physical object (Statue, Painting, etc.)&lt;br /&gt;
* ??&lt;br /&gt;
&lt;br /&gt;
Question: &lt;br /&gt;
Certain works have specific types of citations, for example, the Bible--and, I assume, other religious works--have very specific citation formats with different relevant information (chapter/verse) than others, as do the works of Shakespeare. Should these be considered separate types/roles?&lt;br /&gt;
&lt;br /&gt;
A: I think in terms of types, we should at least note the items (chapter, verse, etc). How they get dealt with is still way up in the air. - [[User:Tim White|Tim White]]&lt;br /&gt;
&lt;br /&gt;
Likewise, there are several different roles associated with publications -- author, co-author, editor, translator, etc. Should these be captured under a master &amp;quot;role&amp;quot; or treated as individual elements?&lt;br /&gt;
&lt;br /&gt;
A: Good question. I think there is an important distinction, but whether we follow a design pattern of &amp;quot;role-*&amp;quot; (or more likely &amp;quot;author-*) or some other pattern hasn't been discussed yet. - Tim&lt;br /&gt;
&lt;br /&gt;
== Biblio RDF Class Schema ==&lt;br /&gt;
Regading the issue of types notes above, the [http://vocab.org/biblio/schema biblio schema] provides a comprehensive set of classes to describe citation metadata. It might prove useful as a guide for a micro-format. The primary classes are Agent, Reference, Collection, and Event. An &amp;quot;Article&amp;quot;, then, would be a subclass of &amp;quot;Part&amp;quot;, which in turn is a subclass of Reference. Likewise, a &amp;quot;Journal&amp;quot; is a subclass of a &amp;quot;Periodical,&amp;quot; which in turn is a subclass of &amp;quot;Collection.&amp;quot; An article would typically be linked to a journal through a dcterms:isPartOf relation.&lt;br /&gt;
&lt;br /&gt;
== ISBN Uniform Resource Names ==&lt;br /&gt;
&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc3187.html RFC3187] defines an ISBN namespace for Uniform Resource Names (URNs).&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
URN:ISBN:0-395-36341-1&lt;br /&gt;
&lt;br /&gt;
I'm not sure if any browser uses this data, but it might have an application in citations describing registered materials with an ISBN.&lt;br /&gt;
&lt;br /&gt;
There is also a URN namespace for ISSN (International Standard Serial Number), which identifies serials/periodicals e.g. [http://alistapart.com A List Apart].  It is defined in [http://www.faqs.org/rfcs/rfc3044.html RFC3044].  Additional URN namespaces are listed at http://www.iana.org/assignments/urn-namespaces.&lt;br /&gt;
&lt;br /&gt;
== You should know == &lt;br /&gt;
* There are more then 1.300 citation ''styles'' in EndNote 9.&lt;br /&gt;
* Libraries have developed formats and rules for publications since more than 100 years. There are millions of records in library catalougues. You should '''at least''' be familiar with AACR and FRBR. There '''already are''' effords to create a new &amp;quot;microformat&amp;quot; called ''Resource Description and Access'' (RDA) [http://www.collectionscanada.ca/jsc/rdaprospectus.html]. Why don't you try to work with the professionals instead of amateurishly trying to reinvent the wheel and create yet another incompatible format? -- [[User:JakobVoss|JakobVoss]] 01:39, 5 Jun 2006 (PDT)&lt;br /&gt;
** I agree that the people involved in developing this microformat (including me) ought to be aware of these efforts (in particular FRBR), but I also think your argument is hopelessly naive and pretentious. The professionals you refer to are in fact library professionals, with their own bizarre traditios and unique information needs. Those are different than the professional scholars for whom citations are critical (me), or to the professional web developers who might want to implement these formats. What I do think is important is for us to understand the different design traditions, and their trade-offs, rather than to blindly create a microformat based on one of them -- Bruce (author of citeproc [http://xbiblio.sourceforge.net/citeproc] and csl [http://xbiblio.sourceforge.net/csl]).&lt;br /&gt;
&lt;br /&gt;
Nice to meet you, Bruce! Maybe I'm naive but it still think that there is a way to combine the best of both worlds: scholars and library professionals. Both have developed bizarre traditions and it would be a pitty to create a new bizarre microformat that is not based on both of them. Thanks to your links to xbiblio. I a stumbled upon it a while ago but have to look at it deeper. -- [[User:JakobVoss|JakobVoss]] 11:48, 19 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ISBD ===&lt;br /&gt;
&lt;br /&gt;
Oh, already a year ago! I was just trying to explain Microformats and its relevance for libraries ([http://jakoblog.de/2007/07/26/von-isbd-zum-web-20-mit-mikroformaten/ here (in German)]. You should have a look at the [http://en.wikipedia.org/wiki/International_Standard_Bibliographic_Description International Standard Bibliographic Description] (ISBD). These rules specify how a bibliographic should be displayed in a library catalouge. This format could be used as basis for hCitation because millions of records are availble in ISBD or variants in library catalouges all over the world. &lt;br /&gt;
&lt;br /&gt;
Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Title: Harry Potter and the deathly hallows / Joanne K. Rowling. - [Children’s ed.], 1. ed. - London : Bloomsbury, 2007&lt;br /&gt;
ISBN: 0-7475-9105-9 - 978-0-7475-9105-4 (Children’s edition)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could be broken into &amp;quot;semantic peaces&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class='hCitation'&amp;gt;&lt;br /&gt;
  Titel:&lt;br /&gt;
  &amp;lt;span class='title'&amp;gt;Harry Potter and the deathly hallows&amp;lt;/span&amp;gt; /&lt;br /&gt;
  &amp;lt;span class='n'&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class='given-name'&amp;gt;Joanne K.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class='family-name'&amp;gt;Rowling&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;. -&lt;br /&gt;
  [&amp;lt;span class='edition'&amp;gt;Children's ed.&amp;lt;/span&amp;gt;], &amp;lt;span class='edition-number'&amp;gt;1.&amp;lt;/span&amp;gt; ed. -&lt;br /&gt;
  &amp;lt;span class='location'&amp;gt;London&amp;lt;/span&amp;gt; : &amp;lt;span class='publisher-name'&amp;gt;Bloomsbury&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class='publication-year'&amp;gt;2007&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
  ISBN:&lt;br /&gt;
  &amp;lt;span class='ISBN'&amp;gt;0-7475-9105-9&amp;lt;/span&amp;gt; -&lt;br /&gt;
  &amp;lt;span class='ISBN'&amp;gt;978-0-7475-9105-4&amp;lt;/span&amp;gt;&lt;br /&gt;
  (&amp;lt;span class='edition'&amp;gt;Children's edition&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantage of ISBD is that it is very elaborated and covers many field and types of publications and sp*cial cases. Of course you need to simplifiy parts of it for the microformat. I'd prefer a bottom up design with the current mass of real-world records in todays libraries instead of top-down by thinking of an &amp;quot;ideal record&amp;quot; or limited playing databases. -- [[User:JakobVoss|JakobVoss]] 05:34, 26 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== OpenDocument ==&lt;br /&gt;
The OpenDocument Format also includes parts for citation and bibliography. See also the [http://bibliographic.openoffice.org/ OpenOffice Bibliographic project]. -- [[User:JakobVoss|JakobVoss]] 11:55, 19 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Wikipedia / MediaWiki ==&lt;br /&gt;
* http://en.wikipedia.org/wiki/Wikipedia:Citation_templates&lt;br /&gt;
** 'The use of Citation templates is not required by WP:CITE and is neither encouraged nor discouraged by any other Wikipedia citation guidelines.' (ibid)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{citation-related-pages}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=26531</id>
		<title>video-metadata-model</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=26531"/>
		<updated>2007-10-15T01:13:32Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: revert from spammer **possible to get captcha implemented?**&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Video metadata model =&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Author(s) ==&lt;br /&gt;
* Lisa Rein - Bloqx, lisa@lisarein.com&lt;br /&gt;
* Thomas Winningham&lt;br /&gt;
&lt;br /&gt;
== Getting Started On A Harmonized Video Metadata Model ==&lt;br /&gt;
&lt;br /&gt;
=== The Problem Space ===&lt;br /&gt;
&lt;br /&gt;
Currently, video objects are very hard to search for on the web. There a lack of a simple taxonomy for users to implement, and most of the technology used to derive meaning is basically dependent on what text is available from a corresponding web page.&lt;br /&gt;
&lt;br /&gt;
With the emergence of video tools that both allow for some information to be embedded within the files themselves and/or prompt a user to enter such metadata before the file is generated, it is more important than ever to attempt to construct a core set of elements to facilitate metadata interoperability.&lt;br /&gt;
&lt;br /&gt;
Perhaps a vocabulary based on the information that can be derived from the object itself, while also providing a framework for users to include additional data about a media object, if so desired, would be most useful. &lt;br /&gt;
&lt;br /&gt;
This number one goal of this vocabulary would be to enable metadata compatibility between both existing and new types of services and applications. An element set that could be used by many different variations of metadata-based applications and services. &lt;br /&gt;
&lt;br /&gt;
The idea is to create a practical, easy-to-use element set that can both be implemented quickly by software developers and archivists, while also being intuitive to artists, photographers, film makers etc.  A metadata system that makes sense to artists will encourage them to become more involved and add more information about their works. &lt;br /&gt;
&lt;br /&gt;
One starting point could be to begin with a dc-compatible subset that is already in use by numerous applications (and that, by definition, ensures compatibility with all W3C Metadata Formats), and build from there a larger framework capable of encompassing all media objects.&lt;br /&gt;
&lt;br /&gt;
Every attempt should be made to be compatible with the following vocabularies, and, most likely, several others: Dublin Core Metadata Element Set, SMIL (Synchronized Multimedia Integration Language), Media RSS, and the Internet Archive's metadata format.&lt;br /&gt;
&lt;br /&gt;
=== Existing Video Metadata Archive Vocabularies ===&lt;br /&gt;
&lt;br /&gt;
==== DCMI ==== &lt;br /&gt;
Dublin Core Metadata Element Set&amp;lt;br&amp;gt;&lt;br /&gt;
http://dublincore.org/documents/dces/&lt;br /&gt;
&lt;br /&gt;
The Dublin Core metadata element set is a standard for cross-domain information resource description. Here an information resource is defined to be &amp;quot;anything that has identity&amp;quot;. This is the definition used in Internet RFC 2396, &amp;quot;Uniform Resource Identifiers (URI): Generic Syntax&amp;quot;, by Tim Berners-Lee et al. There are no fundamental restrictions to the types of resources to which Dublin Core metadata can be assigned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Media RSS ====&lt;br /&gt;
http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS is a vocabulary for use with RSS 2.0s &amp;quot;enclosure&amp;quot; element to enable more detailed metadata to be included with media object syndication. (Note: You will need an enclosure-aware RSS reader to take advantage of the content within RSS 2.0 Enclosures. &amp;gt;br&amp;gt;&lt;br /&gt;
FireANT http://www.antisnottv.net/?q=download is one such RSS reader.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== SMIL (Synchronized Multimedia Integration Language) ====&lt;br /&gt;
http://www.w3.org/TR/SMIL/ &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20050107/metadata.html#q6&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SMIL is a W3C Recommendation for an XML-based language for expressing the properties of largely web-based multimedia presentations. SMIL includes temporal behavior, methods for associating hyperlinks with a media object, and describing layout presentation on a screen. &amp;lt;br&amp;gt;&lt;br /&gt;
(Scalable Vector Graphics SVG - note that it can be used to draw video boxes &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/SVG/metadata.html#MetadataElement) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== OurMedia ====&lt;br /&gt;
http://www.ourmedia.org/tools &amp;lt;br&amp;gt;&lt;br /&gt;
OurMedia provides hosting for user generated media. OurMedia's metadata format conforms to the Internet Archive's metadata format.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shared Online Media Archive (SOMA) ====&lt;br /&gt;
http://soma-dev.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://soma-dev.sourceforge.net/ SOMA] is a draft metadata standard for the exchange of metadata for multimedia files between members. It is based on [http://dublincore.org/ Dublin Core 1.1] as well as [http://mokk.bme.hu/mediatervezo/targyak/metainfo/tech_t3293.pdf EBU Tech 3273].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== The Showcase ====&lt;br /&gt;
http://showcase.commedia.org.uk/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://showcase.commedia.org.uk/ The Showcase] is an online media archive of streaming audio, video and web by individuals and organisations from around the UK and worldwide that was launched in 2003 and implements the [http://soma-dev.sourceforge.net/ SOMA] metadata standard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Internet Archive ====&lt;br /&gt;
 - Movie Database Metadata Format &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.archive.org/details/movies &amp;lt;br&amp;gt;&lt;br /&gt;
The Internet Archive is an attempt at archiving everything on the web, and really, all text and documentation, whether or not it was ever meant to be on the web. The Moving Images archive provides users with the ability to upload their own films and associate some very simple metadata with the files to provide for better search. &lt;br /&gt;
&lt;br /&gt;
==== MIDI Time Code (MTC), based on SMPTE Time Code ====&lt;br /&gt;
http://www.borg.com/~jglatt/tech/mtc.htm &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.borg.com/~jglatt/tech/mtc.htm MIDI Time Code (MTC)] is a low-level binary format spoken by many software packages and MIDI devices. From movie score composition and live theatrical events to home recording, this is in widespread use, and SMPTE is referenced by MPEG7. In order to do broadcast engineering, precise control over time, punch in/out, and cue points, are all a part of this specification.&lt;br /&gt;
&lt;br /&gt;
==== Creative Commons ====&lt;br /&gt;
http://www.creativecommons.org &amp;lt;br&amp;gt;&lt;br /&gt;
Creative Commons provides a set of alternative copyright licenses and a metadata format for expressing the terms of those licenses.&lt;br /&gt;
&lt;br /&gt;
==== TV-Anytime ====&lt;br /&gt;
http://www.tv-anytime.org &amp;lt;br&amp;gt;&lt;br /&gt;
TV-Anytime is a standard designed to support audio/video recording and video on demand. It is based on [http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm MPEG-7]. It provides an extensive XML-based data model for the description of audio-visual content and the relationship between items of content. The [http://webapp.etsi.org/exchangefolder/ts_1028220301v010301p0.zip metadata specification] includes a genre classification scheme.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility Table ===&lt;br /&gt;
&lt;br /&gt;
It is important that any newly-emerging video metadata format be compatible with the metadata formats already in extensive use within existing media archives. &lt;br /&gt;
&lt;br /&gt;
Some of these, such as the Internet Archive's format, were designed to be compatible with the Dublin Core Metadata Element Set, so compatibility is easy. Others use different names, but the models are similar, and so it is simple to do a one-to-one mapping between the varying elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Bloqx Element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;SMIL&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Internet Archive&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The URL of the movie (video object).&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;the &amp;quot;url&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;resource&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;link&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The name of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The creator of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Date that the movie was created -- could also be date the movie was uploaded and made available via a URL. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;DCMI Best Practice to use the ISO 8601 profile for date format: YYYY-MM-DD.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date (contains year eg: &amp;quot;2004&amp;quot;), also &amp;quot;publicdate&amp;quot; in the correct format. Our &amp;quot;date&amp;quot; seems that it is more compatible with &amp;quot;publicdate.&amp;quot;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The format of the video file: Quicktime, Windows Media, MPEG, etc. (Mime type)&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;quot;type&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A URL for a text-based explanation of the movie's licensing terms.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;br&amp;gt;(contains text description rather than a url)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;licenseurl&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A set of keywords describing the topic of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Provides a text-based description of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Compatibility Considerations ===&lt;br /&gt;
&lt;br /&gt;
It would be a good idea to consider designing our model to be compatible with most audio and still picture metadata formats, since it is likely that these types of objects would be generated and associated with the video objects we are describing. Also, one might want to compare the soundtrack information of a .mov file with that of an .mp3, etc.. For these reasons, it will be important to maintain one to one element relationships between the semantics of the different vocabularies whenever possible. Some of these formats include the Flickr, itunes, the Internet Archive's audio archive format.&lt;br /&gt;
&lt;br /&gt;
The following is a list of the various elements that could be contained in a video metadata file.&lt;br /&gt;
&lt;br /&gt;
At minimum, a metadata entry would contain the URL of the movie file (identifier), the date the URL was submitted (date), and the name of the person who submitted the metadata (uploader or creator).&lt;br /&gt;
 &lt;br /&gt;
The date and name can be added automatically, because, theoretically, a user would have to be logged in to enter metadata.&lt;br /&gt;
&lt;br /&gt;
The below list represents one possible &amp;quot;core&amp;quot; subset of elements for more simple implementations. A more detailed description of elements is also provided after the list itself.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Suggested Core Elements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. identifier (dc)&lt;br /&gt;
&lt;br /&gt;
The URL of the movie file.&lt;br /&gt;
&lt;br /&gt;
2. title (dc)&lt;br /&gt;
&lt;br /&gt;
The title of the movie.&lt;br /&gt;
&lt;br /&gt;
3. creator (dc)&lt;br /&gt;
&lt;br /&gt;
The creator of the movie.&lt;br /&gt;
&lt;br /&gt;
4. date (dc)&lt;br /&gt;
&lt;br /&gt;
Date that the movie was uploaded (made available via a URL). &lt;br /&gt;
&lt;br /&gt;
This value is automatically added when the metadata is initially entered into the service.&lt;br /&gt;
&lt;br /&gt;
DCMI Recommended Best Practice is to use the ISO 8601 profile for date format: YYYY-MM-DD.&lt;br /&gt;
&lt;br /&gt;
5. subject (dc)&lt;br /&gt;
&lt;br /&gt;
A list of keywords describing the content of the movie. (This is where subject words of a formal classification scheme would be used.)&lt;br /&gt;
&lt;br /&gt;
6. format (dc)&lt;br /&gt;
&lt;br /&gt;
Format of the video file: Quicktime, Windows Media, etc. DCMI Recommended Best Practice is to use MIME type information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. rights (dc)&lt;br /&gt;
&lt;br /&gt;
A URL to a text-based description of the  movie's licensing terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. description - used as a container for &amp;quot;abstract&amp;quot;&lt;br /&gt;
&lt;br /&gt;
9. comment&lt;br /&gt;
&lt;br /&gt;
10. latitude&lt;br /&gt;
&lt;br /&gt;
11. longitude&lt;br /&gt;
&lt;br /&gt;
12. contributor (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization who has contributed to the content of the resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. rightsholder (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization owning or managing rights over the resource. Recommended best practice is to use the URI or name of the Rights Holder to indicate the entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
14. filesize&lt;br /&gt;
&lt;br /&gt;
15. filename&lt;br /&gt;
&lt;br /&gt;
16. duration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
17. hash&lt;br /&gt;
&lt;br /&gt;
A SHA-1 Hash value for the file.&lt;br /&gt;
&lt;br /&gt;
18. clip / time control&lt;br /&gt;
&lt;br /&gt;
A portion of the playback, only. &lt;br /&gt;
From SMIL 2.1:&lt;br /&gt;
begin, dur, end, min, max, marker, clock-value, par, etc&lt;br /&gt;
seeAlso: &lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil-timing.html&lt;br /&gt;
&lt;br /&gt;
=== Other optional elements could include ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- codec  (Sorensen, etc.) - person - image (for that person) - director - producer - aspectradio - framerate - number of audio channels - sample rate&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[media-metadata-examples]], as the follow metadata appears entirely consistent with that usage as well.&lt;br /&gt;
* [[media-info-examples]] shows real world examples of video use, with metadata markup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NewTube]]&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=audio-info-issues&amp;diff=23103</id>
		<title>audio-info-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=audio-info-issues&amp;diff=23103"/>
		<updated>2007-10-14T21:35:49Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: vote on TRACK vs. ITEM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Audio info issues =&lt;br /&gt;
&lt;br /&gt;
This page defines the current issues with the hAudio draft specification. Any issues that have not yet been resolved are marked with an {{OpenIssue}} tag.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
In order of contribution:&lt;br /&gt;
&lt;br /&gt;
* [[User:Brian|Brian Suda]]&lt;br /&gt;
* [[User:ManuSporny|ManuSporny]] - Digital Bazaar, Inc. (Bitmunk)&lt;br /&gt;
* [[User:WebOrganics|Martin McEvoy]] - WebOrganics&lt;br /&gt;
* Michael Smethurst&lt;br /&gt;
&lt;br /&gt;
= Problem: Redundant Property Names =&lt;br /&gt;
&lt;br /&gt;
The audio info proposal has invented several new properties. These should be condensed, removed and/or discussed further.&lt;br /&gt;
&lt;br /&gt;
== audio-title Property ==&lt;br /&gt;
hAudio ISSUE #2: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
[[audio-info-proposal#Audio Title|audio-title]] - There is an on going debate where this should be something else such as FN or SUMMARY, or RECORDING.&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
# Use FN instead&lt;br /&gt;
# Use SUMMARY instead&lt;br /&gt;
# Use RECORDING instead for singular audio recordings (songs, movements, chapters) and ALBUM/RELEASE for collections of audio recordings.&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 : use RECORDING and ALBUM [[User:ManuSporny|ManuSporny]] 18:20, 27 Sep 2007 (PDT)&lt;br /&gt;
* -1 : don't change audio-title [[User:WebOrganics|Martin McEvoy]] 15:48, 14 Aug 2007 (GMT)&lt;br /&gt;
* +1 for using FN, no clear difference between two so why invent another [[User:DavidJanes|David Janes]] 14 August 2007&lt;br /&gt;
&lt;br /&gt;
== album-title Property==&lt;br /&gt;
hAudio ISSUE #9: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
It has been proposed that something else should be used instead of '''album-title'''.&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
# Use ALBUM instead of ALBUM-TITLE&lt;br /&gt;
# Use RELEASE instead of ALBUM-TITLE&lt;br /&gt;
# Keep ALBUM-TITLE&lt;br /&gt;
&lt;br /&gt;
=== Feedback ===&lt;br /&gt;
&lt;br /&gt;
* +1 for using ALBUM [[User:ManuSporny|ManuSporny]] 09:31, 12 Sep 2007 (PDT)&lt;br /&gt;
* +1 for using RELEASE [http://microformats.org/discuss/mail/microformats-new/2007-September/000832.html Michael Smethurst], 12 Sep 2007&lt;br /&gt;
&lt;br /&gt;
== Collection Names==&lt;br /&gt;
hAudio ISSUE #10: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
The following have been proposed for collection names if hAlbum is going to be integrated into hAudio.&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
* ALBUM-TITLE, ALBUM, or RELEASE - used for vinyl albums, CD singles, Ringles (haha), EPs, and CDs.&lt;br /&gt;
* PODCAST - used for podcasts.&lt;br /&gt;
* TOPLIST, CHART - used for top 10, top 40 and lists of audio recordings. Can be re-used for television, short film and video recordings in the future.&lt;br /&gt;
* PLAYLIST - used to contain a grouped list of audio recordings and video recordings. Could be re-used for television episodes, short films, and video recordings in the future.&lt;br /&gt;
* TRACK - used for each item in the audio-recording collection above.&lt;br /&gt;
&lt;br /&gt;
=== Feedback ===&lt;br /&gt;
&lt;br /&gt;
* +1 for using ALBUM [[User:ManuSporny|ManuSporny]] 09:31, 12 Sep 2007 (PDT)&lt;br /&gt;
* +1 for using PODCAST [[User:ManuSporny|ManuSporny]] 09:54, 12 Sep 2007 (PDT)&lt;br /&gt;
* +1 for using TRACK [[User:ManuSporny|ManuSporny]] 09:54, 12 Sep 2007 (PDT)&lt;br /&gt;
* +1 for using TRACK [[User:ChrisNewell|Chris Newell]] 12:21, 25 Sep 2007 (GMT+1)&lt;br /&gt;
* +1 for using CHART [[User:ChrisNewell|Chris Newell]] 12:21, 25 Sep 2007 (GMT+1)&lt;br /&gt;
* +1 for using PLAYLIST [[User:ChrisNewell|Chris Newell]] 12:21, 25 Sep 2007 (GMT+1)&lt;br /&gt;
* +1 for using RELEASE [http://microformats.org/discuss/mail/microformats-new/2007-September/000832.html Michael Smethurst], 12 Sep 2007&lt;br /&gt;
&lt;br /&gt;
=Problem: Display properties of rel-patterns=&lt;br /&gt;
hAudio ISSUE #4: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
In order to solve the [[audio-info-issues#Historical:_Graphic_buttons_in_rel-patterns|graphic-only buttons in rel-patterns problem]], it was identified that part of the problem dealt with attempting to create relationship quadruples, or incorrect relationship triples. &lt;br /&gt;
&lt;br /&gt;
If there is no text to display, then how does one place the item into a menu/display for Operator/Firefox? Grabbing the image and placing it in a UI is a difficult argument to make - there are a variety of image sizes that might not do well in the Operator UI (or Firefox 3 UI).&lt;br /&gt;
&lt;br /&gt;
Typically, rel-patterns are created by doing something like the following:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;RELATIONSHIP&amp;quot; href=&amp;quot;URL&amp;quot;&amp;gt;TARGET&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The final triple that is created can be read thusly: URL is related to TARGET via RELATIONSHIP.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;brother&amp;quot; href=&amp;quot;/people/john_f_kennedy.html&amp;quot;&amp;gt;Robert Kennedy&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The URL above would be read like so: The URL &amp;lt;code&amp;gt;http://www.people.org/john_f_kennedy.html&amp;lt;/code&amp;gt; is related to &amp;lt;code&amp;gt;Robert Kennedy&amp;lt;/code&amp;gt; via a relationship of type &amp;lt;code&amp;gt;brother&amp;lt;/code&amp;gt;. In other words, John F. Kennedy is Robert Kennedy's brother.&lt;br /&gt;
&lt;br /&gt;
Using rel-pattern as such:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;brother&amp;quot; href=&amp;quot;/people/john_f_kennedy.html&amp;quot; title=&amp;quot;Robert Kennedy&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;img src=&amp;quot;/images/robert_kennedy.gif&amp;quot; alt=&amp;quot;Robert Kennedy&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It isn't defined if the displayable value of the relationship &amp;quot;Robert Kennedy&amp;quot; should be used from&lt;br /&gt;
&lt;br /&gt;
* the @alt attribute on the IMG element&lt;br /&gt;
* the @title attribute on the anchor (A element)&lt;br /&gt;
* or, not at all.&lt;br /&gt;
&lt;br /&gt;
This is because the rel attribute is only concerned with the relationship between the current page and the href. The TITLE of the link is not defined by rel.&lt;br /&gt;
&lt;br /&gt;
It is quite often that a site uses an image instead of a text link to present actions. For example: Instead of using the text &amp;quot;Download&amp;quot;, they will use a graphic image with a downward-facing arrow.&lt;br /&gt;
&lt;br /&gt;
How do we present this option to a human being in a non-web-page UI?&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
====Do nothing====&lt;br /&gt;
&lt;br /&gt;
The decision should be left up to uF implementors. The market should decide how the information is displayed. This is something that does not need to be explicit in the spec, but can be left flexible to developers to implement as they see best and to adapt to their applications and future developments. Forcing someone to use the @alt or @title prevents them from reusing the actual image or using their own graphics because the spec mandated the &amp;quot;correct&amp;quot; use.&lt;br /&gt;
&lt;br /&gt;
====Not Specified but Publish hAudio Best Practices Section====&lt;br /&gt;
&lt;br /&gt;
This is a slight variation on the &amp;quot;Do nothing&amp;quot; approach. Implementation is still left up to the uF/application implementors, but we recommend the following in a &amp;quot;Best Practices&amp;quot; section for hAudio:&lt;br /&gt;
&lt;br /&gt;
* Use TITLE on rel-patterns, which is backed up by the following from [[rel-payment#RelPayment]]:&lt;br /&gt;
&lt;br /&gt;
 Authors should use the &amp;quot;title&amp;quot; attribute to provide a human readable &lt;br /&gt;
 description of the type of support pointed to by the hyperlink. &lt;br /&gt;
 Aggregators may use the contents of the &amp;quot;title&amp;quot; attribute to provide &lt;br /&gt;
 additional information about the support link to their users. &lt;br /&gt;
  E.g. &amp;lt;a href=&amp;quot;[url]&amp;quot; rel=&amp;quot;payment&amp;quot; title=&amp;quot;Donate Money Via PayPal&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* If TITLE is not used, the link text that is displayed in a text-only web browser should be used.&lt;br /&gt;
&lt;br /&gt;
====Use the TITLE Attribute====&lt;br /&gt;
&lt;br /&gt;
Using @title was proposed in the following post to the mailing list:&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/discuss/mail/microformats-new/2007-July/000590.html&lt;br /&gt;
&lt;br /&gt;
=====Benefits=====&lt;br /&gt;
&lt;br /&gt;
# It POSH-ifies the website.&lt;br /&gt;
# It works well with Operator, Firefox 3 and other uF parsers/UIs.&lt;br /&gt;
# It adds the accessibility/screen reader problem.&lt;br /&gt;
&lt;br /&gt;
=====Drawbacks=====&lt;br /&gt;
&lt;br /&gt;
# There are arguments stating that the @alt attribute would be a better choice: http://microformats.org/discuss/mail/microformats-new/2007-July/000593.html&lt;br /&gt;
# there are arguments that this is not part of how the rel attribute was designed and it is layering semantics onto the attribute that don't exist in the HTML spec.&lt;br /&gt;
&lt;br /&gt;
====New Label Property====&lt;br /&gt;
&lt;br /&gt;
Create a specific new property that defines the label title, or other &amp;lt;code&amp;gt;displayable&amp;lt;/code&amp;gt; Microformat class that should specify the text value to be used.&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for not specifying, but providing best practices section [[User:ManuSporny|ManuSporny]] 06:54, 14 Aug 2007 (PDT)&lt;br /&gt;
* +1 for Do Nothing recommend  proper use of @alt [[User:WebOrganics|Martin McEvoy]] 16:03, 14 Aug 2007 (GMT)&lt;br /&gt;
&lt;br /&gt;
=Problem: Peeking into child elements=&lt;br /&gt;
hAudio ISSUE #5: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
It has been proposed that peeking into child elements that are not labeled with microformatted class names goes against the established publishing practices of microformats. In other words, if there isn't a microformatted class name on the element, we shouldn't be reading/interpreting the contents of the element. &lt;br /&gt;
&lt;br /&gt;
There have been several proposed solutions, one of which automatically peeks at certain sub-elements, such as @alt in IMG:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by/3.0/&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;img src=&amp;quot;/images/deed/by.png&amp;quot; alt=&amp;quot;Creative Commons Attribution 3.0&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A microformat parser would take the HTML above and automatically parse out the contents of the @alt attribute on all child elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another approach would parse out display-able elements based on a pre-defined microformatted relationship such as &amp;lt;code&amp;gt;displayble&amp;lt;/code&amp;gt;, like so:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by/3.0/&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;img rel=&amp;quot;displayable&amp;quot; src=&amp;quot;/images/deed/by.png&amp;quot; alt=&amp;quot;Creative Commons Attribution 3.0&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
# Microformats should never peek into child elements when displaying information.&lt;br /&gt;
# The community should decide on a set of attributes and elements that are peek-able (for example: any element that contains an @alt attribute should be peek-able)&lt;br /&gt;
# Only elements that are marked with a class of a specified type, such as &amp;lt;code&amp;gt;displayable&amp;lt;/code&amp;gt;, should be used to display the text.&lt;br /&gt;
# Display what common text-only browser displays (in the case of Lynx, the value in @alt).&lt;br /&gt;
&lt;br /&gt;
====Benefits====&lt;br /&gt;
&lt;br /&gt;
# Valid HTML requires that the ALT tag is specified anyway, thus we're helping people write proper HTML.&lt;br /&gt;
# Because of the item above, this is in-line with what most text-based browsers and screen readers expect.&lt;br /&gt;
# There is no danger of @title and @alt both being specified and read by a screen reader.&lt;br /&gt;
## ?? what about @title on the 'a' and an @alt on the image?&lt;br /&gt;
&lt;br /&gt;
====Drawbacks====&lt;br /&gt;
# The point was raised that ALT tags are not used properly on the web: http://microformats.org/discuss/mail/microformats-new/2007-July/000598.html and http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for displaying what a common text-only browser or screen reader would display [[User:ManuSporny|ManuSporny]] 06:46, 14 Aug 2007 (PDT)&lt;br /&gt;
* +1 Display what common text-only browser displays [[User:WebOrganics|Martin McEvoy]] 15:58, 14 Aug 2007 (GMT)&lt;br /&gt;
&lt;br /&gt;
=Problem: Container property naming=&lt;br /&gt;
hAudio ISSUE #13: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
We need some sort of &amp;quot;container&amp;quot; to hold track/song information in an hAudio album. The contents of this &amp;quot;container&amp;quot; will be another hAudio chunk or text (which will be the FN of an hAudio object).&lt;br /&gt;
&lt;br /&gt;
There are two proposals that are on the table right now. The end result and semantics for hAudio are the same, the only thing that we are discussing is the name of that &amp;quot;container&amp;quot;. The current proposals are for:&lt;br /&gt;
&lt;br /&gt;
TRACK or ITEM&lt;br /&gt;
&lt;br /&gt;
===Proposal for TRACK===&lt;br /&gt;
&lt;br /&gt;
Using TRACK means creating a new Microformat property that, while specific, is not re-using ITEM. There is also contention over whether this accurately describes a part of an album or part of a recording (in the case of a speech).&lt;br /&gt;
&lt;br /&gt;
====Benefits====&lt;br /&gt;
&lt;br /&gt;
* TRACK is semantically accurate when describing albums, which is the only example use-case that we are attempting to solve with hAudio.&lt;br /&gt;
* No other changes to other Microformats or definitions are required.&lt;br /&gt;
&lt;br /&gt;
====Drawbacks====&lt;br /&gt;
&lt;br /&gt;
* TRACK has multiple meanings.&lt;br /&gt;
* TRACK is not accurate when describing parts of a speech, orchestral movement, or other non-album collection of audio.&lt;br /&gt;
* It is a new property that we must create.&lt;br /&gt;
&lt;br /&gt;
===Proposal for ITEM===&lt;br /&gt;
&lt;br /&gt;
Using ITEM as the container element means that we will be changing the current definition of ITEM.&lt;br /&gt;
&lt;br /&gt;
We don't want to break backwards compatability, so we have to work with&lt;br /&gt;
the current definitions of item for hReview and hListing by defining&lt;br /&gt;
ITEM as the following, which can be used across all Microformats:&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
ITEM - A generic method that Microformats use for unordered containment&lt;br /&gt;
of other Microformat properties or objects. This property MUST have, at&lt;br /&gt;
a minimum, the name of the item. The name of the item can be specified&lt;br /&gt;
using either:&lt;br /&gt;
&lt;br /&gt;
# plain-text, if the property contains only the name of the item.&lt;br /&gt;
# &amp;quot;fn&amp;quot;, if the property contains multiple Microformat properties.&lt;br /&gt;
&lt;br /&gt;
ITEM MAY contain other properties/Microformats, but anything other than&lt;br /&gt;
FN must be defined by the Microformat that is using ITEM.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
The above definition doesn't require hReview or hListing to change at&lt;br /&gt;
all. It also means that we can use it like so in hAudio:&lt;br /&gt;
&lt;br /&gt;
Single track, with known album (same as putting text in the ‘album’&lt;br /&gt;
field of an ID3 tag):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Nagasaki Nightmare&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;album&amp;quot;&amp;gt;Best Before 1984&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Crass&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;
Single track, album unknown:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Nagasaki Nightmare&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Crass&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;
Album:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn album&amp;quot;&amp;gt;Best Before 1984&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Crass&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;
Album with a couple of tracks, simple example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn album&amp;quot;&amp;gt;Best Before 1984&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Crass&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;Nagasaki Nightmare&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;Hokkaido Dream&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;Tokyo Groove&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;
Album with a couple of tracks, more detailed:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn album&amp;quot;&amp;gt;Best Before 1984&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Crass&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item haudio&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Nagasaki Nightmare&amp;lt;/span&amp;gt;&lt;br /&gt;
– &amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P268S&amp;quot;&amp;gt;4:46&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item haudio&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Hokkaido Dream&amp;lt;/span&amp;gt;&lt;br /&gt;
– &amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P268S&amp;quot;&amp;gt;4:46&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;item haudio&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Tokyo Groove&amp;lt;/span&amp;gt;&lt;br /&gt;
– &amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P268S&amp;quot;&amp;gt;4:46&amp;lt;/abbr&amp;gt;&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;
====Benefits====&lt;br /&gt;
&lt;br /&gt;
* ITEM is a new bag/set/container item that can be re-used across all Microformats is created.&lt;br /&gt;
* The new definition of ITEM is backwards-compatible.&lt;br /&gt;
&lt;br /&gt;
====Drawbacks====&lt;br /&gt;
&lt;br /&gt;
* ITEM is being re-defined, which is somewhat against the Microformat principles.&lt;br /&gt;
* ITEM is not semantically accurate unless it is paired with an hAudio element.&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for TRACK [[User:ManuSporny|ManuSporny]] 13:56, 14 Oct 2007 (PDT)&lt;br /&gt;
* +1 for ITEM [[User:SenorPantalones|JustinMaxwell]] 14:14, 14 Oct 2007 (PDT)&lt;br /&gt;
* +1 for ITEM [[User:WebOrganics|Martin McEvoy]] 22:21, 14 Oct 2007 (GMT)&lt;br /&gt;
* +1 for TRACK --[[User:JeffMcNeill|jeffmcneill]] 14:35, 14 Oct 2007 (PDT) (that is if I have a vote, I have only been lurking on the discussion)&lt;br /&gt;
&lt;br /&gt;
=Problem: TRACK does not work in tables=&lt;br /&gt;
hAudio ISSUE #11: {{OpenIssue}}&lt;br /&gt;
&lt;br /&gt;
Julian Stahnke noted that [http://microformats.org/discuss/mail/microformats-new/2007-October/000940.html the new track proposal doesn't work with tables ]. The previous examples required one to mark up track information using haudio, thus the publisher would have to do the following to mark up a track:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;track&amp;quot;&amp;gt;1.&lt;br /&gt;
    &amp;lt;span class=&amp;quot;haudio&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &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;
The nested approach above doesn't work when working with HTML tables because TR is usually the containing element of a track in the audio examples and nothing but a TD element is allowed inside of it. In other words, HAUDIO cannot be nested inside of TRACK in a table. &lt;br /&gt;
&lt;br /&gt;
== Possible Solutions ==&lt;br /&gt;
&lt;br /&gt;
One approach lets HAUDIO to co-exist with TRACK. Here is an example of valid markup using this approach:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;#&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Track&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Length&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;track haudio&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;1.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;recording&amp;quot;&amp;gt;Sanity&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P348S&amp;quot;&amp;gt;5:48&amp;lt;/abbr&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;haudio track&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;2.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;recording&amp;quot;&amp;gt;Highway To Hell&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P219S&amp;quot;&amp;gt;3:39&amp;lt;/abbr&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in the above example, order doesn't matter since we are stating that a TRACK *is* HAUDIO.&lt;br /&gt;
&lt;br /&gt;
* Allow HAUDIO to co-exist with TRACK&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for allowing HAUDIO to co-exist with TRACK [[User:ManuSporny|ManuSporny]] 19:52, 4 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=Resolved Issues=&lt;br /&gt;
&lt;br /&gt;
== image-summary Property==&lt;br /&gt;
hAudio ISSUE #1: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
[[audio-info-proposal#Image Summary|image-summary]] - This is a small graphic image that summarizes the audio piece. It should NOT be a MUST to use the &amp;lt;img&amp;gt; element, (it shouldn't be a MUST anyway) ~BrianSuda. There are several other formats that already use the PHOTO property, including [[hcard|hCard]] and [[hreview|hReview]]. This has potential to collapse and remove image-summary.&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
# Use PHOTO instead.&lt;br /&gt;
&lt;br /&gt;
=== Feedback ===&lt;br /&gt;
&lt;br /&gt;
* +1 for using PHOTO [[User:ManuSporny|ManuSporny]] 06:40, 14 Aug 2007 (PDT)&lt;br /&gt;
* +1 for using PHOTO [[User:WebOrganics|Martin McEvoy]] 15:49, 14 Aug 2007 (GMT)&lt;br /&gt;
&lt;br /&gt;
=== Resolution ===&lt;br /&gt;
&lt;br /&gt;
PHOTO has been used to replace IMAGE-SUMMARY in the latest proposal, reusing a previous Microformat property, which is a Good Thing(tm).&lt;br /&gt;
&lt;br /&gt;
== published-date Property ==&lt;br /&gt;
hAudio ISSUE #3: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
[[audio-info-proposal#Published Date|published-date]] is a duplicate of the PUBLISHED property found-in [[hatom|hAtom]]. This can be collapsed to a single property name &lt;br /&gt;
&lt;br /&gt;
Alternatively, we could use &amp;lt;code&amp;gt;dtstart&amp;lt;/code&amp;gt;, from hCalendar (shouldn't the published date be an hCalendar event?) [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Possible Solutions===&lt;br /&gt;
&lt;br /&gt;
# Use PUBLISHED instead&lt;br /&gt;
# Use DTSTART instead&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for using PUBLISHED instead of PUBLISHED-DATE [[User:ManuSporny|ManuSporny]] 06:41, 14 Aug 2007 (PDT)&lt;br /&gt;
* +1 for using PUBLISHED instead of PUBLISHED-DATE [[User:WebOrganics|Martin McEvoy]] 15:51, 14 Aug 2007 (GMT)&lt;br /&gt;
&lt;br /&gt;
=== Resolution ===&lt;br /&gt;
&lt;br /&gt;
PUBLISHED has been used to replace PUBLISHED-DATE in the latest proposal, reusing a previous Microformat property, which is a Good Thing (tm).&lt;br /&gt;
&lt;br /&gt;
== Problem: Summary Property is Missing ==&lt;br /&gt;
hAudio ISSUE #6: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
Martin McEvoy did another analysis run of the [[audio-info-examples]] data and [[audio-info-examples#Further_Analysis_Regarding_Summaries|found that audio descriptions existed]] for many of the examples. It has been proposed that audio descriptions should be added to the hAudio Microformat.&lt;br /&gt;
&lt;br /&gt;
=== Possible Solutions ===&lt;br /&gt;
&lt;br /&gt;
* Add audio descriptions to the hAudio specification using SUMMARY&lt;br /&gt;
* Add audio descriptions to the hAudio specification using DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
====Feedback====&lt;br /&gt;
&lt;br /&gt;
* +1 for using DESCRIPTION [[User:ManuSporny|ManuSporny]] 06:45, 14 Aug 2007 (PDT)&lt;br /&gt;
* +1 for using DESCRIPTION [[User:WebOrganics|Martin McEvoy]] 15:46, 14 Aug 2007 (GMT)&lt;br /&gt;
&lt;br /&gt;
==== Resolution ====&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION has been added to the latest proposal.&lt;br /&gt;
&lt;br /&gt;
== Problem: Track Number is Missing ==&lt;br /&gt;
hAudio ISSUE #7: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
We assumed that the track number was going to be encapsulated by XOXO in the beginning, but it seems as if this is not the case. Unfortunately, we didn't analyze the number of sites that had tracks in them. We should do this and report our findings to the mailing list. It is also important to note that most of the audio formats support track numbers.&lt;br /&gt;
&lt;br /&gt;
=== Possible Solutions ===&lt;br /&gt;
&lt;br /&gt;
* Gather examples and add track-number to hAudio if there is enough evidence to support it.&lt;br /&gt;
&lt;br /&gt;
=== Resolution ===&lt;br /&gt;
&lt;br /&gt;
It was [http://microformats.org/discuss/mail/microformats-new/2007-October/000972.html announced] that a re-analysis of the track-number in the audio-info-examples showed widespread support for a positional element. POSITION has been added to the hAudio proposal and was supported by [http://microformats.org/discuss/mail/microformats-new/2007-October/000972.html Manu Sporny], [http://microformats.org/discuss/mail/microformats-new/2007-October/000973.html Julian Stanhke], and [http://microformats.org/discuss/mail/microformats-new/2007-October/000974.html Martin McEvoy] with no opposition.&lt;br /&gt;
&lt;br /&gt;
== Problem: hAlbum is redundant ==&lt;br /&gt;
&lt;br /&gt;
hAudio ISSUE #8: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
Most of hAlbum's properties overlap with hAudio. In fact, the only two properties that do not overlap with hAudio are 'album-title' and 'track'. &lt;br /&gt;
&lt;br /&gt;
=== Possible Solutions ===&lt;br /&gt;
&lt;br /&gt;
It has been proposed that we merge these two properties into hAudio to provide a cleaner, more unified way of describing audio songs and albums. Examples of how this would work are below:&lt;br /&gt;
&lt;br /&gt;
You can specify an hAudio album instead of an hAudio song by specifying the 'album-title' property and not including the 'audio-title' property:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;album-title&amp;quot;&amp;gt;Underdog World Strike&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;div class=&amp;quot;collaborator&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Gogol Bordello&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can specify an audio song that belongs to an audio album by specifying both 'album-title' and 'audio-title':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;audio-title&amp;quot;&amp;gt;Start Wearing Purple&amp;lt;/span&amp;gt;&lt;br /&gt;
   is a song off of the album&lt;br /&gt;
   &amp;lt;span class=&amp;quot;album-title&amp;quot;&amp;gt;Underdog World Strike&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;div class=&amp;quot;collaborator&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Gogol Bordello&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can specify each track in an album by including one or more 'track' properties and specifying the 'album-title':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;images/live_phish_vol_15.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;album-title&amp;quot;&amp;gt;Live Phish, Volume 15&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Phish&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;br/&amp;gt;&lt;br /&gt;
   Released on:&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;published&amp;quot; title=&amp;quot;20023110&amp;quot;&amp;gt;October 31, 2002&amp;lt;abbr&amp;gt;&lt;br /&gt;
   &amp;lt;br/&amp;gt;&lt;br /&gt;
   Acquire: &lt;br /&gt;
   &amp;lt;a rel=&amp;quot;sample&amp;quot; href=&amp;quot;/samples/live_phish_vol_15_sample.mp3&amp;quot;&amp;gt;Sample&amp;lt;/a&amp;gt;, &lt;br /&gt;
   &amp;lt;a rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;/live/phish_live_phish_vol_15.mp3&amp;quot;&amp;gt;Live Recording&amp;lt;/a&amp;gt;,&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;payment&amp;quot; href=&amp;quot;/buy/phish_live_phish_vol_15&amp;quot;&amp;gt;Buy High Quality Track&amp;lt;/a&amp;gt;&lt;br /&gt;
   Category: &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;live&amp;lt;/span&amp;gt;&lt;br /&gt;
   Duration: &amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P8727S&amp;quot;&amp;gt;145 minutes, 27 seconds&amp;lt;/abbr&amp;gt;&lt;br /&gt;
   Price: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
             &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&lt;br /&gt;
             &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;14.99&amp;lt;/span&amp;gt;&lt;br /&gt;
          &amp;lt;/span&amp;gt;&lt;br /&gt;
   Tracks:&lt;br /&gt;
   &amp;lt;span class=&amp;quot;track&amp;quot;&amp;gt;1.&lt;br /&gt;
    &amp;lt;span class=&amp;quot;haudio&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;audio-title&amp;quot;&amp;gt;Sanity&amp;lt;/span&amp;gt; &lt;br /&gt;
     (&amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P348S&amp;quot;&amp;gt;5:48&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;track&amp;quot;&amp;gt;2.&lt;br /&gt;
    &amp;lt;span class=&amp;quot;haudio&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;audio-title&amp;quot;&amp;gt;Highway To Hell&amp;lt;/span&amp;gt; &lt;br /&gt;
     (&amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;P219S&amp;quot;&amp;gt;3:39&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parsing rules would have to be changed slightly:&lt;br /&gt;
&lt;br /&gt;
* If only 'album-title' is specified, then the hAudio is an album.&lt;br /&gt;
* If only 'audio-title' is specified, then the hAudio is a song/speech or other singular work.&lt;br /&gt;
* If both 'album-title' and 'audio-title' is specified, then the hAudio is a song that is part of an album.&lt;br /&gt;
* If 'album-title' and one or more 'track's are specified, the hAudio is an album containing tracks. Each track is a hAudio.  None of the track properties should implicitly be added to the hAudio. In other words, the parser shouldn't parse the contents of the 'track' hAudio into the non-track hAudio object.&lt;br /&gt;
&lt;br /&gt;
This also allows us to easily extend hAudio into the realm of podcasts, toplists, and other types of audio collections by adding a  &amp;quot;*-title&amp;quot; property. For example, we could extend hAudio to support podcasts and podcast sections by adding a single property to hAudio: 'podcast-title'. 'track' would be used for each podcast section, in that use case.&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
&lt;br /&gt;
* +1 for merging 'album-title' and 'track' into hAudio from hAlbum. [[User:ManuSporny|ManuSporny]] 12:57, 8 Sep 2007 (PDT)&lt;br /&gt;
* +1 also for merging album-title and track into hAudio [[User:WebOrganics|Martin McEvoy]] 21:48, 8 Sep 2007 (GMT+1)&lt;br /&gt;
* +1 also for merging album-title and track into hAudio [[User:ChrisNewell|Chris Newell]] 12:11, 25 Sep 2007 (GMT+1)&lt;br /&gt;
&lt;br /&gt;
==== Resolution ====&lt;br /&gt;
&lt;br /&gt;
We now have the ALBUM-TITLE and TRACK elements in hAudio, there is no longer a need for hAlbum.&lt;br /&gt;
&lt;br /&gt;
==Problem: CONTRIBUTOR and TRACK are not publisher friendly==&lt;br /&gt;
hAudio ISSUE #12: {{ResolvedIssue}}&lt;br /&gt;
&lt;br /&gt;
In order to specify a CONTRIBUTOR or TRACK, a publisher must use VCARD or HAUDIO mark up. This is annoying if the only piece of information being marked up is that of the artist name or the track name, which is usually what happens in most blog postings. We should provide a mechanism to make it easier for a publisher to blog about an album with a contributor or a track.&lt;br /&gt;
&lt;br /&gt;
=== Possible Solutions ===&lt;br /&gt;
&lt;br /&gt;
We could enable this behavior by allowing the following short-form for TRACK, in addition to the HAUDIO long-form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;span class=&amp;quot;album&amp;quot;&amp;gt;Album Title&amp;lt;/span&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;span class=&amp;quot;track&amp;quot;&amp;gt;Song Name&amp;lt;/span&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the following short-form for CONTRIBUTOR, in addition to the VCARD long-form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;contributor&amp;quot;&amp;gt;Phish&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Make CONTRIBUTOR and TRACK accept short-forms that do not require VCARD or HAUDIO markup.&lt;br /&gt;
&lt;br /&gt;
====Feedback====&lt;br /&gt;
&lt;br /&gt;
* +1 for making CONTRIBUTOR and TRACK easier to specify by allowing the short-form representation [[User:ManuSporny|ManuSporny]] 20:03, 4 Oct 2007 (PDT)&lt;br /&gt;
* +1 [[User:JulianStahnke|Julian Stahnke]] 11 October 2007&lt;br /&gt;
&lt;br /&gt;
==== Resolution ====&lt;br /&gt;
&lt;br /&gt;
Short forms for CONTRIBUTOR and TRACK are proposed in the newest proposal and doesn't seem to cause any parsing problems or compatibility issues with other Microformats.&lt;br /&gt;
&lt;br /&gt;
=Historical: Graphic buttons in rel-patterns=&lt;br /&gt;
==Affected Parties==&lt;br /&gt;
&lt;br /&gt;
Any site that uses images for links. 'rel-sample', 'rel-enclosure', and 'rel-payment' and wants an additional property to display something besides a URL are affected. Most of the [[audio-info-examples|examples]] also contain images instead of text for samples, downloads and purchase links. This is a demonstrable, widespread problem.&lt;br /&gt;
&lt;br /&gt;
This problem has been split into two parts, per Brian Suda's request. The problems are listed above and refer to this problem statement, namely:&lt;br /&gt;
&lt;br /&gt;
[[audio-info-issues#Problem:_Display_properties_of_rel-patterns|Display properties of rel-patterns]] and [[audio-info-issues#Problem:_Peeking_into_child_elements_to_display_rel-patterns|Peeking into child elements]]&lt;br /&gt;
&lt;br /&gt;
====History====&lt;br /&gt;
&lt;br /&gt;
# ALT was proposed on the mailing list: http://microformats.org/discuss/mail/microformats-new/2007-July/000593.html&lt;br /&gt;
# The point was raised that ALT tags are not used properly on the web: http://microformats.org/discuss/mail/microformats-new/2007-July/000598.html&lt;br /&gt;
# Research was started on ALT tag usage on the web: http://microformats.org/discuss/mail/microformats-new/2007-July/000614.html and http://microformats.org/discuss/mail/microformats-new/2007-July/000596.html&lt;br /&gt;
# Analysis on ALT tag usage on the web was reported: http://microformats.org/discuss/mail/microformats-new/2007-July/000624.html and http://microformats.org/discuss/mail/microformats-new/2007-July/000627.html&lt;br /&gt;
# A very long argument started on the use/mis-use of ALT: http://microformats.org/discuss/mail/microformats-new/2007-July/000603.html&lt;br /&gt;
# More research was performed and presented to the list asserting that ALT is not being mis-used on the web: http://microformats.org/discuss/mail/microformats-new/2007-July/000629.html&lt;br /&gt;
# It was asserted that the research completed was not acceptable: http://microformats.org/discuss/mail/microformats-new/2007-July/000635.html&lt;br /&gt;
# Things got nasty: http://microformats.org/discuss/mail/microformats-new/2007-July/000637.html&lt;br /&gt;
# Posting stopped due to an End of Thread request: http://microformats.org/discuss/mail/microformats-new/2007-July/000644.html&lt;br /&gt;
# The issue and discussion was documented on the wiki.&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{haudio-related-pages}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hresume-profile&amp;diff=27390</id>
		<title>hresume-profile</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hresume-profile&amp;diff=27390"/>
		<updated>2007-10-14T21:28:14Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: corrected typos in embedded links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;dt id='class'&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
	&amp;lt;dd&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;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;HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt; This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt; draft of 'Hypertext Links in HTML'&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;dl&amp;gt;&lt;br /&gt;
			&amp;lt;dt id='hresume'&amp;gt;hresume&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;A container for the rest of the class names defined in this XMDP profile.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='summary'&amp;gt;summary&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name summary is used to mark up an overview of qualifications and objectives. Optional, single instance allowed.&amp;lt;/dd&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
			&amp;lt;dt id='contact'&amp;gt;contact&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;Current contact info in an hCard; SHOULD use 'address' with hCard when possible. Required, single instance allowed.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='education'&amp;gt;education&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name 'education' is applied to an hcalendar event. Optional, multiple hcalendar events allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='experience'&amp;gt;experience&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/include-pattern&amp;quot;&amp;gt;include pattern&amp;lt;/a&amp;gt; to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='skill'&amp;gt;skill&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;An hResume may be tagged using the rel-tag microformat and the 'skill' class name. Optional, multiple rel-tags allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='affiliation'&amp;gt;affiliation&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/include-pattern&amp;quot;&amp;gt;include pattern&amp;lt;/a&amp;gt; to indicate membership in the organization.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='publication'&amp;gt;publication&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;Just use 'cite'. 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.&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;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hresume-profile&amp;diff=22597</id>
		<title>hresume-profile</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hresume-profile&amp;diff=22597"/>
		<updated>2007-10-14T21:24:31Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: draft XMDP for hResume&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;dt id='class'&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
	&amp;lt;dd&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;gt;&amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org R/html401/struct/global.html#adef-class&amp;quot;&amp;gt;HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt; This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a &amp;lt;a href=&amp;quot;http://www.w3.org R/WD-htmllink-970328#profile&amp;quot;&amp;gt; draft of 'Hypertext Links in HTML'&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;dl&amp;gt;&lt;br /&gt;
			&amp;lt;dt id='hresume'&amp;gt;hresume&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;A container for the rest of the class names defined in this XMDP profile.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='summary'&amp;gt;summary&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name summary is used to mark up an overview of qualifications and objectives. Optional, single instance allowed.&amp;lt;/dd&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
			&amp;lt;dt id='contact'&amp;gt;contact&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;Current contact info in an hCard; SHOULD use 'address' with hCard when possible. Required, single instance allowed.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='education'&amp;gt;education&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name 'education' is applied to an hcalendar event. Optional, multiple hcalendar events allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='experience'&amp;gt;experience&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/include-pattern&amp;quot;&amp;gt;include pattern&amp;lt;/a&amp;gt; to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='skill'&amp;gt;skill&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;An hResume may be tagged using the rel-tag microformat and the 'skill' class name. Optional, multiple rel-tags allowed within the class.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='affiliation'&amp;gt;affiliation&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the &amp;lt;a href=&amp;quot;http://microformats.org/wiki/include-pattern&amp;quot;&amp;gt;include pattern&amp;lt;/a&amp;gt; to indicate membership in the organization.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;dt id='publication'&amp;gt;publication&amp;lt;/dt&amp;gt;&lt;br /&gt;
			&amp;lt;dd&amp;gt;Just use 'cite'. 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.&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;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=23997</id>
		<title>User:JeffMcNeill</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JeffMcNeill&amp;diff=23997"/>
		<updated>2007-10-07T18:02:30Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Educator, Network Engineer, and PhD student in [http://www.hawaii.edu/cis/ Communication and Information Sciences] at the [http://manoa.hawaii.edu/ University of Hawaii at Manoa].&lt;br /&gt;
&lt;br /&gt;
* [mailto:jeff@jeffmcneill.com jeff@jeffmcneill.com]&lt;br /&gt;
* [http://jeffmcneill.com/ http://jeffmcneill.com]&lt;br /&gt;
&lt;br /&gt;
{{Template:public-domain-release}}&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JeffMcNeill/sandbox/hcalendar&amp;diff=33664</id>
		<title>User:JeffMcNeill/sandbox/hcalendar</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JeffMcNeill/sandbox/hcalendar&amp;diff=33664"/>
		<updated>2007-10-07T18:01:57Z</updated>

		<summary type="html">&lt;p&gt;JeffMcNeill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JeffMcNeill</name></author>
	</entry>
</feed>