<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MarkNg</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MarkNg"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/MarkNg"/>
	<updated>2026-04-23T08:42:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microtron&amp;diff=42144</id>
		<title>microtron</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microtron&amp;diff=42144"/>
		<updated>2010-03-09T18:24:13Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* authors and contributors */ add christophe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[http://github.com/amccollum/microtron Microtron] is a microformats [[parser]] and library for the Python&lt;br /&gt;
programming language.&lt;br /&gt;
&lt;br /&gt;
http://github.com/amccollum/microtron&lt;br /&gt;
&lt;br /&gt;
current version: 0.13&lt;br /&gt;
&lt;br /&gt;
== authors and contributors ==&lt;br /&gt;
Microtron was originally written by Andrew McCollum and Christophe Benz at [[events/2009-07-25-dev-camp|microformatsDevCamp 2009]].&lt;br /&gt;
&lt;br /&gt;
The following folks have contributed code to Microtron:&lt;br /&gt;
* Andrew McCollum&lt;br /&gt;
* Christophe Benz&lt;br /&gt;
* Mark Ng&lt;br /&gt;
&lt;br /&gt;
== summary ==&lt;br /&gt;
Microtron is intended to be a general-purpose microformat parser/transformer.  &lt;br /&gt;
&lt;br /&gt;
It can operate on the definition file included in [[Optimus]], making it a close replacement for certain tasks, and can easily be extended with new formats without modifying the source.  The primary advantages are speed (&amp;gt; 100x faster that [[Optimus]] for some operations), simplicity (single file) and small code size (currently &amp;lt; 150 lines).&lt;br /&gt;
&lt;br /&gt;
* Requires [http://codespeak.net/lxml/ lxml] and [http://pypi.python.org/pypi/isodate/ isodate]&lt;br /&gt;
&lt;br /&gt;
Right now it supports:&lt;br /&gt;
&lt;br /&gt;
== supported microformats ==&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[hcalendar]]&lt;br /&gt;
* [[hatom]]&lt;br /&gt;
* [[hnews]]&lt;br /&gt;
* [[hreview]]&lt;br /&gt;
* [[hlisting]]&lt;br /&gt;
* [[haudio]]&lt;br /&gt;
* [[xfolk]]&lt;br /&gt;
* [[hresume]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[votelinks]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-principles]]&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
&lt;br /&gt;
With setuptools' easy_install:&lt;br /&gt;
    easy_install microtron&lt;br /&gt;
&lt;br /&gt;
With pip:&lt;br /&gt;
   pip install microtron&lt;br /&gt;
&lt;br /&gt;
=== documentation ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== feedback and issues ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== future plans ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[parsers]]&lt;br /&gt;
* [[open-source]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microtron&amp;diff=42143</id>
		<title>microtron</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microtron&amp;diff=42143"/>
		<updated>2010-03-09T18:21:25Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* installation */ add some installation notes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[http://github.com/amccollum/microtron Microtron] is a microformats [[parser]] and library for the Python&lt;br /&gt;
programming language.&lt;br /&gt;
&lt;br /&gt;
http://github.com/amccollum/microtron&lt;br /&gt;
&lt;br /&gt;
current version: 0.13&lt;br /&gt;
&lt;br /&gt;
== authors and contributors ==&lt;br /&gt;
Microtron was originally written by Andrew McCollum at [[events/2009-07-25-dev-camp|microformatsDevCamp 2009]].&lt;br /&gt;
&lt;br /&gt;
The following folks have contributed code to Microtron:&lt;br /&gt;
* Andrew McCollum&lt;br /&gt;
* Christophe Benz&lt;br /&gt;
* Mark Ng&lt;br /&gt;
&lt;br /&gt;
== summary ==&lt;br /&gt;
Microtron is intended to be a general-purpose microformat parser/transformer.  &lt;br /&gt;
&lt;br /&gt;
It can operate on the definition file included in [[Optimus]], making it a close replacement for certain tasks, and can easily be extended with new formats without modifying the source.  The primary advantages are speed (&amp;gt; 100x faster that [[Optimus]] for some operations), simplicity (single file) and small code size (currently &amp;lt; 150 lines).&lt;br /&gt;
&lt;br /&gt;
* Requires [http://codespeak.net/lxml/ lxml] and [http://pypi.python.org/pypi/isodate/ isodate]&lt;br /&gt;
&lt;br /&gt;
Right now it supports:&lt;br /&gt;
&lt;br /&gt;
== supported microformats ==&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[hcalendar]]&lt;br /&gt;
* [[hatom]]&lt;br /&gt;
* [[hnews]]&lt;br /&gt;
* [[hreview]]&lt;br /&gt;
* [[hlisting]]&lt;br /&gt;
* [[haudio]]&lt;br /&gt;
* [[xfolk]]&lt;br /&gt;
* [[hresume]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[votelinks]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-principles]]&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
&lt;br /&gt;
With setuptools' easy_install:&lt;br /&gt;
    easy_install microtron&lt;br /&gt;
&lt;br /&gt;
With pip:&lt;br /&gt;
   pip install microtron&lt;br /&gt;
&lt;br /&gt;
=== documentation ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== feedback and issues ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== future plans ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[parsers]]&lt;br /&gt;
* [[open-source]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microtron&amp;diff=42142</id>
		<title>microtron</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microtron&amp;diff=42142"/>
		<updated>2010-03-09T18:19:46Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Add microformats supported, Add Christophe Benz to contributors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[http://github.com/amccollum/microtron Microtron] is a microformats [[parser]] and library for the Python&lt;br /&gt;
programming language.&lt;br /&gt;
&lt;br /&gt;
http://github.com/amccollum/microtron&lt;br /&gt;
&lt;br /&gt;
current version: 0.13&lt;br /&gt;
&lt;br /&gt;
== authors and contributors ==&lt;br /&gt;
Microtron was originally written by Andrew McCollum at [[events/2009-07-25-dev-camp|microformatsDevCamp 2009]].&lt;br /&gt;
&lt;br /&gt;
The following folks have contributed code to Microtron:&lt;br /&gt;
* Andrew McCollum&lt;br /&gt;
* Christophe Benz&lt;br /&gt;
* Mark Ng&lt;br /&gt;
&lt;br /&gt;
== summary ==&lt;br /&gt;
Microtron is intended to be a general-purpose microformat parser/transformer.  &lt;br /&gt;
&lt;br /&gt;
It can operate on the definition file included in [[Optimus]], making it a close replacement for certain tasks, and can easily be extended with new formats without modifying the source.  The primary advantages are speed (&amp;gt; 100x faster that [[Optimus]] for some operations), simplicity (single file) and small code size (currently &amp;lt; 150 lines).&lt;br /&gt;
&lt;br /&gt;
* Requires [http://codespeak.net/lxml/ lxml] and [http://pypi.python.org/pypi/isodate/ isodate]&lt;br /&gt;
&lt;br /&gt;
Right now it supports:&lt;br /&gt;
&lt;br /&gt;
== supported microformats ==&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[hcalendar]]&lt;br /&gt;
* [[hatom]]&lt;br /&gt;
* [[hnews]]&lt;br /&gt;
* [[hreview]]&lt;br /&gt;
* [[hlisting]]&lt;br /&gt;
* [[haudio]]&lt;br /&gt;
* [[xfolk]]&lt;br /&gt;
* [[hresume]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[votelinks]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-principles]]&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== documentation ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== feedback and issues ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== future plans ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[parsers]]&lt;br /&gt;
* [[open-source]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews-fr&amp;diff=41692</id>
		<title>hnews-fr</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews-fr&amp;diff=41692"/>
		<updated>2010-01-22T01:32:04Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: change to rel-principles location (would be lovely if we can get a French translation of that too, at some point)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hNews 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification-fr}}&lt;br /&gt;
&lt;br /&gt;
hNews est un microformat pour le contenu d'actualités. hNews prolonge [[hatom-fr|hAtom]], en introduisant un nombre de champs qui décrivent plus profondément un travail journalistique. hNews introduit aussi un autre format de donnée, [[rel-principles]], un format qui décrit les principes journalistiques maintenus par le journaliste ou le média qui a publié l'item d'actualité. hNews sera un des nombreux standards ouverts.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Spécification Draft ==&lt;br /&gt;
&lt;br /&gt;
;Editeur/Auteur&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Contributeurs&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Traduction en cours&lt;br /&gt;
:[[:User:ChristopheDucamp|Christophe Ducamp]]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Du fait de la sortie dans le domaine public affichée sur les pages profils des auteurs, ([[:User:JonathanMalek|Jonathan Malek]]) cette spécification est versée dans le domaine public.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
=== Brevets ===&lt;br /&gt;
{{MicroFormatPatentStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews est un microformat pour identifier l'information sémantique dans les articles d'actualité. Il se construit sur [[hatom-fr|hAtom]], tout en ajoutant un certain nombre de champs qui définissent complètement un travail journalistique. hNews peut être pensé comme un format hérité de [[hatom-fr|hAtom]], du fait que les parseurs et outils qui ne comprennent pas les extensions hNews peuvent encore parser le contenu [[hatom-fr|hAtom]]. Néanmoins, ces parseurs et applications qui comprennent hNews peuvent permettre un ensemble plus riche d'actions sémantiques sur les articles d'actualités.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro-fr}}&lt;br /&gt;
&lt;br /&gt;
== Principes de Design XHTML Sémantique ==&lt;br /&gt;
{{semantic-xhtml-design-principles-fr}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== En General ===&lt;br /&gt;
hNews prolonge hAtom. Tout comme le fait remarquer le format draft hAtom, &amp;quot;Atom fournit bien plus de fonctionnalités que ce dont nous avons besoin pour un microformat de billet de blog, aussi nous avons pris le nombre minimal d'éléments requis.&amp;quot; &lt;br /&gt;
Les articles d'actualités introduisent typiquement plus de champs (par exemple, l'organisation qui publie) que le draft actuel hAtom 0.1, &lt;br /&gt;
et ces champs sont très importants pour lire ou évaluer un article d'actualité. Nous nous concentrons sur ces champs qui &lt;br /&gt;
permettent le développement d'actions sémantiques autour des actualités : licence, principes, dateline (geo) et organisation source.&lt;br /&gt;
&lt;br /&gt;
=== Schéma ===&lt;br /&gt;
Le schéma hNews contient ce qui suit :&lt;br /&gt;
&lt;br /&gt;
* hNews ('''&amp;lt;code&amp;gt;hnews&amp;lt;/code&amp;gt;''') et '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  requis. Utilisant [[hatom-fr|hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. requis. En utilisant [[hcard-fr|hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optionnel. En utilisant du texte ou [[hcard-fr|hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optionnel. En utilisant [[geo-fr|geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. recommandé. En utilisant la [[licensing-brainstorming#item_as_container license|proposition en brainstorm]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommandé. En utilisant le microformat draft [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
&lt;br /&gt;
[*] Quelques éléments requis ont des valeurs par défaut s'ils viennent à manquer, voir ci-dessous.&lt;br /&gt;
&lt;br /&gt;
=== Détails des Champs et Eléments  ===&lt;br /&gt;
&lt;br /&gt;
==== Champs hAtom ====&lt;br /&gt;
&lt;br /&gt;
===== Entrée =====&lt;br /&gt;
* un article hNews DOIT être encodé sous une &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; [[hatom-fr|hAtom]].&lt;br /&gt;
* si un article hNews ne peut être parsé sous une &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; [[hatom-fr|hAtom]], c'est un hNews invalide.&lt;br /&gt;
&lt;br /&gt;
==== Champs additionnels ====&lt;br /&gt;
&lt;br /&gt;
===== Organisation Source =====&lt;br /&gt;
* Un élément &amp;quot;Source Organization&amp;quot; est identifié par le nom de classe &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;quot;Source Organization&amp;quot; représente l'organisation source de l'article d'actualité.&lt;br /&gt;
* Une Organisation-Source DOIT être encodée dans une [[hcard-fr|hCard]]&lt;br /&gt;
* si l'Organisation-Source manque &lt;br /&gt;
** trouver le(s) éléments [[algorithm-nearest-in-parent|parents les plus proches]] avec le nom de classe &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; et qu'il y ait une [[hcard-fr|hCard]] valide.&lt;br /&gt;
** autrement l'entrée est une hNews invalide&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* un élément dateline est identifié par le nom de classe &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represente le lieu où l'article d'actualité à été écrit ou fiché (voir [http://en.wikipedia.org/wiki/Dateline dateline] pour en savoir plus).&lt;br /&gt;
* un élément dateline PEUT être encodé dans une [[hcard-fr|hCard]].&lt;br /&gt;
* un article d'actualité DEVRAIT avoir un élément dateline.&lt;br /&gt;
* la dateline inclut parfois la date de publication de l'article. Dans de tels cas, utilisez le [[datetime-design-pattern-fr|modèle-de-design-datetime]] pour encoder la date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* un élément géo est identifié par le nom de classe &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo représente les coordonnées géographiques des lieux pertinents dans l'article d'actualité.&lt;br /&gt;
* un élément geo devreait être encodé dans un [[geo-fr|geo]].&lt;br /&gt;
* dans ces cas-là où la latitude et la longitude représentent la dateline, une variante de [[geo-fr|geo]] devrait être utilisée (voir [[geo-brainstorming#Geo_improvements|Améliorations Geo] pour un exemple).&lt;br /&gt;
&lt;br /&gt;
===== Licence =====&lt;br /&gt;
* un élément licence est identifié par la valeur rel &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* un élément licence DOIT être encodé dans cette [http://microformats.org/wiki/licensing-brainstorming#item_as_container proposition en brainstorming license].&lt;br /&gt;
* un article d'actualité DEVRAIT contenir un élément de licence.&lt;br /&gt;
&lt;br /&gt;
===== Principes =====&lt;br /&gt;
* un élément principes est identifié by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles représente la déclaration des principes et éthique utilisés par l'organisation qui a produit l'article d'actualité.&lt;br /&gt;
* un élément &amp;quot;principles&amp;quot; DOIT être encodé en [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
* un article d'actualité DEVRAIT inclure des principes.&lt;br /&gt;
* les principes DEVRAIENT être liés en utilisant les icônes http://labs.ap.org/principles-button-blue.png ou http://labs.ap.org/principles-book-blue.png.&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;hnews&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the license for the story.&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;
&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the statement of principles and ethics used by the news organization that produced the news story.&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;
&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;
== Exemples ==&lt;br /&gt;
&lt;br /&gt;
Voir [[hnews-examples-fr|hNews-exemples]].&lt;br /&gt;
&lt;br /&gt;
=== Exemples dans la jungle ===&lt;br /&gt;
&lt;br /&gt;
voir [[hnews-examples-in-wild-fr|hNews-exemples-dans-la-jungle]].&lt;br /&gt;
&lt;br /&gt;
== Implémentations ==&lt;br /&gt;
&lt;br /&gt;
== Références ==&lt;br /&gt;
&lt;br /&gt;
=== Références Normatives===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0]&lt;br /&gt;
* [[hatom-fr|hAtom]]&lt;br /&gt;
* [[hcard-fr|hCard]]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag-fr|rel-tag]]&lt;br /&gt;
* [[geo-fr|geo]]&lt;br /&gt;
* [[licensing-brainstorming#item_as_container_license|item-license brainstorm]]&lt;br /&gt;
* [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Références Informatives ===&lt;br /&gt;
* Autres efforts pour l'actualité : voir [[news-formats]].&lt;br /&gt;
&lt;br /&gt;
== Chantier en Cours ==&lt;br /&gt;
Cette spécification est un chantier en cours. Au fur et à mesure que des aspects supplémentaires seront discutés, compris et écrits, ils &lt;br /&gt;
seront ajoutés ici.&lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
La version 0.1 a été ébauchée en août 2008.&lt;br /&gt;
&lt;br /&gt;
== Autres lectures  ==&lt;br /&gt;
* Voir les [http://www.technorati.com/cosmos/referer.html blogs discutant de cette page].&lt;br /&gt;
&lt;br /&gt;
== Pages en rapport ==&lt;br /&gt;
* hnews&lt;br /&gt;
* [[news-brainstorming]] : idées d'amélioration de hNews.&lt;br /&gt;
* [[hnews-faq|hNews FAQ]] : si vous avez des questions à propos de hNews, regardez là, et si vous ne trouvez pas de réponses, ajoutez vos questions !&lt;br /&gt;
* [[hnews-issues]] : ajoutez SVP ici toute problématique avec la spécification&lt;br /&gt;
* [[news-formats]] : schémas existants&lt;br /&gt;
* [[news-examples]] : exemples de formats d'actualité sur le web.&lt;br /&gt;
** [[hnews-examples]] : exemples sur la manière d'implémenter hNews.&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hNews]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41691</id>
		<title>rel-principles</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41691"/>
		<updated>2010-01-22T00:54:17Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: whoops. Copy and pasted without changing to my name ;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel-principles 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2010-01-21 ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
:Ben Campbell ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:MarkNg|Mark Ng]]) 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;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
rel-principles is a format for identifying principles statements for a piece of content.  It builds on other microformats which define specific uses of the rel attribute for links, such as [[rel-tag]] and [[rel-license]].&lt;br /&gt;
&lt;br /&gt;
Whilst its original intention is to be used for journalistic content in conjunction with [[hNews]], its use may extend to other entities or professions with principles or codes of conduct.&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;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=”principles”&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.mediastandardstrust.org/code-of-practice&amp;quot; rel=&amp;quot;principles&amp;quot;&amp;gt;some statement &lt;br /&gt;
    of principles name goes here&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==XMDP Profile==&lt;br /&gt;
See [[rel-principles-profile]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41690</id>
		<title>rel-principles</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41690"/>
		<updated>2010-01-22T00:27:08Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Add category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel-principles 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2010-01-21 ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
:Ben Campbell ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) 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;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
rel-principles is a format for identifying principles statements for a piece of content.  It builds on other microformats which define specific uses of the rel attribute for links, such as [[rel-tag]] and [[rel-license]].&lt;br /&gt;
&lt;br /&gt;
Whilst its original intention is to be used for journalistic content in conjunction with [[hNews]], its use may extend to other entities or professions with principles or codes of conduct.&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;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=”principles”&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.mediastandardstrust.org/code-of-practice&amp;quot; rel=&amp;quot;principles&amp;quot;&amp;gt;some statement &lt;br /&gt;
    of principles name goes here&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==XMDP Profile==&lt;br /&gt;
See [[rel-principles-profile]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews&amp;diff=41689</id>
		<title>hnews</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews&amp;diff=41689"/>
		<updated>2010-01-22T00:25:26Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: changed location for rel-principles specification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hNews 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hNews is a microformat for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [[rel-principles]], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) 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;
== Introduction ==&lt;br /&gt;
hNews is a microformat for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&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;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* hNews ('''&amp;lt;code&amp;gt;hnews&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. recommended. Using a [[licensing-brainstorming#item_as_container|brainstorm proposal]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat [[principles-brainstorming#rel-principles_specification|rel-principles]].&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;
==== hAtom Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Entry =====&lt;br /&gt;
* an hNews story {{must}} be encoded as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;.&lt;br /&gt;
* if an hNews story cannot be parsed as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;, it is invalid hNews.&lt;br /&gt;
&lt;br /&gt;
==== Additional Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the rel value of &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
* a news story {{should}} include a license element.&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons http://labs.ap.org/principles-button-blue.png or http://labs.ap.org/principles-book-blue.png.&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;hnews&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the license for the story.&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the statement of principles and ethics used by the news organization that produced the news story.&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;
&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 [[hnews-examples]].&lt;br /&gt;
&lt;br /&gt;
=== Examples in the wild ===&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0]&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[licensing-brainstorming#item_as_container_license|item-license brainstorm]]&lt;br /&gt;
* [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* Other news efforts: see [[news-formats]].&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
Version 0.1 was drafted August 2008.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* hnews&lt;br /&gt;
* [[news-brainstorming]]: thoughts for improving hNews. &lt;br /&gt;
* [[hnews-faq|hNews FAQ]]: if you have any questions about hNews, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hnews-issues]]: please add any issues with the specification to the issues page.&lt;br /&gt;
* [[news-formats]]: existing news and news management schemas.&lt;br /&gt;
* [[news-examples]]: examples of news formats on the web.&lt;br /&gt;
** [[hnews-examples]]: examples of how to implement hNews.&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hNews]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41688</id>
		<title>principles-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41688"/>
		<updated>2010-01-22T00:23:58Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: moved principles spec to a draft spec&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site.  This page is for discussion of a possible microformat for publishing links to those statements.&lt;br /&gt;
&lt;br /&gt;
See [[rel-principles]] for an initial draft for the specification.&lt;br /&gt;
&lt;br /&gt;
Add issues to [[rel-principles-issues]].&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41687</id>
		<title>rel-principles</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-principles&amp;diff=41687"/>
		<updated>2010-01-22T00:22:19Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: initial add for rel-principles specification draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel-principles 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2010-01-21 ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
:Ben Campbell ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) 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;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
rel-principles is a format for identifying principles statements for a piece of content.  It builds on other microformats which define specific uses of the rel attribute for links, such as [[rel-tag]] and [[rel-license]].&lt;br /&gt;
&lt;br /&gt;
Whilst its original intention is to be used for journalistic content in conjunction with [[hNews]], its use may extend to other entities or professions with principles or codes of conduct.&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;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=”principles”&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.mediastandardstrust.org/code-of-practice&amp;quot; rel=&amp;quot;principles&amp;quot;&amp;gt;some statement &lt;br /&gt;
    of principles name goes here&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==XMDP Profile==&lt;br /&gt;
See [[rel-principles-profile]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-principles-profile&amp;diff=41686</id>
		<title>rel-principles-profile</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-principles-profile&amp;diff=41686"/>
		<updated>2010-01-22T00:19:24Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add title, summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel-tag Profile&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[rel-tag]] specification.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
    &amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&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/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
        Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
       &amp;lt;dt id=&amp;quot;principles&amp;quot;&amp;gt;statement of principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;Indicates that the referred resource is a statement of principles for the content on the referring page.&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;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-principles-profile&amp;diff=41685</id>
		<title>rel-principles-profile</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-principles-profile&amp;diff=41685"/>
		<updated>2010-01-22T00:13:49Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Initial add for the XDMP profile&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 id=&amp;quot;rel&amp;quot;&amp;gt;rel&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/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
        Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
       &amp;lt;dt id=&amp;quot;principles&amp;quot;&amp;gt;statement of principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;Indicates that the referred resource is a statement of principles for the content on the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
     &amp;lt;/dd&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews&amp;diff=41095</id>
		<title>hnews</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews&amp;diff=41095"/>
		<updated>2009-10-16T16:22:42Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: change link to internal for rel-principles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hNews 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hNews is a microformat for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [[principles-brainstorming#rel-principles_specification|rel-principles]], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) 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;
== Introduction ==&lt;br /&gt;
hNews is a microformat for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&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;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* hNews ('''&amp;lt;code&amp;gt;hnews&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. recommended. Using a [[licensing-brainstorming#item_as_container license|brainstorm proposal]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat [[principles-brainstorming#rel-principles_specification|rel-principles]].&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;
==== hAtom Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Entry =====&lt;br /&gt;
* an hNews story {{must}} be encoded as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;.&lt;br /&gt;
* if an hNews story cannot be parsed as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;, it is invalid hNews.&lt;br /&gt;
&lt;br /&gt;
==== Additional Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
* a news story {{should}} include a license element.&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons http://labs.ap.org/principles-button-blue.png or http://labs.ap.org/principles-book-blue.png.&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;hnews&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the statement of principles and ethics used by the news organization that produced the news story.&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;
&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 [[hnews-examples]].&lt;br /&gt;
&lt;br /&gt;
=== Examples in the wild ===&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0]&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[licensing-brainstorming#item_as_container_license|item-license brainstorm]]&lt;br /&gt;
* [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* Other news efforts: see [[news-formats]].&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
Version 0.1 was drafted August 2008.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* hnews&lt;br /&gt;
* [[news-brainstorming]]: thoughts for improving hNews. &lt;br /&gt;
* [[hnews-faq|hNews FAQ]]: if you have any questions about hNews, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hnews-issues]]: please add any issues with the specification to the issues page.&lt;br /&gt;
* [[news-formats]]: existing news and news management schemas.&lt;br /&gt;
* [[news-examples]]: examples of news formats on the web.&lt;br /&gt;
** [[hnews-examples]]: examples of how to implement hNews.&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hNews]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41078</id>
		<title>hnews-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41078"/>
		<updated>2009-10-15T00:51:39Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Open Issues */ fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hNews issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[hnews|hNews]] with broadly varying degrees of merit.  Thus some issues are REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions.  Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the draft.  &lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT''': Please read the [[hnews-faq|hNews FAQ]] before giving any feedback or raising any issues as your feedback/issues may already be resolved/answered.&lt;br /&gt;
&lt;br /&gt;
Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the '''top''' of the list.  Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues.  Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See related [[hatom-issues]] and [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-14&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkNg|MarkNg]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;adr for dateline&amp;lt;/strong&amp;gt;. From [[http://twitter.com/pigsonthewing/status/4831500605 Andy Mabbett on Twitter]] : hNews microformat spec &amp;quot;dateline. optional. Using text or hCard&amp;quot; should read &amp;quot;dateline. optional. Using text, adr or hCard&amp;quot;.&lt;br /&gt;
** Seems like a useful extra to me, any objections ? [[User:MarkNg|MarkNg]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-09&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Miles De Feyter&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implementation of item-license as it relates to hNews&amp;lt;/strong&amp;gt;. Reading through the item-license brainstorm it seems to indicate that &amp;quot;item-license&amp;quot; would need to be nested within something with the class of &amp;quot;item&amp;quot;. So as this relates to hNews is the suggestion to then have an articles containing div have the three class names of &amp;quot;hnews hentry item&amp;quot;?&lt;br /&gt;
** At this point, Miles, that is correct (following the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] concept and guidance).  I expect we'll see changes around item-license (it's still just brainstorming), but for the time being, the third class name &amp;quot;item&amp;quot; is needed. --[[User:JonathanMalek|JonathanMalek]] 16:25, 12 October 2009 (UTC)&lt;br /&gt;
** Added to [[hnews-faq]] --[[User:JonathanMalek|JonathanMalek]] 02:19, 14 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41077</id>
		<title>hnews-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41077"/>
		<updated>2009-10-15T00:50:38Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Open Issues */  added adr in dateline issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hNews issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[hnews|hNews]] with broadly varying degrees of merit.  Thus some issues are REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions.  Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the draft.  &lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT''': Please read the [[hnews-faq|hNews FAQ]] before giving any feedback or raising any issues as your feedback/issues may already be resolved/answered.&lt;br /&gt;
&lt;br /&gt;
Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the '''top''' of the list.  Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues.  Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See related [[hatom-issues]] and [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-14&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkNg|MarkNg]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;adr for dateline&amp;lt;/strong&amp;gt;. From [[http://twitter.com/pigsonthewing/status/4831500605|Andy Mabbett on Twitter]] : hNews microformat spec &amp;quot;dateline. optional. Using text or hCard&amp;quot; should read &amp;quot;dateline. optional. Using text, adr or hCard&amp;quot;.&lt;br /&gt;
** Seems like a useful extra to me, any objections ? [[User:MarkNg|MarkNg]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-09&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Miles De Feyter&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implementation of item-license as it relates to hNews&amp;lt;/strong&amp;gt;. Reading through the item-license brainstorm it seems to indicate that &amp;quot;item-license&amp;quot; would need to be nested within something with the class of &amp;quot;item&amp;quot;. So as this relates to hNews is the suggestion to then have an articles containing div have the three class names of &amp;quot;hnews hentry item&amp;quot;?&lt;br /&gt;
** At this point, Miles, that is correct (following the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] concept and guidance).  I expect we'll see changes around item-license (it's still just brainstorming), but for the time being, the third class name &amp;quot;item&amp;quot; is needed. --[[User:JonathanMalek|JonathanMalek]] 16:25, 12 October 2009 (UTC)&lt;br /&gt;
** Added to [[hnews-faq]] --[[User:JonathanMalek|JonathanMalek]] 02:19, 14 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:MarkNg&amp;diff=41076</id>
		<title>User:MarkNg</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:MarkNg&amp;diff=41076"/>
		<updated>2009-10-14T23:07:44Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Adding public domain release.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.markng.co.uk/&lt;br /&gt;
&lt;br /&gt;
Any contributions I make to this wiki should be considered public domain, as mentioned below.&lt;br /&gt;
&lt;br /&gt;
{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=41075</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=41075"/>
		<updated>2009-10-14T23:02:20Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Moved issues to issues page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see [[hnews-issues|hNews issues]].&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]] for questions about [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
See the [[hnews]] draft.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41074</id>
		<title>hnews-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41074"/>
		<updated>2009-10-14T23:01:07Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Issues */  move open/closed issues from brainstorming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hNews issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[hnews|hNews]] with broadly varying degrees of merit.  Thus some issues are REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions.  Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the draft.  &lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT''': Please read the [[hnews-faq|hNews FAQ]] before giving any feedback or raising any issues as your feedback/issues may already be resolved/answered.&lt;br /&gt;
&lt;br /&gt;
Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the '''top''' of the list.  Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues.  Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See related [[hatom-issues]] and [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-09&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Miles De Feyter&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implementation of item-license as it relates to hNews&amp;lt;/strong&amp;gt;. Reading through the item-license brainstorm it seems to indicate that &amp;quot;item-license&amp;quot; would need to be nested within something with the class of &amp;quot;item&amp;quot;. So as this relates to hNews is the suggestion to then have an articles containing div have the three class names of &amp;quot;hnews hentry item&amp;quot;?&lt;br /&gt;
** At this point, Miles, that is correct (following the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] concept and guidance).  I expect we'll see changes around item-license (it's still just brainstorming), but for the time being, the third class name &amp;quot;item&amp;quot; is needed. --[[User:JonathanMalek|JonathanMalek]] 16:25, 12 October 2009 (UTC)&lt;br /&gt;
** Added to [[hnews-faq]] --[[User:JonathanMalek|JonathanMalek]] 02:19, 14 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41059</id>
		<title>principles-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41059"/>
		<updated>2009-10-13T23:57:02Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: fix up headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site.  This page is for discussion of a possible microformat for publishing links to those statements.&lt;br /&gt;
&lt;br /&gt;
Below is an initial pass at a specification for these links.&lt;br /&gt;
&lt;br /&gt;
=rel-principles specification=&lt;br /&gt;
&lt;br /&gt;
rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=”principles”&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.mediastandardstrust.org/code-of-practice&amp;quot; rel=&amp;quot;principles&amp;quot;&amp;gt;some statement &lt;br /&gt;
    of principles name goes here&amp;lt;/a&amp;gt;&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 id=&amp;quot;rel&amp;quot;&amp;gt;rel&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/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
        Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
       &amp;lt;dt id=&amp;quot;principles&amp;quot;&amp;gt;statement of principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;Indicates that the referred resource is a statement of principles for the content on the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
     &amp;lt;/dd&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41058</id>
		<title>principles-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=41058"/>
		<updated>2009-10-13T23:56:07Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add previous spec&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site.  This page is for discussion of a possible microformat for publishing links to those statements.&lt;br /&gt;
&lt;br /&gt;
Below is an initial pass at a specification for these links.&lt;br /&gt;
&lt;br /&gt;
#rel-principles specification&lt;br /&gt;
&lt;br /&gt;
rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
## Abstract&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=”principles”&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.mediastandardstrust.org/code-of-practice&amp;quot; rel=&amp;quot;principles&amp;quot;&amp;gt;some statement &lt;br /&gt;
    of principles name goes here&amp;lt;/a&amp;gt;&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 id=&amp;quot;rel&amp;quot;&amp;gt;rel&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/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
        Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
       &amp;lt;dt id=&amp;quot;principles&amp;quot;&amp;gt;statement of principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;Indicates that the referred resource is a statement of principles for the content on the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
     &amp;lt;/dd&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40982</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40982"/>
		<updated>2009-10-08T19:24:22Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Closed Issues */ Moved closed issues&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40981</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40981"/>
		<updated>2009-10-08T19:23:49Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Open Issues */ remove closed issues from open issues section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40980</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40980"/>
		<updated>2009-10-08T19:22:44Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Open Issues */ Closed Issue - principles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40979</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40979"/>
		<updated>2009-10-08T19:14:35Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Principles */ should&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40978</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40978"/>
		<updated>2009-10-08T18:55:15Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Schema */ change principles from &amp;quot;required&amp;quot; to &amp;quot;recommended&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40888</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40888"/>
		<updated>2009-09-30T23:24:07Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: See also hatom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields: first and foremost, a news story is an [[hatom#Entry|hentry]].  If the news story cannot be parsed by an [[hAtom]] parser, it is not a valid news format.&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content.  This field should be inherited from [[hAtom]], but since it is not part of the format yet, we're including it here.  See the [[hatom-issues#Geo|hAtom and Geo]] discussion.&lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the bottom of the [[news-brainstorming#Open_Issues|Open Issues]] section by copy and pasting the [[news-brainstorming#Issues_Template|Template]]. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See also [[hatom-issues|hAtom Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Issues Template ===&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;br /&gt;
&lt;br /&gt;
= Proposal = &lt;br /&gt;
hNews is a data format (similar to a microformat) for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a format (similar to a [[microformat]]) for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* (root) ('''&amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. required. Using a [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. required. Using the draft microformat. [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&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;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles].&lt;br /&gt;
* principles {{should}} be linked to using the icons [[image:principles-button-blue.png]] or [[image:principles-book-blue.png]].&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;
&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;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;root&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the license for the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40678</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40678"/>
		<updated>2009-09-03T00:35:54Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Add some more principles links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Per the microformats [[process]] this page documents examples of pages that link to a statement of principles or ethics that apply to the content within, towards the development of a [[principles-effort|principles microformat]].&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama Story] [http://www.opendemocracy.net/statement-of-principles Principles]  - Opendemocracy&lt;br /&gt;
* [http://www.dailycal.org/article/27119/license_to_kill Story] [http://www.spj.org/ethicscode.asp SPJ ethics code] - The Daily Californian (see about -&amp;gt; ethics)&lt;br /&gt;
* [http://www.journalisted.com/article?id=1664755 story] [http://www.pcc.org.uk/cop/practice.html PCC code of practice] - Journalisted linking to the Independent&lt;br /&gt;
* [http://www.metro.co.uk/editorialpolicy internal editorial policy] which also links to [http://www.pcc.org.uk/cop/practice.html the PCC code of practice] - The London Metro&lt;br /&gt;
* [http://www.macclesfield-express.co.uk/contact_us/s/1015298_were_moving__but_its_business_as_usual contact page] links to [http://www.pcc.org.uk/cop/practice.html PCC code of practice] - The Macclesfield Express&lt;br /&gt;
* [http://manonplatform13.blogspot.com/2009/07/new-grid.html story] ([http://www.pcc.org.uk/cop/practice.html PCC] + [http://media.gn.apc.org/nujcode.html NUJ] codes) - Man on Platform 13 blog&lt;br /&gt;
* [http://www.whitehavennews.co.uk/home/contact_us contact page] links to [http://www.pcc.org.uk/cop/practice.html PCC code of practice] - whitehaven news&lt;br /&gt;
* [http://www.eadt.co.uk/content/eadt/contact-us/] East Anglian Daily Times (make a complaint)&lt;br /&gt;
* [http://group.bmj.com/group/about/legal] BMJ Group&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''Include links to actual issues pages as well.''' The obviousness/explicitness/descriptiveness of the examples could be improved by also listing the URL for the statement of principles for the page. — [[User:Tantek|Tantek]] 00:55, 29 August 2009 (UTC)&lt;br /&gt;
* '''Include snippet of markup used in examples to link to a statement of principles.'''. Similarly, documenting the sample markup (including link text) that is used to link to the statement of principles would help with the research. Even if in all cases it's a hyperlink, it helps to document that explicitly so that we can design accordingly (e.g. all uses being a hyperlink makes a good case to just use a single rel value). — [[User:Tantek|Tantek]] 00:55, 29 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related ==&lt;br /&gt;
* [[principles]] of microformats&lt;br /&gt;
* [[principles-formats]] - research into previous attempts at formats for linking/referring/describing principles&lt;br /&gt;
* [[principles-brainstorming]] - per the microformats [[process]] proposals that take into account the research from the examples and the previous formats.&lt;br /&gt;
* [[news]] - a microformats effort that is likely to make use of a principles microformat.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40677</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40677"/>
		<updated>2009-09-03T00:13:51Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add linked principles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Per the microformats [[process]] this page documents examples of pages that link to a statement of principles or ethics that apply to the content within, towards the development of a [[principles-effort|principles microformat]].&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama Story] [http://www.opendemocracy.net/statement-of-principles Principles]  - Opendemocracy&lt;br /&gt;
* [http://www.dailycal.org/article/27119/license_to_kill Story] [http://www.spj.org/ethicscode.asp SPJ ethics code] - The Daily Californian (see about -&amp;gt; ethics)&lt;br /&gt;
* [http://www.journalisted.com/article?id=1664755] - Journalisted linking to the Independent&lt;br /&gt;
* [http://www.metro.co.uk/editorialpolicy] - The London Metro&lt;br /&gt;
* [http://www.macclesfield-express.co.uk/contact_us/s/1015298_were_moving__but_its_business_as_usual] - The Macclesfield Express&lt;br /&gt;
* [http://manonplatform13.blogspot.com/2009/07/new-grid.html] - Man on Platform 13 blog (PCC + NUJ codes)&lt;br /&gt;
* [http://www.whitehavennews.co.uk/home/contact_us] - whitehaven news&lt;br /&gt;
* [http://www.eadt.co.uk/content/eadt/contact-us/] East Anglian Daily Times (make a complaint)&lt;br /&gt;
* [http://group.bmj.com/group/about/legal] BMJ Group&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''Include links to actual issues pages as well.''' The obviousness/explicitness/descriptiveness of the examples could be improved by also listing the URL for the statement of principles for the page. — [[User:Tantek|Tantek]] 00:55, 29 August 2009 (UTC)&lt;br /&gt;
* '''Include snippet of markup used in examples to link to a statement of principles.'''. Similarly, documenting the sample markup (including link text) that is used to link to the statement of principles would help with the research. Even if in all cases it's a hyperlink, it helps to document that explicitly so that we can design accordingly (e.g. all uses being a hyperlink makes a good case to just use a single rel value). — [[User:Tantek|Tantek]] 00:55, 29 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related ==&lt;br /&gt;
* [[principles]] of microformats&lt;br /&gt;
* [[principles-formats]] - research into previous attempts at formats for linking/referring/describing principles&lt;br /&gt;
* [[principles-brainstorming]] - per the microformats [[process]] proposals that take into account the research from the examples and the previous formats.&lt;br /&gt;
* [[news]] - a microformats effort that is likely to make use of a principles microformat.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-formats&amp;diff=40672</id>
		<title>principles-formats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-formats&amp;diff=40672"/>
		<updated>2009-09-02T18:23:31Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add link to rel-principles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site. This page is to show research into previous attempts at codifying links to these principles in HTML.&lt;br /&gt;
&lt;br /&gt;
[http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles] a format using the [[rel-design-pattern]] to describe links to a set of principles.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-formats&amp;diff=40671</id>
		<title>principles-formats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-formats&amp;diff=40671"/>
		<updated>2009-09-02T18:19:19Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: New page: A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site. This page is to show research into previous attempts a...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site. This page is to show research into previous attempts at codifying links to these principles in HTML.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=40670</id>
		<title>principles-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-brainstorming&amp;diff=40670"/>
		<updated>2009-09-02T18:18:07Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: New page: A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site.  This page is for discussion of a possible microformat...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of sites publish a &amp;quot;statement of principles&amp;quot; or a &amp;quot;code of ethics&amp;quot; that governs the behaviour of the author(s) of that site.  This page is for discussion of a possible microformat for publishing links to those statements.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40441</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40441"/>
		<updated>2009-08-28T21:53:39Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: some more&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama] - Opendemocracy&lt;br /&gt;
* [http://www.dailycal.org/article/27119/license_to_kill] - The Daily Californian (see about -&amp;gt; ethics)&lt;br /&gt;
* [http://www.journalisted.com/article?id=1664755] - Journalisted linking to the Independent&lt;br /&gt;
* [http://www.metro.co.uk/editorialpolicy] - The London Metro&lt;br /&gt;
* [http://www.macclesfield-express.co.uk/contact_us/s/1015298_were_moving__but_its_business_as_usual] - The Macclesfield Express&lt;br /&gt;
* [http://manonplatform13.blogspot.com/2009/07/new-grid.html] - Man on Platform 13 blog (PCC + NUJ codes)&lt;br /&gt;
* [http://www.whitehavennews.co.uk/home/contact_us] - whitehaven news&lt;br /&gt;
* [http://www.eadt.co.uk/content/eadt/contact-us/] East Anglian Daily Times (make a complaint)&lt;br /&gt;
* [http://group.bmj.com/group/about/legal] BMJ Group&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40440</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40440"/>
		<updated>2009-08-28T21:47:31Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: some more&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama] - Opendemocracy&lt;br /&gt;
* [http://www.dailycal.org/article/27119/license_to_kill] - The Daily Californian (see about -&amp;gt; ethics)&lt;br /&gt;
* [http://www.journalisted.com/article?id=1664755] - Journalisted linking to the Independent&lt;br /&gt;
* [http://www.metro.co.uk/editorialpolicy] - The London Metro&lt;br /&gt;
* [http://www.macclesfield-express.co.uk/contact_us/s/1015298_were_moving__but_its_business_as_usual] - The Macclesfield Express&lt;br /&gt;
* [http://manonplatform13.blogspot.com/2009/07/new-grid.html] - Man on Platform 13 blog (PCC + NUJ codes)&lt;br /&gt;
* [http://www.whitehavennews.co.uk/home/contact_us] - whitehaven news&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40439</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40439"/>
		<updated>2009-08-28T21:38:15Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add journalisted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama] - Opendemocracy&lt;br /&gt;
* [http://www.dailycal.org/article/27119/license_to_kill] - The Daily Californian (see about -&amp;gt; ethics)&lt;br /&gt;
* [http://www.journalisted.com/article?id=1664755] - Journalisted linking to the Independent&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40438</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40438"/>
		<updated>2009-08-28T21:30:22Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: add a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.&lt;br /&gt;
&lt;br /&gt;
[http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama] - Opendemocracy&lt;br /&gt;
[http://www.dailycal.org/article/27119/license_to_kill] - The Daily Californian (see about -&amp;gt; ethics)&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40437</id>
		<title>principles-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=principles-examples&amp;diff=40437"/>
		<updated>2009-08-28T21:18:04Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: New page: This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.  [http://www.opendemocracy.net/article/the-kennedys-the-democrats-a...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents examples of pages that link to a statement of principles or ethics that apply to the content within.&lt;br /&gt;
&lt;br /&gt;
[http://www.opendemocracy.net/article/the-kennedys-the-democrats-and-obama] - Opendemocracy&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39914</id>
		<title>events/2009-07-25-dev-camp</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39914"/>
		<updated>2009-07-26T01:37:21Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: move that page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microformatsDevCamp&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;12:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;17:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;&amp;lt;em style=&amp;quot;border-bottom:dotted 1px&amp;quot; title=&amp;quot;Pier 38 is NOWHERE NEAR Pier 39, just to be clear. Pier 38 is SOUTH of the Bay Bridge.&amp;quot;&amp;gt;Pier 38&amp;lt;/em&amp;gt;, The Embarcadero between Brannan and Townsend&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94107&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;geo&amp;quot;&amp;gt;[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;view=map&amp;amp;q=%2BAutomattic,+The+Embarcadero,+San+Francisco,+CA+94107&amp;amp;sll=37.752736,-122.402826&amp;amp;sspn=0.13844,0.217667&amp;amp;gl=us&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;layer=c&amp;amp;cbll=37.782877,-122.388062&amp;amp;panoid=kB1DhzPP5DYl5pgHBRxdPg&amp;amp;cbp=12,123.84,,0,2.44&amp;amp;ll=37.783053,-122.388044&amp;amp;spn=0,359.996599&amp;amp;z=18 View location at latitude:&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.782769&amp;lt;/span&amp;gt;, longitude:&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.387837&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:'''MUNI''': [http://playfoursquare.com/venue/72202 Brannan] (N,T)&lt;br /&gt;
:'''BART''': Embarcadero station, then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__IB3&amp;amp;s=6992&amp;amp;ts=4506 take MUNI N-Judah inbound] or T-Third inbound to Brannan stop.&lt;br /&gt;
:'''Caltrain''': 4th &amp;amp; King st., then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__OB2&amp;amp;s=5240&amp;amp;ts=7145 take MUNI N-Judah outbound] or T-Third outbound to Brannan stop.&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformatsDevCamp!&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats.&amp;lt;/span&amp;gt;&lt;br /&gt;
;How much&lt;br /&gt;
:$20 suggested donation (gets you a t-shirt while supplies last). &amp;lt;em style=&amp;quot;display:block&amp;quot;&amp;gt;No one turned away for lack of funds.&amp;lt;/em&amp;gt;&lt;br /&gt;
;URLs&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-07-25-dev-camp&amp;lt;/span&amp;gt;&lt;br /&gt;
:http://upcoming.yahoo.com/event/2888376/&lt;br /&gt;
:http://www.facebook.com/event.php?eid=102571118403&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/ufdevcamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://suda.co.uk/projects/microformats/hcalendar/get-cal.php?uri=http://microformats.org/wiki/events/2009-07-25-dev-camp Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== Sponsors == &lt;br /&gt;
microformatsDevCamp is made possible thanks to the generosity of our corporate and individual sponsors!&lt;br /&gt;
&lt;br /&gt;
* Venue&lt;br /&gt;
**[http://automattic.com Automattic]&lt;br /&gt;
* Meals&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://spinn3r.com Spinn3r]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://commerce.net CommerceNet]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://visitmix.com/Lab/Oomph Microsoft MIX Online]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://mBLAST.com/ mBLAST]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://steve.ganz.name/ Steve Ganz]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.carlaborsoi.com/ Carla Borsoi]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* Promotion&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://objectadjective.com Object Adjective]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** [http://cindyli.com Cindy Li]&lt;br /&gt;
&lt;br /&gt;
=== Sponsorships ===&lt;br /&gt;
Help sponsor microformatsDevCamp:&lt;br /&gt;
&lt;br /&gt;
* Saturday 25th&lt;br /&gt;
** Lunch - sponsored by [http://spinn3r.com Spinn3r]&lt;br /&gt;
** Dinner - sponsored by [http://commerce.net CommerceNet]&lt;br /&gt;
** Evening Social &amp;amp; Snacks - sponsored by [http://mBLAST.com/ mBLAST]&lt;br /&gt;
*** Beer - sponsored by [http://steve.ganz.name/ Steve Ganz]&lt;br /&gt;
* Sunday 26th&lt;br /&gt;
** Breakfast - sponsored by [http://www.carlaborsoi.com/ Carla Borsoi]&lt;br /&gt;
** Lunch - sponsored by [http://visitmix.com/Lab/Oomph Microsoft MIX Online]&lt;br /&gt;
* More Ideas...&lt;br /&gt;
** Stickers - sponsored by [http://objectadjective.com Object Adjective]&lt;br /&gt;
** Buttons - sponsored by [http://cindyli.com Cindy Li]&lt;br /&gt;
** Coffee&lt;br /&gt;
** Snacks&lt;br /&gt;
** ______?&lt;br /&gt;
&lt;br /&gt;
For meals, we're planning on something simple like bagels+coffee for breakfast (note: Tantek will purchase supplies for Sunday morning); or pizza or &amp;lt;del&amp;gt;indian delivery&amp;lt;/del&amp;gt; ([http://www.mydeedees.com/ Deedees Indian Food!]). We'll arrange for sponsors to pay vendors directly...&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
microformatsDevCamp, like any BarCamp, needs you - Sign up to volunteer, attend, design, code, and build with microformats!&lt;br /&gt;
&lt;br /&gt;
=== volunteers ===&lt;br /&gt;
Like all [http://barcamp.org BarCamps], this event is what it is because of what everyone puts into it. Volunteer to help setup, check people in, get them setup with a name badge, clean up, and help people in general have a good time and get things done.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Cindy Li&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;helping with microformatsDevCamp logo design&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. done!&lt;br /&gt;
** full resolution logo: &amp;lt;span class=&amp;quot;attach&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** on Flickr: http://www.flickr.com/photos/cindyli/3726302070/&lt;br /&gt;
** &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;designed and ordered buttons for event.&amp;lt;/span&amp;gt;Done!&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BeauLebens|Beau Lebens]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, Automattic, [[http://dentedreality.com.au/ Dented Reality]]. &amp;lt;span class=&lt;br /&gt;
note&amp;quot;&amp;gt;I know my way around the venue, so can help sort out power strips, projectors etc&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== participants ===&lt;br /&gt;
&lt;br /&gt;
Please register with this [http://spreadsheets.google.com/viewform?formkey=dERvcnQ4SlFsX0ZLQi1KOE8wbk5obUE6MA.. online form].&lt;br /&gt;
&lt;br /&gt;
Want to design interfaces or build stuff with microformats and want help doing it? Sign up! Add yourself. Note your site (with [[hCard]] if you have it), interests/projects, and tag yourself as a web '''author''', '''designer''', '''&amp;lt;abbr title=&amp;quot;information architect&amp;quot;&amp;gt;IA&amp;lt;/abbr&amp;gt;''', '''publisher''', '''developer''', '''UI-tester''' - pick at least one.&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://tantek.com Tantek Çelik]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://yury.name Yury Lifshits]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.markng.co.uk Mark Ng]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.ics.uci.edu/~rohit Rohit Khare]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.jasonbolton.com Jason Bolton]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end designer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://alpern.org Micah Alpern]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt; (will be there Sunday).&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:EdwardOConnor |Edward O'Connor]]&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;nickname&amp;quot;&amp;gt;Ted&amp;lt;/span&amp;gt;) - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;author, designer, developer, publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://singpolyma.net Stephen Paul Weber]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://feedblog.org Kevin Burton]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://jobspice.com Dane Hurtubise]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://developer.netflix.com JR Conlin]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer, publisher&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chirag Shah&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.wezaggle.com Jesse Hammons]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt; [http://www.wezaggle.com Zaggle Social Calendar]&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://matthewlevine.com Matthew Levine]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://farukat.es/ Faruk Ateş]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;UX Designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://fourkitchens.com/ David Strauss]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Drupal&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://huyhong.com/ Huy Hong]&amp;lt;/span&amp;gt; - Frontend Developer, UI/UX/UE, UGC nut&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Jeremy Anderson]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;UX/UI/ID Designer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Lauren Scime]&amp;lt;/span&amp;gt; - front end designer / developer&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://blog.oofn.net Chad Weider]&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;back-end&amp;lt;/span&amp;gt;, etc.&lt;br /&gt;
# (and about 35 more folks,  according to [http://upcoming.yahoo.com/event/2888376/ Upcoming] as of noon Thursday 2009-7-23)&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
==schedule==&lt;br /&gt;
Outline of schedule for the weekend - more details at the DevCamp!&lt;br /&gt;
* Saturday July 25th&lt;br /&gt;
** 11:00am - planners+volunteers onsite for setup&lt;br /&gt;
** 12:00pm - registration, lunch&lt;br /&gt;
** intro session, what is a devcamp, introductions&lt;br /&gt;
** hack/project brainstorming and proposals&lt;br /&gt;
** day 1 building sessions &lt;br /&gt;
** dinner and group photo&lt;br /&gt;
** day 1 demos and social hour&lt;br /&gt;
** evening open hacking session (like DevHouse) / iteration on hacks/projects&lt;br /&gt;
&lt;br /&gt;
* Sunday July 26th&lt;br /&gt;
** 10:00am - breakfast&lt;br /&gt;
** day 2 working sessions on hacks/projects&lt;br /&gt;
** 12:30pm lunch&lt;br /&gt;
** day 2 working sessions continued&lt;br /&gt;
** second day demos and wrap-up&lt;br /&gt;
** venue clean-up&lt;br /&gt;
** 5pm venue exit&lt;br /&gt;
&lt;br /&gt;
==venue==&lt;br /&gt;
Automattic has very graciously agreed to host microformatsDevCamp. The venue has:&lt;br /&gt;
* wifi&lt;br /&gt;
* power. power outlets, extension cords, power strips&lt;br /&gt;
* 4-5 rooms/meeting areas. &lt;br /&gt;
* 3 projectors&lt;br /&gt;
* 1 whiteboard.&lt;br /&gt;
* sink, water.&lt;br /&gt;
&lt;br /&gt;
As Automattic is donating the venue, as participants it is our responsibility to take excellent care of the venue, leaving it as good or better than we found it.&lt;br /&gt;
&lt;br /&gt;
Some amount of camping overnight at the venue will be possible.&lt;br /&gt;
&lt;br /&gt;
=== nearby food ===&lt;br /&gt;
Suggestions for nearby (easy/quick walking distance) drinks, snacks, food.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Bayside Market&amp;lt;/span&amp;gt; - fresh &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;fruit&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;vegetables&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/bayside-market-san-francisco-2&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;coffee&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;espresso&amp;lt;/span&amp;gt; drinks, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;shakes&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;smoothies&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;bagels&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/crossroads-cafe-san-francisco-3&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Please use the following tags when tagging related content (blog posts, photos, videos):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#ufdevcamp'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;ufdevcampsf&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCampSF&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp2009&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;The-Embarcadero&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;upcoming:event=2888376&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Track:&lt;br /&gt;
* [http://search.twitter.com/search?q=ufdevcamp #ufdevcamp on Twitter Search].&lt;br /&gt;
* [http://identi.ca/tag/ufdevcamp #ufdevcamp] tagspace on identi.ca.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;group&amp;quot;&amp;gt;Groups&amp;lt;/span&amp;gt;:&lt;br /&gt;
* [http://identi.ca/group/microformats !microformats Identi.ca group] (aliases: !mf and !uf). Join and address the whole group. Notices to this group can also be tracked from [http://identi.ca/tag/microformats #microformats]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
topics discussed:&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== hack ideas ==&lt;br /&gt;
Have an idea for a hack/project session? Please read &amp;lt;cite&amp;gt;[http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ What is a DevCamp?]&amp;lt;/cite&amp;gt; and then suggest something or add a &amp;quot;+1&amp;quot; to existing suggestions, and sign your suggestion or opinion with your Username with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''microWall''' - make sure to print a screen-shot of every microformat-savvy tool that comes up during the camp, and stick them on the wall. It will be an amazing backdrop for a group photo... [[User:Rohit|Rohit]]&lt;br /&gt;
** +1 [[User:Tantek|Tantek]]&lt;br /&gt;
* '''(Sunday)''' '''CSS3, HTML5 and microformats &amp;quot;Zen Garden&amp;quot;''' - same premise as the CSS Zen Garden of yore, but with a strong emphasis on CSS3 advancements, microformats enrichment and done in HTML5. [[User:KuraFire|Faruk Ateş]]&lt;br /&gt;
* '''CheatSheet Translation''' [[User:Brian|Brian Suda]] This is a request to anyone who is speaks another language. I created the PDF cheatsheet awhile ago http://suda.co.uk/projects/microformats/cheatsheet/ if someone wants to translate it into Spanish, or another language, please let me know. I can send the source InDesign file, or if they send me the translations, I'd be happy to update it myself.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== projects ==&lt;br /&gt;
;short URL for this section&lt;br /&gt;
:http://tr.im/ufps&lt;br /&gt;
Please create a wiki page for any hack/project session you lead or attend and link to it from here.&lt;br /&gt;
* [[hcard-input-interface]] for easy input of user data (creating hCards) by Chad. combined project/session with '''microformats and user sign-up user interface''' - how can importing and subscribing to hCards help make user sign-up easier and thus get more users signed up quicker? by [[User:Tantek|Tantek]]&lt;br /&gt;
* [[self-updating-address-book]] - in the search for an address book/contact list that actually stays up to date, hCard may be the key. [[User:Beaulebens|Beau Lebens]]&lt;br /&gt;
* [[hcard-contact-autocompletion]] by [[User:Rohit|Rohit Khare]]&lt;br /&gt;
* [[microformat-services]] by ________&lt;br /&gt;
* [[unified-rsvp]] by _________&lt;br /&gt;
* '''hCard to Google Address Book''' [[bookmarklet]]. [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
* [[microformat-aggregation]] by [[User:jessehammons|Jesse Hammons]], [[User:yurylifshits|Yury Lifshits]], Andrew McCollum, Dane Hurtibuse, Randy Kerber&lt;br /&gt;
* [[twitter bus card exchange/display]] by [[User:perivision|Christopher]]&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts about the devCamp. Newest first.&lt;br /&gt;
* [http://microformats.org/blog/2009/07/20/microformatsdevcamp-this-weekend/ 2009-07-21 microformats.org: microformatsDevCamp this weekend!]&lt;br /&gt;
* [http://radar.oreilly.com/2009/07/four-short-links-17-july-2009.html O'Reilly Radar: Four short links]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ Chris Messina: What is a DevCamp?]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
microformatsDevCamp is one of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== planner to-do ==&lt;br /&gt;
&lt;br /&gt;
=== planners ===&lt;br /&gt;
Want to help organize and plan the first microformatsDevCamp? Sign up and be sure to pick up a planner role (see below).&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]] - '''organizing, venue acquisition, intro and kickoff'''&lt;br /&gt;
* [[User:Rohit|Rohit Khare]] - '''venue acquisition, sponsor wrangler, food'''&lt;br /&gt;
* [[User:EdwardOConnor |Edward O'Connor]] (Ted) - '''volunteer coordinator, setup, welcome desk'''&lt;br /&gt;
* [[User:Pseudowish|Lauren Scime]] - '''t-shirts, other coordination needs tbd'''&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Chris Messina|Chris Messina]]&amp;lt;/span&amp;gt; - '''connector and advisor'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== planner roles ===&lt;br /&gt;
Role info / details:&lt;br /&gt;
* '''intro and kickoff''' - run the introductory session and help start the microformatsDevCamp with traditional BarCamp intros/3tags and explanation of the BarCamp format.&lt;br /&gt;
* '''food''' - coordinate / match up sponsors with meals and make sure the meals arrive and are setup for event participants during the event.&lt;br /&gt;
* '''sponsor wrangler''' - for food, t-shirts. per definition given in: http://www.cleverclevergirl.com/?p=10 : &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Drafts a message to send to potential sponsors, follows up leads from others for potential sponsors, collects info, logos (in vector format), and money from sponsors and also sees that receipts (if necessary) are issued at the end. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* '''t-shirts''' - get estimate, make sure to order in time for the event. Ben Ward has done some work on this - check with him.&lt;br /&gt;
* '''volunteer coordinator''' - recruit and organize volunteers the day of the event to help out with food, setup&lt;br /&gt;
* '''cleanup''' - enlist help of volunteers and all devCamp participants to help with cleanup&lt;br /&gt;
* '''setup''' - be in charge of setup the day of, coordinate with venue on setup plenty of time *before* the start of the camp! setup: power cords, power strips, calendar grid for sessions, tables and chairs in rooms/meeting areas, projectors&lt;br /&gt;
* '''welcome desk''' - welcome microformatsDevCamp attendees at the entrance of the venue, make sure they get a name tag and instruct them to tag themselves as primarily/secondarily being a web '''author''', '''designer''', '''publisher''', '''developer''', pick at least one. (as they should also do when the sign up on the wiki in the attendees section above!)&lt;br /&gt;
&lt;br /&gt;
===T-shirts===&lt;br /&gt;
* get estimates from vendor(s) for different quantities&lt;br /&gt;
** get vendor contact info from Ben Ward who has already looked into this and found a reliable vendor that can deliver high quality t-shirts in a week or less time.&lt;br /&gt;
** Suggestion: 100 shirts, provide them to individuals who sponsor microformatsDevCamp with a $20 or more donation to help pay for t-shirts and snacks/food (if any funds from covering t-shirts are remaining). [[User:Tantek|Tantek]] 17:40, 17 July 2009 (UTC)&lt;br /&gt;
* make/reuse design (get original t-shirt design details from Dan Cederholm)&lt;br /&gt;
* order/print - make sure folks who donated at the [[events/2009-06-26-microformats-4th-bday|4th bday party]] get their shirts&lt;br /&gt;
&lt;br /&gt;
* '''T-shirts are ordered!''' Printer is [http://www.screenprintguy.com The Screen Print Guy] located out on 23rd Ave. Will be available for pickup by Friday July 24th. (This is great! [[User:Tantek|Tantek]] 01:03, 21 July 2009 (UTC))&lt;br /&gt;
** Total # of shirts ordered: 100. Size breakdown: Men's: 10 small, 30 medium, 25 large. Women's: 10 small, 15 medium, 10 large.&lt;br /&gt;
** Total cost: $918.00 (would have been cheaper but they had a surcharge for the rush order). I have charged 50% of the cost already to place the order. Other 50% due at time of pickup.&lt;br /&gt;
&lt;br /&gt;
Note that, including cash donations from the 4th birthday party, we have pledges for ~$1850 to budget with as of 2009-7-24 [[User:Rohit|Rohit]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp/self-updating-address-book&amp;diff=39912</id>
		<title>events/2009-07-25-dev-camp/self-updating-address-book</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp/self-updating-address-book&amp;diff=39912"/>
		<updated>2009-07-26T01:36:49Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: events/2009-07-25-dev-camp/self-updating-address-book moved to self-updating-address-book&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[self-updating-address-book]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=self-updating-address-book&amp;diff=39911</id>
		<title>self-updating-address-book</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=self-updating-address-book&amp;diff=39911"/>
		<updated>2009-07-26T01:36:49Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: events/2009-07-25-dev-camp/self-updating-address-book moved to self-updating-address-book&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Self Updating Address Book ==&lt;br /&gt;
&lt;br /&gt;
Basic Idea: an online address book/contact system, accessible via LDAP, which updates its records by periodically crawling/parsing URLs containing hCards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Participants ===&lt;br /&gt;
* Beau Lebens&lt;br /&gt;
* Matt Wilkinson&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Tantek Celik&lt;br /&gt;
* Chad Weider&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39909</id>
		<title>events/2009-07-25-dev-camp</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39909"/>
		<updated>2009-07-26T01:36:16Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: let's fix that&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microformatsDevCamp&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;12:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;17:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;&amp;lt;em style=&amp;quot;border-bottom:dotted 1px&amp;quot; title=&amp;quot;Pier 38 is NOWHERE NEAR Pier 39, just to be clear. Pier 38 is SOUTH of the Bay Bridge.&amp;quot;&amp;gt;Pier 38&amp;lt;/em&amp;gt;, The Embarcadero between Brannan and Townsend&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94107&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;geo&amp;quot;&amp;gt;[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;view=map&amp;amp;q=%2BAutomattic,+The+Embarcadero,+San+Francisco,+CA+94107&amp;amp;sll=37.752736,-122.402826&amp;amp;sspn=0.13844,0.217667&amp;amp;gl=us&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;layer=c&amp;amp;cbll=37.782877,-122.388062&amp;amp;panoid=kB1DhzPP5DYl5pgHBRxdPg&amp;amp;cbp=12,123.84,,0,2.44&amp;amp;ll=37.783053,-122.388044&amp;amp;spn=0,359.996599&amp;amp;z=18 View location at latitude:&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.782769&amp;lt;/span&amp;gt;, longitude:&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.387837&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:'''MUNI''': [http://playfoursquare.com/venue/72202 Brannan] (N,T)&lt;br /&gt;
:'''BART''': Embarcadero station, then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__IB3&amp;amp;s=6992&amp;amp;ts=4506 take MUNI N-Judah inbound] or T-Third inbound to Brannan stop.&lt;br /&gt;
:'''Caltrain''': 4th &amp;amp; King st., then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__OB2&amp;amp;s=5240&amp;amp;ts=7145 take MUNI N-Judah outbound] or T-Third outbound to Brannan stop.&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformatsDevCamp!&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats.&amp;lt;/span&amp;gt;&lt;br /&gt;
;How much&lt;br /&gt;
:$20 suggested donation (gets you a t-shirt while supplies last). &amp;lt;em style=&amp;quot;display:block&amp;quot;&amp;gt;No one turned away for lack of funds.&amp;lt;/em&amp;gt;&lt;br /&gt;
;URLs&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-07-25-dev-camp&amp;lt;/span&amp;gt;&lt;br /&gt;
:http://upcoming.yahoo.com/event/2888376/&lt;br /&gt;
:http://www.facebook.com/event.php?eid=102571118403&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/ufdevcamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://suda.co.uk/projects/microformats/hcalendar/get-cal.php?uri=http://microformats.org/wiki/events/2009-07-25-dev-camp Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== Sponsors == &lt;br /&gt;
microformatsDevCamp is made possible thanks to the generosity of our corporate and individual sponsors!&lt;br /&gt;
&lt;br /&gt;
* Venue&lt;br /&gt;
**[http://automattic.com Automattic]&lt;br /&gt;
* Meals&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://spinn3r.com Spinn3r]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://commerce.net CommerceNet]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://visitmix.com/Lab/Oomph Microsoft MIX Online]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://mBLAST.com/ mBLAST]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://steve.ganz.name/ Steve Ganz]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.carlaborsoi.com/ Carla Borsoi]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* Promotion&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://objectadjective.com Object Adjective]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** [http://cindyli.com Cindy Li]&lt;br /&gt;
&lt;br /&gt;
=== Sponsorships ===&lt;br /&gt;
Help sponsor microformatsDevCamp:&lt;br /&gt;
&lt;br /&gt;
* Saturday 25th&lt;br /&gt;
** Lunch - sponsored by [http://spinn3r.com Spinn3r]&lt;br /&gt;
** Dinner - sponsored by [http://commerce.net CommerceNet]&lt;br /&gt;
** Evening Social &amp;amp; Snacks - sponsored by [http://mBLAST.com/ mBLAST]&lt;br /&gt;
*** Beer - sponsored by [http://steve.ganz.name/ Steve Ganz]&lt;br /&gt;
* Sunday 26th&lt;br /&gt;
** Breakfast - sponsored by [http://www.carlaborsoi.com/ Carla Borsoi]&lt;br /&gt;
** Lunch - sponsored by [http://visitmix.com/Lab/Oomph Microsoft MIX Online]&lt;br /&gt;
* More Ideas...&lt;br /&gt;
** Stickers - sponsored by [http://objectadjective.com Object Adjective]&lt;br /&gt;
** Buttons - sponsored by [http://cindyli.com Cindy Li]&lt;br /&gt;
** Coffee&lt;br /&gt;
** Snacks&lt;br /&gt;
** ______?&lt;br /&gt;
&lt;br /&gt;
For meals, we're planning on something simple like bagels+coffee for breakfast (note: Tantek will purchase supplies for Sunday morning); or pizza or &amp;lt;del&amp;gt;indian delivery&amp;lt;/del&amp;gt; ([http://www.mydeedees.com/ Deedees Indian Food!]). We'll arrange for sponsors to pay vendors directly...&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
microformatsDevCamp, like any BarCamp, needs you - Sign up to volunteer, attend, design, code, and build with microformats!&lt;br /&gt;
&lt;br /&gt;
=== volunteers ===&lt;br /&gt;
Like all [http://barcamp.org BarCamps], this event is what it is because of what everyone puts into it. Volunteer to help setup, check people in, get them setup with a name badge, clean up, and help people in general have a good time and get things done.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Cindy Li&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;helping with microformatsDevCamp logo design&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. done!&lt;br /&gt;
** full resolution logo: &amp;lt;span class=&amp;quot;attach&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** on Flickr: http://www.flickr.com/photos/cindyli/3726302070/&lt;br /&gt;
** &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;designed and ordered buttons for event.&amp;lt;/span&amp;gt;Done!&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BeauLebens|Beau Lebens]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, Automattic, [[http://dentedreality.com.au/ Dented Reality]]. &amp;lt;span class=&lt;br /&gt;
note&amp;quot;&amp;gt;I know my way around the venue, so can help sort out power strips, projectors etc&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== participants ===&lt;br /&gt;
&lt;br /&gt;
Please register with this [http://spreadsheets.google.com/viewform?formkey=dERvcnQ4SlFsX0ZLQi1KOE8wbk5obUE6MA.. online form].&lt;br /&gt;
&lt;br /&gt;
Want to design interfaces or build stuff with microformats and want help doing it? Sign up! Add yourself. Note your site (with [[hCard]] if you have it), interests/projects, and tag yourself as a web '''author''', '''designer''', '''&amp;lt;abbr title=&amp;quot;information architect&amp;quot;&amp;gt;IA&amp;lt;/abbr&amp;gt;''', '''publisher''', '''developer''', '''UI-tester''' - pick at least one.&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://tantek.com Tantek Çelik]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://yury.name Yury Lifshits]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.markng.co.uk Mark Ng]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.ics.uci.edu/~rohit Rohit Khare]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.jasonbolton.com Jason Bolton]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end designer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://alpern.org Micah Alpern]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt; (will be there Sunday).&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:EdwardOConnor |Edward O'Connor]]&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;nickname&amp;quot;&amp;gt;Ted&amp;lt;/span&amp;gt;) - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;author, designer, developer, publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://singpolyma.net Stephen Paul Weber]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://feedblog.org Kevin Burton]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://jobspice.com Dane Hurtubise]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://developer.netflix.com JR Conlin]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer, publisher&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chirag Shah&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.wezaggle.com Jesse Hammons]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt; [http://www.wezaggle.com Zaggle Social Calendar]&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://matthewlevine.com Matthew Levine]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://farukat.es/ Faruk Ateş]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;UX Designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://fourkitchens.com/ David Strauss]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Drupal&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://huyhong.com/ Huy Hong]&amp;lt;/span&amp;gt; - Frontend Developer, UI/UX/UE, UGC nut&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Jeremy Anderson]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;UX/UI/ID Designer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Lauren Scime]&amp;lt;/span&amp;gt; - front end designer / developer&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://blog.oofn.net Chad Weider]&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;back-end&amp;lt;/span&amp;gt;, etc.&lt;br /&gt;
# (and about 35 more folks,  according to [http://upcoming.yahoo.com/event/2888376/ Upcoming] as of noon Thursday 2009-7-23)&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
==schedule==&lt;br /&gt;
Outline of schedule for the weekend - more details at the DevCamp!&lt;br /&gt;
* Saturday July 25th&lt;br /&gt;
** 11:00am - planners+volunteers onsite for setup&lt;br /&gt;
** 12:00pm - registration, lunch&lt;br /&gt;
** intro session, what is a devcamp, introductions&lt;br /&gt;
** hack/project brainstorming and proposals&lt;br /&gt;
** day 1 building sessions &lt;br /&gt;
** dinner and group photo&lt;br /&gt;
** day 1 demos and social hour&lt;br /&gt;
** evening open hacking session (like DevHouse) / iteration on hacks/projects&lt;br /&gt;
&lt;br /&gt;
* Sunday July 26th&lt;br /&gt;
** 10:00am - breakfast&lt;br /&gt;
** day 2 working sessions on hacks/projects&lt;br /&gt;
** 12:30pm lunch&lt;br /&gt;
** day 2 working sessions continued&lt;br /&gt;
** second day demos and wrap-up&lt;br /&gt;
** venue clean-up&lt;br /&gt;
** 5pm venue exit&lt;br /&gt;
&lt;br /&gt;
==venue==&lt;br /&gt;
Automattic has very graciously agreed to host microformatsDevCamp. The venue has:&lt;br /&gt;
* wifi&lt;br /&gt;
* power. power outlets, extension cords, power strips&lt;br /&gt;
* 4-5 rooms/meeting areas. &lt;br /&gt;
* 3 projectors&lt;br /&gt;
* 1 whiteboard.&lt;br /&gt;
* sink, water.&lt;br /&gt;
&lt;br /&gt;
As Automattic is donating the venue, as participants it is our responsibility to take excellent care of the venue, leaving it as good or better than we found it.&lt;br /&gt;
&lt;br /&gt;
Some amount of camping overnight at the venue will be possible.&lt;br /&gt;
&lt;br /&gt;
=== nearby food ===&lt;br /&gt;
Suggestions for nearby (easy/quick walking distance) drinks, snacks, food.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Bayside Market&amp;lt;/span&amp;gt; - fresh &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;fruit&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;vegetables&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/bayside-market-san-francisco-2&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;coffee&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;espresso&amp;lt;/span&amp;gt; drinks, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;shakes&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;smoothies&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;bagels&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/crossroads-cafe-san-francisco-3&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Please use the following tags when tagging related content (blog posts, photos, videos):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#ufdevcamp'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;ufdevcampsf&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCampSF&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp2009&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;The-Embarcadero&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;upcoming:event=2888376&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Track:&lt;br /&gt;
* [http://search.twitter.com/search?q=ufdevcamp #ufdevcamp on Twitter Search].&lt;br /&gt;
* [http://identi.ca/tag/ufdevcamp #ufdevcamp] tagspace on identi.ca.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;group&amp;quot;&amp;gt;Groups&amp;lt;/span&amp;gt;:&lt;br /&gt;
* [http://identi.ca/group/microformats !microformats Identi.ca group] (aliases: !mf and !uf). Join and address the whole group. Notices to this group can also be tracked from [http://identi.ca/tag/microformats #microformats]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
topics discussed:&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== hack ideas ==&lt;br /&gt;
Have an idea for a hack/project session? Please read &amp;lt;cite&amp;gt;[http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ What is a DevCamp?]&amp;lt;/cite&amp;gt; and then suggest something or add a &amp;quot;+1&amp;quot; to existing suggestions, and sign your suggestion or opinion with your Username with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''microWall''' - make sure to print a screen-shot of every microformat-savvy tool that comes up during the camp, and stick them on the wall. It will be an amazing backdrop for a group photo... [[User:Rohit|Rohit]]&lt;br /&gt;
** +1 [[User:Tantek|Tantek]]&lt;br /&gt;
* '''(Sunday)''' '''CSS3, HTML5 and microformats &amp;quot;Zen Garden&amp;quot;''' - same premise as the CSS Zen Garden of yore, but with a strong emphasis on CSS3 advancements, microformats enrichment and done in HTML5. [[User:KuraFire|Faruk Ateş]]&lt;br /&gt;
* '''CheatSheet Translation''' [[User:Brian|Brian Suda]] This is a request to anyone who is speaks another language. I created the PDF cheatsheet awhile ago http://suda.co.uk/projects/microformats/cheatsheet/ if someone wants to translate it into Spanish, or another language, please let me know. I can send the source InDesign file, or if they send me the translations, I'd be happy to update it myself.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== projects ==&lt;br /&gt;
;short URL for this section&lt;br /&gt;
:http://tr.im/ufps&lt;br /&gt;
Please create a wiki page for any hack/project session you lead or attend and link to it from here.&lt;br /&gt;
* [[hcard-input-interface]] for easy input of user data (creating hCards) by Chad. combined project/session with '''microformats and user sign-up user interface''' - how can importing and subscribing to hCards help make user sign-up easier and thus get more users signed up quicker? by [[User:Tantek|Tantek]]&lt;br /&gt;
* [[events/2009-07-25-dev-camp/self-updating-address-book]] - in the search for an address book/contact list that actually stays up to date, hCard may be the key. [[User:Beaulebens|Beau Lebens]]&lt;br /&gt;
* [[hcard-contact-autocompletion]] by [[User:Rohit|Rohit Khare]]&lt;br /&gt;
* [[microformat-services]] by ________&lt;br /&gt;
* [[unified-rsvp]] by _________&lt;br /&gt;
* '''hCard to Google Address Book''' [[bookmarklet]]. [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
* [[microformat-aggregation]] by [[User:jessehammons|Jesse Hammons]], [[User:yurylifshits|Yury Lifshits]], Andrew McCollum, Dane Hurtibuse, Randy Kerber&lt;br /&gt;
* [[twitter bus card exchange/display]] by [[User:perivision|Christopher]]&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts about the devCamp. Newest first.&lt;br /&gt;
* [http://microformats.org/blog/2009/07/20/microformatsdevcamp-this-weekend/ 2009-07-21 microformats.org: microformatsDevCamp this weekend!]&lt;br /&gt;
* [http://radar.oreilly.com/2009/07/four-short-links-17-july-2009.html O'Reilly Radar: Four short links]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ Chris Messina: What is a DevCamp?]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
microformatsDevCamp is one of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== planner to-do ==&lt;br /&gt;
&lt;br /&gt;
=== planners ===&lt;br /&gt;
Want to help organize and plan the first microformatsDevCamp? Sign up and be sure to pick up a planner role (see below).&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]] - '''organizing, venue acquisition, intro and kickoff'''&lt;br /&gt;
* [[User:Rohit|Rohit Khare]] - '''venue acquisition, sponsor wrangler, food'''&lt;br /&gt;
* [[User:EdwardOConnor |Edward O'Connor]] (Ted) - '''volunteer coordinator, setup, welcome desk'''&lt;br /&gt;
* [[User:Pseudowish|Lauren Scime]] - '''t-shirts, other coordination needs tbd'''&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Chris Messina|Chris Messina]]&amp;lt;/span&amp;gt; - '''connector and advisor'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== planner roles ===&lt;br /&gt;
Role info / details:&lt;br /&gt;
* '''intro and kickoff''' - run the introductory session and help start the microformatsDevCamp with traditional BarCamp intros/3tags and explanation of the BarCamp format.&lt;br /&gt;
* '''food''' - coordinate / match up sponsors with meals and make sure the meals arrive and are setup for event participants during the event.&lt;br /&gt;
* '''sponsor wrangler''' - for food, t-shirts. per definition given in: http://www.cleverclevergirl.com/?p=10 : &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Drafts a message to send to potential sponsors, follows up leads from others for potential sponsors, collects info, logos (in vector format), and money from sponsors and also sees that receipts (if necessary) are issued at the end. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* '''t-shirts''' - get estimate, make sure to order in time for the event. Ben Ward has done some work on this - check with him.&lt;br /&gt;
* '''volunteer coordinator''' - recruit and organize volunteers the day of the event to help out with food, setup&lt;br /&gt;
* '''cleanup''' - enlist help of volunteers and all devCamp participants to help with cleanup&lt;br /&gt;
* '''setup''' - be in charge of setup the day of, coordinate with venue on setup plenty of time *before* the start of the camp! setup: power cords, power strips, calendar grid for sessions, tables and chairs in rooms/meeting areas, projectors&lt;br /&gt;
* '''welcome desk''' - welcome microformatsDevCamp attendees at the entrance of the venue, make sure they get a name tag and instruct them to tag themselves as primarily/secondarily being a web '''author''', '''designer''', '''publisher''', '''developer''', pick at least one. (as they should also do when the sign up on the wiki in the attendees section above!)&lt;br /&gt;
&lt;br /&gt;
===T-shirts===&lt;br /&gt;
* get estimates from vendor(s) for different quantities&lt;br /&gt;
** get vendor contact info from Ben Ward who has already looked into this and found a reliable vendor that can deliver high quality t-shirts in a week or less time.&lt;br /&gt;
** Suggestion: 100 shirts, provide them to individuals who sponsor microformatsDevCamp with a $20 or more donation to help pay for t-shirts and snacks/food (if any funds from covering t-shirts are remaining). [[User:Tantek|Tantek]] 17:40, 17 July 2009 (UTC)&lt;br /&gt;
* make/reuse design (get original t-shirt design details from Dan Cederholm)&lt;br /&gt;
* order/print - make sure folks who donated at the [[events/2009-06-26-microformats-4th-bday|4th bday party]] get their shirts&lt;br /&gt;
&lt;br /&gt;
* '''T-shirts are ordered!''' Printer is [http://www.screenprintguy.com The Screen Print Guy] located out on 23rd Ave. Will be available for pickup by Friday July 24th. (This is great! [[User:Tantek|Tantek]] 01:03, 21 July 2009 (UTC))&lt;br /&gt;
** Total # of shirts ordered: 100. Size breakdown: Men's: 10 small, 30 medium, 25 large. Women's: 10 small, 15 medium, 10 large.&lt;br /&gt;
** Total cost: $918.00 (would have been cheaper but they had a surcharge for the rush order). I have charged 50% of the cost already to place the order. Other 50% due at time of pickup.&lt;br /&gt;
&lt;br /&gt;
Note that, including cash donations from the 4th birthday party, we have pledges for ~$1850 to budget with as of 2009-7-24 [[User:Rohit|Rohit]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39903</id>
		<title>events/2009-07-25-dev-camp</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39903"/>
		<updated>2009-07-26T01:28:49Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Add a link to the project page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microformatsDevCamp&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;12:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;17:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;&amp;lt;em style=&amp;quot;border-bottom:dotted 1px&amp;quot; title=&amp;quot;Pier 38 is NOWHERE NEAR Pier 39, just to be clear. Pier 38 is SOUTH of the Bay Bridge.&amp;quot;&amp;gt;Pier 38&amp;lt;/em&amp;gt;, The Embarcadero between Brannan and Townsend&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94107&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;geo&amp;quot;&amp;gt;[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;view=map&amp;amp;q=%2BAutomattic,+The+Embarcadero,+San+Francisco,+CA+94107&amp;amp;sll=37.752736,-122.402826&amp;amp;sspn=0.13844,0.217667&amp;amp;gl=us&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;layer=c&amp;amp;cbll=37.782877,-122.388062&amp;amp;panoid=kB1DhzPP5DYl5pgHBRxdPg&amp;amp;cbp=12,123.84,,0,2.44&amp;amp;ll=37.783053,-122.388044&amp;amp;spn=0,359.996599&amp;amp;z=18 View location at latitude:&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.782769&amp;lt;/span&amp;gt;, longitude:&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.387837&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:'''MUNI''': [http://playfoursquare.com/venue/72202 Brannan] (N,T)&lt;br /&gt;
:'''BART''': Embarcadero station, then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__IB3&amp;amp;s=6992&amp;amp;ts=4506 take MUNI N-Judah inbound] or T-Third inbound to Brannan stop.&lt;br /&gt;
:'''Caltrain''': 4th &amp;amp; King st., then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__OB2&amp;amp;s=5240&amp;amp;ts=7145 take MUNI N-Judah outbound] or T-Third outbound to Brannan stop.&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformatsDevCamp!&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats.&amp;lt;/span&amp;gt;&lt;br /&gt;
;How much&lt;br /&gt;
:$20 suggested donation (gets you a t-shirt while supplies last). &amp;lt;em style=&amp;quot;display:block&amp;quot;&amp;gt;No one turned away for lack of funds.&amp;lt;/em&amp;gt;&lt;br /&gt;
;URLs&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-07-25-dev-camp&amp;lt;/span&amp;gt;&lt;br /&gt;
:http://upcoming.yahoo.com/event/2888376/&lt;br /&gt;
:http://www.facebook.com/event.php?eid=102571118403&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/ufdevcamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://suda.co.uk/projects/microformats/hcalendar/get-cal.php?uri=http://microformats.org/wiki/events/2009-07-25-dev-camp Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== Sponsors == &lt;br /&gt;
microformatsDevCamp is made possible thanks to the generosity of our corporate and individual sponsors!&lt;br /&gt;
&lt;br /&gt;
* Venue&lt;br /&gt;
**[http://automattic.com Automattic]&lt;br /&gt;
* Meals&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://spinn3r.com Spinn3r]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://commerce.net CommerceNet]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://visitmix.com/Lab/Oomph Microsoft MIX Online]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://mBLAST.com/ mBLAST]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://steve.ganz.name/ Steve Ganz]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.carlaborsoi.com/ Carla Borsoi]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* Promotion&lt;br /&gt;
** &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://objectadjective.com Object Adjective]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** [http://cindyli.com Cindy Li]&lt;br /&gt;
&lt;br /&gt;
=== Sponsorships ===&lt;br /&gt;
Help sponsor microformatsDevCamp:&lt;br /&gt;
&lt;br /&gt;
* Saturday 25th&lt;br /&gt;
** Lunch - sponsored by [http://spinn3r.com Spinn3r]&lt;br /&gt;
** Dinner - sponsored by [http://commerce.net CommerceNet]&lt;br /&gt;
** Evening Social &amp;amp; Snacks - sponsored by [http://mBLAST.com/ mBLAST]&lt;br /&gt;
*** Beer - sponsored by [http://steve.ganz.name/ Steve Ganz]&lt;br /&gt;
* Sunday 26th&lt;br /&gt;
** Breakfast - sponsored by [http://www.carlaborsoi.com/ Carla Borsoi]&lt;br /&gt;
** Lunch - sponsored by [http://visitmix.com/Lab/Oomph Microsoft MIX Online]&lt;br /&gt;
* More Ideas...&lt;br /&gt;
** Stickers - sponsored by [http://objectadjective.com Object Adjective]&lt;br /&gt;
** Buttons - sponsored by [http://cindyli.com Cindy Li]&lt;br /&gt;
** Coffee&lt;br /&gt;
** Snacks&lt;br /&gt;
** ______?&lt;br /&gt;
&lt;br /&gt;
For meals, we're planning on something simple like bagels+coffee for breakfast (note: Tantek will purchase supplies for Sunday morning); or pizza or &amp;lt;del&amp;gt;indian delivery&amp;lt;/del&amp;gt; ([http://www.mydeedees.com/ Deedees Indian Food!]). We'll arrange for sponsors to pay vendors directly...&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
microformatsDevCamp, like any BarCamp, needs you - Sign up to volunteer, attend, design, code, and build with microformats!&lt;br /&gt;
&lt;br /&gt;
=== volunteers ===&lt;br /&gt;
Like all [http://barcamp.org BarCamps], this event is what it is because of what everyone puts into it. Volunteer to help setup, check people in, get them setup with a name badge, clean up, and help people in general have a good time and get things done.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Cindy Li&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;helping with microformatsDevCamp logo design&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. done!&lt;br /&gt;
** full resolution logo: &amp;lt;span class=&amp;quot;attach&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** on Flickr: http://www.flickr.com/photos/cindyli/3726302070/&lt;br /&gt;
** &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;designed and ordered buttons for event.&amp;lt;/span&amp;gt;Done!&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BeauLebens|Beau Lebens]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, Automattic, [[http://dentedreality.com.au/ Dented Reality]]. &amp;lt;span class=&lt;br /&gt;
note&amp;quot;&amp;gt;I know my way around the venue, so can help sort out power strips, projectors etc&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== participants ===&lt;br /&gt;
&lt;br /&gt;
Please register with this [http://spreadsheets.google.com/viewform?formkey=dERvcnQ4SlFsX0ZLQi1KOE8wbk5obUE6MA.. online form].&lt;br /&gt;
&lt;br /&gt;
Want to design interfaces or build stuff with microformats and want help doing it? Sign up! Add yourself. Note your site (with [[hCard]] if you have it), interests/projects, and tag yourself as a web '''author''', '''designer''', '''&amp;lt;abbr title=&amp;quot;information architect&amp;quot;&amp;gt;IA&amp;lt;/abbr&amp;gt;''', '''publisher''', '''developer''', '''UI-tester''' - pick at least one.&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://tantek.com Tantek Çelik]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://yury.name Yury Lifshits]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.markng.co.uk Mark Ng]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.ics.uci.edu/~rohit Rohit Khare]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.jasonbolton.com Jason Bolton]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end designer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://alpern.org Micah Alpern]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt; (user interface interaction)&amp;lt;/span&amp;gt; (will be there Sunday).&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:EdwardOConnor |Edward O'Connor]]&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;nickname&amp;quot;&amp;gt;Ted&amp;lt;/span&amp;gt;) - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;author, designer, developer, publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://singpolyma.net Stephen Paul Weber]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;publisher&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://feedblog.org Kevin Burton]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://jobspice.com Dane Hurtubise]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://developer.netflix.com JR Conlin]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer, publisher&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chirag Shah&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.wezaggle.com Jesse Hammons]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/strong&amp;gt; [http://www.wezaggle.com Zaggle Social Calendar]&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://matthewlevine.com Matthew Levine]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://farukat.es/ Faruk Ateş]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;UX Designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://fourkitchens.com/ David Strauss]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Drupal&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://huyhong.com/ Huy Hong]&amp;lt;/span&amp;gt; - Frontend Developer, UI/UX/UE, UGC nut&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Jeremy Anderson]&amp;lt;/span&amp;gt; - &amp;lt;strong class=&amp;quot;category&amp;quot;&amp;gt;UX/UI/ID Designer&amp;lt;/strong&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://objectadjective.com Lauren Scime]&amp;lt;/span&amp;gt; - front end designer / developer&amp;lt;/span&amp;gt;&lt;br /&gt;
# &amp;lt;span class=&amp;quot;vcard attendee&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://blog.oofn.net Chad Weider]&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;front-end&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;back-end&amp;lt;/span&amp;gt;, etc.&lt;br /&gt;
# (and about 35 more folks,  according to [http://upcoming.yahoo.com/event/2888376/ Upcoming] as of noon Thursday 2009-7-23)&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
==schedule==&lt;br /&gt;
Outline of schedule for the weekend - more details at the DevCamp!&lt;br /&gt;
* Saturday July 25th&lt;br /&gt;
** 11:00am - planners+volunteers onsite for setup&lt;br /&gt;
** 12:00pm - registration, lunch&lt;br /&gt;
** intro session, what is a devcamp, introductions&lt;br /&gt;
** hack/project brainstorming and proposals&lt;br /&gt;
** day 1 building sessions &lt;br /&gt;
** dinner and group photo&lt;br /&gt;
** day 1 demos and social hour&lt;br /&gt;
** evening open hacking session (like DevHouse) / iteration on hacks/projects&lt;br /&gt;
&lt;br /&gt;
* Sunday July 26th&lt;br /&gt;
** 10:00am - breakfast&lt;br /&gt;
** day 2 working sessions on hacks/projects&lt;br /&gt;
** 12:30pm lunch&lt;br /&gt;
** day 2 working sessions continued&lt;br /&gt;
** second day demos and wrap-up&lt;br /&gt;
** venue clean-up&lt;br /&gt;
** 5pm venue exit&lt;br /&gt;
&lt;br /&gt;
==venue==&lt;br /&gt;
Automattic has very graciously agreed to host microformatsDevCamp. The venue has:&lt;br /&gt;
* wifi&lt;br /&gt;
* power. power outlets, extension cords, power strips&lt;br /&gt;
* 4-5 rooms/meeting areas. &lt;br /&gt;
* 3 projectors&lt;br /&gt;
* 1 whiteboard.&lt;br /&gt;
* sink, water.&lt;br /&gt;
&lt;br /&gt;
As Automattic is donating the venue, as participants it is our responsibility to take excellent care of the venue, leaving it as good or better than we found it.&lt;br /&gt;
&lt;br /&gt;
Some amount of camping overnight at the venue will be possible.&lt;br /&gt;
&lt;br /&gt;
=== nearby food ===&lt;br /&gt;
Suggestions for nearby (easy/quick walking distance) drinks, snacks, food.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Bayside Market&amp;lt;/span&amp;gt; - fresh &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;fruit&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;vegetables&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/bayside-market-san-francisco-2&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;coffee&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;espresso&amp;lt;/span&amp;gt; drinks, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;shakes&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;smoothies&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;bagels&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sandwiches&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://www.yelp.com/biz/crossroads-cafe-san-francisco-3&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Please use the following tags when tagging related content (blog posts, photos, videos):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#ufdevcamp'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;ufdevcampsf&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCampSF&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp2009&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;The-Embarcadero&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;upcoming:event=2888376&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Track:&lt;br /&gt;
* [http://search.twitter.com/search?q=ufdevcamp #ufdevcamp on Twitter Search].&lt;br /&gt;
* [http://identi.ca/tag/ufdevcamp #ufdevcamp] tagspace on identi.ca.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;group&amp;quot;&amp;gt;Groups&amp;lt;/span&amp;gt;:&lt;br /&gt;
* [http://identi.ca/group/microformats !microformats Identi.ca group] (aliases: !mf and !uf). Join and address the whole group. Notices to this group can also be tracked from [http://identi.ca/tag/microformats #microformats]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
topics discussed:&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== hack ideas ==&lt;br /&gt;
Have an idea for a hack/project session? Please read &amp;lt;cite&amp;gt;[http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ What is a DevCamp?]&amp;lt;/cite&amp;gt; and then suggest something or add a &amp;quot;+1&amp;quot; to existing suggestions, and sign your suggestion or opinion with your Username with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''microWall''' - make sure to print a screen-shot of every microformat-savvy tool that comes up during the camp, and stick them on the wall. It will be an amazing backdrop for a group photo... [[User:Rohit|Rohit]]&lt;br /&gt;
** +1 [[User:Tantek|Tantek]]&lt;br /&gt;
* '''(Sunday)''' '''CSS3, HTML5 and microformats &amp;quot;Zen Garden&amp;quot;''' - same premise as the CSS Zen Garden of yore, but with a strong emphasis on CSS3 advancements, microformats enrichment and done in HTML5. [[User:KuraFire|Faruk Ateş]]&lt;br /&gt;
* '''CheatSheet Translation''' [[User:Brian|Brian Suda]] This is a request to anyone who is speaks another language. I created the PDF cheatsheet awhile ago http://suda.co.uk/projects/microformats/cheatsheet/ if someone wants to translate it into Spanish, or another language, please let me know. I can send the source InDesign file, or if they send me the translations, I'd be happy to update it myself.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== projects ==&lt;br /&gt;
;short URL for this section&lt;br /&gt;
:http://tr.im/ufps&lt;br /&gt;
Please create a wiki page for any hack/project session you lead or attend and link to it from here.&lt;br /&gt;
* [[hcard-input-interface]] for easy input of user data (creating hCards) by Chad. combined project/session with&lt;br /&gt;
** '''microformats and user sign-up user interface''' - how can importing and subscribing to hCards help make user sign-up easier and thus get more users signed up quicker? by [[User:Tantek|Tantek]]&lt;br /&gt;
** see also [[hcard-user-interface]]&lt;br /&gt;
* [[hcard-input-interface]] - in the search for an address book/contact list that actually stays up to date, hCard may be the key. [[User:Beaulebens|Beau Lebens]]&lt;br /&gt;
* [[hcard-contact-autocompletion]] by [[User:Rohit|Rohit Khare]]&lt;br /&gt;
* [[microformat-services]] by ________&lt;br /&gt;
* [[unified-rsvp]] by _________&lt;br /&gt;
* '''hCard to Google Address Book''' [[bookmarklet]]. [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
* [[microformat-aggregation]] by [[User:jessehammons|Jesse Hammons]], [[User:yurylifshits|Yury Lifshits]], Andrew McCollum, Dane Hurtibuse, Randy Kerber&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts about the devCamp. Newest first.&lt;br /&gt;
* [http://microformats.org/blog/2009/07/20/microformatsdevcamp-this-weekend/ 2009-07-21 microformats.org: microformatsDevCamp this weekend!]&lt;br /&gt;
* [http://radar.oreilly.com/2009/07/four-short-links-17-july-2009.html O'Reilly Radar: Four short links]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ Chris Messina: What is a DevCamp?]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
microformatsDevCamp is one of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== planner to-do ==&lt;br /&gt;
&lt;br /&gt;
=== planners ===&lt;br /&gt;
Want to help organize and plan the first microformatsDevCamp? Sign up and be sure to pick up a planner role (see below).&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]] - '''organizing, venue acquisition, intro and kickoff'''&lt;br /&gt;
* [[User:Rohit|Rohit Khare]] - '''venue acquisition, sponsor wrangler, food'''&lt;br /&gt;
* [[User:EdwardOConnor |Edward O'Connor]] (Ted) - '''volunteer coordinator, setup, welcome desk'''&lt;br /&gt;
* [[User:Pseudowish|Lauren Scime]] - '''t-shirts, other coordination needs tbd'''&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Chris Messina|Chris Messina]]&amp;lt;/span&amp;gt; - '''connector and advisor'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== planner roles ===&lt;br /&gt;
Role info / details:&lt;br /&gt;
* '''intro and kickoff''' - run the introductory session and help start the microformatsDevCamp with traditional BarCamp intros/3tags and explanation of the BarCamp format.&lt;br /&gt;
* '''food''' - coordinate / match up sponsors with meals and make sure the meals arrive and are setup for event participants during the event.&lt;br /&gt;
* '''sponsor wrangler''' - for food, t-shirts. per definition given in: http://www.cleverclevergirl.com/?p=10 : &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Drafts a message to send to potential sponsors, follows up leads from others for potential sponsors, collects info, logos (in vector format), and money from sponsors and also sees that receipts (if necessary) are issued at the end. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* '''t-shirts''' - get estimate, make sure to order in time for the event. Ben Ward has done some work on this - check with him.&lt;br /&gt;
* '''volunteer coordinator''' - recruit and organize volunteers the day of the event to help out with food, setup&lt;br /&gt;
* '''cleanup''' - enlist help of volunteers and all devCamp participants to help with cleanup&lt;br /&gt;
* '''setup''' - be in charge of setup the day of, coordinate with venue on setup plenty of time *before* the start of the camp! setup: power cords, power strips, calendar grid for sessions, tables and chairs in rooms/meeting areas, projectors&lt;br /&gt;
* '''welcome desk''' - welcome microformatsDevCamp attendees at the entrance of the venue, make sure they get a name tag and instruct them to tag themselves as primarily/secondarily being a web '''author''', '''designer''', '''publisher''', '''developer''', pick at least one. (as they should also do when the sign up on the wiki in the attendees section above!)&lt;br /&gt;
&lt;br /&gt;
===T-shirts===&lt;br /&gt;
* get estimates from vendor(s) for different quantities&lt;br /&gt;
** get vendor contact info from Ben Ward who has already looked into this and found a reliable vendor that can deliver high quality t-shirts in a week or less time.&lt;br /&gt;
** Suggestion: 100 shirts, provide them to individuals who sponsor microformatsDevCamp with a $20 or more donation to help pay for t-shirts and snacks/food (if any funds from covering t-shirts are remaining). [[User:Tantek|Tantek]] 17:40, 17 July 2009 (UTC)&lt;br /&gt;
* make/reuse design (get original t-shirt design details from Dan Cederholm)&lt;br /&gt;
* order/print - make sure folks who donated at the [[events/2009-06-26-microformats-4th-bday|4th bday party]] get their shirts&lt;br /&gt;
&lt;br /&gt;
* '''T-shirts are ordered!''' Printer is [http://www.screenprintguy.com The Screen Print Guy] located out on 23rd Ave. Will be available for pickup by Friday July 24th. (This is great! [[User:Tantek|Tantek]] 01:03, 21 July 2009 (UTC))&lt;br /&gt;
** Total # of shirts ordered: 100. Size breakdown: Men's: 10 small, 30 medium, 25 large. Women's: 10 small, 15 medium, 10 large.&lt;br /&gt;
** Total cost: $918.00 (would have been cheaper but they had a surcharge for the rush order). I have charged 50% of the cost already to place the order. Other 50% due at time of pickup.&lt;br /&gt;
&lt;br /&gt;
Note that, including cash donations from the 4th birthday party, we have pledges for ~$1850 to budget with as of 2009-7-24 [[User:Rohit|Rohit]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39688</id>
		<title>events/2009-07-25-dev-camp</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39688"/>
		<updated>2009-07-20T09:26:52Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: adding myself as an attendee&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microformatsDevCamp&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;12:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;17:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;org fn&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;&amp;lt;em style=&amp;quot;border-bottom:dotted 1px&amp;quot; title=&amp;quot;Pier 38 is NOWHERE NEAR Pier 39, just to be clear. Pier 38 is SOUTH of the Bay Bridge.&amp;quot;&amp;gt;Pier 38&amp;lt;/em&amp;gt;, The Embarcadero between Brannan and Townsend&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94107&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span style=&amp;quot;display:block&amp;quot; class=&amp;quot;geo&amp;quot;&amp;gt;[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;view=map&amp;amp;q=%2BAutomattic,+The+Embarcadero,+San+Francisco,+CA+94107&amp;amp;sll=37.752736,-122.402826&amp;amp;sspn=0.13844,0.217667&amp;amp;gl=us&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;layer=c&amp;amp;cbll=37.782877,-122.388062&amp;amp;panoid=kB1DhzPP5DYl5pgHBRxdPg&amp;amp;cbp=12,123.84,,0,2.44&amp;amp;ll=37.783053,-122.388044&amp;amp;spn=0,359.996599&amp;amp;z=18 View location at latitude:&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;37.782769&amp;lt;/span&amp;gt;, longitude:&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;-122.387837&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:'''MUNI''': [http://playfoursquare.com/venue/72202 Brannan] (N,T)&lt;br /&gt;
:'''BART''': Embarcadero station, then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__IB3&amp;amp;s=6992&amp;amp;ts=4506 take MUNI N-Judah inbound] or T-Third inbound to Brannan stop.&lt;br /&gt;
:'''Caltrain''': 4th &amp;amp; King st., then [http://www.nextmuni.com/predictor/prediction.shtml?a=sf-muni&amp;amp;r=N&amp;amp;d=N__OB2&amp;amp;s=5240&amp;amp;ts=7145 take MUNI N-Judah outbound] or T-Third outbound to Brannan stop.&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformatsDevCamp!&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats.&amp;lt;/span&amp;gt;&lt;br /&gt;
;URLs&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-07-25-dev-camp&amp;lt;/span&amp;gt;&lt;br /&gt;
:http://upcoming.yahoo.com/event/2888376/&lt;br /&gt;
:http://www.facebook.com/event.php?eid=102571118403&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/ufdevcamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://suda.co.uk/projects/microformats/hcalendar/get-cal.php?uri=http://microformats.org/wiki/events/2009-07-25-dev-camp Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== sponsors == &lt;br /&gt;
microformatsDevCamp is possible thanks to the generosity of our sponsors. help sponsor microformatsDevCamp!&lt;br /&gt;
* [http://automattic.com Automattic] - venue&lt;br /&gt;
* [http://cindyli.com Cindy Li] - buttons&lt;br /&gt;
* [http://objectadjective.com Object Adjective] - stickers&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
sign up to sponsor:&lt;br /&gt;
* t-shirts&lt;br /&gt;
* a meal&lt;br /&gt;
** Saturday (lunch, dinner, social event)&lt;br /&gt;
** Sunday (breakfast, lunch)&lt;br /&gt;
* coffee&lt;br /&gt;
* snacks&lt;br /&gt;
* ... something else creative!&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
microformatsDevCamp, like any BarCamp, needs you! &lt;br /&gt;
&lt;br /&gt;
Sign up to volunteer, attend, design, code, and build with microformats!&lt;br /&gt;
&lt;br /&gt;
=== planners ===&lt;br /&gt;
Want to help organize and plan the first microformatsDevCamp? Sign up and be sure to pick up a planner role (see below).&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Tantek|Tantek Çelik]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;'''organizing, venue acquisition, intro and kickoff'''&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Rohit|Rohit Khare]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;'''venue acquisition, sponsor wrangler, food'''&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:EdwardOConnor |Edward O'Connor]]&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;nickname&amp;quot;&amp;gt;Ted&amp;lt;/span&amp;gt;) - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;'''volunteer coordinator, cleanup'''&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Pseudowish|Lauren Scime]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;'''t-shirts, other coordination needs tbd'''&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Chris Messina|Chris Messina]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;'''connector and advisor'''&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Planners: please see and keep up with the [[#planner_to_do]] section!&lt;br /&gt;
&lt;br /&gt;
=== volunteers ===&lt;br /&gt;
Like all [http://barcamp.org BarCamps], this event is what it is because of what everyone puts into it. Volunteer to help setup, check people in, get them setup with a name badge, clean up, and help people in general have a good time and get things done.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Cindy Li&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;designer&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;helping with microformatsDevCamp logo design&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. done!&lt;br /&gt;
** full resolution logo: &amp;lt;span class=&amp;quot;attach&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://farm3.static.flickr.com/2460/3726302070_7b834b9443_o.jpg&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
** on Flickr: http://www.flickr.com/photos/cindyli/3726302070/&lt;br /&gt;
** &amp;lt;span class=&amp;quot;note&amp;quot;&amp;gt;designed and ordered buttons for event.&amp;lt;/span&amp;gt;Done!&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BeauLebens|Beau Lebens]]&amp;lt;/span&amp;gt; - &amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;developer&amp;lt;/span&amp;gt;, Automattic, [[http://dentedreality.com.au/ Dented Reality]]. &amp;lt;span class=&lt;br /&gt;
note&amp;quot;&amp;gt;I know my way around the venue, so can help sort out power strips, projectors etc&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== participants ===&lt;br /&gt;
Not sure what is going on but want to design interfaces or build stuff with microformats and want help doing it? Sign up! Add yourself alphabetically sorted by family name. Note your site (with [[hCard]] if you have it), interests/projects, and tag yourself as a web '''author''', '''designer''', '''publisher''', '''developer''' - pick at least one.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://yury.name Yury Lifshits]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://www.markng.co.uk Mark Ng]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
==venue==&lt;br /&gt;
Automattic has very graciously agreed to host microformatsDevCamp. The venue has:&lt;br /&gt;
* wifi&lt;br /&gt;
* power. power outlets, extension cords, power strips&lt;br /&gt;
* 4-5 rooms/meeting areas. &lt;br /&gt;
* 3 projectors&lt;br /&gt;
* 1 whiteboard.&lt;br /&gt;
* sink, water.&lt;br /&gt;
&lt;br /&gt;
As Automattic is donating the venue, as participants it is our responsibility to take excellent care of the venue, leaving it as good or better than we found it.&lt;br /&gt;
&lt;br /&gt;
Some amount of camping overnight at the venue will be possible.&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Please use the following tags when tagging related content (blog posts, photos, videos):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#ufdevcamp'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;ufdevcampsf&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformatsDevCampSF&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;BarCamp2009&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Automattic&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;The-Embarcadero&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;upcoming:event=2888376&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Track:&lt;br /&gt;
* [http://search.twitter.com/search?q=ufdevcamp #ufdevcamp on Twitter Search].&lt;br /&gt;
* [http://identi.ca/tag/ufdevcamp #ufdevcamp] tagspace on identi.ca.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;group&amp;quot;&amp;gt;Groups&amp;lt;/span&amp;gt;:&lt;br /&gt;
* [http://identi.ca/group/microformats !microformats Identi.ca group] (aliases: !mf and !uf). Join and address the whole group. Notices to this group can also be tracked from [http://identi.ca/tag/microformats #microformats]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
topics discussed:&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== session ideas ==&lt;br /&gt;
Have an idea for a session? Please read &amp;lt;cite&amp;gt;[http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ What is a DevCamp?]&amp;lt;/cite&amp;gt; and then suggest something or add a &amp;quot;+1&amp;quot; to existing suggestions, and sign your suggestion or opinion with your Username with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* '''microformats and user sign-up user interface''' - how can importing and subscribing to hCards help make user sign-up easier and thus get more users signed up quicker? [[User:Tantek|Tantek]]&lt;br /&gt;
* '''using hCard to build a self-updating address book''' - in the search for an address book/contact list that actually stays up to date, hCard may be the key. [[User:Beaulebens|Beau Lebens]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== sessions ==&lt;br /&gt;
Please create a wiki page for any session you lead or attend and link to it from here.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts about the meetup. Newest first.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [http://factoryjoe.com/blog/2007/07/13/what-is-a-devcamp/ Chris Messina: What is a DevCamp?]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
microformatsDevCamp is one of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
== planner to-do ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* I'm free most weekends through till the end of August. --[[User:Pseudowish|Lauren Scime]] 17:20, 10 July 2009 (UTC-7)&lt;br /&gt;
** Please see [[#planner_roles|planner roles]] section and grab 1-2 roles that you want to help out with and add them next to your name in the planners list as Rohit, Chris, Ted, and I have done. --[[User:Tantek|Tantek]] 17:36, 14 July 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== planner roles ===&lt;br /&gt;
We need the following roles and responsibilities to be picked up by planners!&lt;br /&gt;
* '''setup''' - be in charge of setup the day of, coordinate with venue on setup plenty of time *before* the start of the camp! setup: power cords, power strips, calendar grid for sessions, tables and chairs in rooms/meeting areas, projectors&lt;br /&gt;
* '''welcome desk''' - welcome microformatsDevCamp attendees at the entrance of the venue, make sure they get a name tag and instruct them to tag themselves as primarily/secondarily being a web '''author''', '''designer''', '''publisher''', '''developer''', pick at least one. (as they should also do when the sign up on the wiki in the attendees section above!)&lt;br /&gt;
&lt;br /&gt;
If you're a planner, please pick up and move one or more of these roles/responsibilities to your name above. Thanks!&lt;br /&gt;
&lt;br /&gt;
Role info / details:&lt;br /&gt;
* '''intro and kickoff''' - run the introductory session and help start the microformatsDevCamp with traditional BarCamp intros/3tags and explanation of the BarCamp format.&lt;br /&gt;
* '''food''' - coordinate / match up sponsors with meals and make sure the meals arrive and are setup for event participants during the event.&lt;br /&gt;
* '''sponsor wrangler''' - for food, t-shirts. per definition given in: http://www.cleverclevergirl.com/?p=10 : &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Drafts a message to send to potential sponsors, follows up leads from others for potential sponsors, collects info, logos (in vector format), and money from sponsors and also sees that receipts (if necessary) are issued at the end. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* '''t-shirts''' - get estimate, make sure to order in time for the event. Ben Ward has done some work on this - check with him.&lt;br /&gt;
* '''volunteer coordinator''' - recruit and organize volunteers the day of the event to help out with food, setup&lt;br /&gt;
* '''cleanup''' - enlist help of volunteers and all devCamp participants to help with cleanup&lt;br /&gt;
&lt;br /&gt;
===Sponsors===&lt;br /&gt;
* collected some donations for microformatsDevCamp at [[events/2009-06-26-microformats-4th-bday|4th bday party]]&lt;br /&gt;
** $109&lt;br /&gt;
* Figure out rough budget&lt;br /&gt;
** meals - get sponsors to host/pay for meals directly if possible&lt;br /&gt;
** tshirts - need estimate from below&lt;br /&gt;
* Find sponsors for each item&lt;br /&gt;
&lt;br /&gt;
===Food and drink===&lt;br /&gt;
We're looking for sponsors for microformatsDevCamp meals!&lt;br /&gt;
&lt;br /&gt;
Something simple like bagels+coffee for breakfast, and pizza or indian delivery usually works well.&lt;br /&gt;
&lt;br /&gt;
* Lunch Saturday - sponsored by ____________&lt;br /&gt;
* Dinner Saturday - sponsored by ____________&lt;br /&gt;
* Social Event (Sat. night)? - sponsored by __________&lt;br /&gt;
* Breakfast Sunday - sponsored by __________&lt;br /&gt;
* Lunch Sunday - sponsored by ___________&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===T-shirts===&lt;br /&gt;
* get estimates from vendor(s) for different quantities&lt;br /&gt;
** get vendor contact info from Ben Ward who has already looked into this and found a reliable vendor that can deliver high quality t-shirts in a week or less time.&lt;br /&gt;
** Suggestion: 100 shirts, provide them to individuals who sponsor microformatsDevCamp with a $20 or more donation to help pay for t-shirts and snacks/food (if any funds from covering t-shirts are remaining). [[User:Tantek|Tantek]] 17:40, 17 July 2009 (UTC)&lt;br /&gt;
* make/reuse design (get original t-shirt design details from Dan Cederholm)&lt;br /&gt;
* order/print - make sure folks who donated at the [[events/2009-06-26-microformats-4th-bday|4th bday party]] get their shirts&lt;br /&gt;
&lt;br /&gt;
* '''T-shirts are ordered!''' Printer is [http://www.screenprintguy.com The Screen Print Guy] located out on 23rd Ave. Will be available for pickup by Friday July 24th. &lt;br /&gt;
** Total cost: $918.00 (would have been cheaper but they had a surcharge for the rush order). I have charged 50% of the cost already to place the order. Other 50% due at time of pickup.&lt;br /&gt;
** Total # of shirts ordered: 100. Size breakdown: Men's: 10 small, 30 medium, 25 large. Women's: 10 small, 15 medium, 10 large.&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=mobile&amp;diff=28735</id>
		<title>mobile</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=mobile&amp;diff=28735"/>
		<updated>2008-09-12T12:56:22Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Nokia */ I tested the N95 with vcal and vcard on recent projects..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;mobile&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''This page is a stub and would benefit from your contributions!'''&lt;br /&gt;
&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Mobile and microformats make for a particularly powerful combination. Microformats help users complete more tasks with fewer steps, and requiring fewer steps is especially important in mobile applications. This page lists current known mobile support of microformats, and ideas/suggestions for mobile applications that could use microformats.&lt;br /&gt;
&lt;br /&gt;
== mobile support ==&lt;br /&gt;
=== Treo ===&lt;br /&gt;
The Treo browser has good integration with the Treo address book and calendar.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCard]] support.''' Clicking on a &amp;quot;Add to Address Book&amp;quot; link (e.g. on [http://technorati.com/about/contact.html Technorati's contact page]) will prompt the user to add that [[hCard]] directly to their Treo address book.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCalendar]] support.''' Clicking on an &amp;quot;Add to Calendar&amp;quot; link (e.g. like on the [[events]] page) will prompt the user to add [[hCalendar]] events directly to their Treo calendar. (Note: the &amp;quot;Subscribe to&amp;quot; links that use &amp;lt;code&amp;gt;webcal:&amp;lt;/code&amp;gt; do not appear to currently work on the Treo.)&lt;br /&gt;
&lt;br /&gt;
=== BlackBerry ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in BlackBerry 8700, 81xx, 88xx models. Anybody have experience either way with BlackBerry 9000?&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== iPhone ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in first generation iPhone / Safari / Webkit. &lt;br /&gt;
No support on iPhone 3G software v2.0.2(5C1), clicking the &amp;quot;add to address book&amp;quot; link as above results in a message saying &amp;quot;Safari can't download this file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== Nokia ===&lt;br /&gt;
&lt;br /&gt;
* The S60 3rd generation browser can handle vcards and icals (as those generated by X2V and technorati) extracted from hcards and vcards very well.&lt;br /&gt;
&lt;br /&gt;
List of models: N80, N95,  ''(please update)''.&lt;br /&gt;
&lt;br /&gt;
=== Sony Ericsson ===&lt;br /&gt;
&lt;br /&gt;
* The Sony Ericsson W810i can handle vCards generated by X2V (it also supports hCard to vCard to QR-Code (http://www.microform.at/hcard2qrcode/))&lt;br /&gt;
&lt;br /&gt;
== mobile application thoughts ==&lt;br /&gt;
If this section gets too big, we can move it to a separate page like [[mobile-user-interface]].&lt;br /&gt;
&lt;br /&gt;
=== browser address book integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCards]] and provide the user a simple/unobtrusive user interface to add them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing a business site, or business listings (e.g. on Google Maps) which list business name, telephone number, address, URL etc.  With a simple click or two, it should be possible to save those listings in your address book for future reference or navigation (see below).&lt;br /&gt;
&lt;br /&gt;
=== browser calendar integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCalendar]] events and provide the user a simple/unobtrusive user interface to add (or subscribe to) them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing an event site (e.g. Upcoming.org), or event listings on a business site, and see event names, start/end times, locations, etc. With a simple click or two, it should be possible to save those events in your calendar for future reference / alarms etc.&lt;br /&gt;
&lt;br /&gt;
=== mapping and navigation ===&lt;br /&gt;
[[adr]] and [[geo]] microformats are useful for mobile mapping and navigation applications. (from tweet: [http://twitter.com/microformats/statuses/916437155]).&lt;br /&gt;
&lt;br /&gt;
The most obvious thing to do is extending support for [[geo]] so you can get directions to places from browsers, so you could, for example, get off the train, go to Upcoming.org on your mobile, click the address and have the mobile mapping applications walk you there. (from tweets [http://twitter.com/markng/statuses/916433126], [http://twitter.com/markng/statuses/916436304]).&lt;br /&gt;
&lt;br /&gt;
=== url dialing ===&lt;br /&gt;
Most phones have a way of invoking a call from the browser or from applications built in the native languages (JavaME, Python etc.) - it'd be useful if you could have a really simple way of putting in a URI, and it finding the relevant hCard on the page and auto-dials it. I can remember &amp;quot;companyname.com&amp;quot; but not some long phone number. I'm thinking of building something broadly on this line using JavaME, backed by a web service to get the numbers and return them to the device (favouring hCards, but regexing for things that look like phone numbers if it doesn't find any). This came to me a while back when I was walking around London trying to find a shop - I knew their URL but had no idea of their phone number. --[[User:TomMorris|TomMorris]] 05:07, 12 Sep 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== effortlessly add a contact to the address book ===&lt;br /&gt;
By using a bit of URL voodoo we can provide a [http://en.wikipedia.org/wiki/QR_Code QR Code] (here's a [http://reader.kaywa.com/ reader])so that the user can point their phone at the image and following the URL, a popup appears prompting them to add the contact to their address book. '''Downside:''' It requires internet access.&lt;br /&gt;
&lt;br /&gt;
Example: [http://chart.apis.google.com/chart?chs=500x500&amp;amp;cht=qr&amp;amp;chl=http://suda.co.uk/projects/microformats/hcard/get-contact.php?uri=http://id.andr3.net] (Thank Brian Suda for X2V!) --[[User:Andr3|Andr3]] 01:19PM, 12 Sep 2008 (WEST)&lt;br /&gt;
&lt;br /&gt;
== thanks ==&lt;br /&gt;
* [http://twitter.com/bryanrieger @bryanrieger] for [http://twitter.com/bryanrieger/statuses/916416344 asking the question] on Twitter.&lt;br /&gt;
* [http://twitter.com/markng @markng] for providing some ideas with user scenarios.&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[advocacy]]&lt;br /&gt;
* [[mobile-advocacy]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[operator-phone-tests]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=user-interface&amp;diff=28771</id>
		<title>user-interface</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=user-interface&amp;diff=28771"/>
		<updated>2008-09-10T13:51:32Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: make that a list.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; User Interface &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Recently there have been many really good user interface ideas and suggestions for working with microformats.  This page serves to collect and document them so that we may be inspired by and iterate on each others' works.&lt;br /&gt;
&lt;br /&gt;
== Design Guidelines ==&lt;br /&gt;
These are some suggested design guidelines for Web designers and developers by [http://blog.mozilla.com/faaborg/ Alex Faaborg], a user experience designer at Mozilla:&lt;br /&gt;
*Design based on actions, not data.  A button that says &amp;quot;Send to Calendar&amp;quot; is considerably more useable than a green button that simply says &amp;quot;hCalendar&amp;quot;&lt;br /&gt;
*Use iconic images instead of acronyms.  In addition to being more descriptive, they localize better.  Here are some I've been showing in various talks: [http://people.mozilla.com/~faaborg/files/20061213-fundamentalTypes/fundamentalTypesStatic.jpg_large.jpg microformat icons].  These are still very preliminary. Mozilla will likely release all of the source artwork for our microformat icons under a creative commons license around the launch of Firefox 3.  This will enable Web designers to integrate the icons into their sites, and other Web browsers can consider using a similar set of icons.&lt;br /&gt;
&lt;br /&gt;
== Design Challenges ==&lt;br /&gt;
* Chris Messina: &amp;quot;What kind of solutions can we come up with that are single click only?&amp;quot;&lt;br /&gt;
* Alex Faaborg: Mozilla has had inquiries from reporters in the mainstream media (Wired and Business Week) who wanted to cover microformats in stories about the future of the Web browser, but they then later backed out because they felt the term &amp;quot;microformats&amp;quot; would only appeal to developers, and not the average reader.  These types of mainstream stories need to focus on the user experience, and not the underlying technology, but what term should reporters use to describe the overall feature?&lt;br /&gt;
** I think we should stick with the term &amp;quot;microformats&amp;quot; until someone comes up with a better term that doens't &amp;quot;only appeal to developers&amp;quot;. Note that we should avoid terms which are either overloaded, or dilute the concepts, or are just another form of made-up jargon. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability ==&lt;br /&gt;
See the separate [[social-network-portability]] page.&lt;br /&gt;
&lt;br /&gt;
== Browser Integration ==&lt;br /&gt;
From visions to screenshot brainstorms to working plugins to shipping implementations, there is a lot going on with browser integration of microformats support. &lt;br /&gt;
&lt;br /&gt;
=== Currently ===&lt;br /&gt;
* &amp;lt;del&amp;gt;The [[Flock]] browser ships with microformats support built-in.&amp;lt;/del&amp;gt; - This has not been confirmed. -- Chris Messina.&lt;br /&gt;
* The [[Operator]] plug-in adds microformats detection and integration to [[Firefox]] version 1.5-2, [[Netscape Navigator]] versions 9  and [[Flock]] 1.0 &amp;lt;br /&amp;gt; [http://notizblog.org/2007/10/21/operator-unter-navigator-90/ http://notizblog.org/wp-content/uploads/2007/10/micro-netscape.png]&lt;br /&gt;
* A [[Safari|Safari microformats plugin]] has been implemented (requires OSX10.5 ) based on Jon Hicks's mockup: &amp;lt;br /&amp;gt; [http://microformats.org/wiki/safari http://farm3.static.flickr.com/2309/2036669631_6e99870645.jpg]&lt;br /&gt;
&lt;br /&gt;
=== Soon ===&lt;br /&gt;
* [[Firefox]] version 3.0 has support similar to Operator built-in.  See the [[Firefox]] page for details.&lt;br /&gt;
&lt;br /&gt;
=== Vision ===&lt;br /&gt;
&amp;lt;span style=&amp;quot;float:left&amp;quot;&amp;gt;[http://blog.mozilla.com/faaborg/2006/12/13/microformats-part-2-the-fundamental-types/ http://people.mozilla.com/~faaborg/files/20061213-fundamentalTypes/informationBroker.jpg]&amp;lt;/span&amp;gt;Web Browser as Information Broker - part of a [http://blog.mozilla.com/faaborg/2006/12/13/microformats-part-2-the-fundamental-types/ blogpost by Alex Faaborg on Microformats - The Fundamental Types]&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
Browser support for microformats consists of three things in general:&lt;br /&gt;
# Automatically detect the presence of microformats on a page&lt;br /&gt;
# Parse them into a set of microformats for that page (preferably maintaining their relative relationships perhaps within a tree structure).&lt;br /&gt;
# Do something useful with them&lt;br /&gt;
&lt;br /&gt;
=== Do something useful ===&lt;br /&gt;
Do something useful could be any or all of:&lt;br /&gt;
* '''User interface'''. Indicate the presence of microformats, and provide the user with an additional user interface for common actions to take with those microformats&lt;br /&gt;
* '''API'''. Provide an API (DOM extensions on &amp;quot;document&amp;quot; object?) to access those microformats for browser extension developers.&lt;br /&gt;
* '''Cache'''. cache that set/tree of parsed microformats along with the URL/Title/date-accessed of the page in the browser navigation &amp;quot;History&amp;quot; or even page cache, and then use that set of objects for various auto-complete/auto-fill uses and other enhancements to existing browser features.&lt;br /&gt;
&lt;br /&gt;
=== Indicate presence of microformats ===&lt;br /&gt;
Browsers can indicate the presence of microformats on a page in several ways.&lt;br /&gt;
* one or more icons&lt;br /&gt;
** either a generic microformats icon, or&lt;br /&gt;
** an icon for each type of microformat present&lt;br /&gt;
** in the toolbar, in the footerbar, or perhaps on the margins of the page&lt;br /&gt;
* a special cursor when hovering over&lt;br /&gt;
** See [http://wiki.mozilla.org/ContentHandling:User_Interface/Preferences_Microformats mozilla wiki: ContentHandling:User Interface/Preferences Microformats]&lt;br /&gt;
&lt;br /&gt;
Discussion and mockups / &amp;lt;span id=&amp;quot;Screen_Shots&amp;quot;&amp;gt;screenshots&amp;lt;/span&amp;gt; of indicating the presence of microformats:&lt;br /&gt;
&lt;br /&gt;
* [http://blog.mozilla.com/faaborg/2007/02/04/microformats-part-4-the-user-interface-of-microformat-detection/ Conceptual Mockups of Microformat Detection in Firefox 3]&lt;br /&gt;
* [http://ben-ward.co.uk/journal/microformats-ui/ Ben Ward: Microformats in Web Browsers] &amp;lt;br /&amp;gt; [http://ben-ward.co.uk/journal/microformats-ui/ http://ben-ward.co.uk/res/posts/uf-web-browser/autodiscovery.png]&lt;br /&gt;
* [http://glazkov.com/blog/margin-marks/ Margin Marks UI Concept], [http://flickr.com/photos/dglazkov/sets/72157601860335196/ Margin Marks Comps on Flickr] &amp;lt;br /&amp;gt; [http://glazkov.com/blog/margin-marks/ http://farm2.static.flickr.com/1098/1323814472_819bdd6373_m.jpg]&lt;br /&gt;
&lt;br /&gt;
=== Authoring Tools ===&lt;br /&gt;
&lt;br /&gt;
Examples and ideas for tools to author microformats within CMS tools.&lt;br /&gt;
&lt;br /&gt;
* [http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html tinyMCE hcard plugin]&lt;br /&gt;
* [http://www.undergroundwebdesigns.com/tinyMCE-hcalendar-plugin.html tinyMCE hcalendar plugin]&lt;br /&gt;
* [http://matthewlevine.com/projects/hcard-wizard hcard wizard]&lt;br /&gt;
&lt;br /&gt;
It would be nice to have a bookmarklet that you can just hit on a selected bit of text in a textarea or WYSIWYG editor to turn into an hcard with just FN, and not have to fill out a form.  Whilst this doesn't give us rich information, it's really easy and doesn't create much extra work burden.&lt;br /&gt;
&lt;br /&gt;
=== Additional user interface ===&lt;br /&gt;
Some examples of additional user interface for common actions to take with microformats found in pages, grouped by specific microformat. Note that most of these use cases should be applicable to all instances of the microformat on the page at once (e.g. export all contacts), or for a selection of instances (e.g. export selected contacts), or one just one specific instance (e.g. export contact XYZ).&lt;br /&gt;
&lt;br /&gt;
* [[hcard|hCard]] - see [[hcard-user-interface#Additional_user_interface|Additional hCard user interfaces]]&lt;br /&gt;
* [[hcalendar|hCalendar]]:&lt;br /&gt;
** &amp;quot;Add to Calendar&amp;quot; (convert the hCalendar events to iCalendar vEvents (.ics) and pass them onto the OS to automatically open/incorporate into the user's preferred local calendaring application).&lt;br /&gt;
** add to gCalendar, Yahoo Calendar, Upcoming, Eventful (etc.)&lt;br /&gt;
** &amp;quot;Subscribe to Calendar&amp;quot; - construct and pass on a conversion URL (e.g. using X2V, or prefixing the URL to the current page (or to the specific event within using a fragment identifier) with webcal://feeds.technorati.com/events/ ) and pass it onto the OS to get the OS to pass the URL onto the user's preferred local calendaring application for that app to subscribe to.&lt;br /&gt;
** export as text/ [[csv|comma-separated-variables]] (CSV) to allow editing, sorting and/ or import into spreadsheets/ databases, etc. (or concatenate to existing file).&lt;br /&gt;
*[[adr]] &lt;br /&gt;
** export a vCard, either prompting for a name, or using default place-holder text&lt;br /&gt;
** export as text/ CSV as above&lt;br /&gt;
** find on map of user's choosing&lt;br /&gt;
** find pictures, nearest hotel, nearest restaurant, etc., using site of user's choosing  &lt;br /&gt;
** see also [[hcard-user-interface#Additional_user_interface|Additional hCard user interfaces]]&lt;br /&gt;
*[[geo|Geo]]&lt;br /&gt;
** find on map of user's choosing&lt;br /&gt;
** find pictures, nearest hotel, nearest restaurant, etc., using site of user's choosing  &lt;br /&gt;
** export as [[KML]]/ [[GPX]] file; or concatenate to existing file&lt;br /&gt;
** export as text/ CSV as above&lt;br /&gt;
** send (in suitable format) via bluetooth to GPS device.&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
**If the item is a book, look up on library site(s) of user's choosing&lt;br /&gt;
**If the item is a book, generate COinS or other standard citation mark-up&lt;br /&gt;
**If the item is a book, film/ DVD, CD, etc., look up on shopping site(s) of user's choosing&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
** let the user subscribe to the page as a series of hAtom hentrys&lt;br /&gt;
*** challenges to keep in mind:&lt;br /&gt;
**** what if user goes to permalink of a blog post and that has just one static hentry - does subscribe make sense? wouldn't it be better if the default subscribe verb in that context subscribed to the blog home page?&lt;br /&gt;
**** or if user goes to an archive page which just has a set of static hentry items - again, how does subscribe help? wouldn't it be better if the default subscribe verb in that context subscribed to the blog home page?&lt;br /&gt;
**** possible solution: using a combination of [[rel-home]] and [[rel-archive]] (one of several already widely deployed [[existing-rel-values]] in WordPress and other [[blogging-tools]]), it may be possible to identify the home page of a blog from a post permalink or archive page, or vice versa, and thus enable a smarter &amp;quot;subscribe to this blog&amp;quot; functionality.&lt;br /&gt;
* [[hresume|hResume]]&lt;br /&gt;
** ???&lt;br /&gt;
&lt;br /&gt;
Discussion and mockups / screenshots of additional user interface for microformats (some screenshots are only available at the destination links, please click through).&lt;br /&gt;
&lt;br /&gt;
* [http://blog.wilsonet.com/archives/2006/04/30/microformats-in-flock/ Microformats in Flock]&lt;br /&gt;
* NetNewsWire [http://flickr.com/photos/factoryjoe/454706107/in/photostream/ detects] and then [http://flickr.com/photos/factoryjoe/454705203/ converts hcard and hcalendar data] in feed entries:&amp;lt;br /&amp;gt;[http://flickr.com/photos/factoryjoe/454705203/ http://farm1.static.flickr.com/183/454705203_33f9b8d7c6_o.png]&lt;br /&gt;
* [http://www.hicksdesign.co.uk/journal/a-proposal-for-a-safari-microformats-plugin Jon Hicks: Proposal for a Safari Microformats plugin]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
See [[implementations]], and document examples of good UI from there, here.&lt;br /&gt;
&lt;br /&gt;
=== Plugins ===&lt;br /&gt;
* [[Operator]] Firefox extension&lt;br /&gt;
* [https://addons.mozilla.org/firefox/2240/ Tails Export] (Firefox extension) by Robert de Bruin can display and export some microformats.&lt;br /&gt;
&lt;br /&gt;
=== Greasemonkey user scripts ===&lt;br /&gt;
* http://greasemonkey.makedatamakesense.com/callto_tel/ by Scott Reynen&lt;br /&gt;
* Some [[Greasemonkey]] scripts use a separate iFrame for microformat content&lt;br /&gt;
* Other [[Greasemonkey]] scripts insert an icon inline into the page&lt;br /&gt;
&lt;br /&gt;
=== Browser buttons ===&lt;br /&gt;
* [[Miffy]] inserts a green square into the document to represent the presence of microformat&lt;br /&gt;
&lt;br /&gt;
=== CSS user stylesheets ===&lt;br /&gt;
* Jon Hicks has written [http://www.hicksdesign.co.uk/journal/highlight-microformats-with-css a user stylesheet for Mac browsers] that highlights hCard and hCalendar data.&lt;br /&gt;
&lt;br /&gt;
=== Planning and Discussion ===&lt;br /&gt;
*[http://wiki.mozilla.org/Microformats Discussion of microformat detection in Firefox 3]&lt;br /&gt;
*[http://wiki.mozilla.org/Microformats/UE/ideas UI brainstorming on the Mozilla Wiki]&lt;br /&gt;
* The [http://wiki.caminobrowser.org/Development:Planning:Microformats Camino Wiki has a page] where future microformats support is being discussed and organized&lt;br /&gt;
&lt;br /&gt;
== Simpler Markup Languages ==&lt;br /&gt;
There are plenty of [[wiki-formats]] that attempt to make it easier for more people author semantic markup, often with textually decorative punctuation.&lt;br /&gt;
&lt;br /&gt;
As these simpler markup languages are something that *users* are expected to type, they are user interface.&lt;br /&gt;
&lt;br /&gt;
=== Markdown extension for hCalendar ===&lt;br /&gt;
See [http://article.gmane.org/gmane.text.markdown.general/2027 Markdown and the hCal microformat] which proposes an extension to the Markdown text markup language to capture and represent hCalendar event semantics in a human editable form.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[browsers]]&lt;br /&gt;
* [[hcard-user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;br /&gt;
* [[social-network-portability]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=user-interface&amp;diff=28694</id>
		<title>user-interface</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=user-interface&amp;diff=28694"/>
		<updated>2008-09-10T13:50:16Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: Add authoring tools.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; User Interface &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Recently there have been many really good user interface ideas and suggestions for working with microformats.  This page serves to collect and document them so that we may be inspired by and iterate on each others' works.&lt;br /&gt;
&lt;br /&gt;
== Design Guidelines ==&lt;br /&gt;
These are some suggested design guidelines for Web designers and developers by [http://blog.mozilla.com/faaborg/ Alex Faaborg], a user experience designer at Mozilla:&lt;br /&gt;
*Design based on actions, not data.  A button that says &amp;quot;Send to Calendar&amp;quot; is considerably more useable than a green button that simply says &amp;quot;hCalendar&amp;quot;&lt;br /&gt;
*Use iconic images instead of acronyms.  In addition to being more descriptive, they localize better.  Here are some I've been showing in various talks: [http://people.mozilla.com/~faaborg/files/20061213-fundamentalTypes/fundamentalTypesStatic.jpg_large.jpg microformat icons].  These are still very preliminary. Mozilla will likely release all of the source artwork for our microformat icons under a creative commons license around the launch of Firefox 3.  This will enable Web designers to integrate the icons into their sites, and other Web browsers can consider using a similar set of icons.&lt;br /&gt;
&lt;br /&gt;
== Design Challenges ==&lt;br /&gt;
* Chris Messina: &amp;quot;What kind of solutions can we come up with that are single click only?&amp;quot;&lt;br /&gt;
* Alex Faaborg: Mozilla has had inquiries from reporters in the mainstream media (Wired and Business Week) who wanted to cover microformats in stories about the future of the Web browser, but they then later backed out because they felt the term &amp;quot;microformats&amp;quot; would only appeal to developers, and not the average reader.  These types of mainstream stories need to focus on the user experience, and not the underlying technology, but what term should reporters use to describe the overall feature?&lt;br /&gt;
** I think we should stick with the term &amp;quot;microformats&amp;quot; until someone comes up with a better term that doens't &amp;quot;only appeal to developers&amp;quot;. Note that we should avoid terms which are either overloaded, or dilute the concepts, or are just another form of made-up jargon. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability ==&lt;br /&gt;
See the separate [[social-network-portability]] page.&lt;br /&gt;
&lt;br /&gt;
== Browser Integration ==&lt;br /&gt;
From visions to screenshot brainstorms to working plugins to shipping implementations, there is a lot going on with browser integration of microformats support. &lt;br /&gt;
&lt;br /&gt;
=== Currently ===&lt;br /&gt;
* &amp;lt;del&amp;gt;The [[Flock]] browser ships with microformats support built-in.&amp;lt;/del&amp;gt; - This has not been confirmed. -- Chris Messina.&lt;br /&gt;
* The [[Operator]] plug-in adds microformats detection and integration to [[Firefox]] version 1.5-2, [[Netscape Navigator]] versions 9  and [[Flock]] 1.0 &amp;lt;br /&amp;gt; [http://notizblog.org/2007/10/21/operator-unter-navigator-90/ http://notizblog.org/wp-content/uploads/2007/10/micro-netscape.png]&lt;br /&gt;
* A [[Safari|Safari microformats plugin]] has been implemented (requires OSX10.5 ) based on Jon Hicks's mockup: &amp;lt;br /&amp;gt; [http://microformats.org/wiki/safari http://farm3.static.flickr.com/2309/2036669631_6e99870645.jpg]&lt;br /&gt;
&lt;br /&gt;
=== Soon ===&lt;br /&gt;
* [[Firefox]] version 3.0 has support similar to Operator built-in.  See the [[Firefox]] page for details.&lt;br /&gt;
&lt;br /&gt;
=== Vision ===&lt;br /&gt;
&amp;lt;span style=&amp;quot;float:left&amp;quot;&amp;gt;[http://blog.mozilla.com/faaborg/2006/12/13/microformats-part-2-the-fundamental-types/ http://people.mozilla.com/~faaborg/files/20061213-fundamentalTypes/informationBroker.jpg]&amp;lt;/span&amp;gt;Web Browser as Information Broker - part of a [http://blog.mozilla.com/faaborg/2006/12/13/microformats-part-2-the-fundamental-types/ blogpost by Alex Faaborg on Microformats - The Fundamental Types]&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
Browser support for microformats consists of three things in general:&lt;br /&gt;
# Automatically detect the presence of microformats on a page&lt;br /&gt;
# Parse them into a set of microformats for that page (preferably maintaining their relative relationships perhaps within a tree structure).&lt;br /&gt;
# Do something useful with them&lt;br /&gt;
&lt;br /&gt;
=== Do something useful ===&lt;br /&gt;
Do something useful could be any or all of:&lt;br /&gt;
* '''User interface'''. Indicate the presence of microformats, and provide the user with an additional user interface for common actions to take with those microformats&lt;br /&gt;
* '''API'''. Provide an API (DOM extensions on &amp;quot;document&amp;quot; object?) to access those microformats for browser extension developers.&lt;br /&gt;
* '''Cache'''. cache that set/tree of parsed microformats along with the URL/Title/date-accessed of the page in the browser navigation &amp;quot;History&amp;quot; or even page cache, and then use that set of objects for various auto-complete/auto-fill uses and other enhancements to existing browser features.&lt;br /&gt;
&lt;br /&gt;
=== Indicate presence of microformats ===&lt;br /&gt;
Browsers can indicate the presence of microformats on a page in several ways.&lt;br /&gt;
* one or more icons&lt;br /&gt;
** either a generic microformats icon, or&lt;br /&gt;
** an icon for each type of microformat present&lt;br /&gt;
** in the toolbar, in the footerbar, or perhaps on the margins of the page&lt;br /&gt;
* a special cursor when hovering over&lt;br /&gt;
** See [http://wiki.mozilla.org/ContentHandling:User_Interface/Preferences_Microformats mozilla wiki: ContentHandling:User Interface/Preferences Microformats]&lt;br /&gt;
&lt;br /&gt;
Discussion and mockups / &amp;lt;span id=&amp;quot;Screen_Shots&amp;quot;&amp;gt;screenshots&amp;lt;/span&amp;gt; of indicating the presence of microformats:&lt;br /&gt;
&lt;br /&gt;
* [http://blog.mozilla.com/faaborg/2007/02/04/microformats-part-4-the-user-interface-of-microformat-detection/ Conceptual Mockups of Microformat Detection in Firefox 3]&lt;br /&gt;
* [http://ben-ward.co.uk/journal/microformats-ui/ Ben Ward: Microformats in Web Browsers] &amp;lt;br /&amp;gt; [http://ben-ward.co.uk/journal/microformats-ui/ http://ben-ward.co.uk/res/posts/uf-web-browser/autodiscovery.png]&lt;br /&gt;
* [http://glazkov.com/blog/margin-marks/ Margin Marks UI Concept], [http://flickr.com/photos/dglazkov/sets/72157601860335196/ Margin Marks Comps on Flickr] &amp;lt;br /&amp;gt; [http://glazkov.com/blog/margin-marks/ http://farm2.static.flickr.com/1098/1323814472_819bdd6373_m.jpg]&lt;br /&gt;
&lt;br /&gt;
=== Authoring Tools ===&lt;br /&gt;
&lt;br /&gt;
Examples and ideas for tools to author microformats within CMS tools.&lt;br /&gt;
&lt;br /&gt;
[http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html tinyMCE hcard plugin]&lt;br /&gt;
[http://www.undergroundwebdesigns.com/tinyMCE-hcalendar-plugin.html tinyMCE hcalendar plugin]&lt;br /&gt;
[http://matthewlevine.com/projects/hcard-wizard hcard wizard]&lt;br /&gt;
&lt;br /&gt;
It would be nice to have a bookmarklet that you can just hit on a selected bit of text in a textarea or WYSIWYG editor to turn into an hcard with just FN, and not have to fill out a form.  Whilst this doesn't give us rich information, it's really easy and doesn't create much extra work burden.&lt;br /&gt;
&lt;br /&gt;
=== Additional user interface ===&lt;br /&gt;
Some examples of additional user interface for common actions to take with microformats found in pages, grouped by specific microformat. Note that most of these use cases should be applicable to all instances of the microformat on the page at once (e.g. export all contacts), or for a selection of instances (e.g. export selected contacts), or one just one specific instance (e.g. export contact XYZ).&lt;br /&gt;
&lt;br /&gt;
* [[hcard|hCard]] - see [[hcard-user-interface#Additional_user_interface|Additional hCard user interfaces]]&lt;br /&gt;
* [[hcalendar|hCalendar]]:&lt;br /&gt;
** &amp;quot;Add to Calendar&amp;quot; (convert the hCalendar events to iCalendar vEvents (.ics) and pass them onto the OS to automatically open/incorporate into the user's preferred local calendaring application).&lt;br /&gt;
** add to gCalendar, Yahoo Calendar, Upcoming, Eventful (etc.)&lt;br /&gt;
** &amp;quot;Subscribe to Calendar&amp;quot; - construct and pass on a conversion URL (e.g. using X2V, or prefixing the URL to the current page (or to the specific event within using a fragment identifier) with webcal://feeds.technorati.com/events/ ) and pass it onto the OS to get the OS to pass the URL onto the user's preferred local calendaring application for that app to subscribe to.&lt;br /&gt;
** export as text/ [[csv|comma-separated-variables]] (CSV) to allow editing, sorting and/ or import into spreadsheets/ databases, etc. (or concatenate to existing file).&lt;br /&gt;
*[[adr]] &lt;br /&gt;
** export a vCard, either prompting for a name, or using default place-holder text&lt;br /&gt;
** export as text/ CSV as above&lt;br /&gt;
** find on map of user's choosing&lt;br /&gt;
** find pictures, nearest hotel, nearest restaurant, etc., using site of user's choosing  &lt;br /&gt;
** see also [[hcard-user-interface#Additional_user_interface|Additional hCard user interfaces]]&lt;br /&gt;
*[[geo|Geo]]&lt;br /&gt;
** find on map of user's choosing&lt;br /&gt;
** find pictures, nearest hotel, nearest restaurant, etc., using site of user's choosing  &lt;br /&gt;
** export as [[KML]]/ [[GPX]] file; or concatenate to existing file&lt;br /&gt;
** export as text/ CSV as above&lt;br /&gt;
** send (in suitable format) via bluetooth to GPS device.&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
**If the item is a book, look up on library site(s) of user's choosing&lt;br /&gt;
**If the item is a book, generate COinS or other standard citation mark-up&lt;br /&gt;
**If the item is a book, film/ DVD, CD, etc., look up on shopping site(s) of user's choosing&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
** let the user subscribe to the page as a series of hAtom hentrys&lt;br /&gt;
*** challenges to keep in mind:&lt;br /&gt;
**** what if user goes to permalink of a blog post and that has just one static hentry - does subscribe make sense? wouldn't it be better if the default subscribe verb in that context subscribed to the blog home page?&lt;br /&gt;
**** or if user goes to an archive page which just has a set of static hentry items - again, how does subscribe help? wouldn't it be better if the default subscribe verb in that context subscribed to the blog home page?&lt;br /&gt;
**** possible solution: using a combination of [[rel-home]] and [[rel-archive]] (one of several already widely deployed [[existing-rel-values]] in WordPress and other [[blogging-tools]]), it may be possible to identify the home page of a blog from a post permalink or archive page, or vice versa, and thus enable a smarter &amp;quot;subscribe to this blog&amp;quot; functionality.&lt;br /&gt;
* [[hresume|hResume]]&lt;br /&gt;
** ???&lt;br /&gt;
&lt;br /&gt;
Discussion and mockups / screenshots of additional user interface for microformats (some screenshots are only available at the destination links, please click through).&lt;br /&gt;
&lt;br /&gt;
* [http://blog.wilsonet.com/archives/2006/04/30/microformats-in-flock/ Microformats in Flock]&lt;br /&gt;
* NetNewsWire [http://flickr.com/photos/factoryjoe/454706107/in/photostream/ detects] and then [http://flickr.com/photos/factoryjoe/454705203/ converts hcard and hcalendar data] in feed entries:&amp;lt;br /&amp;gt;[http://flickr.com/photos/factoryjoe/454705203/ http://farm1.static.flickr.com/183/454705203_33f9b8d7c6_o.png]&lt;br /&gt;
* [http://www.hicksdesign.co.uk/journal/a-proposal-for-a-safari-microformats-plugin Jon Hicks: Proposal for a Safari Microformats plugin]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
See [[implementations]], and document examples of good UI from there, here.&lt;br /&gt;
&lt;br /&gt;
=== Plugins ===&lt;br /&gt;
* [[Operator]] Firefox extension&lt;br /&gt;
* [https://addons.mozilla.org/firefox/2240/ Tails Export] (Firefox extension) by Robert de Bruin can display and export some microformats.&lt;br /&gt;
&lt;br /&gt;
=== Greasemonkey user scripts ===&lt;br /&gt;
* http://greasemonkey.makedatamakesense.com/callto_tel/ by Scott Reynen&lt;br /&gt;
* Some [[Greasemonkey]] scripts use a separate iFrame for microformat content&lt;br /&gt;
* Other [[Greasemonkey]] scripts insert an icon inline into the page&lt;br /&gt;
&lt;br /&gt;
=== Browser buttons ===&lt;br /&gt;
* [[Miffy]] inserts a green square into the document to represent the presence of microformat&lt;br /&gt;
&lt;br /&gt;
=== CSS user stylesheets ===&lt;br /&gt;
* Jon Hicks has written [http://www.hicksdesign.co.uk/journal/highlight-microformats-with-css a user stylesheet for Mac browsers] that highlights hCard and hCalendar data.&lt;br /&gt;
&lt;br /&gt;
=== Planning and Discussion ===&lt;br /&gt;
*[http://wiki.mozilla.org/Microformats Discussion of microformat detection in Firefox 3]&lt;br /&gt;
*[http://wiki.mozilla.org/Microformats/UE/ideas UI brainstorming on the Mozilla Wiki]&lt;br /&gt;
* The [http://wiki.caminobrowser.org/Development:Planning:Microformats Camino Wiki has a page] where future microformats support is being discussed and organized&lt;br /&gt;
&lt;br /&gt;
== Simpler Markup Languages ==&lt;br /&gt;
There are plenty of [[wiki-formats]] that attempt to make it easier for more people author semantic markup, often with textually decorative punctuation.&lt;br /&gt;
&lt;br /&gt;
As these simpler markup languages are something that *users* are expected to type, they are user interface.&lt;br /&gt;
&lt;br /&gt;
=== Markdown extension for hCalendar ===&lt;br /&gt;
See [http://article.gmane.org/gmane.text.markdown.general/2027 Markdown and the hCal microformat] which proposes an extension to the Markdown text markup language to capture and represent hCalendar event semantics in a human editable form.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[browsers]]&lt;br /&gt;
* [[hcard-user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;br /&gt;
* [[social-network-portability]]&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume-examples-in-wild&amp;diff=26881</id>
		<title>hresume-examples-in-wild</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume-examples-in-wild&amp;diff=26881"/>
		<updated>2008-04-15T18:56:13Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* New Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hResume examples in the wild&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published '''hResumes''', and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== New Examples ==&lt;br /&gt;
If you have an hResume on your own page, feel free to add it to the '''top''' of this list. Please be sure to include at least one URL to a page on your site that includes actual [[hresume|hResume]] markup. Examples added without a URL to a page with hResume markup may be removed.&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
     Please add new examples to the *top* of this section.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[User:MarkNg|Mark Ng]] has marked up his [http://www.markng.co.uk/cv CV] with hResume.&lt;br /&gt;
* [[User:SidRoberts|Sid Roberts]] has marked up his [http://www.sidroberts.co.uk/cv/ CV] with hResume.&lt;br /&gt;
* [http://bergantinedesign.us/about/resume Joseph Bergantine] has marked up his resume with hResume&lt;br /&gt;
* [[User:NathanChase|Nathan Chase]] has marked up [http://www.nathanchase.com/resume.html his resume] with hResume.&lt;br /&gt;
* [[User:WikiObert|Alberto Ramacciotti]] has marked up an italian and an english version of his h[http://obertfsp.com/cv.html Resume].&lt;br /&gt;
* [[User:JaredEssig|Jared Essig]] has styled and marked up his h[http://prochor.us/resume Resume].&lt;br /&gt;
* [[User:Dreamisle|David Millar]] has *hopefully successfully* marked up [http://thegriddle.net/pages/resume his Resume] with hResume.&lt;br /&gt;
* [[User:Bczerniak|Brad Czerniak]] has created [http://brad.hawidu.com his Resume] with hResume.&lt;br /&gt;
* [[User:BenDodson|Ben Dodson]] has marked up [http://bendodson.com/cv/ his CV] with hResume.&lt;br /&gt;
* [[User:Twoplayer|Stephen Kelly]] has marked up his [http://www.twoplayer.net/stephen-kelly/cv.php CV] with hResume.&lt;br /&gt;
* [[User:MattWilliams|Matt Williams]] has marked up his [http://mattwilliamsnyc.com/resume/ resume] with hResume.&lt;br /&gt;
* [[User:Niall Kennedy|Niall Kennedy]] has marked up his [http://www.niallkennedy.com/about/resume.html r&amp;amp;eacute;sum&amp;amp;eacute;] with hResume.&lt;br /&gt;
* [[User:ManasTungare|Manas Tungare]] has marked up his [http://manas.tungare.name/resume/ R&amp;amp;eacute;sum&amp;amp;eacute;] with hResume.&lt;br /&gt;
* [[User:Eferraiuolo|Eric Ferraiuolo]] has marked up his [http://eric.ferraiuolo.name/resume/ Resume] with hReesume&lt;br /&gt;
* [[User:ChristopheDucamp|Christophe Ducamp]] has marked up his [http://www.elanceur.org/CV_ChristopheDucampFr.html C.V.] with hResume&lt;br /&gt;
* [[User:RichardDavies|Richard Davies]] has marked up his [http://www.richarddavies.us/resume/ resume] as an hResume.&lt;br /&gt;
* [[User:JeffMcNeill|jeffmcneill]] has marked up [http://jeffmcneill.com/microformats/hresume-jeffmcneill.html his resume] with hResume&lt;br /&gt;
* Actor [[User:DavidSwain|David Swain]] has marked up his [http://davidswain.co.uk/cv cv] as an hResume.&lt;br /&gt;
* [[User:CiaranMc|Ciaran McNulty]] has marked up his [http://ciaranmcnulty.com/assets/files/Ciaran_McNulty_CV.html resume] as an hResume.&lt;br /&gt;
* [[User:RobCrowther|Rob Crowther]] has marked up his [http://www.dotrob.com/cv.html resume] as an hResume.&lt;br /&gt;
* [[User:Ajaswa|Andrew Jaswa]] has marked up his [http://www.gotkicked.net/hresume resume] as an hResume.&lt;br /&gt;
* [[User:ScottWallick|Scott Allan Wallick]] has [http://scottwallick.com/about/resume/ his resume] as an hResume.&lt;br /&gt;
* Ed Lau has [http://www.edlabs.net/ his resume] marked up with hResume.&lt;br /&gt;
* [[User:AndySmith|Andy Smith]]  has marked up [http://ymkm.com/AndySmith.html his CV] with hResume.&lt;br /&gt;
* [[User:BruceDailey|Bruce Dailey]] has marked up his [http://www.jciti.com/cv/cv.php resume] as an hResume.&lt;br /&gt;
* [[User:JesseNewland|Jesse Newland]] has marked up his [http://resume.jnewland.com resume] as an hResume.&lt;br /&gt;
* [[User:Harriyott|Simon Harriyott]] has his [http://harriyott.com/cv.aspx curriculum vitae] as an hResume.&lt;br /&gt;
* [[User:BradT|Brad Touesnard]] has scraped together [http://brad.touesnard.com/documents/resume/ his resume] with the [http://brad.touesnard.com/projects/wordpress/linkedin-hresume/ LinkedIn hResume for Wordpress] plugin.&lt;br /&gt;
* [[User:ChadL|Chad Lindstrom]] has extended his [http://chadlindstrom.ca/resume/ resume] with hResume.&lt;br /&gt;
* Dawn Waswick has marked up [http://www.miniminx.com/portfolio/resume.cfm her CV] with hResume.&lt;br /&gt;
* [[User:Rolandinsh|Rolands Umbrovskis]] has [http://www.rolandinsh.lv/?ro=hResume marked up his CV] with hResume.&lt;br /&gt;
* [http://linkedin.com/ LinkedIn] has ~9 million Public Profiles marked up in hResume, e.g. [http://www.linkedin.com/in/steveganz Steve Ganz's Public Profile].&lt;br /&gt;
* [http://steinhardt.nyu.edu/ NYU Steinhardt] has [http://steinhardt.nyu.edu/faculty_bios/list/Faculty 240+ faculty bios marked up], e.g. [http://steinhardt.nyu.edu/faculty_bios/view/Susan_Murray]. ([[User:WizardIsHungry|Jon Williams]])&lt;br /&gt;
* [[User:ClintAndrewHall|Clint Hall]] has marked up his [http://www.clintandrewhall.com/resume.html resume] as an hResume.&lt;br /&gt;
* [[User:Csarven|Sarven Capadisli]] has marked up his [http://www.csarven.ca/cv Curriculum Vitae] as an hResume.&lt;br /&gt;
* [[User:Jax|Xavier Roy]] has marked his [http://xavierroy.com/resume/ resume] with hResume&lt;br /&gt;
* [[User:SanchTheFat|Robert O'Rourke]] has marked up his [http://robert.o-rourke.org/ CV] with hResume.&lt;br /&gt;
* [[User:Keri Henare|Keri Henare]] has marked up [http://www.kerihenare.com/cv/ his Curriculum Vitae] using hResume.&lt;br /&gt;
* [[User:Kwilson|Kenn Wilson]] has marked up [http://www.six23.net/resume/kenn-wilson.html his resume] using hResume, following [[User:Ralph Brandi|Ralph Brandi]]'s method of using object.include.&lt;br /&gt;
* [[User:Ralph Brandi|Ralph Brandi]] has [http://www.brandi.org/ralph/resume/ marked up his resume] with hResume, additionally using the object.include method to associate one description with three hCalendar experiences.&lt;br /&gt;
* [[User:Pat Ramsey|Pat Ramsey]] has his [http://www.patramsey.net/resume.html resume] marked up as an hResume.&lt;br /&gt;
* [[User:Wim Le Page|Wim Le Page]] has also marked up [http://adrem.ua.ac.be/~wlepage/curriculum-vitae/ his curriculum vitae] as an hResume.&lt;br /&gt;
* [[user:Jonathan Arkell|Jonathan Arkell]] has posted an [http://portfolio.jonnay.net/cv/ hResume] on his  portfolio website.&lt;br /&gt;
* [http://steve.ganz.name/hresume/ Steve Ganz - hResume 0.1]&lt;br /&gt;
* [[User:Dave Cardwell|Dave Cardwell]] has marked up [http://davecardwell.co.uk/cv/ his curriculum vitae] as an hResume.&lt;br /&gt;
* [[User:EdwardOConnor|Edward O'Connor]]'s [http://edward.oconnor.cx/resume/ resume] is in hResume, and has some experimental JavaScript in it to extract a skill summary from the resume.&lt;br /&gt;
* [[User:Lindsey Simon|Lindsey Simon]] has his [http://www.commoner.com/~lsimon/lindsey_simon_resume.html resume] marked up as an hResume - with lots of thanks to Pat Ramsey.&lt;br /&gt;
* [[User:Ben Ward|Ben Ward]] has published [http://ben-ward.co.uk/cv his CV] with hResume.&lt;br /&gt;
* [http://www.kelleychambers.com Kelley Chambers] has published her [http://www.kelleychambers.com/resume resume] via [http://www.ssdesigninteractive.com/ssdesign/?p=96 Sajid Saiyed's Microformat hResume Plugin for Wordpress].&lt;br /&gt;
* [[User:Fishy5|Brennan Falkner]] used hResume to markup his [http://my.usf.edu/bbcswebdav/users/bfalker/resume.html resume].&lt;br /&gt;
* [http://www.zachary.com/creemer/resume.html David Creemer's resume] uses hResume, with thanks to Pat Ramsey for the CSS.&lt;br /&gt;
* [[User:ChristophBurgdorfer|Christoph Burgdorfer]] has integrated his hResume into a [http://emcons.net/index.php mashup].&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
     Please add new examples to the *top* of this section.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples with some problems ==&lt;br /&gt;
&lt;br /&gt;
If you find a problem with any example in any other section, please move it here, and note the precise problem and cite the section of the [[hresume|hResume spec]] that appears to be violated. If the example that was moved here is yours, and you want to improve it, see the [[hresume-faq|hResume FAQ]], or raise any queries on [[hresume-issues|hResume Issues]] or [[mailing-lists#microformats-discuss|the mailing list]], where people will be happy to help you. &amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
     Please add new examples to the *top* of this section.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Inga Scholes had &amp;lt;nowiki&amp;gt;http://inga-art.co.uk/cv&amp;lt;/nowiki&amp;gt; her CV marked up with hResume.&lt;br /&gt;
** '''invalid''' - hResume version missing as of 2007-10-28.&lt;br /&gt;
* [[User:RudyDesjardins|Rudy Desjardins]] has marked up his [http://rudy.theendless.org/resume/index.html resume] as an hResume.&lt;br /&gt;
** '''Invalid''' : hCard seems invalid&lt;br /&gt;
* [[User:MattBosworth|Matt Bosworth]] has marked up his chronological [http://www.codetastic.com/resume-chrono.html resume] and his functional [http://www.codetastic.com/resume-functional.html resume] with hResume.&lt;br /&gt;
** '''Invalid''' -- hCalendar's summaries to be specified&lt;br /&gt;
* [[User:AndrewPendrick|Andrew Pendrick]] has marked up his [http://www.andrewpendrick.co.uk/cv.html resume] as an hResume.&lt;br /&gt;
**'''Invalid''' - hCalendars's summaries to be specified (per Operator).[[User:ChristopheDucamp|xtof]]&lt;br /&gt;
* [[User:WebOrganics|Martin McEvoy]] has cobbled together his [http://weborganics.co.uk/hResume/ resume] as a hResume.&lt;br /&gt;
**'''Invalid''' - Three hCalendars have empty summary; several tags are invalid (per Operator). [[User:AndyMabbett|Andy Mabbett]] 22:48, 1 Sep 2007 (PDT)&lt;br /&gt;
* [[User:DmytroShteflyuk|Dmytro Shteflyuk]] has marked up [http://kpumuk.info/curriculum-vitae/ his resume] as an hResume.&lt;br /&gt;
** Invalid; job titles contain hCards without a &amp;quot;fn&amp;quot; (either directly or via object). --[[User:Gazza|Gazza]] 04:27, 1 May 2007 (PDT)&lt;br /&gt;
* [[user:Izo|Mathieu Drouet]] has posted an [http://izo.aucuneid.com/hresume.html hResume]. &lt;br /&gt;
** ''Incorrect root class name hResume?  -- [[DavidJanes]]''&lt;br /&gt;
* [[User:Stauciuc|Sergiu Sebastian Tauciuc]] has his [http://www.sergiutauciuc.ro/en/cv.html curriculum vitae] as an hResume.&lt;br /&gt;
** '''Invalid''' - no contact vCard specified. [[User:AndyMabbett|Andy Mabbett]] 04:05, 10 Mar 2007 (PST)&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
     Please add new examples to the *top* of this section.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Reviewed Examples ==&lt;br /&gt;
&lt;br /&gt;
If you have reviewed a New Example (and you are not the author of the example) and believe it to be valid, go ahead and move it here.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hresume-related-pages}}&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=32487</id>
		<title>hcard-cheatsheet</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=32487"/>
		<updated>2008-03-05T11:17:07Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Profile */ fixing spelling mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hCard cheatsheet&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[hcard|hCard]] properties and how to use them.&lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;head profile=&amp;quot;http://www.w3.org/2006/03/hcard&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Properties  (Class Names)==&lt;br /&gt;
&lt;br /&gt;
*'''vcard''' {1}&lt;br /&gt;
**''[[adr]]''*&lt;br /&gt;
***type [work|home|pref|postal|dom|intl]?&lt;br /&gt;
***post-office-box?&lt;br /&gt;
***''street-address''*&lt;br /&gt;
***extended-address?&lt;br /&gt;
***region?&lt;br /&gt;
***locality?&lt;br /&gt;
***postal-code?&lt;br /&gt;
***country-name?&lt;br /&gt;
**''agent''*&lt;br /&gt;
**[[hcard-singular-properties#bday|bday]]? ''([[datetime-design-pattern |ISO date]])''&lt;br /&gt;
**[[hcard-singular-properties#class|class]]? ''confidentiality/access classification of the ''entire'' hCard''&lt;br /&gt;
**''category''*&lt;br /&gt;
**''email''*&lt;br /&gt;
***type?&lt;br /&gt;
***value?&lt;br /&gt;
**'''[[hcard-singular-properties#fn|fn]]''' {1}&lt;br /&gt;
**[[geo]]?&lt;br /&gt;
***latitude?&lt;br /&gt;
***longitude?&lt;br /&gt;
**''key''*&lt;br /&gt;
**''label''*&lt;br /&gt;
**''logo''*&lt;br /&gt;
**''mailer''*&lt;br /&gt;
**[[hcard-singular-properties#n|n]]?&lt;br /&gt;
***''honorific-prefix''*&lt;br /&gt;
***''given-name''*&lt;br /&gt;
***''additional-name''*&lt;br /&gt;
***''family-name''*&lt;br /&gt;
***''honorific-suffix''*&lt;br /&gt;
**''nickname''*&lt;br /&gt;
**''note''*&lt;br /&gt;
**''org''*&lt;br /&gt;
***organization-name?&lt;br /&gt;
***''organization-unit''*&lt;br /&gt;
**''photo''*&lt;br /&gt;
**[[hcard-singular-properties#rev|rev]]? ''datetime of the revision of the ''entire'' hCard''&lt;br /&gt;
**''role''*&lt;br /&gt;
**[[hcard-singular-properties#sort-string|sort-string]]?&lt;br /&gt;
**''sound''*&lt;br /&gt;
**''title''*&lt;br /&gt;
**''tel''* ''(Note [http://en.wikipedia.org/wiki/E.123 E.123] for formatting info.)''&lt;br /&gt;
***type [home|work|pref|fax|cell|pager]?&lt;br /&gt;
***value?&lt;br /&gt;
**[[hcard-singular-properties#tz|tz]]? ''timezone of the person''&lt;br /&gt;
**[[hcard-singular-properties#uid|uid]]?  ''applies to the ''entire'' hCard''&lt;br /&gt;
**''url''*&lt;br /&gt;
&lt;br /&gt;
{{cheatsheet-key}}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| pref || preferred&lt;br /&gt;
|- &lt;br /&gt;
| dom || domestic&lt;br /&gt;
|- &lt;br /&gt;
| intl || international&lt;br /&gt;
|- &lt;br /&gt;
| cell || mobile&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
*{{rfc-2119-intro}}&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in vCard becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=...&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with class &amp;lt;code&amp;gt;vcard&amp;lt;/code&amp;gt; in hCard.&lt;br /&gt;
* Similarly, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;FN&amp;lt;/code&amp;gt; is an abbreviation of &amp;quot;'''formatted name'''&amp;quot;.&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=... alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;object class=&amp;quot;photo&amp;quot; data=... type=...&amp;gt;Photo of ...&amp;lt;/object&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt; in vCard simply becomes another semantic applied to a specific URL (or EMAIL) for an hCard.&lt;br /&gt;
* Compare &amp;lt;code&amp;gt;TITLE&amp;lt;/code&amp;gt; of &amp;quot;Wing Commander&amp;quot; with &amp;lt;code&amp;gt;ROLE&amp;lt;/code&amp;gt; of &amp;quot;pilot&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Adr====&lt;br /&gt;
{{adr-note}}&lt;br /&gt;
&lt;br /&gt;
====Geo====&lt;br /&gt;
{{geo-note}}&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{hcard-related-pages}}&lt;br /&gt;
*{{cheatsheets}}&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcomment&amp;diff=31344</id>
		<title>hcomment</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcomment&amp;diff=31344"/>
		<updated>2008-03-05T09:22:37Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* Human vs. Machine Readable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DeprecatedHistoricalPage}}&lt;br /&gt;
&lt;br /&gt;
'''This page needs a major rewrite/edit.  It appears to mostly be content copied from [[hReview]] without removing the hReview-specific content such as the draft spec note, date, authors, etc.   This can be fixed by:'''&lt;br /&gt;
* Analyze what aspects are &amp;quot;comment&amp;quot; specific (rather than just copied from hReview)&lt;br /&gt;
* Extract comment-specific ideas/thoughts etc., and place them by themselves into a [[comment-brainstorming]] page.&lt;br /&gt;
* Reference [[hAtom]] for possible additional comment brainstorming (i.e. how to markup blog comments (in addition to posts) with hAtom).&lt;br /&gt;
* Leave a redirect from this page to [[comment-brainstorming]]&lt;br /&gt;
[[User:Tantek|Tantek]] 15:18, 29 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
= hComment 0.1 =&lt;br /&gt;
&lt;br /&gt;
hComment is a simple, open, distributed comment format suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hComment is one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-06-22 ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
* [http://360.yahoo.com/alidiabali Ali Diab],[http://yahoo.com Yahoo! Inc.]&lt;br /&gt;
* [http://spaces.msn.com/members/ianmcallister/ Ian McAllister], [http://microsoft.com/ Microsoft Corporation]&lt;br /&gt;
* [http://journals.aol.com/panzerjohn/abstractioneer John Panzer], [http://www.aol.com America Online, Inc.]&lt;br /&gt;
* [http://ifindkarma.com/blog Adam Rifkin], [http://labs.commerce.net/ CommerceNet Labs]&lt;br /&gt;
* [http://sippey.typepad.com/ Michael Sippey], [http://sixapart.com Six Apart, Ltd.]&lt;br /&gt;
* [http://mokolabs.com/ Patrick Crowley], [http://evdb.com EVDB, Inc.]&lt;br /&gt;
* [http://edward.oconnor.cx/ Edward O'Connor], [http://evdb.com EVDB, Inc.]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In order to enable and encourage the sharing, distribution, syndication, and aggregation, of comments, the authors propose the hComment MicroFormat, an open standard for distributed comments.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;comment&amp;quot; is a block of text which allows a user to express an opinion, thought, or other feedback about a particular content object (an article, blog entry, event, venue, product, etc.).&lt;br /&gt;
&lt;br /&gt;
At present, every website has its own way of rendering comments into XHTML, making intra-site comment sharing, searching, and aggregation difficult. Trackbacks have shown the potential of intra-site discussion. Why not allow all comments to jump the chasm too?&lt;br /&gt;
&lt;br /&gt;
Note: this standard is a reformulation of the hReview Microformat.&lt;br /&gt;
&lt;br /&gt;
=== Relationship between hComment and hReview ===&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;review&amp;quot; is simply a comment with additional properties such as a rating or a specific object reference. Numerous web sites publish reviews using a broad variety of schema for all sorts of things from products (movies, music, books), to businesses (restaurants, hotels, stores), to events (concerts, theatre), to people (artists, leaders, celebrities), to places (landmarks, parks), to online resources (web pages, files), to reviews of reviews themselves.&lt;br /&gt;
&lt;br /&gt;
Since reviews and comments overlap so substantially, they should share a common microformat standard. So, instead of two mutually exclusive standards which contain 98% of the same functionality, hReview will be expressed in terms of hComment.&lt;br /&gt;
&lt;br /&gt;
==== Expressing hReview in terms of hComment ====&lt;br /&gt;
&lt;br /&gt;
If hReview v0.3 is to be expressed in terms of hComment, here's what would need to be done:&lt;br /&gt;
&lt;br /&gt;
* Remove tags, permalink, description, summary, item type, item info,  as they're now in hComment&lt;br /&gt;
* Retain rating, as it's not in hComment&lt;br /&gt;
* Remove reviewer and dtreviewed in favor of hcomment's poster and dtposted&lt;br /&gt;
** transition can have dual-classing: &amp;lt;code&amp;gt;class=&amp;quot;dtposted dtreviewed&amp;quot;&amp;lt;/code&amp;gt; is fine&lt;br /&gt;
* Deal with version being present in both somehow&lt;br /&gt;
&lt;br /&gt;
=== Working Name ===&lt;br /&gt;
The name &amp;quot;hComment&amp;quot; is a working name for this microformat. The name was suggested as it shares much with the hCard and hCalendar microformats, despite not having an IETF RFC to reference for a normative schema.&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroformatCopyrightStatement2005}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who responded to the open call for implementor participation for hReview. The authors in particular wish to thank the following individuals for their constructive input and feedback: [http://www.richardault.com/ Richard Ault], [http://dannyayers.com Danny Ayers], [http://www.vertexdev.com/~jeff/ Jeffrey Barr],[http://adriancuthbert.blogspot.com/ Adrian Cuthbert],[http://jason.defillippo.com/ Jason DeFillippo], [http://www.hybernaut.com/bdv Brian Del Vecchio], Scott Derringer, [http://budgibson.com/home/ Bud Gibson], [http://joi.ito.com/ Joi Ito], [http://www.kanai.net/weblog/ Gen Kanai],[http://niallkennedy.com/ Niall Kennedy], [http://labs.commerce.net/wiki/index.php/Rohit_Khare Rohit Khare], [http://theryanking.com/ Ryan King], [http://www.jluster.org/ Jonas Luster], [http://epeus.blogspot.com/ Kevin Marks], [http://www.powazek.com/ Derek Powazek], [http://www.judysbook.com/ Jeff Rodenburg], [http://sifry.com/alerts/ David Sifry], [http://jystewart.net/ James Stewart], [http://kung-foo.tv/ Adriaan Tijsseling], [http://www.flashenabled.com/ Phillip Torrone], Thai Tran, [http://w6daily.winn.com/ Phillip Winn], [http://yohei-y.blogspot.com YAMAMOTO Yohei].&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Comments consistently share several common fields. Where possible hComment has been based on this minimal common subset.&lt;br /&gt;
&lt;br /&gt;
==== Out of scope ====&lt;br /&gt;
Fields that are type-specific have been omitted from hComment. It is important that hComment be kept simple and minimal from the start. Additional features can be added as deemed necessary by practical implementation experience.&lt;br /&gt;
&lt;br /&gt;
The concept of a &amp;quot;universal object identifier&amp;quot;, that is, how to identify the same object/item/product across different shopping sites, though something very useful to have, is outside the scope of this format.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{SemanticXHTMLDesignPrinciples}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hComment format is based on a set of comment fields common to numerous websites, blogs, and other content in use on the web today. Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hComment schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hComment&lt;br /&gt;
** version. optional. text.&lt;br /&gt;
** summary. optional. text.&lt;br /&gt;
** item type. optional. product | business | event | person | place | website | url.&lt;br /&gt;
** item info. required. (fn || url || photo ) | [[hcard|hCard]] (for person or business).&lt;br /&gt;
** poster. required. [[hcard|hCard]] | fn | email | url.&lt;br /&gt;
** dtposted. required. ISO8601 absolute date time.&lt;br /&gt;
** description. optional. text with optional valid XHTML markup.&lt;br /&gt;
** tags. optional. keywords or phrases, using RelTag, each with optional rating.&lt;br /&gt;
** permalink. optional.&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the hComment schema represent the following:&lt;br /&gt;
&lt;br /&gt;
'''version''':: This optional field permits hComment publishers to specify a particular version of hComment that their content uses. By omitting this field, the publisher is stating that implementations may interpret the hComments according to any version of the hComment specification v0.1 or later. In practice the authors of this specification are comitted to maintaining backward compatibility with content produced using earlier versions of the specification. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;. The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the comment itself.&lt;br /&gt;
&lt;br /&gt;
'''item type''':: This optional field &amp;quot;type&amp;quot; provides the type of the item being commented upon, one of the following: product, business, event, person, place, website, url.&lt;br /&gt;
&lt;br /&gt;
'''item info''':: This optional field, when present, MUST have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of the item, SHOULD provide at least one URI (&amp;quot;url&amp;quot;) for the item, and MAY provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the item. For items of type person or business, the item info (fn, url, photo) SHOULD be encapsulated in an [[hcard|hCard]]. Unique item IDs (e.g. ISBNs, UPCs) MAY be represented as a URN (&amp;quot;url&amp;quot;) for the item. When an hComment lacks this field, the hComment is implicitly assumed to be a comment on the page on which it appears.&lt;br /&gt;
&lt;br /&gt;
'''poster''':: The person who authored the comment. An hCard representing the poster SHOULD be provided with full name and URL. Alternatively, just a name, email address, or URL to the person MAY be provided. To specify more than one of those, encapsulate them in an hCard. For anonymous comments, use &amp;quot;anonymous&amp;quot; (without quotes) for the full name of the poster.&lt;br /&gt;
&lt;br /&gt;
'''dtposted''':: This required field MUST provide an ISO8601 absolute date time of when the comment was written or otherwise authored. This field SHOULD use UTC, but MAY use the time zone offset syntax.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the poster. The field MAY include valid XHTML markup (e.g. paragraphs). User agents SHOULD preserve any markup. Multiple descriptions or section descriptions (e.g. pros and cons, plusses and minusses) SHOULD be included in the description field.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[reltag|RelTag]] microformat for each individual keyword or phrase tag) that the poster associates with the item. Authors MAY enclose all tags for a comment inside an element with a specific classname, e.g. &amp;quot;categories&amp;quot; (from vCard RFC2426 and iCalendar RFC2445), but are not required to do so.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the hComment. In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; MUST be used to indicate that the hyperlink is a permalink for the comment itself. If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; MUST be included among the space-separated set of values in the attribute. Indexers MAY treat the permalink of a comment as a unique ID in order to identify and collate the same comment from multiple sources (such as indexing a page multiple times). The permalink MAY also be used to indicate or imply the origin of the comment. Authors MAY use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink, but are not required to do so.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]] and [[hcalendar|hCalendar]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, email, photo, description, categories&amp;lt;/code&amp;gt;. In addition, items and posters described by hCards MAY contain any hCard field.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
&lt;br /&gt;
For some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.:&lt;br /&gt;
&lt;br /&gt;
* For any &amp;quot;url&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with class=&amp;quot;hreview&amp;quot; in hComment.&lt;br /&gt;
* Similarly, any &amp;quot;email&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* And for &amp;quot;photo&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Language ====&lt;br /&gt;
* To explicitly convey the natural language that an hComment is written in, use the standard (X)HTML 'lang' attribute on the element with class=&amp;quot;hcomment&amp;quot;, e.g. &amp;lt;code&amp;gt;&amp;lt;div class=&amp;quot;hcomment&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt; ... &amp;lt;/div&amp;gt;&amp;lt;/code&amp;gt; If portions of an hComment (e.g. the item name) are in a different language, use the 'lang' attribute on those portions.&lt;br /&gt;
* hComment processors which need to handle the language of comments MUST process the standard (X)HTML 'lang' attribute as specified.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine Readable ===&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then its '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute is used for the value of the property, instead of the contents of the element, which can then be used to provide a user-friendly alternate presentation of the value.&lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it MUST be treated as follows:&lt;br /&gt;
&lt;br /&gt;
# For the &amp;quot;photo&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
* By marking up a comment with the hComment microformat, the expectation is communicated that the comment MAY be indexed. This has no impact on the copyright of the comment itself.&lt;br /&gt;
* The enumerated list of item types is under development and may be extended.&lt;br /&gt;
* Each type may have custom hComment fields that follow the common set.&lt;br /&gt;
* Additional details about a particular item should be specified with the rest of the item's info at the URL provided for the item.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Here are a few examples of comments from current web sites, and how they could be easily enhanced to support the hComment structured comment microformat.&lt;br /&gt;
&lt;br /&gt;
=== Blog comments ===&lt;br /&gt;
&lt;br /&gt;
Here is an example of a simple blog comment (based on a real blog comment from [http://www.microformats.org/blog/2005/06/20/microformats-workshop-at-supernova2005/#comments here]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;comment-9&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cite&amp;gt;&amp;lt;a href='http://http//9rules.com' rel='external nofollow'&amp;gt;Mike&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Microformats sound cool, thanks for the great site guys!&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;com-meta&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#comment-9&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;June 22nd, 2005 at 9:28 am&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hComment to this comment is quite simple:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcomment&amp;quot; id=&amp;quot;comment-9&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;poster vcard&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;url fn&amp;quot; href='http://http//9rules.com' rel='external nofollow'&amp;gt;Mike&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;:&lt;br /&gt;
&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;&lt;br /&gt;
Microformats sound cool, thanks for the great site guys!&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;com-meta&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;dtposted url&amp;quot; href=&amp;quot;#comment-9&amp;quot; title=&amp;quot;20050622T0928Z&amp;quot;&amp;gt;June 22nd, 2005 at 9:28 am&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hComments, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc. If you publish hComments on your own page, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
[Coming soon!]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hComments. If you have an hComment implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[reltag|RelTag]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3986.txt RFC3986]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* ISO.8601.1988&lt;br /&gt;
** International Organization for Standardization, &amp;quot;Data elements and interchange formats - Information interchange - Representation of dates and times&amp;quot;, ISO Standard 8601, June 1988.&lt;br /&gt;
* [http://www.w3.org/TR/1998/NOTE-datetime-19980827 W3C NOTE-datetime-19980827]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3667.txt RFC3667]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3668.txt RFC3668]&lt;br /&gt;
* [http://www.w3.org/Consortium/Patent-Policy-20040205/ W3C Patent Policy]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [[xoxo]]&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added.&lt;br /&gt;
&lt;br /&gt;
=== Changes from hReview v0.2 ===&lt;br /&gt;
The following changes have been made in hComment v0.1:&lt;br /&gt;
# removed '''rating''' field&lt;br /&gt;
# changed '''reviewer''' to '''poster'''&lt;br /&gt;
# changed '''dtreviewed''' to '''dtposted'''&lt;br /&gt;
# removed many examples :(&lt;br /&gt;
&lt;br /&gt;
== Feedback ==&lt;br /&gt;
* Feedback is encouraged on the [[Talk:hcomment]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2008-london-microformats-vevent&amp;diff=23713</id>
		<title>events/2008-london-microformats-vevent</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2008-london-microformats-vevent&amp;diff=23713"/>
		<updated>2007-12-12T11:29:05Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: /* London Microformats vEvent */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= London Microformats vEvent = &lt;br /&gt;
&lt;br /&gt;
This is a social [[events|event]] planned for the first quarter of 2008 in London.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
This page will be filled as details are decided.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
We hope to put on a small social event in London in the first quarter of 2008.  It'll feature a couple of speakers on the topic of microformats and the semantic web and hopefully some drinks too.&lt;br /&gt;
&lt;br /&gt;
== Organisers ==&lt;br /&gt;
*[[User:Phae|Frances Berriman]] - http://fberriman.com&lt;br /&gt;
*[[User:DrewMcLellan|Drew McLellan]] - http://allinthehead.com&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please put yourself down if you're interested in attending an event in the first part of 2008.  We're currently using this page to gauge interest right now.&lt;br /&gt;
&lt;br /&gt;
* PJ Barry&lt;br /&gt;
* James Darling&lt;br /&gt;
* Jason Cale&lt;br /&gt;
* David Thompson&lt;br /&gt;
* Adam Liptrot&lt;br /&gt;
* Mark Ford&lt;br /&gt;
* Elliot Jay Stocks&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Add your name&lt;br /&gt;
* ..&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
== Additional Links / Information ==&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:MarkNg&amp;diff=33395</id>
		<title>User:MarkNg</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:MarkNg&amp;diff=33395"/>
		<updated>2007-09-20T17:40:35Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.markng.co.uk/&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc-people&amp;diff=21558</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc-people&amp;diff=21558"/>
		<updated>2007-09-20T17:38:05Z</updated>

		<summary type="html">&lt;p&gt;MarkNg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars, sorted by nick, and their normal timezones (winter/summer).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Adam Ballai|AdamBallai]]&amp;lt;/span&amp;gt; (-700/-700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Adam Craven|AdamCraven]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ajaswa|Andrew Jaswa]]&amp;lt;/span&amp;gt; (-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Alexander Graf|AlexanderGraf]]&amp;lt;/span&amp;gt; (+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Tomasino|aloneone]]&amp;lt;/span&amp;gt; (-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:AmanuelTewolde|Amanuel]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Amette|amette]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Amir Guindehi|AmirGuindehi]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:AnselHalliburton|anselxyz]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ashley|Ashley]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:B.K._DeLong|bkdelong]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Tyler Roehmholdt|Baristo]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ben Ward|BenWard]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BenjaminCarlyle|BenjaminCarlyle]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:HenriBergius|bergie]]&amp;lt;/span&amp;gt; (+0200/+0300)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BenWest|bewest]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BluesMoon|bluesmoon]]&amp;lt;/span&amp;gt; (+0530)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BobChao|BobChao]]&amp;lt;/span&amp;gt; (+0800)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Bob Jonkman|BobJonkman]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Boneill|boneill]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Brian|briansuda]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Briski|Briski]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BryanL|BryanL]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:BryanRieger|Bryan Rieger]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Bug-E|Bug-E]]&amp;lt;/span&amp;gt; (+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:CarlaHufstedler|carlamagpie]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Cgriego|cgriego]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:CharlesRoper|charles_r]]&amp;lt;/span&amp;gt; (0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Charlvn|Charl]]&amp;lt;/span&amp;gt; (+0200/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ChristopherStJohn|cks]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Cloud|Cloud]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Colin_Barrett|cbarrett]]&amp;lt;/span&amp;gt; (-1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ColinDDevroe|cdevroe]]&amp;lt;/span&amp;gt; (-0500/-0600)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Cruster|cruster]]&amp;lt;/span&amp;gt; (+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Csarven|csarven]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ChrisBrentano|ctb]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DanielBurka|DanielBurka]]&amp;lt;/span&amp;gt; (-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DavidMead|DavidMead]]&amp;lt;/span&amp;gt; (-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DerrickPallas|DerrickPallas]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Dan Kubb|dkubb]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DanC|DanC]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DannyAyers|danja]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Dave Cardwell|davecardwell]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DenisDefreyne|ddfreyne]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DeanEro|deanero]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DiegoBudny|DiegoBudny]]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DimitriGlazkov|dglazkov]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DrErnie|DrErnie]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DrewMcLellan|drewinthehead]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DrewBell|droob]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DimitriosZachariadis|dzach]]&amp;lt;/span&amp;gt; (+0200/+0300)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ed Summers|edsu]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Enric|enric]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Enric|Enric]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Evan|evanpro]]&amp;lt;/span&amp;gt; (-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ChrisMessina|factoryjoe]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Fil|Fil]]&amp;lt;/span&amp;gt; (+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkNormanFrancis|Mark Norman Francis]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkoMrdjenovic|friedcell]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Griffin|Griffin]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Grantbow|Grantbow]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Aubergine10|Guy Fraser]]&amp;lt;/span&amp;gt; (+0100/+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:HenrichPoehls|HenrichP]]&amp;lt;/span&amp;gt; (+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Hlb|hlb]]&amp;lt;/span&amp;gt; (+0800-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:IanHickson|Hixie]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JosephHolsten|josephholsten]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:EdwardOConnor|hober]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ichigo|ichigo]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[USer:Alper|illustir]]&amp;lt;/span&amp;gt; (+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Inkbase|inkbase]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:IwaiMasaharu|iwaim]]&amp;lt;/span&amp;gt; (+0900)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Izo|IZO]]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JamieKnight|JamieKnight]]&amp;lt;/span&amp;gt; (+1000/0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:WizardIsHungry|jcw9]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Adactio|Jeremy Keith]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JasonK|jkridner]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JoeGregorio|jcgregorio]]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Jonathan_Arkell|jonnay]]&amp;lt;/span&amp;gt; (-0700/0600)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JulianStahnke|Julian Stahnke]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kapowaz|kapowaz]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Keri Henare|kerihenare]]&amp;lt;/span&amp;gt; (+1200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:RyanKing|kingryan]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Lachlan Hunt|Lachy]]&amp;lt;/span&amp;gt; (+1000/+1100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Linmic|linmic]]&amp;lt;/span&amp;gt; (+0800-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkNg|madness]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Mark Mansour|Mark Mansour]]&amp;lt;/span&amp;gt; (+1100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MattBowen|Matt Bowen]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MattisManzel|Mattis Manzel]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:CiaranMc|McNulty]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[[mfbot]]&amp;lt;/span&amp;gt; - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Mike|Michael McCracken(mmc)&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MikeKaply|mkaply]]&amp;lt;/span&amp;gt; (-0600/-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:SteveIvy|monkinetic/redmonk]]&amp;lt;/span&amp;gt; (-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:RobManson|nambor]]&amp;lt;/span&amp;gt; (+1000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:neuro|neuro]]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Niekie|niekie]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:NTollervey|ntoll]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Andy Pemberton|pembertona]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Phae|Phae]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:PriitLaes|plaes]]&amp;lt;/span&amp;gt; (+0200/+0300)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ChrisCasciano|pnhChris]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:PetarPopov|popov]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DavidOsolkowski|qid]]&amp;lt;/span&amp;gt; (-0500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:RCanine|RCanine]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Remi|Remi]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:RobertBachmann|RobertBachmann]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
** Office hours: &amp;lt;del&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/del&amp;gt; (Currently no office hours)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ronnos|Ron Kok]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:SarahWorsham|sazbean]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ScottNelle|snelle]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Dana Benson|Snowden]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Smackman|Steve Farrell]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Steve Ganz|SteveGanz]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Stii|Stii]]&amp;lt;/span&amp;gt; (+0200 GMT)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:SuperPhly|SuperPhly]]&amp;lt;/span&amp;gt; (-600/-500)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;sym[[User:LynX|lynX]]&amp;lt;/span&amp;gt; or (better) [[User:LynX|lynX]] on [http://about.psyc.eu PSYC] (+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:DavidLehn|taaz]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Tantek|Tantek]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Trovster|trovster]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Vadania|vadania]]&amp;lt;/span&amp;gt; (-0600/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Vant|vant]]&amp;lt;/span&amp;gt; (+0900)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Victor|victor]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:V-I-P|V-I-P]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:KrissWatt|VoodooChild]]&amp;lt;/span&amp;gt; (+0000/+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:WebOrganics|weborganics]]&amp;lt;/span&amp;gt; (+0100)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:JacksonWilkinson|whafro]]&amp;lt;/span&amp;gt; (-0500/-0400)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Richard Conyard|WhiskeyM]]&amp;lt;/span&amp;gt; (+0000)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Veeliam|William Lawrence]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Wojciech|wzajac]]&amp;lt;/span&amp;gt; (+0100/+0200)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Ianloic|yakk]]&amp;lt;/span&amp;gt; (-0800/-0700)&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:StevenWoods|woodss]]&amp;lt;/span&amp;gt; (+0000 GMT)&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>MarkNg</name></author>
	</entry>
</feed>