<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brian</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brian"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Brian"/>
	<updated>2026-04-05T07:52:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=h2vx&amp;diff=65251</id>
		<title>h2vx</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=h2vx&amp;diff=65251"/>
		<updated>2015-10-13T14:29:26Z</updated>

		<summary type="html">&lt;p&gt;Brian: Helping debug the code a bit from afar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;H2VX&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dfn&amp;gt;[http://h2vx.com H2VX]&amp;lt;/dfn&amp;gt; is a production deployment of the [[X2V]] hCard and hCalendar conversion transforms.&lt;br /&gt;
&lt;br /&gt;
It converts [[hCard]] contacts and [[hCalendar]] events on web pages to .vcf and .ics respectively for use in desktop and other client software applications.&lt;br /&gt;
&lt;br /&gt;
== documentation ==&lt;br /&gt;
To convert hCards to vCards, go http://h2vx.com/vcf/ and enter the URL to the hCards.&lt;br /&gt;
&lt;br /&gt;
To convert hCalendar to iCalendar, go http://h2vx.com/ics/ and enter the URL to the hCalendar events.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
Links to H2VX.com to convert a URL (like &amp;lt;nowiki&amp;gt;http://microformats.org/wiki/events&amp;lt;/nowiki&amp;gt; ) can be constructed as follows:&lt;br /&gt;
&lt;br /&gt;
You may omit the leading &amp;quot;http://&amp;quot; from the URL to be converted for a briefer more readable URL:&lt;br /&gt;
&lt;br /&gt;
;download vCards from hCards&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;download iCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;subscribe to hCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt; &amp;lt;span style=&amp;quot;margin-left:2em;display:block&amp;quot;&amp;gt;for systems which don't support auto-linking of webcal: URLs, e.g. MediaWiki, Twitter.&amp;lt;/span&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== user agent strings ===&lt;br /&gt;
H2VX uses two user agent strings, when retrieving hCards and hCalendars respectively:&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
You may see occurrences of these in your web server logs when users of H2VX convert hCards and hCalendar events on your pages.&lt;br /&gt;
&lt;br /&gt;
=== built ===&lt;br /&gt;
H2VX is built and maintained by [[User:Tantek|Tantek]] with:&lt;br /&gt;
* [[X2V]] XSLTs by [[User:Brian|Brian Suda]]&lt;br /&gt;
* PHP get-contact.php get-cal.php originally written by Brian, updated/factored by Tantek with various improvements.&lt;br /&gt;
* PHP common.php (and Javascript common.js) by Tantek which incorporate CASSISv0 open source from http://cassisproject.com/&lt;br /&gt;
* XHTML1+CSS+JS front-end design/interface by Tantek (view source of h2vx.com in your browser for more).&lt;br /&gt;
&lt;br /&gt;
=== open source ===&lt;br /&gt;
H2VX is available on the microformats github:&lt;br /&gt;
* https://github.com/microformats/h2vx.com&lt;br /&gt;
&lt;br /&gt;
==== setting up your own H2VX ====&lt;br /&gt;
* get the files from https://github.com/microformats/h2vx.com&lt;br /&gt;
* ...&lt;br /&gt;
(in progress)&lt;br /&gt;
&lt;br /&gt;
==== history ====&lt;br /&gt;
Some of the open source history behind H2VX can be found with history of X2V. E.g.&lt;br /&gt;
* 2006-04-19 Dan Connolly: [http://dig.csail.mit.edu/breadcrumbs/node/127 busy day in #microformats]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Found a problem with H2VX? Please note it here at the top of this list (consider grouping it under an existing subhead or introduce a new subhead if necessary) and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-issues]]&lt;br /&gt;
&lt;br /&gt;
'''The contact conversion service''' @ http://h2vx.com/vcf/ fails with the error :&lt;br /&gt;
Fatal error: Call-time pass-by-reference has been removed in /home/tantek/domains/h2vx.com/public_html/vcf/get-contact.php on line 106&lt;br /&gt;
&lt;br /&gt;
Why this error now ?&lt;br /&gt;
Is it possible to repair it ?&lt;br /&gt;
This link is very useful&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
The error is on line 106, looking at the source-code, 106 is a print statement. It might be useful to turn on error reporting http://php.net/manual/en/function.error-reporting.php to get a better explanation and what line in the code that is on the server is failing. Then we can debug. Like 114 the regular expression smells like it might be the problem. There is an &amp;amp; which would be pass-by-reference.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== value class pattern empty span fails ===&lt;br /&gt;
* This calendar: http://www.ustreetmusichall.com/calendar results in a ics file that gives Error at line 11: Unparseable date: &amp;quot;T220000&amp;quot; when imported into Google calendar&lt;br /&gt;
** 2012-154 verified with both h2vx.com and dev.h2vx.com. Page uses [[value class pattern]], in particular, empty span technique which seems valid. Need to make a test case of this to isolate and track down.  - [[User:Tantek|Tantek]] 19:42, 2 June 2012 (UTC)&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;start dtstart&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value-title&amp;quot; title=&amp;quot;2012-06-02T22:00:00-04:00&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 10:00 pm&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== empty document from arjw.ifmw.mobi ===&lt;br /&gt;
(needs investigation)&lt;br /&gt;
* Have been getting an error where it says that its a &amp;quot;empty document; no HTML can be found&amp;quot; from [https://arjw.ifmw.mobi/index.php my site]. As with the comment below, there are no issues with using Operator to extract. I used to use this service a good while ago, but since moving to PHP/HTML5 for this page, I'm getting this error. [[User:ARJWright|Antoine RJ Wright]] 04:17:49, 7 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== unable to extract hCards on marinersmexico ===&lt;br /&gt;
(needs investigation)&lt;br /&gt;
* The last few days I've not been able to retrieve vCards from hCards on [http://www.marinersmexico.com/contact/ this site] using H2VX yet Operator is nicely extracting them.  Comments and insights appreciated. [[User:ChipD|ChipD]] 05:13, 12 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== hCard ids not working with referrer ===&lt;br /&gt;
(needs investigation)&lt;br /&gt;
* Can't seem to get #hcard-ids working with the /referrer option. [[User:Jnpcl|Jnpcl]] 00:01, 14 October 2010 (UTC)&lt;br /&gt;
** Could you provide the URL you are having trouble with? [[User:Tantek|Tantek]] 18:51, 29 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== hard to find URLs to put on a page ===&lt;br /&gt;
* As a Web page author I find the H2XV site a bit awkward to use -- it's difficult to find the URLs to use in my Web page. As an end-user it fine to have the H2VX bookmarklets in my toolbar, but as a page author I can't be sure everyone has the bookmarklets or Operator installed. [[User:Bob Jonkman|Bob Jonkman]] 00:56, 10 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== possible problem with iOS6 ===&lt;br /&gt;
from: https://twitter.com/equivalentideas/status/275120059788169216&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote class=&amp;quot;twitter-tweet&amp;quot;&amp;gt;&amp;lt;p&amp;gt;#microformats there seems to be a problem with downloading the #hcard via @h2vx in #IOS6 @t&amp;lt;/p&amp;gt;&amp;amp;mdash; Luke Bacon (@equivalentideas) December 2, 2012&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== robots.txt prevents subscription in Google Reader ===&lt;br /&gt;
Google Reader won't subscribe to any h2vx hCalendar files due to robots.txt. [[User:TomMorris|TomMorris]] 15:33, 1 June 2011 (UTC)&lt;br /&gt;
:Google Calendar also fails because of their [http://h2vx.com/robots.txt robots.txt] which disallows robots from fetching and therefore caching the ical files. [[User:Jayvdb|Jayvdb]] 22:16, 5 May 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Apparently, I was correct in thinking Google would likely have a unique user-agent specifically for calendar fetches (see e.g. quote below) but they don't. It's not on [http://support.google.com/webmasters/bin/answer.py?hl=en&amp;amp;answer=1061943 the UA list] and I tested empirically (`sudo nc -v -l -p 80`) and it is a generic UA. ;( Someone should retest Google Reader to see if it works.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Google has several other user-agents, including Feedfetcher (user-agent Feedfetcher-Google). Since Feedfetcher requests come from explicit action by human users who have added the feeds to their [http://www.google.com/ig Google home page] or to [http://www.google.com/reader Google Reader]], and not from automated crawlers, Feedfetcher does not follow robots.txt guidelines. You can prevent Feedfetcher from crawling your site by configuring your server to serve a 404, 410, or other error status message to user-agent Feedfetcher-Google.[http://support.google.com/webmasters/bin/answer.py?answer=178852 More information about Feedfetcher.]&amp;lt;/blockquote&amp;gt; &amp;amp;lt;ref&amp;gt;http://support.google.com/webmasters/bin/answer.py?hl=en&amp;amp;answer=182072&amp;amp;lt;/ref&amp;gt; --[[User:Jeremyb|Jeremyb]] 22:34, 12 June 2012 (UTC)&lt;br /&gt;
:On second thought, I tested w/ a real webserver (+tcpdump) to see if /robots.txt was fetched with a different agent than the actual feed. no such luck.&lt;br /&gt;
&amp;lt;pre&amp;gt;From: googlebot(at)googlebot.com&lt;br /&gt;
User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)&amp;lt;/pre&amp;gt;&lt;br /&gt;
:--[[User:Jeremyb|Jeremyb]] 22:34, 12 June 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Date incorrect when not using abbr element for dtstart ===&lt;br /&gt;
&lt;br /&gt;
I had a date marked up like so &amp;amp;lt;em class=&amp;quot;detail dtstart&amp;quot; title=&amp;quot;2010-10-20&amp;quot;&amp;gt;Wednesday, October 20, 2010&amp;amp;lt;/em&amp;gt;. It was not being parsed correctly until I changed it to use &amp;amp;lt;abbr&amp;gt;, but the element shouldn't really make any difference.&lt;br /&gt;
&lt;br /&gt;
=== .vcf not formed properly ===&lt;br /&gt;
&lt;br /&gt;
When opening the resultant .vcf files with Outlook, all non-standard characters are not shown correctly, due to the fact that the returned file is not encoded as UTF-8 without the BOM. Thus, these files are useless for use with Outlook - one of the most used e-mail clients.&lt;br /&gt;
&lt;br /&gt;
Can we get a UTF-8 file returned without the BOM?&lt;br /&gt;
&lt;br /&gt;
=== Missing data/Wrong encoding ===&lt;br /&gt;
&lt;br /&gt;
* We'd like to use your service for the new version of our location list ([http://www.freewave.at/en/ Free WiFi Hotspots in Austria]) but ran into problems:&lt;br /&gt;
** After importing the vCard, the Mac OS X Address book showed only the phone number (not as work), the URL, zip code and city. No name and no street.&lt;br /&gt;
** The vCard itself is encoded in ISO-8859-1, although having “CHARSET=utf-8” instructions. The source is also encoded in UTF-8.&lt;br /&gt;
** Here's the HTML code, we've been using:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;fn org&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;http://static.freewave.at/logos/testa_rossa_caffe_150.gif&amp;quot; alt=&amp;quot;Testa Rossa Caffèbar Logo&amp;quot; /&amp;gt;Testa Rossa Caffèbar&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;adr work&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Mahlerstraße 4 &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;1010&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Wien&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Österreich&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;tel work&amp;quot;&amp;gt;+43 699 161 616 61&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url work&amp;quot; href=&amp;quot;http://www.testarossawien.at/&amp;quot;&amp;gt;http://www.testarossawien.at/&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;email work&amp;quot; href=&amp;quot;mailto:&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;48.20275&amp;lt;/span&amp;gt;,&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;16.37079&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks! --[[User:Vividvisions|Vividvisions]] 17:25, 4 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the same type of problem with non ASCII content. Don't know which part is responsible, though. --[[User:jlgeering|Jean-Luc Geering]] 2010-05-10&lt;br /&gt;
&lt;br /&gt;
+1, I was coaching the dudes at http://hagreve.com/ implementing hCalendar and they reached the roadblock of having the accented chars wrongly encoded on the .ics  They resorted to using other ways of building an ics. :sadface:&lt;br /&gt;
Thanks. -- [[User:andr3|andr3]]&lt;br /&gt;
&lt;br /&gt;
=== HTML5 support ===&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;amp;lt;meta charset=utf-8&amp;amp;gt;&amp;lt;/code&amp;gt; isn't recognized so the output is double encoded. [[User:Greut|Greut]] 11:12, 4 January 2010 (UTC)&lt;br /&gt;
* new HTML5 elements (such as header, footer, section) are not supported (this is because they are stripped out by PHP Tidy and thus ignored). [[User:Tantek|Tantek]] 16:13, 19 January 2010 (UTC) &amp;lt;br /&amp;gt; possible solutions:&lt;br /&gt;
** '''2010-09-01 UPDATE: new HTML5 elements and &amp;lt;code&amp;gt;&amp;amp;lt;time datetime&amp;amp;gt;&amp;lt;/code&amp;gt; preliminary support added to http://dev.h2vx.com/''' - try it out - give feedback!&lt;br /&gt;
*** Once h2vx.com is updated, reply to https://twitter.com/marcustucker/status/268200044128251904&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
'''Please give feedback on the http://dev.h2vx.com/ HTML5 support here:'''&lt;br /&gt;
* Is there a timeout/throttling on requests to dev.h2vx? I've been getting inconsistent returns on ics and webcal requests from the same markup. Don't know what else could be the issue. When it works, it works great though!&lt;br /&gt;
** Any throttling we've been adding manually as necessary. What URL are you trying? [[User:Tantek|Tantek]] 18:04, 14 July 2011 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Previously: &lt;br /&gt;
* Possible options&lt;br /&gt;
** 1. Use a proper PHP html5lib (being coded by the HTML5 community, but not available/functional yet AFAIK) - still might do this long term.&lt;br /&gt;
** 2. Add a flag to the H2VX processing URL which says &amp;quot;I'm a crazy XML person and my markup is 100% well formed XML, please don't tidy, please break and fail to process if it's not well formed&amp;quot;.&lt;br /&gt;
** in either case, new special HTML5 elements (like time) will require an update to [[X2V]] to know to properly handle/parse new semantic attributes (like datetime).&lt;br /&gt;
&lt;br /&gt;
=== mouse events ===&lt;br /&gt;
* The &amp;quot;what are microformats?&amp;quot; style descriptions only appear on mouse-over of the trigger terms (those with class=&amp;quot;term&amp;quot;). It does not appear at all when keyboard navigation is used, making it somewhat inaccessible. The problem here is that the trigger elements are the ones that should receive focus, but not being links they are not in the tabbing order so do not, hence the helper text never appears for keyboard users. [[User:Norm|Norm]] 10:39, 6 November 2009 (UTC)&lt;br /&gt;
** Quick fix: remove '''visibility:hidden''' from '''.term .info'''. [[User:Andr3|Andr3]]&lt;br /&gt;
&lt;br /&gt;
=== page semantics ===&lt;br /&gt;
* &amp;amp;lt;i class=&amp;quot;term&amp;quot;&amp;gt; should be made into &amp;amp;lt;em&amp;gt;'s for semantic reasons. ;) [[User:Andr3|Andr3]]&lt;br /&gt;
** Note that the &amp;lt;code&amp;gt;&amp;amp;lt;i&amp;gt;&amp;lt;/code&amp;gt; element is used deliberately for &amp;quot;instance&amp;quot; of a term - this is an [[HTML5]] semantic, and is more accurate in this instance than &amp;quot;em&amp;quot;phasis. — [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== not possible to use dtstart with timezone in abbr title ===&lt;br /&gt;
* Adding a timezone to dtstart using abbr pattern leads to The Shining-style debug output repeating “Object is a string”. I tried adding a time with timezone via the value class pattern, and while the vcard downloads the time is incorrect ~~[[User:Oli|Oli]] 00:53 15 February 2010 (+09:00)&lt;br /&gt;
** Oli, could you provide a URL to a live example/test case that you were using so we can test with it to try to see exactly what is going on? Thanks! [[User:Tantek|Tantek]] 17:35, 15 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== resolved ===&lt;br /&gt;
Resolved issues are moved to this section. If this grows too big we can move it to [[h2vx-issues-resolved]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
* 2013-06-19 h2vx vcf service fails to parse a vcard if the vcard class is set on an HTML5 &amp;lt;article&amp;gt; element. Will return with a test page URL. [[User:Urlyman|Urlyman]] 15:12, 19 June 2013 (UTC)&lt;br /&gt;
** Try it with dev.h2vx.com - which supports new HTML5 elements. - [[User:Tantek|Tantek]] 23:08, 28 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
* 2009-11-11 We were using the Technorati hosted service. Surprised to see it redirected to H2XV, took a minute to realize what was going on. Thanks for picking up the service! Both the hosting provider and the new user agent are blocked by default on our side to prevent scraping. To be more transparent, maybe you could change the UA similar to the old one: from &amp;lt;nowiki&amp;gt;&amp;quot;Technorati contacts proxy (http://technorati.com/contacts/)&amp;quot;&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;&amp;quot;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;quot;&amp;lt;/nowiki&amp;gt; [[User:DineMonkey|DineMonkey]] 15:47, 11 November 2009 (UTC)&lt;br /&gt;
** I've updated the user agent strings per your recommendation and documented them above as well. [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== closed ===&lt;br /&gt;
Once a resolved issue has no further actions (and ideally is verified by the issue reporter), it can be closed and moved to this section. If this grows too big we can move it to [[h2vx-issues-closed]]&lt;br /&gt;
* 2009-11-04 It would be good to have the option to pass &amp;quot;referer&amp;quot; instead of a URL. [[User:Adactio|Adactio]] 10:47, 4 November 2009 (UTC)&lt;br /&gt;
** http://h2vx.com/vcf/referrer and http://h2vx.com/ics/referrer are now up and running. Example of /vcf/referrer is live on http://tantek.com/ and the alternate spelling /vcf/referer is used live on http://clearleft.com/ - as such, closing this issue. [[User:Tantek|Tantek]] 20:25, 5 November 2009 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Have feedback on H2VX like suggested improvements? Feel free to add to the top of this list and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-feedback]]&lt;br /&gt;
* &amp;quot;a short 'about' page would be worthwhile IMO, especially for adding to the homepage.&amp;quot; - Norm on microformats-discuss.&lt;br /&gt;
* It would be very useful to be able to POST or GET an HTML snippet to request a conversion. I have created a Javascript button that will easily rip out the code and send it to H2VX.com: http://1daylater.com/H2VX_snippets.html useful for dynamic or password protected webpages&lt;br /&gt;
* [[microformats2]] support - when is it coming? from https://twitter.com/schofeld/status/347395201607806977 : &amp;lt;blockquote&amp;gt;Wondering if h2vx will be (has been?) updated for #microformats2 or if the vision is that other forthcoming tools will make it redundant.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* [[HTML5]] support - update from dev to live per https://twitter.com/schofeld/status/347371870242361344 : &amp;lt;blockquote&amp;gt;@h2vx Seems vcard parsing fails if class is set on an &amp;lt;article&amp;gt; element: http://microformats.org/wiki/h2vx#feedback&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== related ==&lt;br /&gt;
There is at least one related H2V service that uses the same X2V XSLT files as H2VX:&lt;br /&gt;
* http://h2v.1daylater.com/&lt;br /&gt;
&lt;br /&gt;
== old ==&lt;br /&gt;
Previously Technorati hosted X2V conversion services:&lt;br /&gt;
* [[feed.technorati.com/contacts]] - for hCards to vCards&lt;br /&gt;
* [[feed.technorati.com/events]] - for hCalendar to iCalendar&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[X2V]]&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43770</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43770"/>
		<updated>2011-03-29T10:53:16Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by Magento12 (Talk) to last version by Tantek&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Welcome to the microformats wiki!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Please start with the [[introduction]] page and read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This wiki is the central resource of the microformats community. You'll find current versions of published microformat specifications, specification drafts and publishing patterns. The wiki also hosts development resources, such as brainstorming pages for new formats and issue tracking pages for all current and in-development microformats.&lt;br /&gt;
&lt;br /&gt;
== Get Started==&lt;br /&gt;
To get started with microformats:&lt;br /&gt;
&lt;br /&gt;
* First, be familiar writing your pages and applications with semantically rich, descriptive, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Learn about microformats from the [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] pages.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Microformats are small patterns of HTML to represent commonly published things like [[hcard|people]], [[hcalendar|events]], [[hatom|blog posts]], [[hreview|reviews]] and [[rel-tag|tags]] in web pages.&lt;br /&gt;
&lt;br /&gt;
Microformats enable the publishing of higher fidelity information on the Web; the fastest and simplest way to provide feeds and APIs for the information in your website.&lt;br /&gt;
&lt;br /&gt;
* Read more explanations of [[what-are-microformats|what microformats are]], and [[what-can-you-do-with-microformats|what you can do with them]].&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Get started]] by adding microformats to your website, services, and products.&lt;br /&gt;
* [[advocacy|Advocate]] the use of microformats on other web sites, especially those you use.&lt;br /&gt;
* Write a [[testimonial]].&lt;br /&gt;
* Do something on the [[to-do|to do list]].&lt;br /&gt;
* Join the [[irc|IRC Channel]] and [[mail|mailing lists]] to learn and help answer questions (read the [[mailing-lists#General_guidelines|general guidelines]] before posting).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world.&lt;br /&gt;
* Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]].&lt;br /&gt;
&lt;br /&gt;
This wiki has a number of enhancements to assist development and contributions to microformats. Before you start editing, see the [[wiki-2|wiki introduction page]] for instructions.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
The list of current, stable [[microformats|Microformats]] open standard specifications.&lt;br /&gt;
&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hCalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hCard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''If you're tempted to try your hand at writing a microformat please read '''[[process|the process]]''' page first!''&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Drafts are newer microformats, for which the specifications haven't been completed yet. Drafts are somewhat mature in the development [[process]] (see [[exploratory-discussions]] for additional efforts that are not as far along in the process). The stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hlisting|hListing]] - open, distributed listings&lt;br /&gt;
* [[hmedia|hMedia]] - A single media publishing format that relates to Images, Video and Audio. &lt;br /&gt;
* [[hnews|hNews]]&lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - for cooking+baking recipes&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
See: [[exploratory-discussions]] for details of research and analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
See [[resources]].&lt;br /&gt;
&lt;br /&gt;
== User centric development ==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
== Shared work areas ==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test cases, additional research ==&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting [[tools|tools and services]] that need to process more than one microformat. That section is intended for editors, [[parsers]], [[validators]], test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
== Microformats wiki translations ==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;You may read and edit microformats articles in many other languages:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* languages just started&lt;br /&gt;
** [[Main_Page-fa|&amp;lt;span lang=&amp;quot;fa&amp;quot;&amp;gt;پارسی&amp;lt;/span&amp;gt; (Farsi)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
* elsewhere&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages.&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=43075</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=43075"/>
		<updated>2010-09-11T14:36:30Z</updated>

		<summary type="html">&lt;p&gt;Brian: replaced dead link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''To add examples:''' please first add a copy of the HTML source for your example at the [[citation-examples-markup]] page, then add a description of the example to this page, with a link to the corresponding section on [[citation-examples-markup]]. Thanks!&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 ABC-CLIO example] &lt;br /&gt;
[[citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29|ABC-CLIO Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
The [[citation-examples-markup#ACM_Digital_Library_Search_Result_Examples|ACM Original Markup]] contained two examples, a journal article and a conference proceedings article.&lt;br /&gt;
&lt;br /&gt;
''Journal article:''&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
''Conference Proceedings:''&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* authors&lt;br /&gt;
* author institutions&lt;br /&gt;
* source (conference + proceedings name)&lt;br /&gt;
* page&lt;br /&gt;
* year&lt;br /&gt;
* isbn&lt;br /&gt;
* publisher name &amp;amp; address&lt;br /&gt;
* DOI&lt;br /&gt;
* abstract&lt;br /&gt;
* subject category labels&lt;br /&gt;
* keywords&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#Amazon.com_citation_info|Amazon's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
#[[citation-examples-markup#CiteSeer_database_search_results|CiteSeer's Original Markup]]&lt;br /&gt;
#[[citation-examples#CiteSeer|CiteSeer's Original Example 2]]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
* Accessed On&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#CiteULike.org_citation_listing|CiteULike's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[[citation-examples-markup#CiteProc_XHTML_Output|CiteProc Original Markup]]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is designed to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== Google Cache ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Google Original Markup]&lt;br /&gt;
* url&lt;br /&gt;
* retrieved date&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Ning ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Ning.com Original Example]&lt;br /&gt;
* title&lt;br /&gt;
* publications date&lt;br /&gt;
* retrieved on&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#University_of_Virginia Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* publication date&lt;br /&gt;
* retrived on&lt;br /&gt;
* location&lt;br /&gt;
* organization&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date of publication&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* language&lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikipedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language.&lt;br /&gt;
&lt;br /&gt;
Note that Wikipedia values are often links to other pages on Wikipedia (used elsewhere, those URLs might be more canonical, such as to an author or publisher's website).&lt;br /&gt;
&lt;br /&gt;
==== English Wikipedia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Original Markup =====&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Wikipedia Original Markup]&lt;br /&gt;
* id&lt;br /&gt;
* title&lt;br /&gt;
* url&lt;br /&gt;
* Retrieved/Accessed On&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Journal&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Book Infobox =====&lt;br /&gt;
&lt;br /&gt;
The [http://en.wikipedia.org/wiki/Template:Infobox_Book Book Infobox template] from wikipedia shows a separate schema that is being used for many book pages on wikipedia to mark up a summary box about the book. &lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Category:Book_templates Other Wikipedia book templates] &amp;amp; [http://en.wikipedia.org/wiki/Category:Citation_templates Wikipedia citation templates].&lt;br /&gt;
&lt;br /&gt;
* name  &lt;br /&gt;
* title_orig     &lt;br /&gt;
* translator     &lt;br /&gt;
* image          &lt;br /&gt;
* image_caption  &lt;br /&gt;
* author         &lt;br /&gt;
* illustrator    &lt;br /&gt;
* cover_artist   &lt;br /&gt;
* country        &lt;br /&gt;
* language       &lt;br /&gt;
* series         &lt;br /&gt;
* subject        &lt;br /&gt;
* genre          &lt;br /&gt;
* publisher      &lt;br /&gt;
* release_date   &lt;br /&gt;
* english_release_date &lt;br /&gt;
* media_type     &lt;br /&gt;
* pages          &lt;br /&gt;
* isbn           &lt;br /&gt;
* preceded_by    &lt;br /&gt;
* followed_by    &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
See also:[http://en.wikipedia.org/wiki/Template:Infobox_Journal Wikipedia infobox for journals]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
&lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Wolfram Mathworld ===&lt;br /&gt;
&lt;br /&gt;
[http://mathworld.wolfram.com/Quasi-MonteCarloMethod.html example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wolfram_Mathworld example markup]&lt;br /&gt;
&lt;br /&gt;
A book. First citation from the page on &amp;quot;Quasi-Monte Carlo Method&amp;quot;. Has very little markup.&lt;br /&gt;
&lt;br /&gt;
* authors&lt;br /&gt;
* title&lt;br /&gt;
* publisher (name and location)&lt;br /&gt;
* date (just year)&lt;br /&gt;
&lt;br /&gt;
===LibraryThing===&lt;br /&gt;
*[http://www.librarything.com/] (on-line book cataloguing and reviews&lt;br /&gt;
**e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Citation_of_an_Online_Resource example markup]&lt;br /&gt;
&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.firstmonday.org/issues/issue12_2/tulloch/index.html &amp;quot;Many, Many Maps,&amp;quot; ''First Monday''] contains citations to online resources like this:&lt;br /&gt;
&lt;br /&gt;
E.S. Raymond, 2000. “The Cathedral and the Bazaar,” version 3.0, at http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar, accessed 18 October 2006.&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* publication year&lt;br /&gt;
* web page title&lt;br /&gt;
* URL&lt;br /&gt;
* accessed date&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://chnm.gmu.edu/resources/essays/d/44 &amp;quot;The Role of Technology in World History Teaching&amp;quot; by T. Mills Kelly] uses the following citation format for online resources:&lt;br /&gt;
&lt;br /&gt;
''Hitler Historical Museum'', http://www.hitler.org/. Accessed March 21, 2006.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* URL&lt;br /&gt;
* accessed date&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
====West Midland Bird Club====&lt;br /&gt;
Uses OpenCOinS&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/warwks.htm Bibliography page]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/archive/reports1970s.htm Annual Reports]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/birdnotes/23-5-172.htm 'Bird Notes' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/73-478.htm 'British Birds' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/40-184.htm 'British Birds' article reproduction with additional citation]&lt;br /&gt;
*[http://www.westmidlandbirdclub.com/biblio/bb/index.htm List of 'British Birds' articles]&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*date&lt;br /&gt;
*price (historic, at time of publication)&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*ISBN/ ISSN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*page numbers of article&lt;br /&gt;
*image(s)&lt;br /&gt;
&lt;br /&gt;
====Amazon====&lt;br /&gt;
Product listings, e.g.&lt;br /&gt;
[http://www.amazon.com/gp/product/1590596145/ref=pd_qpt_gw_1/026-5782158-8338825]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*price&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*language&lt;br /&gt;
*ISBN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*shipping weighta&lt;br /&gt;
*average customer review&lt;br /&gt;
*image&lt;br /&gt;
*Amazon.com Sales Rank&lt;br /&gt;
&lt;br /&gt;
====ABE====&lt;br /&gt;
Product listings, e.g. [http://www.abebooks.com/servlet/BookDetailsPL?bi=637112345&amp;amp;searchurl=sts%3Dt%26an%3Dmabbett%26y%3D0%26x%3D0]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*ISBN&lt;br /&gt;
*publisher&lt;br /&gt;
*publication date&lt;br /&gt;
*country&lt;br /&gt;
*edition&lt;br /&gt;
*condition&lt;br /&gt;
*whether signed&lt;br /&gt;
*format/binding&lt;br /&gt;
*number of pages&lt;br /&gt;
*bookseller&lt;br /&gt;
*inventory number&lt;br /&gt;
*price&lt;br /&gt;
*shipping costs&lt;br /&gt;
*quantity&lt;br /&gt;
&lt;br /&gt;
===Open URL===&lt;br /&gt;
&lt;br /&gt;
* See [[OpenURL_1.0_%28Z39.88%29|OpenURL]]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
====Open Library====&lt;br /&gt;
*[http://www.openlibrary.org/ Open Library]&lt;br /&gt;
**&amp;lt;blockquote&amp;gt;There are data fields for every possible bit of information that could exist about each published work.&amp;lt;/blockquote&amp;gt; - [http://news.bbc.co.uk/1/hi/magazine/6924022.stm BBC news story 2007-07-31]&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.guidetoonlineschools.com/tips-and-tools/mla-apa-chicago-cse The Ultimate Style Guide Resources for MLA, APA, Chicago, and CSE]&lt;br /&gt;
&lt;br /&gt;
==Other examples==&lt;br /&gt;
*[[citations_in_the_wild]]&lt;br /&gt;
*[[blog-quote-examples]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{citation-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=value-class-date-time-tests&amp;diff=40975</id>
		<title>value-class-date-time-tests</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=value-class-date-time-tests&amp;diff=40975"/>
		<updated>2009-10-07T23:11:54Z</updated>

		<summary type="html">&lt;p&gt;Brian: catchin' up!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;value class pattern date and time tests&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
This page provides links to individual test case pages for handling date and time values published using the [[value-class-pattern]].&lt;br /&gt;
&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/vcpdt&lt;br /&gt;
&lt;br /&gt;
== tests ==&lt;br /&gt;
Tests grouped by microformat:&lt;br /&gt;
&lt;br /&gt;
=== hCalendar ===&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD and HH:MM&lt;br /&gt;
* [[value-dt-test-abbr-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD in abbr and HH:MM&lt;br /&gt;
* [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] - separate YYYY-MM-DD in abbr and HH:MM in abbr &lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HHpm]] - separate YYYY-MM-DD and whole hour HH &amp;quot;pm&amp;quot; time&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--Hpm-EEpm]] - separate YYYY-MM-DD, single digit H &amp;quot;pm&amp;quot; start time, time only EE &amp;quot;pm&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--abbr-HH-MMpm]] - separate YYYY-MM-DD, HH:MM &amp;quot;pm&amp;quot; start and end times in abbr, time only dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--12am-12pm]] - separate YYYY-MM-DD, 12 &amp;quot;am&amp;quot; start time, time only 12 &amp;quot;pm&amp;quot; dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--H-MMam-Epm]] - separate YYYY-MM-DD, single-digit-hour H:MM &amp;quot;am&amp;quot; start time, time only single-digit E &amp;quot;pm&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--0Ham-EEam]] - separate YYYY-MM-DD, single-digit leading zero H &amp;quot;a.m.&amp;quot; start time, time only double-digit EE &amp;quot;a.m.&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--H-MM-SSpm-EE-NN-UUpm]] - separate YYYY-MM-DD, single-digit hour H:MM:SS &amp;quot; p.m.&amp;quot; start time, time only double-digit hours EE:NN:UU &amp;quot; p.m.&amp;quot; dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-DDD--HH-MM-SS]] - separate YYYY-DDD and HH:MM:SS&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MMZ-EE-NN-UUZ]] - separate YYYY-MM-DD, HH:MM explicit Z start time, and EE:NN:UUZ end time (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-XX-YY--EE-NN-UU--XXYY]] - separate YYYY-MM-DD, HH:MM with -XX:YY timezone, end time EE:NN:UU with separate -XXYY timezone (imply date from dtstart).&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-XX--EE-NN-UU--Y]] - separate YYYY-MM-DD, HH:MM with +XX timezone, end time EE:NN:UU with separate single-digit-hour +Y timezone (imply date from dtstart).&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-SS-XXYY--EE-NN--Z]] - separate YYYY-MM-DD, HH:MM:SS with +XXYY timezone, end time EE:NN with separate Z timezone (imply date from dtstart).&lt;br /&gt;
&lt;br /&gt;
==== error tests ====&lt;br /&gt;
Tests are necessary to make sure implementations aren't &amp;quot;over&amp;quot; implementing some aspects, and properly handling errors in markup, e.g. using the &amp;quot;title&amp;quot; attribute when they shouldn't be.&lt;br /&gt;
* [[value-dt-test-e-title-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD in span (with errant value in title) and HH:MM in span (with errant value in title).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== hAtom ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== results ==&lt;br /&gt;
This table documents implementations that support at least some value class pattern features. As implementations pass at least one of the tests above, they should be added to this table.&lt;br /&gt;
{| style=&amp;quot;border:1px solid&amp;quot; &lt;br /&gt;
! test !! [[X2V]] 0.9.7 || [[Operator]] 0.9.5b&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-abbr-YYYY-MM-DD--HH-MM]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HHpm]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--Hpm-EEpm]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--abbr-HH-MMpm]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--12am-12pm]] || {{testpass}} || {{testfail}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--H-MMam-Epm]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--0Ham-EEam]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--H-MM-SSpm-EE-NN-UUpm]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-DDD--HH-MM-SS]] || {{testfail}} || {{testfail}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MMZ-EE-NN-UUZ]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-XX-YY--EE-NN-UU--XXYY]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-XX--EE-NN-UU--Y]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-SS-XXYY--EE-NN--Z]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-e-title-YYYY-MM-DD--HH-MM]] || {{testpass}} || {{testpass}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== old tests ==&lt;br /&gt;
The handling of date and time values in the value class pattern was originally [[value-excerption-pattern-brainstorming#date_and_time_separation|brainstormed on the value-excerption-pattern-brainstorming]] page and the following page of tests was used to make sure pattern both worked for publishers and was reasonably parsable:&lt;br /&gt;
* [[value-excerption-dt-separation-test]]&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[value-class-pattern]]&lt;br /&gt;
* [[value-class-pattern-tests]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=value-class-date-time-tests&amp;diff=40950</id>
		<title>value-class-date-time-tests</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=value-class-date-time-tests&amp;diff=40950"/>
		<updated>2009-10-04T13:16:34Z</updated>

		<summary type="html">&lt;p&gt;Brian: updated results&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;value class pattern date and time tests&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
This page provides links to individual test case pages for handling date and time values published using the [[value-class-pattern]].&lt;br /&gt;
&lt;br /&gt;
;short URL&lt;br /&gt;
:http://tr.im/vcpdt&lt;br /&gt;
&lt;br /&gt;
== tests ==&lt;br /&gt;
Tests grouped by microformat:&lt;br /&gt;
&lt;br /&gt;
=== hCalendar ===&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD and HH:MM&lt;br /&gt;
* [[value-dt-test-abbr-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD in abbr and HH:MM&lt;br /&gt;
* [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] - separate YYYY-MM-DD in abbr and HH:MM in abbr &lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HHpm]] - separate YYYY-MM-DD and whole hour HH &amp;quot;pm&amp;quot; time&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--Hpm-EEpm]] - separate YYYY-MM-DD, single digit H &amp;quot;pm&amp;quot; start time, time only EE &amp;quot;pm&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--abbr-HH-MMpm]] - separate YYYY-MM-DD, HH:MM &amp;quot;pm&amp;quot; start and end times in abbr, time only dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--12am-12pm]] - separate YYYY-MM-DD, 12 &amp;quot;am&amp;quot; start time, time only 12 &amp;quot;pm&amp;quot; dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--H-MMam-Epm]] - separate YYYY-MM-DD, single-digit-hour H:MM &amp;quot;am&amp;quot; start time, time only single-digit E &amp;quot;pm&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--0Ham-EEam]] - separate YYYY-MM-DD, single-digit leading zero H &amp;quot;a.m.&amp;quot; start time, time only double-digit EE &amp;quot;a.m.&amp;quot; hours dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--H-MM-SSpm-EE-NN-UUpm]] - separate YYYY-MM-DD, single-digit hour H:MM:SS &amp;quot; p.m.&amp;quot; start time, time only double-digit hours EE:NN:UU &amp;quot; p.m.&amp;quot; dtend (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-DDD--HH-MM-SS]] - separate YYYY-DDD and HH:MM:SS&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MMZ-EE-NN-UUZ]] - separate YYYY-MM-DD, HH:MM explicit Z start time, and EE:NN:UUZ end time (imply date from dtstart)&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-XX-YY--EE-NN-UU--XXYY]] - separate YYYY-MM-DD, HH:MM with -XX:YY timezone, end time EE:NN:UU with separate -XXYY timezone (imply date from dtstart).&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-XX--EE-NN-UU--Y]] - separate YYYY-MM-DD, HH:MM with +XX timezone, end time EE:NN:UU with separate single-digit-hour +Y timezone (imply date from dtstart).&lt;br /&gt;
* [[value-dt-test-YYYY-MM-DD--HH-MM-SS-XXYY--EE-NN--Z]] - separate YYYY-MM-DD, HH:MM:SS with +XXYY timezone, end time EE:NN with separate Z timezone (imply date from dtstart).&lt;br /&gt;
&lt;br /&gt;
==== error tests ====&lt;br /&gt;
Tests are necessary to make sure implementations aren't &amp;quot;over&amp;quot; implementing some aspects, and properly handling errors in markup, e.g. using the &amp;quot;title&amp;quot; attribute when they shouldn't be.&lt;br /&gt;
* [[value-dt-test-e-title-YYYY-MM-DD--HH-MM]] - separate YYYY-MM-DD in span (with errant value in title) and HH:MM in span (with errant value in title).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== hAtom ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== results ==&lt;br /&gt;
This table documents implementations that support at least some value class pattern features. As implementations pass at least one of the tests above, they should be added to this table.&lt;br /&gt;
{| style=&amp;quot;border:1px solid&amp;quot; &lt;br /&gt;
! test !! [[X2V]] 0.9.6 &lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc &amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-abbr-YYYY-MM-DD--HH-MM]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HHpm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--Hpm-EEpm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--abbr-HH-MMpm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--12am-12pm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--H-MMam-Epm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--0Ham-EEam]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--H-MM-SSpm-EE-NN-UUpm]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-DDD--HH-MM-SS]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MMZ-EE-NN-UUZ]] || &amp;lt;div style=&amp;quot;text-align:center;background:#fcc&amp;quot;&amp;gt;fail&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-XX-YY--EE-NN-UU--XXYY]] || &amp;lt;div style=&amp;quot;text-align:center;background:#fcc&amp;quot;&amp;gt;fail&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-XX--EE-NN-UU--Y]] || &amp;lt;div style=&amp;quot;text-align:center;background:#fcc&amp;quot;&amp;gt;fail&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-YYYY-MM-DD--HH-MM-SS-XXYY--EE-NN--Z]] || &amp;lt;div style=&amp;quot;text-align:center;background:#fcc&amp;quot;&amp;gt;fail&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [[value-dt-test-e-title-YYYY-MM-DD--HH-MM]] || &amp;lt;div style=&amp;quot;text-align:center;background:#cfc&amp;quot;&amp;gt;pass&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== old tests ==&lt;br /&gt;
The handling of date and time values in the value class pattern was originally [[value-excerption-pattern-brainstorming#date_and_time_separation|brainstormed on the value-excerption-pattern-brainstorming]] page and the following page of tests was used to make sure pattern both worked for publishers and was reasonably parsable:&lt;br /&gt;
* [[value-excerption-dt-separation-test]]&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[value-class-pattern]]&lt;br /&gt;
* [[value-class-pattern-tests]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39889</id>
		<title>events/2009-07-25-dev-camp</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2009-07-25-dev-camp&amp;diff=39889"/>
		<updated>2009-07-25T23:12:30Z</updated>

		<summary type="html">&lt;p&gt;Brian: request for translations of the microformats cheatsheet&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&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&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;
# &amp;lt;span class=&amp;quot;vcard&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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;
* '''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;
** +1 [[User:Tantek|Tantek]]&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;
* '''hCard to Google Address Book''' bookmarlet. [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
* '''Microformat Aggregation''' [[User:jessehammons|Jesse Hammons]], [[User:yurylifshits|Yury Lifshits]], Andrew McCollum, Dane Hurtibuse, Randy Kerber&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;
Please create a wiki page for any hack/project session you lead or attend and link to it from here.&lt;br /&gt;
* [[hCardInputInterface]] for easy input of user data (creating hCards).&lt;br /&gt;
* [[hcard-contact-autocompletion]]&lt;br /&gt;
* [[Micro Format Services]]&lt;br /&gt;
* [[unified-rsvp]]&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>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39479</id>
		<title>WYSIWYG-plugins</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39479"/>
		<updated>2009-07-06T22:00:47Z</updated>

		<summary type="html">&lt;p&gt;Brian: we'll need some buttons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of WYSIWYG editors and the plugins to be developed and translated so that it is easy to add microformats into CMS systems.&lt;br /&gt;
&lt;br /&gt;
==TinyMCE==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
* Plugins to Create&lt;br /&gt;
** rel-license&lt;br /&gt;
** rel-tag&lt;br /&gt;
** (more)&lt;br /&gt;
&lt;br /&gt;
==(more???)==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
&lt;br /&gt;
=Icons=&lt;br /&gt;
We will need some standardized icon styles for these buttons. Recommendations? Styles?&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39474</id>
		<title>WYSIWYG-plugins</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39474"/>
		<updated>2009-07-06T21:48:06Z</updated>

		<summary type="html">&lt;p&gt;Brian: stubbed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of WYSIWYG editors and the plugins to be developed and translated so that it is easy to add microformats into CMS systems.&lt;br /&gt;
&lt;br /&gt;
==TinyMCE==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
* Plugins to Create&lt;br /&gt;
** rel-license&lt;br /&gt;
** rel-tag&lt;br /&gt;
** (more)&lt;br /&gt;
&lt;br /&gt;
==(more???)==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=x2v&amp;diff=39303</id>
		<title>x2v</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=x2v&amp;diff=39303"/>
		<updated>2009-06-26T19:31:59Z</updated>

		<summary type="html">&lt;p&gt;Brian: testing on this page instead of live page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;X2V&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
[http://suda.co.uk/projects/X2V/ X2V] is an open source [[microformats]] XSLT [[implementation]] by [[User:Brian|Brian Suda]] that [[parsers|parses]] [[hCard]] or [[hCalendar]] events in (X)HTML and transforms them into the corresponding vCard (.vcf) or iCalendar (.ics) file respectively.&lt;br /&gt;
&lt;br /&gt;
[[implementors#Technorati|Technorati]] hosts a deployment of X2V for converting hCard contacts or hCalendar events at:&lt;br /&gt;
* http://feeds.technorati.com/contacts/&lt;br /&gt;
* http://feeds.technorati.com/events/&lt;br /&gt;
&lt;br /&gt;
The latest beta and development versions of X2V can be tested at:&lt;br /&gt;
* http://suda.co.uk/projects/X2V/&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Feature requests and other general feedback.&lt;br /&gt;
When this section grows to big we can move it to [[x2v-feedback]].&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* Would be great if X2V implemented the full [[value-class-pattern]] or even parts thereof, e.g. value-title. [[User:Tantek|Tantek]] 07:20, 25 June 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot; id=&amp;quot;party&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-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19: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-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;22:00&amp;lt;/span&amp;gt;&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;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&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;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&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;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformats.org 4th birthday party!&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-06-26-microformats-4th-bday&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&lt;br /&gt;
;Donation&lt;br /&gt;
:Donation requested at the door: sliding scale $5-$20. &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end event-page vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Bugs or other apparent problems. See [[x2v-issues]].&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hcard-implementations]]&lt;br /&gt;
* [[vcard-implementations]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[hcalendar-implementations]]&lt;br /&gt;
* [[icalendar-implementations]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=x2v&amp;diff=39302</id>
		<title>x2v</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=x2v&amp;diff=39302"/>
		<updated>2009-06-26T19:30:08Z</updated>

		<summary type="html">&lt;p&gt;Brian: testing on this page instead of live page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;X2V&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
[http://suda.co.uk/projects/X2V/ X2V] is an open source [[microformats]] XSLT [[implementation]] by [[User:Brian|Brian Suda]] that [[parsers|parses]] [[hCard]] or [[hCalendar]] events in (X)HTML and transforms them into the corresponding vCard (.vcf) or iCalendar (.ics) file respectively.&lt;br /&gt;
&lt;br /&gt;
[[implementors#Technorati|Technorati]] hosts a deployment of X2V for converting hCard contacts or hCalendar events at:&lt;br /&gt;
* http://feeds.technorati.com/contacts/&lt;br /&gt;
* http://feeds.technorati.com/events/&lt;br /&gt;
&lt;br /&gt;
The latest beta and development versions of X2V can be tested at:&lt;br /&gt;
* http://suda.co.uk/projects/X2V/&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Feature requests and other general feedback.&lt;br /&gt;
When this section grows to big we can move it to [[x2v-feedback]].&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* Would be great if X2V implemented the full [[value-class-pattern]] or even parts thereof, e.g. value-title. [[User:Tantek|Tantek]] 07:20, 25 June 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot; id=&amp;quot;party&amp;quot;&amp;gt;&lt;br /&gt;
== summary ==&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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19&amp;lt;/span class=&amp;quot;value&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;22&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&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;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&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;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&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;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformats.org 4th birthday party!&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-06-26-microformats-4th-bday&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&lt;br /&gt;
;Donation&lt;br /&gt;
:Donation requested at the door: sliding scale $5-$20. &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end event-page vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Bugs or other apparent problems. See [[x2v-issues]].&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hcard-implementations]]&lt;br /&gt;
* [[vcard-implementations]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[hcalendar-implementations]]&lt;br /&gt;
* [[icalendar-implementations]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2009-06-26-microformats-4th-bday&amp;diff=39300</id>
		<title>events/2009-06-26-microformats-4th-bday</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2009-06-26-microformats-4th-bday&amp;diff=39300"/>
		<updated>2009-06-26T19:23:20Z</updated>

		<summary type="html">&lt;p&gt;Brian: removed hCalendar test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://anendlessarray.com/microformats/728x90.jpg&lt;br /&gt;
&amp;lt;entry-title&amp;gt;microformats.org 4th birthday party!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Celebrate the 4th birthday of http://microformats.org! One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
If you'd like to help out with or attend the party, please add your name below.&lt;br /&gt;
&lt;br /&gt;
[[#attending|RSVP]] &amp;lt;strong&amp;gt;required&amp;lt;/strong&amp;gt; for venue capacity tracking.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot; id=&amp;quot;party&amp;quot;&amp;gt;&lt;br /&gt;
== summary ==&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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19&amp;lt;/span class=&amp;quot;value&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;22&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&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;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&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;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&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;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformats.org 4th birthday party!&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-06-26-microformats-4th-bday&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&lt;br /&gt;
;Donation&lt;br /&gt;
:Donation requested at the door: sliding scale $5-$20. &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end event-page vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/2009-06-26-microformats-4th-bday%23party Add this event to your calendar]''' [http://feeds.technorati.com/events/microformats.org/wiki/events/2009-06-26-microformats-4th-bday%23party http://www.boogdesign.com/images/buttons/microformat_hcalendar.png]&lt;br /&gt;
&lt;br /&gt;
== sponsors ==&lt;br /&gt;
Please sign up to sponsor the microformats.org 4th birthday party!&lt;br /&gt;
&lt;br /&gt;
* [http://objectadjective.com Object Adjective] is a proud sponsor of this event.&lt;br /&gt;
* [http://www.ribbit.com/ Ribbit] is proud to sponsor the party&lt;br /&gt;
* [http://spinn3r.com Spinn3r] is a proud sponsor of the party&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== attending ==&lt;br /&gt;
I'm going to show up and help celebrate so I'm signing up here with my name linked to my user page (or personal web site).&lt;br /&gt;
# [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
# [[User:Kevin_Marks|Kevin Marks]]&lt;br /&gt;
# [[User:BenWard|Ben Ward]]&lt;br /&gt;
# [[User:Pseudowish|Lauren Scime]]&lt;br /&gt;
# [[User:Repeatpenguin|Jeremy Anderson]]&lt;br /&gt;
# [[User:Richardault|Richard Ault]]&lt;br /&gt;
# [[User:KevinBurton|Kevin Burton]] of [http://spinn3r.com Spinn3r] - I will be by for an hour or so... Spinn3r's 3.0 launch dinn3r is that evening too.&lt;br /&gt;
# [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
# [http://brynnevans.com Brynn Evans]&lt;br /&gt;
# [http://factoryjoe.com Chris Messina]&lt;br /&gt;
# [http://lizdunn.com Liz Dunn]&lt;br /&gt;
# [http://www.myspace.com/ciberch Monica Keller]&lt;br /&gt;
# [http://www.reelgeek.com Erin Caton]&lt;br /&gt;
# [http://www.dustindiaz.com Dustin Diaz]&lt;br /&gt;
# [http://pixelimplosion.com Robert Andersen]&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
== regrets ==&lt;br /&gt;
I'd love to be there but can't. Happy 4th birthday from afar!&lt;br /&gt;
* [[User:Rohit|Rohit Khare]]&lt;br /&gt;
* [[User:Cindyli|Cindy Li]]&lt;br /&gt;
* [[User:Tonystubblebine|Tony Stubblebine]]&lt;br /&gt;
* [[User:Anildash|Anildash]] 20:07, 24 June 2009 (UTC)&lt;br /&gt;
* [[User:NiallKennedy|Niall Kennedy]] - in Los Angeles&lt;br /&gt;
* [[User:KaviGoel|Kavi Goel]]&lt;br /&gt;
* [[User:DrErnie|Ernest Prabhakar]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== location ==&lt;br /&gt;
* [http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar] - June 26th, 2009 at 7pm&lt;br /&gt;
** Will have hors d'oeuvres and about 50-60 drink tix to hand out to people at the door. Attendees can buy drinks at cash bar after drink tix are used.&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&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;'''ufbday4'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-party&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-4th-birthday&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;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;soma&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;howard-street&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Yerba-Buena&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;B-Restaurant-And-Bar&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;B-Bar&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''microformats-party-2009-06-26''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=3010807''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats party''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats+party Twitter Search].&lt;br /&gt;
&lt;br /&gt;
== Promotional Graphics ==&lt;br /&gt;
* Banners &amp;amp; Images of Various Sizes: Promote Microformats 4 Year Birthday Party!&lt;br /&gt;
** [http://anendlessarray.com/microformats/88x31.jpg 88x31px] [http://anendlessarray.com/microformats/88x31.jpg http://anendlessarray.com/microformats/88x31.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/728x90.jpg 728x90px] [http://anendlessarray.com/microformats/728x90.jpg http://anendlessarray.com/microformats/728x90.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/728x90-pink.jpg 728x90px w/Pink] [http://anendlessarray.com/microformats/728x90-pink.jpg http://anendlessarray.com/microformats/728x90-pink.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/125x125.jpg 125x125px] [http://anendlessarray.com/microformats/125x125.jpg http://anendlessarray.com/microformats/125x125.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/200x100.jpg 200x100px] [http://anendlessarray.com/microformats/200x100.jpg http://anendlessarray.com/microformats/200x100.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/200x200.jpg 200x200px] [http://anendlessarray.com/microformats/200x200.jpg http://anendlessarray.com/microformats/200x200.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/300x225.jpg 300x225px] [http://anendlessarray.com/microformats/300x225.jpg http://anendlessarray.com/microformats/300x225.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/120x240.jpg 120x240px] [http://anendlessarray.com/microformats/120x240.jpg http://anendlessarray.com/microformats/120x240.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/250x250.jpg 250x250px] [http://anendlessarray.com/microformats/250x250.jpg http://anendlessarray.com/microformats/250x250.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/468x60.jpg 468x468px]  [http://anendlessarray.com/microformats/468x60.jpg http://anendlessarray.com/microformats/468x60.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/160x600.jpg 160x600px]  [http://anendlessarray.com/microformats/160x600.jpg http://anendlessarray.com/microformats/160x600.jpg]&lt;br /&gt;
&lt;br /&gt;
* Note: If you are DYING to have a different size than the ones up here I can either send you the photoshop file or make you a custom one - Just send a request to lauren@objectadjective.com or find pseudowish on the [[IRC]]&lt;br /&gt;
&lt;br /&gt;
== planners ==&lt;br /&gt;
This section is for organizing a party for the upcoming 4th birthday of http://microformats.org.&lt;br /&gt;
&lt;br /&gt;
I'm donating my time before the event to help plan and make the party happen!&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]] - coordinating, sponsors&lt;br /&gt;
* [[User:Rohit|Rohit Khare]] - sponsors&lt;br /&gt;
* [[User:Kevin_Marks|Kevin Marks]] - sponsors&lt;br /&gt;
* [[User:BenWard|Ben Ward]] - tshirts, sponsors&lt;br /&gt;
* [[User:Pseudowish|Lauren Scime]] - design / venue / sponsors / publicity&lt;br /&gt;
* [[User:Repeatpenguin|Jeremy Anderson]] - will be assisting Lauren w/ above.&lt;br /&gt;
&lt;br /&gt;
We need:&lt;br /&gt;
* a volunteer coordinator. someone to coordinate the volunteers listed below.&lt;br /&gt;
* [[stickers]] - Lauren is on it &lt;br /&gt;
** 500 rounded square 2&amp;quot; stickers w/logo on black background have come in the mail &lt;br /&gt;
* tshirts - Ben is on it&lt;br /&gt;
&lt;br /&gt;
== volunteers ==&lt;br /&gt;
Sign up to be a volunteer!&lt;br /&gt;
We need volunteers to check people in at the door, take donations, hand out stickers, t-shirts etc.&lt;br /&gt;
* [[User:Richardault|Richard Ault]] - Checking names and taking donations for at least first hour.  Need to find money box.  Also need more volunteers to do same.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== donations ==&lt;br /&gt;
* Donation requested at the door: sliding scale $5-$20.  $10 or more gets you a t-shirt (may have to order them on demand and hand out at the next dinner depending on whether t-shirts arrive or not).&lt;br /&gt;
* Donations go towards the party and [[events/2009-07-18-dev-camp|microformatsDevCamp]] this summer.&lt;br /&gt;
&lt;br /&gt;
== Related Pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2009-06-26-microformats-4th-bday&amp;diff=39299</id>
		<title>events/2009-06-26-microformats-4th-bday</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2009-06-26-microformats-4th-bday&amp;diff=39299"/>
		<updated>2009-06-26T19:22:10Z</updated>

		<summary type="html">&lt;p&gt;Brian: updating hcalendar code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://anendlessarray.com/microformats/728x90.jpg&lt;br /&gt;
&amp;lt;entry-title&amp;gt;microformats.org 4th birthday party!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Celebrate the 4th birthday of http://microformats.org! One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
If you'd like to help out with or attend the party, please add your name below.&lt;br /&gt;
&lt;br /&gt;
[[#attending|RSVP]] &amp;lt;strong&amp;gt;required&amp;lt;/strong&amp;gt; for venue capacity tracking.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot; id=&amp;quot;party&amp;quot;&amp;gt;&lt;br /&gt;
== summary ==&lt;br /&gt;
;When&lt;br /&gt;
:&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-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19: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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;22&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;!--&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19&amp;lt;/span class=&amp;quot;value&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&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&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;06&amp;lt;/span&amp;gt;-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;26&amp;lt;/span&amp;gt; a&amp;lt;span class=&amp;quot;value&amp;quot; style=&amp;quot;text-transform:lowercase&amp;quot;&amp;gt;T&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;22&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;--&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;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&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;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&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;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;microformats.org 4th birthday party!&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-06-26-microformats-4th-bday&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&lt;br /&gt;
;Donation&lt;br /&gt;
:Donation requested at the door: sliding scale $5-$20. &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end event-page vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/2009-06-26-microformats-4th-bday%23party Add this event to your calendar]''' [http://feeds.technorati.com/events/microformats.org/wiki/events/2009-06-26-microformats-4th-bday%23party http://www.boogdesign.com/images/buttons/microformat_hcalendar.png]&lt;br /&gt;
&lt;br /&gt;
== sponsors ==&lt;br /&gt;
Please sign up to sponsor the microformats.org 4th birthday party!&lt;br /&gt;
&lt;br /&gt;
* [http://objectadjective.com Object Adjective] is a proud sponsor of this event.&lt;br /&gt;
* [http://www.ribbit.com/ Ribbit] is proud to sponsor the party&lt;br /&gt;
* [http://spinn3r.com Spinn3r] is a proud sponsor of the party&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== attending ==&lt;br /&gt;
I'm going to show up and help celebrate so I'm signing up here with my name linked to my user page (or personal web site).&lt;br /&gt;
# [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
# [[User:Kevin_Marks|Kevin Marks]]&lt;br /&gt;
# [[User:BenWard|Ben Ward]]&lt;br /&gt;
# [[User:Pseudowish|Lauren Scime]]&lt;br /&gt;
# [[User:Repeatpenguin|Jeremy Anderson]]&lt;br /&gt;
# [[User:Richardault|Richard Ault]]&lt;br /&gt;
# [[User:KevinBurton|Kevin Burton]] of [http://spinn3r.com Spinn3r] - I will be by for an hour or so... Spinn3r's 3.0 launch dinn3r is that evening too.&lt;br /&gt;
# [[User:Singpolyma|Singpolyma]]&lt;br /&gt;
# [http://brynnevans.com Brynn Evans]&lt;br /&gt;
# [http://factoryjoe.com Chris Messina]&lt;br /&gt;
# [http://lizdunn.com Liz Dunn]&lt;br /&gt;
# [http://www.myspace.com/ciberch Monica Keller]&lt;br /&gt;
# [http://www.reelgeek.com Erin Caton]&lt;br /&gt;
# [http://www.dustindiaz.com Dustin Diaz]&lt;br /&gt;
# [http://pixelimplosion.com Robert Andersen]&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
== regrets ==&lt;br /&gt;
I'd love to be there but can't. Happy 4th birthday from afar!&lt;br /&gt;
* [[User:Rohit|Rohit Khare]]&lt;br /&gt;
* [[User:Cindyli|Cindy Li]]&lt;br /&gt;
* [[User:Tonystubblebine|Tony Stubblebine]]&lt;br /&gt;
* [[User:Anildash|Anildash]] 20:07, 24 June 2009 (UTC)&lt;br /&gt;
* [[User:NiallKennedy|Niall Kennedy]] - in Los Angeles&lt;br /&gt;
* [[User:KaviGoel|Kavi Goel]]&lt;br /&gt;
* [[User:DrErnie|Ernest Prabhakar]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== location ==&lt;br /&gt;
* [http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar] - June 26th, 2009 at 7pm&lt;br /&gt;
** Will have hors d'oeuvres and about 50-60 drink tix to hand out to people at the door. Attendees can buy drinks at cash bar after drink tix are used.&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&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;'''ufbday4'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-party&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-4th-birthday&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;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;soma&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;howard-street&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;Yerba-Buena&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;B-Restaurant-And-Bar&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;B-Bar&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''microformats-party-2009-06-26''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=3010807''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats party''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats+party Twitter Search].&lt;br /&gt;
&lt;br /&gt;
== Promotional Graphics ==&lt;br /&gt;
* Banners &amp;amp; Images of Various Sizes: Promote Microformats 4 Year Birthday Party!&lt;br /&gt;
** [http://anendlessarray.com/microformats/88x31.jpg 88x31px] [http://anendlessarray.com/microformats/88x31.jpg http://anendlessarray.com/microformats/88x31.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/728x90.jpg 728x90px] [http://anendlessarray.com/microformats/728x90.jpg http://anendlessarray.com/microformats/728x90.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/728x90-pink.jpg 728x90px w/Pink] [http://anendlessarray.com/microformats/728x90-pink.jpg http://anendlessarray.com/microformats/728x90-pink.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/125x125.jpg 125x125px] [http://anendlessarray.com/microformats/125x125.jpg http://anendlessarray.com/microformats/125x125.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/200x100.jpg 200x100px] [http://anendlessarray.com/microformats/200x100.jpg http://anendlessarray.com/microformats/200x100.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/200x200.jpg 200x200px] [http://anendlessarray.com/microformats/200x200.jpg http://anendlessarray.com/microformats/200x200.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/300x225.jpg 300x225px] [http://anendlessarray.com/microformats/300x225.jpg http://anendlessarray.com/microformats/300x225.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/120x240.jpg 120x240px] [http://anendlessarray.com/microformats/120x240.jpg http://anendlessarray.com/microformats/120x240.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/250x250.jpg 250x250px] [http://anendlessarray.com/microformats/250x250.jpg http://anendlessarray.com/microformats/250x250.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/468x60.jpg 468x468px]  [http://anendlessarray.com/microformats/468x60.jpg http://anendlessarray.com/microformats/468x60.jpg]&lt;br /&gt;
** [http://anendlessarray.com/microformats/160x600.jpg 160x600px]  [http://anendlessarray.com/microformats/160x600.jpg http://anendlessarray.com/microformats/160x600.jpg]&lt;br /&gt;
&lt;br /&gt;
* Note: If you are DYING to have a different size than the ones up here I can either send you the photoshop file or make you a custom one - Just send a request to lauren@objectadjective.com or find pseudowish on the [[IRC]]&lt;br /&gt;
&lt;br /&gt;
== planners ==&lt;br /&gt;
This section is for organizing a party for the upcoming 4th birthday of http://microformats.org.&lt;br /&gt;
&lt;br /&gt;
I'm donating my time before the event to help plan and make the party happen!&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]] - coordinating, sponsors&lt;br /&gt;
* [[User:Rohit|Rohit Khare]] - sponsors&lt;br /&gt;
* [[User:Kevin_Marks|Kevin Marks]] - sponsors&lt;br /&gt;
* [[User:BenWard|Ben Ward]] - tshirts, sponsors&lt;br /&gt;
* [[User:Pseudowish|Lauren Scime]] - design / venue / sponsors / publicity&lt;br /&gt;
* [[User:Repeatpenguin|Jeremy Anderson]] - will be assisting Lauren w/ above.&lt;br /&gt;
&lt;br /&gt;
We need:&lt;br /&gt;
* a volunteer coordinator. someone to coordinate the volunteers listed below.&lt;br /&gt;
* [[stickers]] - Lauren is on it &lt;br /&gt;
** 500 rounded square 2&amp;quot; stickers w/logo on black background have come in the mail &lt;br /&gt;
* tshirts - Ben is on it&lt;br /&gt;
&lt;br /&gt;
== volunteers ==&lt;br /&gt;
Sign up to be a volunteer!&lt;br /&gt;
We need volunteers to check people in at the door, take donations, hand out stickers, t-shirts etc.&lt;br /&gt;
* [[User:Richardault|Richard Ault]] - Checking names and taking donations for at least first hour.  Need to find money box.  Also need more volunteers to do same.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== donations ==&lt;br /&gt;
* Donation requested at the door: sliding scale $5-$20.  $10 or more gets you a t-shirt (may have to order them on demand and hand out at the next dinner depending on whether t-shirts arrive or not).&lt;br /&gt;
* Donations go towards the party and [[events/2009-07-18-dev-camp|microformatsDevCamp]] this summer.&lt;br /&gt;
&lt;br /&gt;
== Related Pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events&amp;diff=38587</id>
		<title>events</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events&amp;diff=38587"/>
		<updated>2009-05-12T14:59:41Z</updated>

		<summary type="html">&lt;p&gt;Brian: added Twiist.be conference link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats related events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
Please add microformats events (including events which have sessions on microformats) below.&lt;br /&gt;
&lt;br /&gt;
Use the [[events-template|events template]] to create events pages, and list URLs, details, attendees, recommended tags, link to photos afterwards, etc.  Add links to slides and other media to the [[presentations]], [[podcasts]] pages respectively.&lt;br /&gt;
&lt;br /&gt;
Encourage the use of microformats on event sites' pages themselves, e.g. [[hCalendar]] and [[hCard]] for the schedule, sessions, speakers, and venues.&lt;br /&gt;
&lt;br /&gt;
== Add events to your calendar ==&lt;br /&gt;
Track current and future microformats events by subscribing to &amp;lt;kbd style=&amp;quot;display:block;margin:1em 0&amp;quot;&amp;gt;'''webcal://feeds.technorati.com/events/microformats.org/wiki/events'''&amp;lt;/kbd&amp;gt; in your calendar app. Set it to update once a day and new events will appear automatically.&lt;br /&gt;
&lt;br /&gt;
You may also download  [http://technorati.com/events/microformats.org/wiki/events events on this page as a standalone iCalendar file].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== regular ==&lt;br /&gt;
* [[weekly-meetup]] - weekly community meetups. details inside.&lt;br /&gt;
&lt;br /&gt;
== upcoming ==&lt;br /&gt;
&amp;lt;!-- Please try to keep to neutral tense (e.g &amp;quot;Bill Smith on microformats&amp;quot;). Include as many details about the event as possible, including precise start end times, room number, etc. Move details to the (events/..) wiki page for the event itself. Include the information here to start with with hCalendar markup. Thank you. &lt;br /&gt;
&lt;br /&gt;
templates:&lt;br /&gt;
&lt;br /&gt;
one day event:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
multiple day event (note dtend &amp;quot;title&amp;quot; value must be 1 day after inline text value, per iCalendar dtend handling).&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;..&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;dtend&amp;quot; title=&amp;quot;YYYY-MM-DD&amp;quot;&amp;gt;DD&amp;lt;/abbr&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Soonest first.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;11:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Twiist.be conference: Microformats and Transient Semantics&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://twiist.be/speakers/briansuda&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepevine&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Church st.&amp;lt;/span&amp;gt; in &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;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656901&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-19-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Banana House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656903&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== recent ==&lt;br /&gt;
&amp;lt;!-- Please change to past tense, and reverse the date-order, when moving events to the Recent section. Most recent first. --&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== May 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-05-05&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Chevy's&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3rd street&amp;lt;/span&amp;gt; in &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;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2568451&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== April 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376470&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-14-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376478&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-20&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.w3qc.org/communiques/archives/invitation-a-la-soiree-conference-du-20-avril-2009/ Microformats presentation]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Laika&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Montéral&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Québec&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2423142/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-21&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-21-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taylor's Automatic Refresher&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376483&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-28-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Third Street Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376485&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-31&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-31-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Metreon Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2295743&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2171301&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-14-sxsw-revolution|Microformats: A Quiet Revolution]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Room 10, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;TX&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1825864/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-03&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Flippers&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1918295/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== February 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1900098/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-17&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-17-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1840841/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-10&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-10-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;California Pizza Kitchen&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1765705/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-03&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taqueria Pancho Villa&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519710/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== January 2009 ===&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-27&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-27-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519151/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-20&amp;lt;/span&amp;gt; at 8pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-20-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&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;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-13&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-13-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&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;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1489360/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-06&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-06-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Shopping Centre Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;818 Mission Street&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;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1467444/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Previous events ==&lt;br /&gt;
Previous years' events can be found at the following:&lt;br /&gt;
* [[events-2008]]&lt;br /&gt;
* [[events-2007]]&lt;br /&gt;
* [[events-2006]]&lt;br /&gt;
&lt;br /&gt;
== Other languages ==&lt;br /&gt;
* &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;[[current_events-fr|événements en cours]] (fr)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quicktime Broadcaster Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[quicktime]]&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38205</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38205"/>
		<updated>2009-03-24T10:35:31Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by Admins (Talk) to last version by Stilist&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Welcome to the microformats wiki!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Please start with the [[introduction]] page and read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This wiki is the central resource of the microformats community. You'll find current versions of published microformat specifications, specification drafts and publishing patterns. The wiki also hosts development resources, such as brainstorming pages for new formats and issue tracking pages for all current and in-development microformats.&lt;br /&gt;
&lt;br /&gt;
To get started with microformats:&lt;br /&gt;
&lt;br /&gt;
* First, be familiar writing your pages and applications with semantically rich, descriptive, ‘[http://microformats.org/wiki/posh &amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Learn about microformats from the [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] pages.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Also, this wiki has a number of neat enhancements to assist development and contributions to microformats. Before you start editing, see the [[wiki-2|wiki introduction page]] for instructions.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Microformats are small patterns of HTML to represent commonly published things like [[hcard|people]], [[hcalendar|events]], [[hatom|blog posts]], [[hreview|reviews]] and [[rel-tag|tags]] in web pages.&lt;br /&gt;
&lt;br /&gt;
Microformats enable the publishing of higher fidelity information on the Web; the fastest and simplest way to provide feeds and APIs for the information in your website.&lt;br /&gt;
&lt;br /&gt;
* Read more explanations of [[what-are-microformats|what microformats are]], and [[what-can-you-do-with-microformats|what you can do with them]].&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Get started]] by adding microformats to your website, services, and products.&lt;br /&gt;
* [[advocacy|Advocate]] the use of microformats on other web sites, especially those you use.&lt;br /&gt;
* Write a [[testimonial]].&lt;br /&gt;
* Do something on the [[to-do|to do list]].&lt;br /&gt;
* Join the [[irc|IRC Channel]] and [[mail|mailing lists]] to learn and help answer questions (read the [[mailing-lists#General_guidelines|general guidelines]] before posting).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world.&lt;br /&gt;
* Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]].&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
The list of current, stable [[microformats|Microformats]] open standard specifications.&lt;br /&gt;
&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hCalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hCard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''If you're tempted to try your hand at writing a microformat please read '''[[process|the process]]''' page first!''&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Drafts are newer microformats, for which the specifications haven't been completed yet. Although drafts are somewhat mature in the development process, the stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[recipe|hRecipe]]&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
* [[elemental-microformat|elemental microformats]]&lt;br /&gt;
* [[compound-microformat|compound microformats]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
See: [[exploratory-discussions]] for details of research and analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
See [[resources]].&lt;br /&gt;
&lt;br /&gt;
== User centric development ==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
== Shared work areas ==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test cases, additional research ==&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting [[tools|tools and services]] that need to process more than one microformat. That section is intended for editors, [[parsers]], [[validators]], test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
== Microformats wiki translations ==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;You may read and edit microformats articles in many other languages:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* languages just started&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
* elsewhere&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages.&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=existing-rel-values&amp;diff=37927</id>
		<title>existing-rel-values</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=existing-rel-values&amp;diff=37927"/>
		<updated>2009-02-16T20:35:16Z</updated>

		<summary type="html">&lt;p&gt;Brian: added Rel-Canonical to the POSH list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; existing rel values &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
This page contains tables of known HTML rel values from specifications, formats, proposals, brainstorms, and non-trivial [[POSH]] usage in the wild.  In addition, dropped and rejected values are listed at the end for comprehensiveness.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;usage&amp;quot;&amp;gt;usage&amp;lt;/span&amp;gt;: see [[rel-faq#How_is_rel_used|how is 'rel' used]].  Regarding &amp;lt;span id=&amp;quot;rev&amp;quot;&amp;gt;rev&amp;lt;/span&amp;gt;, see: [[rel-faq#Should_rev_even_be_used|should 'rev' even be used]].&lt;br /&gt;
&lt;br /&gt;
== formats ==&lt;br /&gt;
These rel values are defined formats from specifications (HTML 4, microformats) are thus are &amp;lt;strong&amp;gt;recommended for general use&amp;lt;/strong&amp;gt;.  Alphabetically ordered by value.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* &amp;lt;strong&amp;gt;Do not&amp;lt;/strong&amp;gt; add rel values you find in the wild to this table of rel formats, instead add them to the table in the [[existing-rel-values#POSH_usage|POSH section]].&lt;br /&gt;
* &amp;lt;strong&amp;gt;Do not&amp;lt;/strong&amp;gt; add non-HTML rel values you find to this table of rel formats, instead add them to the table in the [[existing-rel-values#non_HTML_rel_values|non HTML rel values section]].&lt;br /&gt;
* &amp;lt;strong&amp;gt;Do not&amp;lt;/strong&amp;gt; add rel values from obsolete/superceded proposals or drafts, instead add them to the table in the &amp;quot;dropped&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sources:&lt;br /&gt;
* W3C [http://www.w3.org/TR/html401/types.html#h-6.12 HTML 4 link type] and [http://www.w3.org/TR/grddl/ GRDDL] specs. &lt;br /&gt;
* [[xfn]] and other [[microformats]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary&amp;lt;br /&amp;gt;(from the relevant specification where possible)) !! defining specification&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-acquaintance|acquaintance]] || the person represented by the current document considers the person represented by the referenced document to be an acquaintance || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-alternate|alternate]] || Designates substitute versions for the document in which the link occurs. When used together with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute, it implies a translated version of the document. When used together with the &amp;lt;code&amp;gt;media&amp;lt;/code&amp;gt; attribute, it implies a version designed for a different medium (or media). || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-appendix|appendix]]|| Refers to a document serving as an appendix in a collection of documents. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-bookmark|bookmark]]  || Refers to a bookmark. A bookmark is a link to a key entry point within an extended document. The &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute may be used, for example, to label the bookmark. Note that several bookmarks may be defined in each document. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-chapter|chapter]] || Refers to a document serving as a chapter in a collection of documents. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-child|child]] || the referenced person is a child of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-colleague|colleague]] || the referenced person is a colleague of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-contact|contact]] || the person represented by the current document considers the person represented by the referenced document to be a contact || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-contents|contents]] || Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from &amp;quot;Table of Contents&amp;quot;). || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-copyright|copyright]] || Refers to a copyright statement for the current document. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-co-resident|co-resident]] || the referenced person lives in the same residence as the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-co-worker|co-worker]] || the referenced person is a co-worker of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-crush|crush]] || this person considers the referenced person to be a crush (i.e. has a crush on the referenced person)|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-date|date]] || this person considers the referenced person to be a date (i.e. is dating the referenced person)|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-friend|friend]] || the person represented by the current document considers the person represented by the referenced document to be a friend || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-glossary|glossary]]|| Refers to a document providing a glossary of terms that pertain to the current document.||[http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-help|help]] || Refers to a document offering help (more information, links to other sources information, etc.) || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-index|index]] || Refers to a document providing an index for the current document. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-kin|kin]] || the referenced person is part of the extended family of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-license|license]] || &amp;amp;hellip;indicates that the &amp;lt;nowiki&amp;gt;[referenced document]&amp;lt;/nowiki&amp;gt; is a license for the current page. || [[rel-license]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-me|me]] || the referenced document represents the same person as does the current document || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-met|met]] || this person has met the referenced person || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-muse|muse]] || the referenced person inspires the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-neighbor|neighbor]] || the referenced person lives nearby the person represented by the current document || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-next|next]] || Refers to the next document in a linear sequence of documents. User agents may choose to preload the &amp;quot;next&amp;quot; document, to reduce the perceived load time. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-nofollow|nofollow]] || indicates that the destination of that hyperlink {{should-not}} be afforded any additional weight or ranking by user agents which perform link analysis upon web pages (e.g. search engines). || [[rel-nofollow]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-parent|parent]] || the referenced person is a parent of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-prev|prev]]|| Refers to the previous document in an ordered series of documents. Some user agents also support the synonym &amp;quot;Previous&amp;quot;. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-previous|previous]] || Synonym of &amp;lt;code&amp;gt;prev&amp;lt;/code&amp;gt; || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-section|section]] || Refers to a document serving as a section in a collection of documents. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-sibling|sibling]] || the referenced person is a sibling of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-spouse|spouse]] || the referenced person is a spouse of the person represented by the current document|| [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-start|start]] || Refers to the first document in a collection of documents. This link type tells search engines which document is considered by the author to be the starting point of the collection. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-stylesheet|stylesheet]] || a style sheet for the current document&amp;lt;br /&amp;gt; used with the invisible &amp;lt;link href&amp;gt; element which is not ideal for content relationships. Content relationships should be user visible and thus uses with &amp;lt;a href&amp;gt; are strongly preferred. Unfortunately the use of stylesheet in user visible content like &amp;lt;a href&amp;gt; appears to be strictly theoretical. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-subsection|subsection]] || Refers to a document serving as a subsection in a collection of documents. || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-sweetheart|sweetheart]] || this person considers the referenced person to be their sweetheart || [[XFN]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[rel-tag|tag]] || &amp;amp;hellip;indicates that the &amp;lt;nowiki&amp;gt;[referenced document]&amp;lt;/nowiki&amp;gt; is an author-designated &amp;quot;tag&amp;quot; (or keyword/subject) for the current page. || [[rel-tag]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[rel-toc|toc]] || Synonym of &amp;lt;code&amp;gt;contents&amp;lt;/code&amp;gt; (from &amp;quot;Table Of Contents&amp;quot;) || [http://www.w3.org/TR/html4/types.html#h-6.12 HTML4 link type]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-transformation|transformation]] || Relates a source document to a transformation, usually represented in XSLT, that relates the source document syntax to the RDF graph syntax. Used in [[grddl|GRDDL]] || [http://www.w3.org/TR/grddl/#transformation GRDDL spec] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== notes ===&lt;br /&gt;
*&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot;&amp;lt;/code&amp;gt; can take further meaning from additional attributes, such as &lt;br /&gt;
** &amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; lang=&amp;quot;fr&amp;quot;&amp;lt;/code&amp;gt; (French language version of this page)&lt;br /&gt;
** &amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; media=&amp;quot;print&amp;quot;&amp;lt;/code&amp;gt; (printable version of this page)&lt;br /&gt;
** &amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; media=&amp;quot;handheld&amp;quot;&amp;lt;/code&amp;gt; (version of the page intended or better for handheld/portable devices like PDAs, cell phones, etc.)&lt;br /&gt;
&lt;br /&gt;
*Synonyms such as &amp;quot;previous&amp;quot;, &amp;quot;toc&amp;quot; are not as widely supported as the main term.&lt;br /&gt;
&lt;br /&gt;
== proposals ==&lt;br /&gt;
A few rel values have been developed as drafts as a result of going through most of the microformats [[process]], and are thus listed here for your serious consideration. You &amp;lt;strong&amp;gt;may use these values&amp;lt;/strong&amp;gt;, and if you find any problems with them please point them out on the respective &amp;quot;issues&amp;quot; page for the rel value.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary !! proposed in !! external spec (if any)&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-directory|directory]] || &amp;amp;hellip;indicates that the destination of the hyperlink is a directory listing containing an entry for the current page. || [[rel-directory]]&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-enclosure|enclosure]] || &amp;amp;hellip;indicates that the destination of that hyperlink is intended to be downloaded and cached. || [[rel-enclosure]] || [http://www.apps.ietf.org/rfc/rfc4287.html RFC4287]&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-home|home]] || &amp;amp;hellip;indicates that the &amp;lt;nowiki&amp;gt;[referenced document]&amp;lt;/nowiki&amp;gt; is the homepage of the site in which the current page appears. || [[rel-home]]&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-payment|payment]] || &amp;amp;hellip; || [[rel-payment]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
Several rel values are being brainstormed as potential microformats and are thus listed here. If you find you have a use for such semantics in real world examples, &amp;lt;strong&amp;gt;consider trying out&amp;lt;/strong&amp;gt; these values and provide feedback on the respective brainstorming page(s) with your results and experiences.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary !! brainstormed in&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-bibliography|bibliography]] || indicate[s] that the destination of that hyperlink is a bibliography for the current page. || [http://microformats.org/discuss/mail/microformats-discuss/2007-October/010863.html mailing list post, 2007-10-15]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-cite|cite]] || indicate[s] that the destination of that hyperlink is an authoritative source or a precedent to the current page. || [[distributed-conversation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-group|group]] || the referenced document represents a group to which the person represented by the current document belongs || [[group-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-map|map]] || Link to a map. Possibly embedded within an adr, hCard, geo or hCalendar. Parsers {{may}} attempt to parse the URL if it is a link to a known map site (e.g. Geohash, Google Maps, Multimap) and extract co-ordinates and other useful data. || (to [[User:TobyInk|TobyInk]] by email)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-member|member]] || the referenced document represents a member of the group represented by the current document || [[group-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-product|product]] || &amp;amp;hellip; || [[product-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-profile|profile]] || indicate[s] that the destination of that hyperlink is a metadata profile (e.g. an [[XMDP]] profile) for the current page or portion thereof || [[xmdp-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vcalendar-parent || link from an event to a containing event || [[User:TobyInk/hcalendar-1.1|hCalendar 1.1 draft]]&lt;br /&gt;
|-&lt;br /&gt;
| vcalendar-child || link from an event to a contained event || [[User:TobyInk/hcalendar-1.1|hCalendar 1.1 draft]]&lt;br /&gt;
|-&lt;br /&gt;
| vcalendar-sibling || link from an event to a related event with the same container || [[User:TobyInk/hcalendar-1.1|hCalendar 1.1 draft]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== more brainstorming ===&lt;br /&gt;
See also:&lt;br /&gt;
* [[genealogy-brainstorming]] for some thoughts on possible additional values for family relationships (use existing [[XFN]] [[rel-parent|parent]], [[rel-child|child]], [[rel-sibling|sibling]], [[rel-spouse|spouse]], [[rel-kin|kin]] values first though)&lt;br /&gt;
* [[xpn-brainstorming]] for some thoughts on possible additional values for professional relationships (use existing [[XFN]] [[rel-co-worker|co-worker]], [[rel-colleague|colleague]] values first though)&lt;br /&gt;
&lt;br /&gt;
== POSH usage ==&lt;br /&gt;
There are numerous rel values used as [[POSH]], both in the wild, whose origins are not necessarily known, nor are their meanings consistent.  There are also numerous rel values from external proposals of varying degrees of merit.  It is useful to document their existence and summarize their implied meanings/usage intent as research that may be used to perhaps take one or more of them thru the microformats [[process]] if there is both sufficient interest and sufficient in the wild usage.&lt;br /&gt;
&lt;br /&gt;
Note: this list is incomplete, please help complete it from the following sources:&lt;br /&gt;
&lt;br /&gt;
External sources: &lt;br /&gt;
* [http://developer.mozilla.org/about/meta Meta Information in DevMo Docs] (DevMo)&lt;br /&gt;
* [http://wiki.mozilla.org/Microsummaries Microsummary]&lt;br /&gt;
* [http://lachy.id.au/dev/markup/specs/wclr/ Web Communication Link Relationships] (WCLR)&lt;br /&gt;
* [http://www.w3.org/MarkUp/Relationships.html W3C Link Relationship values draft] (LRdraft) - from a draft of the HTML spec circa 1991. &lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/section-links.html#linkTypes HTML5 draft] '''Liable to change'''&lt;br /&gt;
* [http://wiki.foaf-project.org/Autodiscovery FOAF Project Wiki: Autodiscovery] (FOAF)&lt;br /&gt;
* [http://www.apps.ietf.org/rfc/rfc4685.html RFC4685]&lt;br /&gt;
* [http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html Google Blog]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary !! origin !! proposal(s)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-archive|archive]] || index of archived entries || unknown, perhaps Wordpress open source blogging software || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-archives|archives]] || Provides a link to a collection of records, documents, or other materials of historical interest. ||  || HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[rel-author|author]]||&amp;amp;hellip;||unknown || DevMo&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-canonical|canonical]] || To help search engines disambiguate the same page with multiple representations || Google || Google/Microsoft/Yahoo!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-comment|comment]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-contribution|contribution]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-details|details]] || &amp;amp;hellip; || (seen on w3c.org news log in a &amp;quot;read more&amp;quot; permalink) || &amp;amp;hellip;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-EditURI|EditURI]] || &amp;amp;hellip; || Seen in WordPress, e.g. [http://www.tom-watson.co.uk/] || &amp;amp;hellip;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-endorsed|endorsed]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-external|external]] || Indicates that the referenced document is not part of the same site as the current document. || &amp;amp;hellip; || HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-fan|fan]] || xxxx. || &amp;amp;hellip; || [[hcard-user-profile-authoring]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-feed|feed]] || Gives the address of a syndication feed for the current document. || &amp;amp;hellip; || WCLR/ HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-icon|icon]] || Imports an icon to represent the current document. (Allowed in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; only) || &amp;amp;hellip; || WCLR/ HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-lightbox|lightbox]] || &amp;amp;hellip; || ([http://www.google.co.uk/search?q=rel%3D%22lightbox%22 Google search for rel=lightbox in the wild]) || &amp;amp;hellip; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-made|made]] || &amp;amp;hellip; || &amp;amp;hellip; || LRdraft&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-meta|meta]] || &amp;amp;hellip; ||  [http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#transport 1999 W3C RDF syntax REC] || FOAF&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-microsummary|microsummary]]|| &amp;amp;hellip; || &amp;amp;hellip; ||[http://wiki.mozilla.org/Microsummaries Microsummary], be aware of: [[page-summary-formats#Issues_2|microsummary issues]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-openid-delegate|openid.delegate]] || &amp;amp;hellip; || ([http://www.google.co.uk/search?q=%22rel%3Dopenid%22 Google search for rel=openid.* in the wild]) || &amp;amp;hellip;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-openid-server|openid.server]] || &amp;amp;hellip; || ([http://www.google.co.uk/search?q=%22rel%3Dopenid%22 Google search for rel=openid.* in the wild]) || &amp;amp;hellip;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-permalink|permalink]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-pgpkey|pgpkey]] || (see also rel-publickey) || &amp;amp;hellip; || [http://golem.ph.utexas.edu/~distler/blog/archives/000320.html], [http://golem.ph.utexas.edu/~distler/blog/archives/000325.html]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-pingback|pingback]] || Gives the address of the pingback server that handles pingbacks to the current document. (Allowed in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; only) || &amp;amp;hellip; || WCLR/ HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-prefetch|prefetch]] || Specifies that the target resource should be pre-emptively cached. (Allowed in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; only) || &amp;amp;hellip; || HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-publickey|publickey]] || (see also rel-pgpkey) || &amp;amp;hellip; || [http://rasterweb.net/raster/2002/12/12/20021212072812/]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-referral|referral]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-related|related]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-replies|replies]] || indicates a continued thread || unknown || [http://www.apps.ietf.org/rfc/rfc4685.html RFC4685]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-resource|resource]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-search|search]] || &amp;amp;hellip; || unknown || unknown&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-sidebar |sidebar ]] || Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one). || || HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-sponsor|sponsor]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-trackback|trackback]] || &amp;amp;hellip; || unknown, perhaps open source Movable Type blogging software || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-unendorsed|unendorsed]] || (probably redundant to [[rel-nofollow|nofollow]]) || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-up|up]] || Provides a link to a document giving the context for the current document. || &amp;amp;hellip;|| HTML5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-user|user]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-via|via]] || &amp;amp;hellip; || &amp;amp;hellip; || WCLR&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== WCLR ===&lt;br /&gt;
&lt;br /&gt;
The WCLR proposal is described by its author (in e-mail, 2007-09-25) as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;amp;hellip;now effectively obsolete, since HTML5 and Microformats cover all the worthwhile relationships in that already.&lt;br /&gt;
&lt;br /&gt;
These are [http://www.whatwg.org/specs/web-apps/current-work/multipage/section-links.html#linkTypes covered by HTML5 already]:&lt;br /&gt;
&lt;br /&gt;
* permalink -&amp;gt; bookmark&lt;br /&gt;
* archive -&amp;gt; archives&lt;br /&gt;
* feed&lt;br /&gt;
* pingback&lt;br /&gt;
* unendorsed -&amp;gt; nofollow&lt;br /&gt;
&lt;br /&gt;
The rest now seem unnecessary.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nonetheless, there may be some mileage in using them in microformats, at least until HTML5 is widely available.&lt;br /&gt;
&lt;br /&gt;
== non HTML rel values ==&lt;br /&gt;
There are markup languages other than HTML that also have a rel attribute, often based upon the HTML rel attribute.&lt;br /&gt;
It is useful to document some of these other languages and their rel values for both reference purposes, and to provide  background research for the possible development and re-use of these values in HTML, as [[poshformats]] or [[microformats]]&lt;br /&gt;
&lt;br /&gt;
Sources:&lt;br /&gt;
* [[Atom]] [[RFC4287]] specification. &lt;br /&gt;
* See http://www.iana.org/assignments/link-relations.html for more.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary&amp;lt;br /&amp;gt;(from the relevant specification where possible)) !! defining specification&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| self || See http://www.rfc-editor.org/rfc/rfc4287.txt || [[Atom]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ... || ... || ...&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== dropped ==&lt;br /&gt;
The following rel values were in earlier version(s) of specification(s) and it is presumed by their absence from the most recent version of the respective specification(s) that they have been deprecated or obsoleted.  Use of them could be considered a bit more standard than just POSH, although you may wish to research &amp;lt;em&amp;gt;why&amp;lt;/em&amp;gt; such values were omitted from latter specifications before using them.  If you do discover the reasoning, please add a short statement or link to thereof into the appropriate place in the following table.&lt;br /&gt;
&lt;br /&gt;
In general, you {{should not}} use any dropped values.&lt;br /&gt;
&lt;br /&gt;
In addition, if any such values have been superceded by standard values (see the first table on this page), then you {{must not}} use the dropped versions.&lt;br /&gt;
&lt;br /&gt;
Sources: &lt;br /&gt;
* [http://www.w3.org/MarkUp/html3/ HTML3] (HTML3) - has been superceded by [http://www.w3.org/MarkUp/Wilbur/ HTML 3.2] - which itself has been superceded by [http://www.w3.org/TR/REC-html40 HTML 4.0] - which itself has been updated by [http://w3.org/TR/html401 HTML 4.01], commonly referred to as &amp;quot;HTML 4&amp;quot; in this wiki and other places.)&lt;br /&gt;
* [http://www.w3.org/TR/relations.html Proposed HTML 4.0 link types] (HTML4dropped) - obsoleted/superceded by the HTML 4.0 Recommendation.  Any values that were in the &amp;quot;Proposed HTML 4.0 link types&amp;quot; document but didn't make it into the HTML 4.0 Recommendation were thus explicitly dropped and should be avoided.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary !! defining specification !! why dropped &lt;br /&gt;
|-&lt;br /&gt;
|[[rel-banner|banner]]||Was used to reference another document to be used as banner for this document (i.e. a form of &amp;quot;include&amp;quot; statement).|| HTML3 ||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-begin|begin]] || identifies the author-defined start of a sequence of documents of which the current document is a node.&lt;br /&gt;
 || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-biblioentry|biblioentry]] || identifies a bibliographic entry || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-bibliography|bibliography]] || identifies a bibliography || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-child|child]] (obsolete/superceded) || the target document is a hierarchical child, or subdocument, of the current document|| HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-citation|citation]] || the target is a bibliographic citation || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-collection|collection]] || the target document is an collection that contains the current document || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-definition|definition]] || identifies a definition of a term || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-disclaimer|disclaimer]] || identifies a hypertext link to a legal disclaimer || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-editor|editor]] || identifies a hypertext link to an editor || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-end|end]] || identifies the author-defined end of a sequence of documents of which the current document is a node. || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-first|first]] || synonym for &amp;lt;code&amp;gt;begin&amp;lt;/code&amp;gt; || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-footnote|footnote]] || the anchor is a footnote marker and the target is a footnote || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-last|last]] || synonym for &amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt; || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-navigate|navigate]] || the target document contains information such as a image map that will help users to gain a sense of how and where to found information || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-origin|origin]] || synonym for &amp;lt;code&amp;gt;top&amp;lt;/code&amp;gt; || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-parent|parent]] (obsolete/superceded) || the target document is the hierarchical parent, or container, of the current document|| HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-pointer|pointer]] || the target is a pointer to the real target. This value can be used by a user agent to perform a pre-fetch of the specified target for evaluation until the real target is reached || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-publisher|publisher]] || identifies a hypertext link to a publisher || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-sibling|sibling]] (obsolete/superceded) || the target document is a child of a common parent, or a hierarchical peer of the current document|| HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-top|top]] || the target document is the logical top node of the tree (see also &amp;lt;code&amp;gt;begin&amp;lt;/code&amp;gt;) || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-trademark|trademark]] || identifies a hypertext link to a trademark notice || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-translation|translation]] || the target is a translation to another language || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
|[[rel-up|up]]||When the document forms part of a hierarchy, this link references the immediate parent of the current document.||HTML3||unknown, but proposed for re-introduction in HTML5&lt;br /&gt;
|-&lt;br /&gt;
| [[rel-urc|urc]] || identifies a Universal Resource Citation || HTML4dropped||unknown&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== rejected ==&lt;br /&gt;
Some rel values have been proposed and rejected.  They are listed here to make that explicit.  Authors {{must not}} use rejected rel values.&lt;br /&gt;
&lt;br /&gt;
Source: [[rejected-formats]].&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! origin / proposal !! why rejected &lt;br /&gt;
|-&lt;br /&gt;
|[[rel-pavatar|pavatar]] || [http://pavatar.com/ pavatar] || [[rejected-formats#Pavatar]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== unspecified ==&lt;br /&gt;
Some rel values have been added to this page perhaps in one of the tables above, but no examples, nor an actual specification explicitly stating that the value(s) should be used in the HTML4 'rel' attribute could be found. They are listed here in the hopes someone can discover more specific/precise URLs to examples or specifications about them (preferably both).  Until such precise URLs to examples/specs are provided, the values can be treated as they are purely theoretical and thus of little interest.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
! rel value !! summary !! source&lt;br /&gt;
|-&lt;br /&gt;
| schema.DC || &amp;amp;hellip; || [http://www.dublincore.org/documents/dcq-html/ Dublin Core]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| schema.DCTERMS || &amp;amp;hellip; || [http://www.dublincore.org/documents/dcq-html/ Dublin Core]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Dublin Core. This search may help: [http://www.google.co.uk/search?as_q=rel%3Dschema.*&amp;amp;hl=en&amp;amp;num=10&amp;amp;btnG=Google+Search&amp;amp;as_epq=&amp;amp;as_oq=&amp;amp;as_eq=&amp;amp;lr=&amp;amp;as_ft=i&amp;amp;as_filetype=&amp;amp;as_qdr=all&amp;amp;as_occt=any&amp;amp;as_dt=i&amp;amp;as_sitesearch=http%3A%2F%2Fdublincore.org&amp;amp;as_rights=&amp;amp;safe=images]. &lt;br /&gt;
** '''examples from that search only use invisible &amp;lt;code&amp;gt;&amp;amp;lt;link href&amp;amp;gt;&amp;lt;/code&amp;gt; element'''. At first glance it appears the results from the search show only uses with the invisible &amp;lt;code&amp;gt;&amp;amp;lt;link href&amp;amp;gt;&amp;lt;/code&amp;gt; element which is not ideal for content relationships.  Content relationships should be user visible and thus uses with &amp;lt;code&amp;gt;&amp;amp;lt;a href&amp;amp;gt;&amp;lt;/code&amp;gt; are strongly preferred.  &lt;br /&gt;
*** [http://www.ietf.org/rfc/rfc2731.txt RFC2731] defines &amp;lt;code&amp;gt;rel=&amp;quot;schema.AC&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rel=&amp;quot;schema.RC&amp;quot;&amp;lt;/code&amp;gt; with the pattern &amp;lt;code&amp;gt;rel=&amp;quot;schema.PREFIX&amp;quot;&amp;lt;/code&amp;gt; as a syntax for defining namespaces for use in meta[@name], *[@rel], *[@rev] and (as per eRDF) *[@class] attributes. A link to a Dublin Core metadata schema is generally not suitable for end users, so &amp;lt;code&amp;gt;&amp;amp;lt;link href&amp;amp;gt;&amp;lt;/code&amp;gt; appears to be more appropriate than &amp;lt;code&amp;gt;&amp;amp;lt;a href&amp;amp;gt;&amp;lt;/code&amp;gt; for those that use Dublin Core metadata schemas.&lt;br /&gt;
** '''proposal to use in content currently only theoretical'''. Thus unfortunately the use of Dublin Core in user visible content like &amp;lt;code&amp;gt;&amp;amp;lt;a href&amp;amp;gt;&amp;lt;/code&amp;gt; appears to be strictly theoretical. See [http://microformats.org/discuss/mail/microformats-discuss/2008-January/011445.html microformats-discuss/2008-January/011445.html] for a proposal to use Dublin Core in user visible content.&lt;br /&gt;
&lt;br /&gt;
== tools ==&lt;br /&gt;
See [[implementations]].&lt;br /&gt;
&lt;br /&gt;
== related ==&lt;br /&gt;
{{rel-related-pages}}&lt;br /&gt;
* [[elemental-microformats]]&lt;br /&gt;
* [[existing-class-names]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Template:NewMarker-fr&amp;diff=37469</id>
		<title>Template:NewMarker-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Template:NewMarker-fr&amp;diff=37469"/>
		<updated>2009-01-08T10:09:50Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by RolboRotro (Talk) to last version by AndyMabbett&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;padding:2px;background:#AEE219;border:1px solid #679906;color:#000;font-size:0.8em;&amp;quot;&amp;gt;nouveau !&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:RobCrowther&amp;diff=37468</id>
		<title>User:RobCrowther</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:RobCrowther&amp;diff=37468"/>
		<updated>2009-01-08T10:09:49Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by OrdelDrond (Talk) to last version by RobCrowther&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.dotrob.com/cv.html Rob Crowther], a web developer from London, UK.  Currently employed at [http://www.serviceworksglobal.com Service Works Global], my 'spare time' pursuits are mostly online at [http://www.boogdesign.com boogdesign.com].&lt;br /&gt;
&lt;br /&gt;
{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=digital-signatures&amp;diff=37467</id>
		<title>digital-signatures</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=digital-signatures&amp;diff=37467"/>
		<updated>2009-01-08T10:09:47Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CrelnOvare (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Digital Signatures&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents a discussion about digitally signed Microformatted data.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Defined Microformats such as [[hCard]], [[hCalendar]] or [[hReview]] can be formatted to include a digital signature. This document is a definition of a proposed format for the digital signing of Microformatted data. As this format is content agnostic it can be used to build compound signed Microformats from all existing and future Microformats.&lt;br /&gt;
&lt;br /&gt;
In a broad sense, this format (sometimes referred to as hSig) aims to protect the authenticity and authority of content that has been made machine-readable through the use of semantic annotations (e.g. Microformatted data).&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The structure and names are chosen in the style of the W3C Recommendation for XML-Signature Syntax and Processing [http://www.w3.org/TR/xmldsig-core/], the existing XML structure for digital signatures. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Proposed format with example values&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;div class=&amp;quot;hsig&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;canonicalizationmethod url&amp;quot;&lt;br /&gt;
     href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
   Signed using &amp;lt;span class=&amp;quot;signaturemethod&amp;quot;&amp;gt;RSA&amp;lt;/span&amp;gt;.&lt;br /&gt;
   Hashed using &amp;lt;span class=&amp;quot;digestmethod&amp;quot;&amp;gt;SHA1&amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;manifest&amp;quot; title=&amp;quot;vcard:fn,vcard:email&amp;quot;&amp;gt;&lt;br /&gt;
       Name and eMail signed.&lt;br /&gt;
   &amp;lt;/abbr&amp;gt;&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;digestvalue&amp;quot; title=&amp;quot;57c8105e6d944[...]a14c4cea7f53&amp;quot;&amp;gt;&lt;br /&gt;
       The Hash.&lt;br /&gt;
   &amp;lt;/abbr&amp;gt;&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;signaturevalue&amp;quot; title=&amp;quot;7m6NS6ANCa[...]Kl42Rr+Pfw==&amp;quot;&amp;gt;&lt;br /&gt;
       The signature.&lt;br /&gt;
   &amp;lt;/abbr&amp;gt;&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;keyinfo&amp;quot; title=&amp;quot;X509&amp;quot;&amp;gt;&lt;br /&gt;
       I have an X509 certified key.&lt;br /&gt;
   &amp;lt;/abbr&amp;gt;&lt;br /&gt;
   &amp;lt;abbr class=&amp;quot;keyvalue&amp;quot; title=&amp;quot;-----BEGIN CERTIFICATE----- E693c4[...]&lt;br /&gt;
         [...]MIICIzCCAc2gAgANB-----END CERTIFICATE-----&amp;quot; &amp;gt;&lt;br /&gt;
       My X509 certificate containing my public-key.&lt;br /&gt;
   &amp;lt;/abbr&amp;gt;.&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are several differences between this format and the original XML Signature structure:&lt;br /&gt;
* Most notably, the proposed Microformat is less nested. For example, instead of placing digestmethod and digestvalue into a sub-container called reference, the structure was flattened. &lt;br /&gt;
* Fields were added which allow more room for capturing different signature formats. For example, in addition to flattening keyinfo keyvalue was added, which stores information about the key.&lt;br /&gt;
&lt;br /&gt;
== Integration of signature ==&lt;br /&gt;
&lt;br /&gt;
To bind the signature to existing Microformatted content, there are three possibilities (again conforming to the use of XML Signatures).&lt;br /&gt;
&lt;br /&gt;
=== Enveloping signature ===&lt;br /&gt;
For an enveloping signature the hsig container contains the Microformatted content that is signed. The content's sub-properties are referenced in the manifest using the Microformat's name followed by the sub-property, separated by a colon (e.g. vcard:fn).&lt;br /&gt;
=== Enveloped signature ===&lt;br /&gt;
In the case of an enveloped signature the hsig container is contained within the Microformatted micro content that is signed. Again the micro content's sub-properties are referenced in the manifest using the Microformat's name followed by the sub-property, separated by a colon (e.g. vcard:fn ). Figure 2 shows this case.&lt;br /&gt;
=== Detached signature ===&lt;br /&gt;
This case is needed when a signature shall cover more than one micro content from that page. The micro contents that are part of the signature are then referenced using an &amp;lt;object&amp;gt; or &amp;lt;a&amp;gt; HTML element inside the hsig -section. In this case the micro content needs an id, which is then used for reference instead of the Microformat's name. This case is the most complex one and is not further elaborated for brevity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Signed content using an enveloped hsig&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;h1 class=&amp;quot;fn&amp;quot;&amp;gt;SVS - Office&amp;lt;/h1&amp;gt;&lt;br /&gt;
   &amp;lt;a href=&amp;quot;mailto:svs-office@informatik.uni-hamburg.de&amp;quot; class=&amp;quot;email&amp;quot;&amp;gt;Email us.&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
           Tel.: &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;+49 40 42883 - 2510&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
           Fax: +49 40 42883 - 2086 &amp;lt;br/&amp;gt;&lt;br /&gt;
           Room: F-631 &amp;lt;br&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;hsig&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;manifest&amp;quot; title=&amp;quot;vcard:fn, vcard:tel, vcard:email&amp;quot;&amp;gt;&lt;br /&gt;
             This&lt;br /&gt;
      &amp;lt;/abbr&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;digestvalue&amp;quot; title=&amp;quot;57c8105e6dd944[...]a14c4cea7f53&amp;quot;&amp;gt;&lt;br /&gt;
             content&lt;br /&gt;
      &amp;lt;/abbr&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;signaturevalue title=&amp;quot;7m6NS6NCa[...]Kl42Rr+Pfw==&amp;quot;&amp;gt;&lt;br /&gt;
             is signed.&lt;br /&gt;
      &amp;lt;/abbr&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;digestmethod&amp;quot; title=&amp;quot;SHA1&amp;quot;&amp;gt;It was hashed using SHA1.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;signaturemethod&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;And signed using RSA.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
      &amp;lt;abbr class=&amp;quot;keyvalue&amp;quot; title=&amp;quot;-----BEGIN CERTIFICATE----- [....]&lt;br /&gt;
                     [...] CIzCCAc2gAgA-----END CERTIFICATE-----&amp;quot; &amp;gt;&lt;br /&gt;
             My &amp;lt;span class=&amp;quot;keyinfo&amp;quot;&amp;gt;X509&amp;lt;/span&amp;gt; public-key certificate.&lt;br /&gt;
      &amp;lt;/abbr&amp;gt;.&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manifest and sig generation details ==&lt;br /&gt;
&lt;br /&gt;
In our prototype, the manifest is stored under the class name manifest (see above). The manifest is also embedded into the signature this aids security. The manifest first identifies for which Microformat structure the signature has been generated. &lt;br /&gt;
&lt;br /&gt;
After the Microformat identifier, the sub-properties are expressed using their class names (e.g. vcard:fn). Hashes are computed over each sub-property in the manifest and the manifest itself. The hahses are then concatenated in the order they appear in the manifest with the manifest's hash first. This concatenation of hashes is hashed again and stored in digestvalue. &lt;br /&gt;
&lt;br /&gt;
Finally, it is digitally signed using a digital signature algorithm (specified in signaturemethod) and the value is stored in signaturevalue. To allow for an easier verification of the signature and to aid authentication of the signer, the key can be added to hSig as keyvalue. The key could be anything ranging from a PGP Key to an X509 Certificate from a CA. Exactly what key information is appended should be specified in keyinfo even if it might be deductable from the values of the key itself or the signing method used.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/hsig.php A Microformat for Digital Signatures]&lt;br /&gt;
&lt;br /&gt;
=== Related pages ===&lt;br /&gt;
* [[digitalsignature-brainstorming]]&lt;br /&gt;
* [[digitalsignature-examples]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=37466</id>
		<title>events/2007-01-18-sf-microformats-dinner</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=37466"/>
		<updated>2009-01-08T10:09:45Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by ChipaScaer (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= January 2007 San Francisco Microformats Dinner =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Where: Nova. 555 Second St San Francisco, CA 94107. (415) 543-2282. has wifi. can handle perhaps up to about 15 people.&lt;br /&gt;
&lt;br /&gt;
When: Thursday January 18th, 6pm-...&lt;br /&gt;
&lt;br /&gt;
Tags: sanfrancisco soma sopa southpark 2ndstreet nova microformats dinner microformatsdinner microformatsdinnersf microformatsdinnersf20070118 upcoming:event=142548&lt;br /&gt;
&lt;br /&gt;
Who (food prefs).&lt;br /&gt;
&lt;br /&gt;
# [http://tantek.com/ Tantek Çelik] (vegetarian or fish options)&lt;br /&gt;
# [http://theryanking.com/ Ryan King]&lt;br /&gt;
# [http://meyerweb.com/ Eric Meyer] (not spicy)&lt;br /&gt;
# William Lawrence (vegetarian)&lt;br /&gt;
# Kevin Marks (eats anything)  &lt;br /&gt;
# Ben West&lt;br /&gt;
# Derrick Pallas&lt;br /&gt;
# [http://www.flickr.com/people/nhanusek/ Nicole Hanusek]&lt;br /&gt;
# Steve Cohen&lt;br /&gt;
# Barrett Weisshaar (will eat his co-workers if necessary)&lt;br /&gt;
# Chris Messina&lt;br /&gt;
# Tara Hunt&lt;br /&gt;
# James Craig&lt;br /&gt;
&lt;br /&gt;
Upcoming: http://upcoming.org/event/142548&lt;br /&gt;
&lt;br /&gt;
Photos: http://flickr.com/photos/tags/microformatsdinnersf20070118&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hresume-issues&amp;diff=37465</id>
		<title>hresume-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hresume-issues&amp;diff=37465"/>
		<updated>2009-01-08T10:09:39Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by BastaCadom (Talk) to last version by GeoffreySneddon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hResume issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[hresume|hResume]] 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 spec.  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/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
See related [[hcalendar-issues]].&lt;br /&gt;
See related [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issues == &lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2007-10-02 raised by [[User:JeffMcNeill|jeffmcneill]].&lt;br /&gt;
*# ''Support for Awards and for Service sections are not currently implemented''&lt;br /&gt;
*#* I have attempted to use the Experience tag, however am unclear whether this will break things. Please see [http://jeffmcneill.com/microformats/hresume-jeffmcneill.html the example here]. --[[User:JeffMcNeill|jeffmcneill]] 04:09, 2 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2007-06-21 raised by [[User:Steve_Ganz|Steve Ganz]].&lt;br /&gt;
*# ''rel-tag can be difficult to implement for &amp;quot;skill&amp;quot; ''&lt;br /&gt;
*#* In Draft, version 0.1 it is required that each &amp;quot;skill&amp;quot; be marked up with rel-tag. While this is a good idea, and easy to do for individuals, it poses some challenges in the real world for large publishers of user generated resume data.  If rel-tag was optional for &amp;quot;skills&amp;quot;, it would be easier to implement. &lt;br /&gt;
*#* +1, expecting a resume author to link out to a hypothetical tagspace is an unnecessary barrier to entry.  In reality authors end up linking to places like WikiPedia, which is not a real tagspace as defined in rel-tag. We should look at a more complex skill format for both this and the issue below opened by NTollervey. --[[User:CiaranMc|Ciaran McNulty]]&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2007-01-04 raised by [[User:NTollervey|ntoll]].&lt;br /&gt;
*# ''With regard to the &amp;quot;skill&amp;quot; attributes in a resume: often skills have an indication of the level of attainment - be it as a descriptive &amp;quot;tag&amp;quot; or a duration denoting the length of experience of the referenced skill. In fact, abstracting out a &amp;quot;skill&amp;quot; microformat might be useful for re-use in the job-listing (Vacancy?) microformat. That way, job requirements can be married to CVs. Although not a job-site, I like Sourceforge.net's skill inventory feature (that captures both a level and length of experience) although I think its implementation is horrendous.''&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2006-10-19 raised by [[RyanKing]].&lt;br /&gt;
*# ''There's currently no way to say 'present' in hCalendar''&lt;br /&gt;
*#* Many job experience listings will include jobs that the person is presently working at. Ciaran McNulty [http://microformats.org/discuss/mail/microformats-discuss/2006-October/006477.html correctly pointed out] that a blank DTEND does not indicate that the event is still ongoing. We need to find an easy way to make this work in hResume.&lt;br /&gt;
*#* Any solution should also be a valid hCalendar, which makes things even more difficult.  One possible solution would be to use an event without a DTEND for the current period of employment but have some extra class that indicates that within the semantics of hResume it's an ongoing event and let the hCalendar version just indicate the start of the employment. --[[User:CiaranMc|Ciaran McNulty]]&lt;br /&gt;
*#* Although not the best solution, for the time being, a date far ahead in the future (e.g., 2049-12-31) may have practical use (Note: Google Calendar can handle up to but not including year 2050) -- --[[User:Csarven|Sarven Capadisli]] 21:34, 18 November 2008 (UTC)&lt;br /&gt;
*#* I tend to just use the current date for dtend: anything else seems semantically wrong as an abbr of &amp;quot;present&amp;quot;. [[User:GeoffreySneddon|GeoffreySneddon]] 21:46, 19 November 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2006-10-19 raised by [[User:Steve_Ganz|Steve Ganz]].&lt;br /&gt;
*# ''There's currently no way to distinguish different hCard types in hResume''&lt;br /&gt;
*#* In Draft, version 0.1 it is specified that a parent element of &amp;lt;code&amp;gt;address&amp;lt;/code&amp;gt; should be used to the distinguish an hCard as the subject's contact info. This proves problematic to implement because &amp;lt;code&amp;gt;address&amp;lt;/code&amp;gt; cannot contain block level elements. To avoid sacrificing semantic value by restricting the child elements of an hCard to inline elements, we need to settle on an alternate method to classify a subject's hCard as thier contact info.&lt;br /&gt;
*#* In any given experience there may be one or more hCards. One which would be the subject's hCard for that experience and the other for a supervisor or manager, etc. We need a way to distinguish different hCards in a given experience.&lt;br /&gt;
:::* Agreed, when adding my references in hCard to the bottom of my hResume it became apparent there was no way I could mark 'my' hCard as the one belonging to the subject of the hResume.  Perhaps @class=&amp;quot;hcard subject&amp;quot; as a child of the hResume? [[User:CiaranMc|Ciaran McNulty]]&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hresume-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=geo-elevation-examples&amp;diff=37464</id>
		<title>geo-elevation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=geo-elevation-examples&amp;diff=37464"/>
		<updated>2009-01-08T10:09:37Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by OudarOloli (Talk) to last version by RyanKing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Elevation examples=&lt;br /&gt;
&lt;br /&gt;
Examples of published elevations (also known as &amp;quot;altitude&amp;quot; or &amp;quot;height&amp;quot;) to support the proposed [[geo-extension-elevation|elevation extension]] to the [[geo|Geo]] microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* [http://www.aetherworld.org/ Alexander Graf], [http://www.deri.at/ DERI Innsbruck]&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
=== State High Points ===&lt;br /&gt;
*http://www.waypoint.org/gps2-list210.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Abbr&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Date&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;State&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Altitude&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Lat/Long&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;GPS Coords&amp;lt;/th&amp;gt;&lt;br /&gt;
          &amp;lt;th&amp;gt;Topo quad&amp;lt;/th&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;CA&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;./batting.500/&amp;quot;&amp;gt;7/2/2001&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;./batting.500/&amp;quot;&amp;gt;California&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;Mount Whitney&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;14,494&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;36&amp;amp;deg; 35'N,&amp;lt;br&amp;gt;118&amp;amp;deg; 17'W&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;td&amp;gt;36&amp;amp;deg; 34.721'N,&amp;lt;br&amp;gt;118&amp;amp;deg; 17.466'W&amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td&amp;gt;CA Mt. Whitney 1:24,000, Mt. Langley 1:24,000&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Nepal GPS Waypoints ===&lt;br /&gt;
*http://gpsnepal.com/waypoint.php?trek=everest&lt;br /&gt;
&lt;br /&gt;
=== Waypoints Netherland ===&lt;br /&gt;
*http://www.way-points.nl/waypoints/rubriek.asp?cat=2&amp;amp;type=rubriek&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
* Used by Wikipedia e.g. [http://en.wikipedia.org/wiki/Avers Avers]; [http://en.wikipedia.org/wiki/List_of_volcanoes_in_Argentina volcanoes in Argentina]; [http://en.wikipedia.org/wiki/Special:Whatlinkshere/Template:Infobox_Telescope telescopes]&lt;br /&gt;
*Used (as &amp;quot;height&amp;quot;) by PoI66 in GPS tracks, e.g [http://www.poi66.com/maps/show_earth.php?album=wip&amp;amp;lat=35.58756&amp;amp;lon=27.06803&amp;amp;extent=0.1&amp;amp;title=Beach%20van%20Lefkos%20]&lt;br /&gt;
*Used by Great Circle Mapper, e.g [http://gc.kls2.com/airport/BHX BHX]&lt;br /&gt;
*Used by UK Govt. Met Office &lt;br /&gt;
**as &amp;quot;AMSL&amp;quot; = height Above Mean Sea Level e.g. [http://www.metoffice.gov.uk/climate/uk/averages/19611990/sites/penkridge.html Penkridge Weather station]&lt;br /&gt;
** as &amp;quot;Altitude above mean sea level&amp;quot; e.g. [http://www.metoffice.gov.uk/weather/uk/wm/coleshill_latest_weather.html Coleshill Latest Weather]&lt;br /&gt;
*[http://www.gpsvisualizer.com/ GPS Visualizer] - plots waypoints with altitudes as a [http://www.gpsvisualizer.com/profile profile] ([http://www.gpsvisualizer.com/examples/profile_biking_uc.gif example profile])&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{geo-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-user-interface&amp;diff=37463</id>
		<title>hcard-user-interface</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-user-interface&amp;diff=37463"/>
		<updated>2009-01-08T10:09:34Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by AcelcOzell (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hCard User Interface &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
This page is for techniques and issues surrounding [[user-interface|user-interfaces]] to author, publish, and display [[hcard|hCards]].&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://allinthehead.com/ Drew McLellan]&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
&lt;br /&gt;
== Single Input Field for Names ==&lt;br /&gt;
When capturing name data that is later to be presented as a hCard, it's important that the data is collected at the highest fidelity possible. As not all names are suitable for hCard's implied-n optimisation (and therefore can't be output as &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;, with &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; omitted), capturing component parts of the name individually enables the proper construction on &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; when generating the hCard.&lt;br /&gt;
&lt;br /&gt;
Sometimes, however, constraints require a name be collected with a single field. Once such example is common blog CMSs (WordPress, TextPattern) that use a single database field to store the name against each post comment. In such cases it is &amp;lt;em&amp;gt;always&amp;lt;/em&amp;gt; desirable to find a way to collect the name with higher fidelity. However, if this simply cannot be done, the implementer could chose to attempt to best-guess the component parts of the name to form a valid &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
One suggested 'best-guess' algorithm might be:&lt;br /&gt;
&lt;br /&gt;
# If the name is one word, attempt [[hcard#Implied_.22nickname.22_Optimization|implied nickname optimization]]&lt;br /&gt;
# If the name is two words, attempt [[hcard#Implied_.22n.22_Optimization|implied n optimization]]&lt;br /&gt;
# For three or more words&lt;br /&gt;
## Perform a lookup against known sub-name combinations (e.g. 'Sarah Jane', 'Vander Wal')&lt;br /&gt;
## Apply the grammar &amp;quot;(honorific-prefix) given-name additional-name(s) family-name (honorific-suffix)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The principal behind this suggestion is that it's better to make a good guess and potentially miscategorise an ambiguous name component than to generate an invalid hCard.&lt;br /&gt;
&lt;br /&gt;
== Additional user interface ==&lt;br /&gt;
Some examples of additional user interface for hCard. Note that most of these actions should be applicable to all instances of the microformat on the page at once (e.g. export all contacts), of 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;
=== address book integration ===&lt;br /&gt;
* &amp;quot;Add to Address Book&amp;quot; (convert the hCard to a vCard (.vcf) and pass it onto the OS to automatically open/incorporate into the user's preferred local address book application)&lt;br /&gt;
* add to Gmail, Yahoo Mail, Hotmail address book (etc.)&lt;br /&gt;
=== desktop to phone transfer ===&lt;br /&gt;
* send to Bluetooth, for quick transfer of contact info from the web to a cell phone.&lt;br /&gt;
* display contact details in an on-screen or downloadable [[semacode]], [[qr_code]] or other [[2d_barcodes]] (to allow them to be read by mobile devices)&lt;br /&gt;
&lt;br /&gt;
=== telephony integration ===&lt;br /&gt;
* If a &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; (phone number) having type &amp;lt;code&amp;gt;home&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;work&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;cell&amp;lt;/code&amp;gt; is present, provide options to dial it (NB applies to one number at a time only; except for possible conference-call uses) directly, or via&lt;br /&gt;
** built-in modem&lt;br /&gt;
** bluetooth command to a paired device (e.g. cell phone)&lt;br /&gt;
** default telephony app (e.g. skype-out)&lt;br /&gt;
* If a &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; (phone number) having type &amp;lt;code&amp;gt;home&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;work&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;cell&amp;lt;/code&amp;gt; is present, provide options to send MMS:&lt;br /&gt;
**directly&lt;br /&gt;
**using on-line service&lt;br /&gt;
** bluetooth command to a paired device (e.g. cell phone)&lt;br /&gt;
=== fax integration ===&lt;br /&gt;
* If a &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; of type &amp;lt;code&amp;gt;fax&amp;lt;/code&amp;gt; is present, provide options to send a fax to it via:&lt;br /&gt;
** efax online service&lt;br /&gt;
** built-in fax modem&lt;br /&gt;
=== birthday planning ===&lt;br /&gt;
* If a birth-date is present, treat it as a recurring hCalendar event.&lt;br /&gt;
=== address canonicalization ===&lt;br /&gt;
* Given a postal code (or other partial address) fetch the full, canonical postal address for the relevant authority's website (e.g. [http://postcode.royalmail.com/portal/rm/postcodefinder]). If no country is defined, used the user's locality as the default.&lt;br /&gt;
&lt;br /&gt;
=== data export ===&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;
&lt;br /&gt;
==see also==&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User_talk:JamesCraig&amp;diff=37462</id>
		<title>User talk:JamesCraig</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User_talk:JamesCraig&amp;diff=37462"/>
		<updated>2009-01-08T10:09:32Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by EltliOucna (Talk) to last version by AndyMabbett&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Welcome to the microformats wiki. I [http://microformats.org/wiki?title=hcard-issues&amp;amp;diff=next&amp;amp;oldid=13735 moved your issues about country-codes to the hCard issue page]. &amp;quot;[[adr]]&amp;quot; is a subset of [[hCard]], and &amp;quot;issues&amp;quot; pages are used for raising such matters. [[User:AndyMabbett|Andy Mabbett]] 01:24, 25 Feb 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=faq-ja&amp;diff=37461</id>
		<title>faq-ja</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=faq-ja&amp;diff=37461"/>
		<updated>2009-01-08T10:09:29Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by ViracCacna (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- english: 10:56, 14 Oct 2007 --&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt; Microformats FAQ &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
microfotmatsについてよく聞かれる質問とその答えのページです。 For frequently asked questions from the [[press]], see [[press-faq]].&lt;br /&gt;
&lt;br /&gt;
If you're looking for a microformat for marking up FAQs, see [[question-answer]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Wiki特有の質問 ==&lt;br /&gt;
===Q: ''ユーザー名はどうやって作りますか? どのようなユーザー名が望ましいですか?''===&lt;br /&gt;
&lt;br /&gt;
A: まずは、 http://en.wikipedia.org/wiki/Wikipedia:Username を読んでください。また、ユーザー名としては、ペンネームやハンドルなどよりも本名の方が好まれます。本名を用いると、より高い透明性や責任を伴うと考えられるからです。さらに、ユーザー名の最初の文字は大文字である必要があります。これは登録の際に最も問題になることの一つです。ユーザー名としては、例えば「RyanKing」のようにあなたの氏名のWikiCaseバージョンはどうでしょうか?&lt;br /&gt;
&lt;br /&gt;
== Email list ==&lt;br /&gt;
===Q: ''I've joined the discussion mailing list but am not seeing my replies anywhere. Why?''===&lt;br /&gt;
&lt;br /&gt;
A: There is no moderation on microformats-discuss, but it only accepts posts from subscribers. You MUST post to microformats-discuss using the email address you used to subscribe.&lt;br /&gt;
&lt;br /&gt;
===Q: ''What does &amp;quot;The message's content type was not explicitly allowed&amp;quot; mean?'' ===&lt;br /&gt;
&lt;br /&gt;
A: Please go read [http://microformats.org/mailinglists-policies/ mailinglists-policies]. In particular note:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
'''No HTML or RTF e-mail''' period, end of story, full stop. Your mail client should let you configure it so you can send plain text messages. Make use of this ability or else there are no guarantees that anyone will be able to read your email.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
The mailing lists are set up to automatically reject email that is sent as text/html.  Thus please configure your email client to send plain text (text/plain) email.&lt;br /&gt;
&lt;br /&gt;
== microformatについての基本的な質問 ==&lt;br /&gt;
===Q: ''What does ''xxx'' mean?''===&lt;br /&gt;
&lt;br /&gt;
A: See our [[glossary]].&lt;br /&gt;
 &lt;br /&gt;
===Q: ''Who uses microformats?'' ===&lt;br /&gt;
 &lt;br /&gt;
A: See a list of [[notable-users|some notable users]]; [[examples-in-wild|other microformat users]] and [[implementations|tools using microformats]].&lt;br /&gt;
&lt;br /&gt;
===Q: ''When should I use a microformat? What are they for?&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
A: You are writing some HTML that contains useful human-readable information (such as a piece of contact information). You say to yourself: I would like to mark this up with some classes now for styling. You look up the relevant microformat, and you&lt;br /&gt;
pull in the standard names. You don't have to make your own up, and now your page is machine-readable too. Bonus!&lt;br /&gt;
&lt;br /&gt;
Microformats are designed to make the data you already publish for humans available to machines. It allows applications as simple as cut-and-paste or as complex as a search engine to use your data effectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q: ''microformatsは(X)HTMLに依存していますか?''===&lt;br /&gt;
&lt;br /&gt;
A: Microformatsは埋め込んで使うものです。(X)HTMLやRSS、Atomなどに埋め込むことができます。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q: ''microformatsは素晴らしいと思います。私にも何か協力できることがありますか?''===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 古い英文の翻訳&lt;br /&gt;
A: microformatsについての議論に参加するための方法は http://microformats.org/discuss にあります。[[to-do]]リストにある内容について一緒に話しましょう。--&amp;gt;&lt;br /&gt;
A: Take a look at [[get-started]] for how to implement microformats yourself, and the [[to-do]] list for things to help out with. See http://microformats.org/discuss to see some ways to join the conversations about microformats.&lt;br /&gt;
&lt;br /&gt;
===Q: ''I'd like to make a donation to the microformat cause. How can I do this?''===&lt;br /&gt;
&lt;br /&gt;
A: Thank you for your willingness to support microformats. We've only recently started this site and have decided that while we are figuring out exactly how to accept donations, we will be passing along donations to other good causes.  Please consider donating to another cause like Red Cross, perhaps directed to help victims of recent natural disasters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q: ''microformatsにはどのような実装がありますか?'' ===&lt;br /&gt;
&lt;br /&gt;
A: [[implementations-ja|実装]]ページを見てください。&lt;br /&gt;
&lt;br /&gt;
===Q: ''Which microformats should I implement?''===&lt;br /&gt;
&lt;br /&gt;
A: Chances are you that your website already has data very similar to several microformats. For example, you probably have people and/or their contact information somewhere. That information could be marked up with [[hcard|hCard]], see the [[hcard-authoring|hCard authoring]] page for step by step instructions. If you are publishing press releases, try using [[hatom|hAtom]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q: ''Do you have any link badges I can add to my website/blog?''===&lt;br /&gt;
&lt;br /&gt;
A: There are some [[buttons]] but we can certainly use more!  Please contribute what you come up with!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q. ''Are there any tools that support microformats?''===&lt;br /&gt;
&lt;br /&gt;
A. Yes...tons... [[implementations]].&lt;br /&gt;
&lt;br /&gt;
===Q. ''Is there a way to indicate that a given web page contains markup that conforms to one or more microformats?'' ===&lt;br /&gt;
&lt;br /&gt;
A. The HTML HEAD element's '&amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt;' attribute alerts applications to the potential presence of microformats. The [http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.4.4.3 W3C HTML Specification] describes more about the profile attribute, and the [http://gmpg.org/xmdp/description XMDP description] documents how it is used.&lt;br /&gt;
&lt;br /&gt;
===Q. ''What about using new URI schemes instead of class names, e.g. for geo information?''===&lt;br /&gt;
&lt;br /&gt;
A. In general, it is more work, and less content-publisher friendly, to ask publishers to use URI schemes instead of class names.&lt;br /&gt;
&lt;br /&gt;
Authors aren't publishing links to geo information.&lt;br /&gt;
&lt;br /&gt;
They're publishing *visible text* of [[geo]] information.&lt;br /&gt;
&lt;br /&gt;
So the easiest thing to do, for the author, is to leave it as visible text.&lt;br /&gt;
&lt;br /&gt;
Thus, it makes the most sense to do the simple thing of just wrapping that&lt;br /&gt;
visible text with a little bit of markup, rather than asking the author to&lt;br /&gt;
move (or copy) it into an attribute, which may or may not require a&lt;br /&gt;
reformatting of the data as well.&lt;br /&gt;
&lt;br /&gt;
It would make sense from a usability persepective to hyperlink geo information to a maps page or something, so that clicking it actually does something.  If you forced them to use a hypothetical &amp;quot;geo:&amp;quot; protocol instead, then that would interfere, since you can only hyperlink something to one destination.&lt;br /&gt;
&lt;br /&gt;
===Q: ''Who controls microformats?''===&lt;br /&gt;
&lt;br /&gt;
A: An open community. Microformats are open standards licensed under Creative Commons Attribution. Much of the work here was begun on [http://developers.technorati.com/wiki Technorati's Developer Wiki], but Technorati has since divested control of these microformat standards to the open community here. The microformats.org domain is registered to Rohit Khare(see [http://whois.uberdose.com/microformats.org Whois microformats.org]), CommerceNet is graciously hosting the servers, but claims no control over microformat standards. Anyone may follow the established [[process]] and contribute towards the development of microformat standards.&lt;br /&gt;
Any required [[governance]] of the microformats IRC channel, wiki, and mailing lists (and very little ''has been'' required) is discussed by a group of volunteer administrators, who are listed on that page.&lt;br /&gt;
&lt;br /&gt;
===Q: ''Who is the registrar for microformats?''===&lt;br /&gt;
&lt;br /&gt;
A: There is no central registry. Microformats are registered in a distributed manner using profiles. For more information on profiles see http://microformats.org/wiki/profile-uris and http://gmpg.org/xmdp/&lt;br /&gt;
&lt;br /&gt;
Conflicts and interoperability are managed through social processes rather than a formal registry. Current microformat profiles can be found at http://gmpg.org,  http://w3.org, and http://microformats.org.&lt;br /&gt;
&lt;br /&gt;
===Q: ''So multiple microformats with the same name can be valid?''===&lt;br /&gt;
&lt;br /&gt;
A: Yes. The community at microformats.org can hopefully play a role in determining which is preferred by bringing interested folks together in one place and helping them resolve that question.  As long as each microformat maintains a valid profile, each can be used effectively.&lt;br /&gt;
&lt;br /&gt;
===Q: ''How do I validate my microformated content?''===&lt;br /&gt;
&lt;br /&gt;
A: Currently there is no automatic general-purpose validator for microformats (See [[to-do#for_all_microformats|To Do - for all microformats]]). There are however some microformat-specific tools listed on the [[implementations]] page which can help with validation. [https://addons.mozilla.org/firefox/4106/ Operator] does a good job of compliant parsing for microformats in general. For [[hcard|hCard]], try the [http://feeds.technorati.com/contacts/ Technorati Contacts Feed service]. For [[hcalendar|hCalendar]], try the [http://feeds.technorati.com/events/ Technorati Events Feed service]. Also, posting your examples to the [http://microformats.org/discuss microformats-discuss mailing list], and adding them to the respective examples/implementations sections/pages will very often get folks from the community to review and validate them for you.&lt;br /&gt;
&lt;br /&gt;
===Q: ''How do microformats breach language barriers?''===&lt;br /&gt;
'''Would we have to &amp;quot;force&amp;quot; non-English speaking web page developers to use something like class=&amp;quot;name&amp;quot; (as opposed to &amp;quot;namen&amp;quot; or &amp;quot;nom&amp;quot;) for their productions to be properly indexed by agents?'''&lt;br /&gt;
 &lt;br /&gt;
A: Yes, but that's no different to using English words like &amp;quot;class&amp;quot;, &amp;quot;span&amp;quot; or &amp;quot;head&amp;quot;. This was briefly discussed on the microformats-discuss list most recently as &amp;quot;Language Maps&amp;quot; but has been raised before that. Some folks have raised the issue that microformats use English names for properties, and they would like alternate (non-English) names in other (natural) languages, and perhaps try to establish a mapping between them. As microformats property names are based on existing standards (see [[process]], and [[naming-principles]]), this is another problem that is far outside the scope of microformats. As Ryan King put it, this is a pre-existing (unsolved) &amp;quot;problem&amp;quot; with English-based HTML, the English-based CSS, the English-based HTTP and so on. Note that this is NOT about the internationalization of the content and data itself - which is of course an excellent goal, advocated and promoted by microformats and the standards they are based on (e.g. W3C, IETF). This is purely about the names of the properties (and enumerated values) in the formats. See also [[internationalization]].&lt;br /&gt;
 &lt;br /&gt;
===Q: ''How come microformats sometimes to linger as Drafts even though they seem usable?'' ===&lt;br /&gt;
 &lt;br /&gt;
A: [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F Tantek] went over this at the recent [http://2007.sxsw.com/interactive/programming/panels/?action=show&amp;amp;id=IAP060234 The Growth and Evolution of Microformats] panel at [http://en.wikipedia.org/wiki/South_by_Southwest SXSW]. He conveyed that it was important to have a basic software implementation -- even an experimental one -- before moving a format from Draft to Specification. It can sometimes be hard to recognize subtle inconsistencies within a format by eye; however, in the process of implementing a format-reader in code, inconsistencies (if any) can become much more noticeable (due to [[dry | DRY / Don't Repeat Yourself]], among other programming best practices). Then, once such a tool has been created (in effect, confirming the programmability of the format), it can be transitioned to a Specification (so as to encourage other machine-based implementations).&lt;br /&gt;
&lt;br /&gt;
== 新しいmicroformatsの作成や提案について ==&lt;br /&gt;
&lt;br /&gt;
===Q. ''I would like to author a new microformats open standards specification for my site/business.  How do I get started?''===&lt;br /&gt;
&lt;br /&gt;
A. The first thing to do before attempting a new microformat open standard is to make as much use of [[POSH]] and existing [[microformats]] open standards as possible in whatever site you are looking to mark up with your new microformat, as a way of learning what is left to be done. That is, at a minimum first:&lt;br /&gt;
* Mark up all people and organizations as [[hcard|hCards]].&lt;br /&gt;
* Mark up all events and time based things as [[hcalendar|hCalendar]] events.&lt;br /&gt;
* Mark up all reviews as [[hreview|hReviews]].&lt;br /&gt;
* etc.&lt;br /&gt;
Then join the microformats [http://microformats.org/discuss discuss list], and ask folks what they think of your use of the microformats and if it can be improved.&lt;br /&gt;
&lt;br /&gt;
From that experience you will then be able to figure out what is left to be specified.  Otherwise it is too hard to approach the &amp;quot;whole problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Once you have completed that, take a look at the microformats [[process]] for how to walk through the steps of creating a new microformat, and note the specific problem you are trying to solve to the microformats-discuss list.  This will help you find more people to help you solve the problems you are trying to solve.&lt;br /&gt;
&lt;br /&gt;
===''Q 過去に提案されたmicroformatsのアイデアにを知りたいのですが、どうすればいいですか?''===&lt;br /&gt;
&lt;br /&gt;
A. 提案されて却下されたmicroformatsのリストがありますので、それをチェックしてください。&lt;br /&gt;
* [[rejected-formats]]&lt;br /&gt;
&lt;br /&gt;
===Q. ''What if I can't find real-world examples of a standard I'd like to propose?''===&lt;br /&gt;
&lt;br /&gt;
A. If we can't find real-world examples of the '''types of data''' a proposal would address, it's probably not suitable for a microformat. If we only can't find real-world examples of the '''specific markup''' a proposal would use for that data, however, that's not really a problem. It's actually the lack of such standard markup in real-world publishing around a specific problem that suggests the need for increased consensus.&lt;br /&gt;
&lt;br /&gt;
== それぞれのmicroformasに関する質問 ==&lt;br /&gt;
個別のmicroformatsに関する質問については、それぞれのFAQを見てください。&lt;br /&gt;
* [[hatom-faq]]&lt;br /&gt;
* [[hcalendar-faq]]&lt;br /&gt;
* [[hcard-faq]]&lt;br /&gt;
* [[hreview-faq]]&lt;br /&gt;
* [[rel-faq]]&lt;br /&gt;
* [[rel-tag-faq]]&lt;br /&gt;
* [http://gmpg.org/xfn/faq xfn-faq]&lt;br /&gt;
* [[xfolk-faq]]&lt;br /&gt;
* [[xmdp-faq]]&lt;br /&gt;
* [[xoxo-faq]]&lt;br /&gt;
&lt;br /&gt;
== Class interactions ==&lt;br /&gt;
&lt;br /&gt;
===Q. ''ページスタイリング上の問題が発生するようなclass名はありますか?''===&lt;br /&gt;
&lt;br /&gt;
A. あるかも知れません。ただ、仮に問題が発生したとしても、文脈セレクタを用いることで容易に回避できるでしょう。&lt;br /&gt;
&lt;br /&gt;
===Q. ''How does the use of class values for semantics interact with the use of class values for attaching CSS styles?''===&lt;br /&gt;
&lt;br /&gt;
A. The class attribute takes a space separated set of class names [http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.2 HTML4 reference]. Thus both author and microformat defined class names may be used in the same class attribute. In addition, microformat class names provide the author with a consistent set of class names to use for styling. If the author is already using using specific class names, they can continue to do so, and include microformat class names. If the author is already using a class name that happens to also be a microformat class name, then the author may want to consider using contextual CSS class selectors to make sure that avoid any unintentional styling effects.&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
* [http://tantek.com/log/2002/12.html#L20021216 A Touch Of Class]&lt;br /&gt;
* [http://tantek.com/log/2004/07.html#classmeaningnotshow Class For Meaning Not For Show]&lt;br /&gt;
* [http://www.meyerweb.com/eric/thoughts/2004/07/18/competent-classing Competant Classing], by Eric Meyer for discussion of choosing class names in (X)HTML&lt;br /&gt;
* [http://www.microformats.org/blog/2005/10/19/more-than-styling/ Class attributes are about more than styling] - Ryan King dispells common misconceptions about the ''HTML'' class attribute.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt;と&amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt;のセマンティクス ==&lt;br /&gt;
&lt;br /&gt;
===Q. ''Is it semantically meaningless to use divs?'' ===&lt;br /&gt;
&lt;br /&gt;
A. Yes, both &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; have nearly no semantics. &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; can be used to represent a &amp;quot;division&amp;quot; of the page content. Similarly &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; can be used to reperesent that that &amp;quot;span&amp;quot; of text has some meaning, but the specifics of what that meaning is undefined by the &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Q. ''Does the use of &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; elements add any semantics to web pages?''===&lt;br /&gt;
&lt;br /&gt;
A. According to the [http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.4 HTML 4 spec], &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; &amp;quot;offer a generic mechanism for adding structure to documents.&amp;quot; Their only meaning is in dividing documents into sections, and as such, their presence implies that the content within has a specific, but undefined by the element markup, semantic. Thus they are nearly semantic-free.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
===Q. ''Why do the examples on the wiki use &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; for nearly everything?''===&lt;br /&gt;
&lt;br /&gt;
A. &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code class=&amp;quot;element&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; are generic elements in HTML. When you use microformats, you should pick the most specific semantic element available for the semantics you are trying to express. You might, for example, apply &amp;lt;code&amp;gt;class=&amp;quot;vevent&amp;quot;&amp;lt;/code&amp;gt; to a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; to a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== classのセマンティクス ==&lt;br /&gt;
&lt;br /&gt;
===Q. ''How will microformat class names impact page size?''===&lt;br /&gt;
&lt;br /&gt;
A. You probably won't notice any impact on page size when authoring with microformats.  Our experience is that people use comparably sized class names, and [[semantic-class-names|semantic class names]] are now considered an industry best practice.  Some sites are successfully publishing millions of microformats, and we haven't heard any complaints yet.  You are more likely to gain space savings by more fully adopting [[microformats#the_microformats_principles|the principles of microformats]], and eliminating tables for layout.&lt;br /&gt;
&amp;lt;span class=&amp;quot;todo&amp;quot;&amp;gt;''TODO: Consider creating a new section for web authoring tips?  Or at least linking to another site that advocates good authorship.''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Q. ''1つの要素に複数のclass名を付けることはできますか?''===&lt;br /&gt;
&lt;br /&gt;
A. できます。class属性の値は、空白区切りを入れることで複数のclass名を書くことができます。例えば次のようになります。&lt;br /&gt;
   &amp;amp;lt;p class=&amp;amp;quot;todo idea&amp;amp;quot;&amp;amp;gt;Write high quality and simple mark-up.&amp;amp;lt;/p&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
W3C HTML 4.01 Specificationのclass属性についての記述も見てください: [http://www.w3.org/TR/html401/struct/global.html#adef-class 7.5.2 Element identifiers: the id and class attributes]&lt;br /&gt;
&lt;br /&gt;
===Q. ''Do (X)HTML class names have semantics?''===&lt;br /&gt;
&lt;br /&gt;
A. The HTML4 specification does not define any particular class values [http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.2 REF], nor does it define any particular semantic for class values [http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.2 REF], except that they &amp;quot;may be used for general user agent processing&amp;quot; [http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.2 REF]. However, the [http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot; draft of &amp;quot;Hypertext Links in HTML&amp;quot;], allows for a &amp;quot;profile&amp;quot; to define meanings for those classes. [http://gmpg.org/xmdp/ XMDP] is a format for defining meta data profiles for (X)HTML, and thus an XMDP profile can be used to define the meanings of class names. &lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [http://tantek.com/log/2002/12.html#L20021216 A Touch Of Class]&lt;br /&gt;
* [http://www.w3.org/TR/WD-htmllink-970328 Hypertext Links in HTML]&lt;br /&gt;
&lt;br /&gt;
===Q. ''I thought one of the main goals of CSS was to separate data from presentation. Isn’t this sneaking presentation back into data?''===&lt;br /&gt;
&lt;br /&gt;
A. This is a quite commonly expressed objection to the way microformats uses class, but it's based on a misunderstanding of the way the class attribute in HTML was designed. Yes, class is very commonly,and appropriately used by web designers in conjunction with CSS to style pages, and in truth, it is often overused for that, but despite this, class, according to the HTML specification &amp;quot;has several roles in HTML&amp;quot;, including [http://www.w3.org/TR/html4/struct/global.html#h-7.5.2 &amp;quot;for general purpose processing by user agents&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
Microformats utilize this second aspect of the class (and id) attribute, and do so legitimately. It is not an abuse of the class or id attribute to use it to add semantic context to a document. Nor is the use of class in and of itself presentational - in fact, it is an important mechanism for separating presentation from structured content. &lt;br /&gt;
&lt;br /&gt;
For some more on using class semantically, here are some articles&lt;br /&gt;
&lt;br /&gt;
* [http://meyerweb.com/eric/thoughts/2004/07/18/competent-classing Competent Classing by Eric Meyer]&lt;br /&gt;
* [http://www.w3.org/QA/Tips/goodclassnames Use class with semantics in mind, W3C]&lt;br /&gt;
* [http://tantek.com/log/2004/07.html#d20t2359 More about the class attribute, Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
== microformatsとspam ==&lt;br /&gt;
===Q. ''Given that Google now looks at hidden content as potential spam, will invisible microformats be considered spam?''===&lt;br /&gt;
&lt;br /&gt;
A. It is advisable not to hide information in your site, regardless of whether it is microformatted or not.  Microformats provide a mechanism for marking up ''visible'' content. Any mechanism for embedding ''invisible'' or hidden content risks being considered spam due to the fact that invisible (meta)data inevitably ends up being abused.  Avoid invisible (meta)data.  Publish visible data.&lt;br /&gt;
&lt;br /&gt;
== abbrとtitleに関するデザインパターン ==&lt;br /&gt;
===Q. ''Why is ABBR being used when the title attribute is available on all HTML elements?''===&lt;br /&gt;
&lt;br /&gt;
In the datetime design pattern the title attribute is used for the value of the property and the node value is used as the display value. &amp;amp;lt;abbr title=&amp;quot;value-here&amp;quot;&amp;amp;gt;Display-Here&amp;amp;lt;/abbr&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
A. The short answer is that &amp;amp;lt;abbr&amp;amp;gt; has the correct semantics.&lt;br /&gt;
&lt;br /&gt;
The longer answer is that the value is often an abbreviated version of the formal value. Of course, if you don't want to use an &amp;amp;lt;abbr&amp;amp;gt;, you can use another element like this:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;abbr title=&amp;quot;2006-12-31T12:59:59Z&amp;quot; class=&amp;quot;dtstamp&amp;quot;&amp;amp;gt;New Year&amp;amp;lt;/abbr&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;dtstamp&amp;quot;&amp;amp;gt;2006-12-31T12:59:59Z&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition, microformats encourage the content to be visible and thus prefer the text of an element rather than using the 'title' attribute or any other less visible alternative.  The exception is made for datetimes and abbr due to the fact that microformats are for humans first, machines second.  Thus the content of the abbr element is used to provide human visible content and the machine equivalent is placed in the less visible (but still easily verifiable) 'title' attribute.&lt;br /&gt;
&lt;br /&gt;
== 要素の入れ子 ==&lt;br /&gt;
===Q. ''&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;vcard fn org&amp;amp;quot; id=&amp;amp;quot;club&amp;amp;quot;&amp;amp;gt;...&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;としたいのですが、良いのでしょうか?''===&lt;br /&gt;
&lt;br /&gt;
A. ダメです。[[hcard-faq#nesting-properties]]を見てください。&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[misconceptions]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming-fr&amp;diff=37345</id>
		<title>distributed-conversation-brainstorming-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming-fr&amp;diff=37345"/>
		<updated>2009-01-06T08:07:30Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by ZelgeTtrpa (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=citeRel brainstorming=&lt;br /&gt;
Différentes parties ont proposé des microformats apparentés aux citations et aux conversations en ligne distribuées. Ryan King et Eran Globen ont démarré avec hVia (qui est devenu citeVia et plus tard citeRel :-)). Vous pouvez voir la conversation dans ces billets de blogs : &lt;br /&gt;
&lt;br /&gt;
Les gens citent déjà leurs sources dans leurs billets de blogs et ce serait génial (et ne devrait pas être trop difficle) de tracer cette information. Dans cette veine-là, lisez [http://theryanking.com/blog/archives/2005/05/06/hvia/ ce billet] qui couvre l'idée initiale sur le sujet. ([http://theryanking.com/blog/archives/2005/05/09/citevia/ Ceci] était un billet de relance).&lt;br /&gt;
&lt;br /&gt;
Plus tard, [http://hellononline.com Eran] [http://hellonline.com/blog/?p=18 a étendu l'idée] pour couvrir non seulement via des citations, mais aussi les réponses et mises à jour. Billet de relance [http://hellonline.com/blog/?p=19 ici].&lt;br /&gt;
&lt;br /&gt;
[[distributed-conversation-examples-fr|distributed-conversation-exemples]]&lt;br /&gt;
&lt;br /&gt;
== Note pour les citations générales de texte ==&lt;br /&gt;
&lt;br /&gt;
Cette page est complètement dédié à propos de citations d'hyperliens, soit explicitement à travers l'usage d'un &amp;lt;code&amp;gt;&amp;amp;lt;a href&amp;amp;gt;&amp;lt;/code&amp;gt; ou d'un attribut essentiellement caché &amp;quot;cite&amp;quot; sur les éléments &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;&amp;amp;lt;q&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Pour les citations de texte général, jetez un oeil svp sur : &lt;br /&gt;
* [[cite-examples-fr|cite-exemples]], [[cite-formats-fr|cite-formats]], [[cite-brainstorming-fr|cite-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
==Problème==&lt;br /&gt;
L'idée basique que nous essayons de résoudre ici est le suivi de conversation distribuée - plus spécifiquement, la conversation distribuée entre billets de blog - l'étendue est intentionnellement limitée ici, même si d'autres aspects de conversation distribuée sont certainement importants et en rapport.&lt;br /&gt;
&lt;br /&gt;
:Une plus petite portion du problème est dans l'identification des sources faisant le plus autorité dans un fil de discussion à l'échelle du web. En recherchant n'importe quoi, la capacité d'identifier une source primaire est inestimable. Ajouter ce type d'ordinalité ajouterait de la valeur à n'importe quelle liste de liens apparentés tel qu'une page tag.&lt;br /&gt;
&lt;br /&gt;
::Trouver une source faisant autorité n'est pas un problème plus petit, mais un plus grand problème - vous devez avoir la totalité du graphe de la conversation afin de trouver les noeuds racines. --RyanKing&lt;br /&gt;
&lt;br /&gt;
:::la définition de l'Autorité ici est trouble au possible. Bien au delà du champ de cette discussion. --[[User:EranGloben|EranGloben]] 13:41, 21 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
:Citer ('quoting' ou faire référence à une source faisant autorité ou précédente) et donner un coup de chapeau (donner crédit à une source non primaire pour appeler l'attention vers un source initiale d'autorité) sont sûrement deux animaux différents. L'étiquette commune suggère l'utilisation de tags ancres parce qu'ils peuvent être mis en marche par l'utilisateur&lt;br /&gt;
&lt;br /&gt;
:J'ai plongé aux alentours du [http://www.w3.org W3C] et trouvé que rel=&amp;quot;cite&amp;quot; est ''already déjà défini'' dans [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-metaAttributes.html XHTML Metainformation Attributes Module]. Dans [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-hyperAttributes.html XHTML 2.0 Hypertext Attribute Collection], les attributs href et cite sont définis et peuvent coexister mais se comportent différemment : L'attribut href &amp;quot;spécifie un URI qui est déclenché quand l'élément est activé&amp;quot;. Pour l'attribut cite, &amp;quot;Les Agents Utilisateurs DOIVENT fournir un moyen pour l'utilisateur de mettre en marche le lien&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
::Ceci a déjà été couvert dans les billets de blogs ci-dessus. Il est admis néanmoins que cela ait besoin d'être porté dans ce document. --RyanKing&lt;br /&gt;
&lt;br /&gt;
:Attendu que les auteurs apprécient en général de voir leurs travaux cités avec des hyperliens, et attendu que les utilisateurs peuvent être recensés dessus pour citer des sources primaires et non primaires simultanément sans les différencier, et attendu que l'unique différence entre une citation primaire et une citation non primaire est le potentiel pour des vias skippés au moment d'être considérés dans une conversation distribuée, et attendu que l'utilisation de spécifications existantes est préférées à la création de systèmes redondants, et alors qu'augmenter les attributs est moins sévères que d'accroître les éléments imbriqués, je propose qu'une bonne définition et l'utilisation de rel=&amp;quot;cite&amp;quot; résoudra le problème de créditer les sources via des ancres. &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Je vois la conclusion comme complètement à l'opposé. Parce que rel=&amp;quot;cite&amp;quot; *est* défini dans les drafts XHTML2, et que les microformats vous permettent d'ajouter *désormais* des valeurs rel au HTML4/XHTML1, adopter la même convention fait beaucoup de sens.&lt;br /&gt;
&lt;br /&gt;
::Si c'est le cas, cela soutient le cas en faveur de rel=&amp;quot;cite&amp;quot; (à l'opposé de quelque autre valeur comme rel=&amp;quot;source&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
::Dans un microformat relCite, vous définiriez la valeur &amp;quot;cite&amp;quot; en la référençant normativement XHTML2, plutôt que de la redéfinir (même en copiant collant la définition à partir de la spec XHTML2 -- bien qu'on pourrait faire ainsi &amp;quot;informativement&amp;quot;), tout simplement comme dans [[hcard-fr|hCard]], nous définissons les propriétés en référençant normativement vCard. &amp;lt;cite&amp;gt;Tantek&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::[http://www.w3.org/TR/2005/WD-xhtml2-20050527/ XHTML 2.0] déclare que ce ne &amp;quot;devrait en aucun cas être considéré comme stable, et ne devrait pas être référencé normativement pour quelque objectif que ce soit.&amp;quot; &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::: Très bon point Andy.  De ce fait nous devrions définir rel-cite comme compatible, et puis donner l'attribution et la référence informativement au XHTML2. &amp;lt;cite&amp;gt;Tantek&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Il y a un problème apparenté qui n'est pas exactement le même. Disons que vous avez un peu de données microformatées qui sous-tendent une assertion, et l'autorité est la page conteneur. Par exemple, un relTag pourrait avoir une valeur sémantique comme &amp;quot;je prétends que cet objet est FOO.&amp;quot; Quand cette assertion est copiée sur une nouvelle page, l'identité de l'&amp;quot;asserteur&amp;quot; doit être produite explicitement : &amp;quot;selon la page originale contenant sur BAR, cet objet est un FOO.&amp;quot; Maintenant disons que quelqu'un copie cela sur la copie. Ceci pourrait arriver s'il y a un B-lister qui avait une entrée prise par un A-lister, et que l'entrée du A-lister soit ensuite copiée sur un grand nombre de C-listers. (Un modèle typique pour la diffusion de données). Pour que la donnée garde toute son intégrité, la source de la citation devrait être la page original contenant (celle du B-lister) plutôt que la page conteneur d'où la copie a été extraite (celle du A-lister). &amp;lt;cite&amp;gt;Lucas Gonze&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Lucas- c'est la raison pour laquelle Dieu a inventé &amp;amp;lt;blockquote&amp;amp;gt;. Le contenu ''copié'' à partir d'un site vers un autre devrait être cité. --RyanKing&lt;br /&gt;
&lt;br /&gt;
::La question n'est pas de savoir si quelque chose a été copié mais quel source de citation c'est. Ceci est un cas où la différence entre une citation primaire et une citation non-primaire impacte le sens de la donnée.  &amp;lt;cite&amp;gt;Lucas Gonze&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Ceci illustre les différences entre les types de citations. C citant le texte de A trouvé sur le blog de B. C utiliserait une réponse ou une citation de type forward au moment de référencer le texte de A et ajouterait une citation de type via quand il mentionne sa source B. --[[User:EranGloben|EranGloben]] 13:41, 21 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
:J'ai un problème apparenté qui peut donner quelque lumière là-dessus. Je suis venu sur cette page parce qu'ai simplement regardé une citation de journal scientifique et pensait que &amp;quot;cela pourrait être un microformat.&amp;quot;  Il existe déjà des formats standards pour les citations de toutes sortes, y compris les sites web (par ex. [http://owl.english.purdue.edu/handouts/research/r_mla.html Modern Language Association]), aussi peut-être que convertir ceux-ci en microformats résoudrait le problème déclaré ici, et plus encore. -- Scott Reynen&lt;br /&gt;
&lt;br /&gt;
== Tags imbriqués cite/anchor ==&lt;br /&gt;
&lt;br /&gt;
== rel=&amp;quot;cite&amp;quot; / rev=&amp;quot;cite&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Ce pourrait être un moyen d'indiquer une citation de contenu lié, généralement des pages web (ou des portions, comme des billets de blogs) mais y compris toute forme de ressource avec un URL. &amp;quot;Cite&amp;quot; est défini comme &amp;quot;to quote or refer to as a precedent or authority.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
En ajoutant &amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; à un hyperlink, un auteur pourrait indiquer que la destination de cet hyperlien est une source officielle ou un précédant vers la page en cours. rel=&amp;quot;cite&amp;quot; devrait être utilisé si un auteur cites par citation : &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote&amp;gt;Our liberty depends on the freedom of the&lt;br /&gt;
press, and that cannot be limited without being lost.&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
Thomas Jefferson&amp;lt;/a&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
ou par référence seulement :&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://exemple.com/jeanschtroumph/article/99/&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
La dernière humeur de Jean Schtroumph&amp;lt;/a&amp;gt; c'est faux, faux, faux,...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Les hyperliens &amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; sont prévus pour être visibles sur les pages et billets. Notez que d'autres balisages peuvent être utilisés pour indiquer la citaton &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote cite=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot;&amp;gt;&lt;br /&gt;
Our liberty depends on the freedom of the press, and that cannot be&lt;br /&gt;
limited without being lost.&amp;lt;cite&amp;gt;Thomas Jefferson&amp;lt;/cite&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
mais les Agents Utilisateur ne sont pas obligés d'exposer un lien vers la ressource citée. Les hyperliens sont préférés par la plupart des auteurs parce qu'ils permettent un accès facile pour l'utilisateur à la ressource citée.&lt;br /&gt;
&lt;br /&gt;
== citeRel vs. relCite ==&lt;br /&gt;
Pour une structure basique et un balisage de citations, il a été suggéré que nous utilisions ce qui suit :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- exemple relCite --&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;cite&amp;quot; href=&amp;quot;source.url&amp;quot;&amp;gt;source.titre&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
au lieu de &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- exemple citeRel  --&amp;gt;&lt;br /&gt;
&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;source.url&amp;quot;&amp;gt;source.titre&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Il y a plusieurs raisons de préférer la forme citeRel à la forme de balisage relCite :&lt;br /&gt;
# citeRel n'utilise uniquement que des éléments XHTML existants et des valeurs là ou relCite utilise une nouvelle valeur rel.&lt;br /&gt;
# citeRel est facilement extensible sans casser son sens existant.&lt;br /&gt;
&lt;br /&gt;
==Quand est-ce que le href nu est (ou pas) une citation ==&lt;br /&gt;
Un href est une citation quand : &lt;br /&gt;
* Un billet de blog fait référence à un autre billet ou pour une présentation, puis parle ensuite de ce billet ou de cette présenation. par ex &amp;quot;je crois que c'était plus ou moins la même &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;présentation&amp;amp;lt;/a&amp;gt; qu'il a donné cette année à SxSW&amp;quot; [http://theryanking.com/blog/archives/2005/05/06/hvia/ Ryan King].&lt;br /&gt;
&lt;br /&gt;
Un href n'est pas une citation quand : &lt;br /&gt;
* Un billet de blog fait référence à l'auteur d'un billet ou d'une présentation en utilisant l'url de la page personnelle de l'auteur, puis parle du billet ou de la présentation. par ex. &amp;quot;For my Internet Systems Research class last night, we had &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Tantek Çelik&amp;amp;lt;/a&amp;gt; come speak on microformats&amp;quot; [http://theryanking.com/blog/archives/2005/05/06/hvia/ Ryan King]&lt;br /&gt;
* Un blog fournit une blog-roll, ou un panel de &amp;quot;signets récents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Pas en Avant ==&lt;br /&gt;
En se basant sur les exemples trouvés dans ma recherche, les précédents formats et des discussions avec plusieurs personnes, j'ai vu les possibilités suivantes pour ce format.&lt;br /&gt;
&lt;br /&gt;
'''Option 1'''&lt;br /&gt;
   &amp;amp;lt;cite class=”foo”&amp;gt;&amp;amp;lt;a href=”source url”&amp;gt;source title&amp;amp;lt;/a&amp;gt;&amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
   &amp;amp;lt;blockquote&amp;gt;&lt;br /&gt;
      Texte cité&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Option 2a'''&lt;br /&gt;
   &amp;amp;lt;blockquote cite=”sourceurl” class=”foo”&amp;gt;&lt;br /&gt;
      Texte cité&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Option 2b'''&lt;br /&gt;
   &amp;amp;lt;a href=”source url”&amp;gt;source title&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;blockquote cite=”sourceurl” class=”foo”&amp;gt;&lt;br /&gt;
      Texte cité&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Option 3'''&lt;br /&gt;
   &amp;amp;lt;a href=”source url” rev=”cite/via”&amp;gt;source title&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;blockquote&amp;gt;&lt;br /&gt;
      Texte cité&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Notes'''&lt;br /&gt;
# Dans les exemples précédents, vous pouvez substituer &amp;amp;lt;Q&amp;gt; par &amp;amp;lt;BLOCKQUOTE&amp;gt;&lt;br /&gt;
# Les options 1 et 2 ne sont pas nécessairement exclusive-mutuellement.&lt;br /&gt;
# A la fois dans 1 et 2 remplacez foo par le nom de classe approprié (par ex. via, rev-reply, rel-update, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Discussion'''&lt;br /&gt;
&lt;br /&gt;
L'option 1 est basé sur la suggestin de Tantek dans [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML] et a été atteinte de façon indépendante par (voir [[distributed-conversation-examples-fr| la page d'exemples]]). Elle semble sous-entendre que le document actuel est en train de citer la totalité du document lié.&lt;br /&gt;
&lt;br /&gt;
L'option 2a est basé sur des standards HTML existants et émérgent est quelque modèles d'utilisation existants. Pour rendre la relation explicite, l'attribut de classe est utilisé mais peut être repmplacé par un attribut rel/rev dès qu'un est introduit dans des éléments quote. Cette option est actuellement problématique parce qu'aucun agent utilisateur que je connaisse n'exposer la valeur de l'attribut cite à l'utiliateur.&lt;br /&gt;
&lt;br /&gt;
L'option 2b essaye de résoudre ce problème en ajoutant un lien au document cité. Cette solution a l'avantage évident de répéter l'information mais évoluera naturellent dès que les agents utilisateurs amélioreront leur gestion des attributs cite.&lt;br /&gt;
&lt;br /&gt;
L'option 3 est basée sur la valeur cite rel introduite dans plusieurs standards et la valeur via rel value introduite dans atom. Elle se construit sur ce qui semble être le format le plus populaire en utilisation. Mises en garde : &lt;br /&gt;
* Compte tenu de l'existence de l'élément CITE il semble que la valeur cite rel est redondante même s'il apparaît qu'elle fera bientôt partie des standards à venir.&lt;br /&gt;
* Un autre problème avec ce format est que les valeurs cite et via ne sont pas assez spécifiques. Utiliser ce format d'une manière plus précise exigera d'utiliser des valeurs rel non standards.&lt;br /&gt;
&lt;br /&gt;
'''Résolution En cours'''&lt;br /&gt;
&lt;br /&gt;
Après discussions les options ci-dessus ont convergé dans la syntaxe suivante :&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;cite id=&amp;quot;$cite.id$&amp;quot; class=&amp;quot;$relationship$&amp;quot;&amp;gt;&amp;amp;lt;a href=&amp;quot;$source.url$&amp;quot;&amp;gt;titre&lt;br /&gt;
   source&amp;amp;lt;/a&amp;gt;&amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
   &amp;amp;lt;blockquote cite=&amp;quot;#$cite.id$&amp;quot;&amp;gt;&lt;br /&gt;
      texte cité&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
L'utilisation de l'attribut cite connecte l'élément blockquote (ou quote) avec le cite approprié. L'utilisation de cette fonctionnaltié est optionnelle.&lt;br /&gt;
&lt;br /&gt;
==Ressources Supplémentaires ==&lt;br /&gt;
* Thread Description Language - TDL est un vocabulaire RDF pour décrire les discussions en mode fil, telles que Usenet, les weblogs, les bulletin boards et les conversations par e-mail.&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/web-threads/&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/wtprofile/&lt;br /&gt;
* Les discussions Usenet ont utilisé le champ references qui inclut TOUS les billets référencés avec celui répnondu au dernier dans une espace liste séparé.&lt;br /&gt;
** http://www.w3.org/Protocols/rfc1036/rfc1036.html Voir section 2.2.5&lt;br /&gt;
* [http://www.faqs.org/rfcs/rfc2076.html RFC2076 - Common Internet Message Headers] section 3.6 couvre ce qui suit :&lt;br /&gt;
** In-Reply-To - Référence au message dont ce message est un répondre-à.&lt;br /&gt;
** References - In e-mail : référence vers d'autres messages en rapport, dans la référence UseNet News vers des 'replied-to-articles'.&lt;br /&gt;
** See-Also - Références à d'autres articles en rapport dans Usenet News.&lt;br /&gt;
** Obsoletes - Référence au message précédent étant corrigé et remplacé.&lt;br /&gt;
** Supersedes - Communément utilisé dans Usenet News avec des manières similaires au header &amp;quot;Obsoletes&amp;quot; décrit au-dessus. Dans Usenet News, néanmoins, Supersedes provoque un effacement total de l'article remplacé dans le serveur, alors que &amp;quot;Supersedes&amp;quot; et &amp;quot;Obsoletes&amp;quot; dans l'e-mail sont implémentés dans le client et souvent ne retire pas la vieille version du texte.&lt;br /&gt;
** Article-Updates - seulement dans Usenet News, similaire à &amp;quot;Supersedes:&amp;quot; mais ne provoque pas l'article référencé d'être effacé physiquement.&lt;br /&gt;
** Article-Names - Référence à des articles particulièrement importants pour un Newsgroup Usenet spécifique.&lt;br /&gt;
* Essayer de Googler autour d'&amp;quot;IBIS&amp;quot; (Issue-Based Information Systems), c'est une approche vers une résolution collaborative de problème qui ressemble beaucoup aux fils de discussion, voir aussi le [http://collab.blueoxen.net/cgi-bin/wiki.pl?HomePage BlueOxen Wiki], [http://collab.blueoxen.net/cgi-bin/wiki.pl?MailingLists BlueOxen  Mailing Lists]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=books-fr&amp;diff=37344</id>
		<title>books-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=books-fr&amp;diff=37344"/>
		<updated>2009-01-06T08:07:29Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CobocDarde (Talk) to last version by ChristopheDucamp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Livres &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette page liste les livres qui fournissent une description et de la documentation sur les microformats. Les plus récents en premier, groupés par années.&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;[http://www.friendsofed.com/book.html?isbn=1590598148 Microformats: Empowering Your Markup for Web 2.0]&amp;quot; par John Allsopp&lt;br /&gt;
** Friends of Ed, ISBN 9781590598146, March 2007&lt;br /&gt;
** Lisez [http://www.friendsofed.com/extras/1590598148/Appendices.pdf les annexes de John Allsopp (PDF)] et le [http://www.friendsofed.com/samples/1590598148.pdf chapitre 4 sur les microformats geo et adr (PDF)].&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.oreilly.com/catalog/neogeography/ Introduction to Neogeography]'' par Andrew Turner&lt;br /&gt;
**O'Reilly, ISBN 9780596529956, Décembre 2006&lt;br /&gt;
** Ceci est un livre PDF, faisant partie de la série des &amp;quot;O'Reilly Short Cuts&amp;quot;. Couvre les microformats ADR et GEO.&lt;br /&gt;
&lt;br /&gt;
* [http://www.oreilly.fr/catalogue/2354020031 Utiliser les Microformats] de Brian Suda&lt;br /&gt;
**O'Reilly, ISBN 2-35402-003-1, 2006&lt;br /&gt;
** Il s'agit d'un e-book au format PDF publié par les éditions O'Reilly et traduit en français. Une introduction solide à tous les microformats établis, l'histoire, la philosophie et un regard où avancent les microformats.&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.amazon.com/gp/product/0596009879 Web Design In A Nutshell, Third Edition]'' par Jennifer Niederst Robbins.  '''IMPORTANT : ceci s'applique seulement à la TROISIEME EDITION !'''&lt;br /&gt;
** O'Reilly Media, ISBN 9780596009878, 2006&lt;br /&gt;
** Fournit une fondation moderne et excellente des standards pour le design web qui est idéale pour comprendre les microformats, et un chapitre d'introduction global sur les microformats.&lt;br /&gt;
** Voir aussi [http://www.oreilly.com/catalog/wdnut3/ Web Design in a Nutshell, Third Edition] (sur le site oreilly.com).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*''[http://www.friendsofed.com/book.html?isbn=1590597656 HTML Mastery]'' par Paul Haine&lt;br /&gt;
**Friends of Ed, ISBN 1-59059-765-6, 2006&lt;br /&gt;
**Chapitre 5, &amp;lt;abbr title=&amp;quot;pages&amp;quot;&amp;gt;pp.&amp;lt;/abbr&amp;gt; 117-154: ''Purpose Built Semantics: Microformats and Other Stories.''&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/gp/product/0764597582 Hacking RSS and Atom] par Leslie M. Orchard&lt;br /&gt;
** Wiley, ISBN 0-76459-758-2, 2005&lt;br /&gt;
** Le dernier chapitre a une belle section sur à la fois la façon de publier et consommer des événements [[hcalendar-fr|hCalendar]] dans soit un fil ou comme une partie d'une page. Leslie a implémenté différents microformats (le formulaire de saisie hCalendar sous un script greasemonkey, l'édition dynamique [[xoxo-fr|XOXO]]).&lt;br /&gt;
** Vous pourrez trouver le code source pour les scripts [[hcalendar-fr|hCalendar]] extraits de mon livre [http://decafbad.com/trac/wiki/HackingRssAndAtom sur mon site]. Regardez les fichiers démarrant par &amp;lt;code&amp;gt;ch18&amp;lt;/code&amp;gt;.  Achetez le livre si vous aimez ! [[User:LesOrchard|LesOrchard]] 20:11, 25 Mar 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=books&amp;diff=37343</id>
		<title>books</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=books&amp;diff=37343"/>
		<updated>2009-01-06T08:07:17Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by TrlidArere (Talk) to last version by Azathoth&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Books &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page lists books which provide description and documentation of microformats.  Most recent first, grouped by year.&lt;br /&gt;
&lt;br /&gt;
== Errata ==&lt;br /&gt;
For errata in any of the following, if any, see '''&amp;lt;nowiki&amp;gt;http://en.wikibooks.org/wiki/Errata/[ISBN]&amp;lt;/nowiki&amp;gt;''', where [ISBN] is the ISBN with no hyphens or spaces. (Perhaps this could be added to [[Special:Booksources]]?)&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* [http://www.amazon.de/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.de%2FMicroformats-jedermann-semantische-Entwicklung-vorantreiben%2Fdp%2F3836492210%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1210271777%26sr%3D8-3&amp;amp;site-redirect=at&amp;amp;tag=blognopanicat-21&amp;amp;linkCode=ur2&amp;amp;camp=1638&amp;amp;creative=6742 &amp;quot;Microformats - Semantik für jedermann: Das semantische Web und wie Microformats die Entwicklung vorantreiben werden&amp;quot;] by [http://blog.no-panic.at/ Florian Beer] a german book about microformats, technical and historical background and references for the most important formats.&lt;br /&gt;
* Japanese translation of Allsopp's ''Microformats: Empowering Your Markup for Web 2.0''; translated by Noriyo Asano, under the editorship of Kazuhito Kidachi&lt;br /&gt;
** Mainichi Communications Inc., early 2008?&lt;br /&gt;
** [http://iaspectrum.net/about.html Noriyo] has translated &amp;quot;Ambient Findability&amp;quot; and &amp;quot;Designing Interfaces&amp;quot;; [http://kidachi.kazuhi.to/ Kazuhito] is one of the well-known advocates of Web Standards and microformats in Japan.&lt;br /&gt;
** Read their posts about the translation: [http://blog.iaspectrum.net/2007/09/microformats_d0f7.html#more Noriyo's] and [http://kidachi.kazuhi.to/blog/archives/002367.html Kazuhito's] (both in Japanese).&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.friendsofed.com/book.html?isbn=1590598148 Microformats: Empowering Your Markup for Web 2.0]'' by John Allsopp&lt;br /&gt;
** Friends of Ed, ISBN 9781590598146, March 2007&lt;br /&gt;
** Read [http://www.friendsofed.com/extras/1590598148/Appendices.pdf Allsopp's Appendix (PDF)].&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.oreilly.com/catalog/neogeography/ Introduction to Neogeography]'' by Andrew Turner&lt;br /&gt;
**O'Reilly, ISBN 9780596529956, December 2006&lt;br /&gt;
** This is a PDF book, part of the O'Reilly Short Cuts series. Covers the ADR and GEO microformats.&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.oreilly.com/catalog/microformats/ Using Microformats]'' by Brian Suda&lt;br /&gt;
**O'Reilly, ISBN 9780596528218, 2006&lt;br /&gt;
** This is a PDF book, part of the O'Reilly Short Cuts series. It is a solid introduction to all the established microformats, the history, philosophy and a look at where microformats are headed.&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.amazon.com/gp/product/0596009879 Web Design In A Nutshell, Third Edition]'' by Jennifer Niederst Robbins.  '''IMPORTANT: This applies to the THIRD EDITION only!'''&lt;br /&gt;
** O'Reilly Media, ISBN 9780596009878, 2006&lt;br /&gt;
** Provides an excellent modern standards based foundation for web design that is ideal for understanding microformats, and a whole introductory chapter on microformats as well.&lt;br /&gt;
** See also [http://www.oreilly.com/catalog/wdnut3/ Web Design in a Nutshell, Third Edition] (on oreilly.com).&lt;br /&gt;
&lt;br /&gt;
*''[http://www.friendsofed.com/book.html?isbn=1590597656 HTML Mastery]'' by Paul Haine&lt;br /&gt;
**Friends of Ed, ISBN 9781590597651, 2006&lt;br /&gt;
**Chapter 5, &amp;lt;abbr title=&amp;quot;pages&amp;quot;&amp;gt;pp.&amp;lt;/abbr&amp;gt; 117-154: ''Purpose Built Semantics: Microformats and Other Stories.''&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
&lt;br /&gt;
* ''[http://www.amazon.com/gp/product/0764597582 Hacking RSS and Atom]'' by Leslie M. Orchard&lt;br /&gt;
** Wiley, ISBN 9780764597589, 2005&lt;br /&gt;
** The last chapter has a nice section on both publishing and consuming [[hcalendar|hCalendar]] events in either a feed or as part of a page.  Les has implemented various microformats (hCalendar entry form as a greasemonkey script, [[xoxo|XOXO]] dynamic editing).&lt;br /&gt;
** You can find source code for the [[hcalendar|hCalendar]] scripts from my book [http://decafbad.com/trac/wiki/HackingRssAndAtom at my site]. Look for the files starting with &amp;lt;code&amp;gt;ch18&amp;lt;/code&amp;gt;. Buy the book if you like it! [[User:LesOrchard|LesOrchard]] 20:11, 25 Mar 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=grouping-brainstorming&amp;diff=37342</id>
		<title>grouping-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=grouping-brainstorming&amp;diff=37342"/>
		<updated>2009-01-06T08:07:16Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by AcelvArlet (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Discussion Participants =&lt;br /&gt;
&lt;br /&gt;
== Editors ==&lt;br /&gt;
* [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Manu Sporny&lt;br /&gt;
* Danny Ayers&lt;br /&gt;
* Rudy Desjardins&lt;br /&gt;
* Scott Reynen&lt;br /&gt;
&lt;br /&gt;
= Purpose =&lt;br /&gt;
&lt;br /&gt;
It is useful to understand the relationship between objects on a website. A blogger may want to describe several different objects on a web page and group them explicitly. It is important that the structure of the page not affect this grouping as network relationships are often not hierarchical (HTML is always hierarchical).&lt;br /&gt;
&lt;br /&gt;
Where an object resides in a network of relationships can clarify its purpose. For example, an audio album can have a number of audio tracks. It is desirable that the tracks and the album can be associated with one another without needing to be hierarchically grouped. The same goes for chapters in a DVD movie, sections of a podcast, and a set of geographic points.&lt;br /&gt;
&lt;br /&gt;
Grouping relationships are fundamental to how we understand object interactions. The purpose of this brainstorming session is to create possibilities for a grouping proposal.&lt;br /&gt;
&lt;br /&gt;
= Terminology =&lt;br /&gt;
&lt;br /&gt;
== Common Terminology for Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Recommendation ==&lt;br /&gt;
&lt;br /&gt;
= Discovered Methodology =&lt;br /&gt;
&lt;br /&gt;
== Method of Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Ordered Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Unordered Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Sparse Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Dense Grouping ==&lt;br /&gt;
&lt;br /&gt;
== Additional Possibilities ==&lt;br /&gt;
&lt;br /&gt;
= Possible Solutions =&lt;br /&gt;
&lt;br /&gt;
== Option 1: Implicit grouping ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Ammonite&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Reconnection&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Sunset&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
&lt;br /&gt;
* Less verbose for grouping markup.&lt;br /&gt;
* No extra collection Microformat necessary.&lt;br /&gt;
&lt;br /&gt;
Pro/con:&lt;br /&gt;
&lt;br /&gt;
* Grouping is handled on a uF by uF basis. Might not be consistent.&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
&lt;br /&gt;
* Impossible to know if nested microformats belong to the group.&lt;br /&gt;
* Does not allow for sparse (unstructured) grouping.&lt;br /&gt;
&lt;br /&gt;
== Option 2: Explicit id-based grouping ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;reconnection&amp;quot; class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Ammonite&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Reconnection&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;div id=&amp;quot;reconnection.sunset&amp;quot; class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Sunset&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
&lt;br /&gt;
* Explicitly defined groups.&lt;br /&gt;
* Grouping is solved for all Microformats.&lt;br /&gt;
* Allows for sparse grouping.&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
&lt;br /&gt;
* New type of Microformat/design pattern may emerge.&lt;br /&gt;
* Parser may have to become more complex.&lt;br /&gt;
* Use of id isn't very microformatty.&lt;br /&gt;
&lt;br /&gt;
== Option 3: Explicit class-based grouping ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.reconnection&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Ammonite&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Reconnection&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.reconnection.sunset&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Sunset&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
&lt;br /&gt;
* Explicity defined groups.&lt;br /&gt;
* Grouping is solved for all Microformats.&lt;br /&gt;
* Fits more with the Microformat way than Option #2&lt;br /&gt;
* Allows for sparse grouping.&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
&lt;br /&gt;
* Parser may have to become slightly more complex.&lt;br /&gt;
&lt;br /&gt;
== Option 4: id-class grouping with anchors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot; id=&amp;quot;reconnection&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Ammonite&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Reconnection&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio reconnection&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Sunset&amp;lt;/span&amp;gt;&lt;br /&gt;
  Part of &amp;lt;span class=&amp;quot;part-of&amp;quot;&amp;gt;&amp;lt;a name=&amp;quot;#reconnection&amp;quot;&amp;gt;Reconnection&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pro:&lt;br /&gt;
* Supports all types of grouping&lt;br /&gt;
&lt;br /&gt;
Con:&lt;br /&gt;
* Anchors are used, displaying links that may confuse the person that is browsing.&lt;br /&gt;
* Using IDs are not very microformatty and only support one ID.&lt;br /&gt;
&lt;br /&gt;
== Option 5: class-based grouping with keywords ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio reconnection&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Ammonite&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Reconnection&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio reconnection.member&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Sunset&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Uses class instead of id.&lt;br /&gt;
* Supports the class attribute being used as an implicit indication of set-membership.&lt;br /&gt;
* Indicates the direction of the relationship, ie: which item is the container, as opposed to just using 'albumname' as a class value for both album and song, which would ambiguously indicate that both things are part of a group called 'albumname'.&lt;br /&gt;
* Is subject-agnostic - this approach can be used for any type of grouping where one item is contained by another.&lt;br /&gt;
* Works for N-N relationships, ie: class=&amp;quot;album.member soundtrack1.member soundtrack2.member&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* Needs the concept of keywords.&lt;br /&gt;
* More verbose than is needed. [[User:ManuSporny|ManuSporny]] 21:18, 14 May 2007 (PDT)&lt;br /&gt;
* Difficult to recognize if something is a grouping member until reading the entire identifier. [[User:ManuSporny|ManuSporny]] 21:18, 14 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Option 6: per-microformat grouping ==&lt;br /&gt;
&lt;br /&gt;
It has been proposed that we should not attempt to create a grouping mechanism that spans all Microformats. Scott Reynen writes:&lt;br /&gt;
&lt;br /&gt;
 My current proposal is to keep grouping semantics specific to each&lt;br /&gt;
 individual microformat.  In this case, albums could be identified by&lt;br /&gt;
 something like class=&amp;quot;album&amp;quot;, audio tracks by something like&lt;br /&gt;
 class=&amp;quot;audio-track&amp;quot;, and parsers could simply recognize that albums are&lt;br /&gt;
 groups of tracks, just as hatom parsers recognize that feeds are groups&lt;br /&gt;
 of entries.  Of course, I still think hatom could cover most of the&lt;br /&gt;
 semantics of audio downloads.&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
&lt;br /&gt;
* Grouping can be fine-tuned to the particular Microformat&lt;br /&gt;
* We avoid the name-spacing issue entirely.&lt;br /&gt;
&lt;br /&gt;
Pro/Con:&lt;br /&gt;
* There wouldn't be a standard method of grouping items.&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
&lt;br /&gt;
* Grouping hell - a new mechanism of grouping would have to be created for every Microformat.&lt;br /&gt;
* Many different methods of grouping would look almost exactly the same, leading to redundant, per-uF methods of grouping. [[User:ManuSporny|ManuSporny]] 06:33, 2 May 2007 (PDT)&lt;br /&gt;
* This would lead to an explosion in uF class names: album, speech, podcast, audio-track, speech-section, podcast-part, video, video-clip, geo-set, waypoint, etc.&lt;br /&gt;
* Due to the explosion in class names, it would be difficult for web developers to remember every method of grouping.&lt;br /&gt;
&lt;br /&gt;
== Option 7: id-class grouping ==&lt;br /&gt;
&lt;br /&gt;
This problem solution proposal was put forward by Chris Griego:&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;span id=&amp;quot;internal-event&amp;quot; class=&amp;quot;hset vcalendar&amp;quot;&amp;gt;Internal&amp;amp;lt;/span&amp;gt;&lt;br /&gt;
   and &amp;amp;lt;span id=&amp;quot;with-client-event&amp;quot; class=&amp;quot;hset vcalendar&amp;quot;&amp;gt;With-Client&amp;amp;lt;/span&amp;gt; Events&lt;br /&gt;
   &amp;amp;lt;ol&amp;gt;&lt;br /&gt;
   &amp;amp;lt;li class=&amp;quot;with-client-event vevent&amp;quot;&amp;gt;&amp;amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;FOO Sales&lt;br /&gt;
   Pitch&amp;amp;lt;/span&amp;gt; [...]&amp;amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;amp;lt;li class=&amp;quot;internal-event vevent&amp;quot;&amp;gt;&amp;amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Company&lt;br /&gt;
   Picnic&amp;amp;lt;/span&amp;gt; [...]&amp;amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;amp;lt;li class=&amp;quot;with-client-event vevent&amp;quot;&amp;gt;&amp;amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;BAR Photo&lt;br /&gt;
   Shoot&amp;amp;lt;/span&amp;gt; [...]&amp;amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the hset class names attaches special meaning to the element's&lt;br /&gt;
ID value, marking it as the machine-readable group name, and then any&lt;br /&gt;
other element in the document with a class name that matches the ID&lt;br /&gt;
should be considered a set member. The class attribute is a natural&lt;br /&gt;
grouping mechanism, by simply marking contacts across the internet&lt;br /&gt;
with 'vcard' we've grouped them in the category of contact&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
&lt;br /&gt;
* Explicity defined groups.&lt;br /&gt;
* Grouping is solved for all Microformats.&lt;br /&gt;
* Fits more with the Microformat way than Option #2&lt;br /&gt;
* Allows for sparse grouping. &lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
&lt;br /&gt;
* Parser may have to become slightly more complex. &lt;br /&gt;
* It splits the specification of a set into two parts (id and class).&lt;br /&gt;
* It is impossible to define two top-level sets (option #3 allows this).&lt;br /&gt;
* It mixes identifiers and class names (option #3 doesn't need this).&lt;br /&gt;
* It uses IDs - something Microformats want to avoid (option #3 doesn't need this).&lt;br /&gt;
* It is more complex than option #3, requiring greater cognitive load on the author.&lt;br /&gt;
&lt;br /&gt;
= Possible Uses =&lt;br /&gt;
&lt;br /&gt;
This section describes potential applications for an audio info microformat.&lt;br /&gt;
&lt;br /&gt;
== Transformational Uses ==&lt;br /&gt;
&lt;br /&gt;
It may be desirable to process an audio blog using a transformational tool, such as XSLT, to produce a different representation that can be used elsewhere - such as in a REST invocation.&lt;br /&gt;
&lt;br /&gt;
== Archival Uses ==&lt;br /&gt;
&lt;br /&gt;
Being able to scrape information from a web page and store it long term may be desirable for search companies.&lt;br /&gt;
&lt;br /&gt;
=== Personal Database ===&lt;br /&gt;
&lt;br /&gt;
=== Search Engines ===&lt;br /&gt;
&lt;br /&gt;
=== Partial Text Blogs ===&lt;br /&gt;
&lt;br /&gt;
=Issues=&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
*[[grouping-examples]]&lt;br /&gt;
*[[grouping-formats]]&lt;br /&gt;
*[[grouping-proposal]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User_talk:DanMoore&amp;diff=37341</id>
		<title>User talk:DanMoore</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User_talk:DanMoore&amp;diff=37341"/>
		<updated>2009-01-06T08:07:15Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CobasLachi (Talk) to last version by AndyMabbett&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{welcome}}&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 23:13, 31 Mar 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=posh-fr&amp;diff=37340</id>
		<title>posh-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=posh-fr&amp;diff=37340"/>
		<updated>2009-01-06T08:07:12Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by NotroRacel (Talk) to last version by ChristopheDucamp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
&amp;lt;h1&amp;gt;Code HTML Intrinsèquement Classe (CHIC)&amp;lt;/h1&amp;gt;&lt;br /&gt;
Bienvenue sur la page d'accueil du &amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;. En français, vous commencerez à entendre parler de &amp;lt;abbr title=&amp;quot;Code HTML Intrinsèquement Classe&amp;quot;&amp;gt;CHIC&amp;lt;/abbr&amp;gt;. Rien n'est encore définitif, vos suggestions et revendications peuvent être encore [http://jyte.com/cl/en-fran%C3%A7ais-posh-se-traduit-par-chic discutées].&lt;br /&gt;
&lt;br /&gt;
== Origines ==&lt;br /&gt;
L'acronyme '''POSH''' a été inventé [http://rbach.priv.at/Microformats-IRC/2007-04-06#T091456 le 6 avril 2007] sur le canal IRC des microformats, par &amp;lt;kwijibo&amp;gt; pour désigner une abréviation raccourcie de [[plain-old-semantic-html-fr|plain-old-semantic-html]]. &lt;br /&gt;
Une discussion partagée par John Allsopp, Tantek Çelik, Jeremy Keith et Chris Messina &lt;br /&gt;
lors du [[events/2007-04-18-web-2-expo-dinner|Dîner Microformats du 18 avril 2007 faisant suite à l'Expo Web 2.0]] a fait renaître l'idée du POSH et l'importance de promouvoir l'objectif plus large de POSH, quels sont les microformats qui en sont originaires et en sont un propre sous-ensemble. Pour en savoir plus voir [[posh-fr#Historique|Historique]].&lt;br /&gt;
&lt;br /&gt;
== Pourquoi POSH est traduit en CHIC ==&lt;br /&gt;
Le terme [[semantic-html-fr|html sémantique]] peut intimider par sa longueur et donne une fausse mauvaise impression de sa simplicité, de sa bonne adoption par les designers web modernes, et les avantages qu'il possède vont bien au delà de développer pour le web comme il faut en utilisant un balisage sémantique. Nous avons besoin d'un terme court et facile à retenir qui capte l'essence du concept, et soit facile à conjuguer. CHIC a été proposé par Kevin Marks et la déclinaison de l'acronyme '''C'''ode '''H'''TML '''I'''ntrinsèquement '''C'''lasse proposée par Stéphane Gigandet colle bien au sens du 'POSH'.&lt;br /&gt;
&lt;br /&gt;
== Quoi == &lt;br /&gt;
Le CHIC regroupe les meilleures pratiques d'utilisation du [[semantic-html-fr|HTML sémantique]] pour publier des pages web. Le HTML sémantique est le sous-ensemble des éléments et attributs du HTML 4.01 (ou du XHTML 1.0) qui sont ''[[semantic-fr|sémantiques]]'' plutôt que  ''[[présentationnels]]''. La meilleure façon d'apprendre et de comprendre CHIC est de le mettre en oeuvre. Prenez une page sur votre site web pour démarrer et appliquez-lui la [[posh-fr#La_Checklist_CHIC|Checklist CHIC]]. Continuez avec le [[posh-fr#Le_Processus_CHIC|Processus CHIC]]. Lisez les [[posh-fr#Ressources|Ressources CHIC]] pour en savoir encore plus à propos de CHIC.&lt;br /&gt;
&lt;br /&gt;
== Le processus du CHIC ==&lt;br /&gt;
Que pouvez-vous faire pour être CHIC et faire que vos sites web soient CHICs ?&lt;br /&gt;
# Publier du contenu CHIC. Lire les [[posh-fr#Ressources|ressources]] posh et vous assurer que votre site web publie du [[semantic-xhtml-fr|(X)HTML sémantique]] valide et utilise des [[semantic-class-names-fr|noms de classes sémantiques]] en rapport.&lt;br /&gt;
# Répandre le CHIC.  Encourager les autres à être CHIC et à CHICquifier leurs sites web en faisant un lien vers cette page.&lt;br /&gt;
# Améliorer le CHIC. Nous aider à assembler des ressources pour permettre à plus de personnes de POSHifier facilement leurs sites web.&lt;br /&gt;
&lt;br /&gt;
== La Checklist CHIC ==&lt;br /&gt;
* La première règle de CHIC est que vous devez [http://validator.w3.org valider] votre CHIC.&lt;br /&gt;
* Deuxièmement, laissez tomber l'usage des TABLES utilisées purement à des fins de présentation, les GIFs d'espacement et le [[presentational-html-fr|html de présentation]] en général.&lt;br /&gt;
* Puis, réparez votre syntaxe [http://tantek.com/log/2002/10.html#L20021022t1432 '''B'''ed and '''B'''reakfast].&lt;br /&gt;
* Eliminez les [http://tantek.com/log/2002/11.html#L20021128t1352 Ancres Anorexiques].&lt;br /&gt;
* Utilisez de bons [[semantic-class-names-fr|noms de classes sémantiques]].&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Ressources ==&lt;br /&gt;
=== Tutoriels CHICs ===&lt;br /&gt;
Etape par étape, les tutoriels pour créer du contenu CHIC ou comment mettre à jour du contenu existant vers CHIC.&lt;br /&gt;
&lt;br /&gt;
* [http://xtof.livejournal.com/14428.html validez votre css et html] Un guide simple étape par étape sur la manière et les raisons pour lesquelles vous devriez valider votre syntaxe&lt;br /&gt;
* [http://www.w3schools.com/ Retournez à l'école] W3C Schools le couteau suisse des tutoriels CHIC  (en)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== Signets CHICs ===&lt;br /&gt;
* Regardez le [http://ma.gnolia.com/groups/posh Groupe POSH] sur Ma.gnolia&lt;br /&gt;
* Regardez les pages taguées [http://del.icio.us/tag/posh+microformats POSH et microformats] sur del.icio.us.&lt;br /&gt;
&lt;br /&gt;
=== Présentations CHICs  ===&lt;br /&gt;
Les présentations qui expliquent et encouragent les concepts et techniques pour l'utilisation du HTML sémantique. &lt;br /&gt;
Si/Quand cette section sera trop importante, nous pourrons la migrer sur [[posh-presentations-fr|présentations-chic]].&lt;br /&gt;
* [http://www.elanceur.org/microformats/slides/CSSEntrelesFeuillesdeStyl.html CSS : Entre les Feuilles de Style par Tantek Çelik (2003-03)] (traduite en français). Voir spécifiquement les dias 3-4,6 démarrant par &amp;quot;Abandonner les [http://tantek.com/log/2002/10.html#L20021022t1432 &amp;amp;lt;B&amp;amp;gt;ed &amp;amp; &amp;amp;lt;BR&amp;amp;gt;eakfast]&amp;quot;, et la dia 9 &amp;quot;CSS &amp;amp; le Spectre Sémantique&amp;quot; qui fournit un aperçu du spectre sémantique des balises (X)HTML.&lt;br /&gt;
* [http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] (2004-02-11) - [http://www.elanceur.org/microformats/slides/semantiquevraimonde.html traduction en cours en français ici]&lt;br /&gt;
* [http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean] (2004-09-28)&lt;br /&gt;
* [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (2005-09-29, first version: [http://tantek.com/presentations/2005/03/elementsofxhtml/ 2005-03-13 at SXSW Interactive]).&lt;br /&gt;
* ...&lt;br /&gt;
* Voir aussi les [[presentations-fr|présentations]] microformats en général.&lt;br /&gt;
&lt;br /&gt;
=== Les Livres CHIC ===&lt;br /&gt;
Les livres de design web moderne qui documentent de bonnes pratiques html sémantique.&lt;br /&gt;
* &amp;lt;cite&amp;gt;[http://www.oreilly.com/catalog/wdnut3/ http://www.oreilly.com/catalog/covers/0596009879_thumb.gif] [http://www.oreilly.com/catalog/wdnut3/ Web Design in a Nutshell, &amp;lt;strong&amp;gt;Third Edition&amp;lt;/strong&amp;gt;]&amp;lt;/cite&amp;gt; by &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Jennifer&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;additional-name&amp;quot;&amp;gt;Niederst&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Robbins&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; See [http://jenville.com/ Jenville].&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;cite&amp;gt;[http://microformatique.com/book/ Microformats empowering your markup for Web 2.0]&amp;lt;/cite&amp;gt; de &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Allsopp&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; Le Chapitre 3 est un aperçu général et pratique de l'utilisation appropriée du HTML sémantique valide et structuré.&lt;br /&gt;
* &amp;lt;cite&amp;gt;[http://htmlmastery.com/ http://htmlmastery.com/images/hm-cover-sm.gif][http://htmlmastery.com/ Semantics, Standards and Styling]&amp;lt;/cite&amp;gt; par &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Paul&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Haine&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;cite&amp;gt;[http://www.sitepoint.com/books/html1/ http://www.sitepoint.com/images/books/html1/books-index.gif][http://www.sitepoint.com/books/html1/ Build Your Own Web Site The Right Way Using HTML &amp;amp; CSS]&amp;lt;/cite&amp;gt; par &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Ian&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Lloyd&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Magazines CHIC ===&lt;br /&gt;
Les magazines en ligne (et hors-ligne) qui publient fréquemment des articles à propos du html sémantique. &lt;br /&gt;
Si/Quand cette section sera trop grosse, nous la migrerons vers [[posh-magazines-fr|magazines-posh]].&lt;br /&gt;
&lt;br /&gt;
* [http://alistapart.com/ A List Apart: For People Making Websites] (voir en particulier [http://www.alistapart.com/topics/code/htmlxhtml/ les articles HTML et XHTML])&lt;br /&gt;
* [http://www.digital-web.com/ Digital Web Magazine] &lt;br /&gt;
&lt;br /&gt;
=== Blogs CHIC ===&lt;br /&gt;
Les blogs avec des billets réguliers sur des discussions de grande qualité, des idées et qui font en général avancer l'état de l'art de POSH/CHIC. Si/Quand cette section sera trop importante nous la migrerons vers [[posh-blogs-fr|blogs CHIC et POSH]].&lt;br /&gt;
* [http://www.plaintxt.org/wp-content/uploads/sandbox-v09_readme.html Le thème Sandbox pour WordPress readme.html] discute de ce qu'est POSH et comment le thème aide les utilisateurs à l'utiliser.&lt;br /&gt;
* [http://dbaron.org/log/current le blog de David Baron]&lt;br /&gt;
* [http://zeldman.com/ Jeffrey Zeldman Presents]&lt;br /&gt;
* [http://meyerweb.com/ meyerweb.com - Eric Meyer]&lt;br /&gt;
* [http://microformatique.com/ Microformatique - John Allsopp]&lt;br /&gt;
* [http://simplebits.com/ SimpleBits - Dan Cederholm] (voir en particulier [http://simplebits.com/bits/simplequiz/ SimpleQuiz])&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== Billets de Blog CHIC===&lt;br /&gt;
Les billets de Blog qui fournissent des trucs et techniques, spécifiques, modernes, des guides pour utiliser plus souvent et mieux le HTML sémantique. &lt;br /&gt;
Si/Quand cette section sera trop grosse, nous la migrerons vers [[posh-blog-posts-fr|billets de blog CHIC]].&lt;br /&gt;
* [http://www.456bereastreet.com/archive/200711/posh_plain_old_semantic_html/ POSH - Plain Old Semantic HTML] par Roger Johansson.&lt;br /&gt;
* [http://tantek.com/log/2002/10.html#L20021022t1432 Bed and BReakfast markup (B&amp;amp;BR)] (2002-10-22) - éviter les utilisations non-sémantiques des tags &amp;lt;nowiki&amp;gt;&amp;lt;b&amp;gt;old et &amp;lt;br&amp;gt;eak&amp;lt;/nowiki&amp;gt; et utiliser à la place les &amp;lt;nowiki&amp;gt;ajouts de &amp;lt;h3&amp;gt; et les &amp;lt;p&amp;gt;aragraphes&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* [http://tantek.com/log/2002/11.html#L20021128t1352 &amp;lt;nowiki&amp;gt;&amp;lt;A&amp;gt;norexic &amp;lt;/A&amp;gt;nchors&amp;lt;/nowiki&amp;gt;] (2002-11-28) - utilisation de l'attribut &amp;quot;id&amp;quot; sur les éléments existants au lieu d'ajouter des éléments vides &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a name=&amp;quot;foo&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Utilisez [[rel-bookmark-fr|rel-bookmark]] &lt;br /&gt;
pour poster des permaliens dans le document.&lt;br /&gt;
* [http://tantek.com/log/2002/12.html#L20021216t2238 A Touch of Class] (2002-12-16) - introduction à l'usage approprié de l'attribut HTML 'class'.&lt;br /&gt;
* [http://tantek.com/log/2002/12.html#L20021231t1850 Dive into Semantic MARKup] (2002-12-31)&lt;br /&gt;
* [http://tantek.com/log/2003/01.html#L20030104t1249 Comment markup, presentation and plumbing] (2003-01-04) - comment baliser une liste de commentaires, y compris un exemple d'utilisation &lt;br /&gt;
de l'attribut rare &amp;quot;hreflang&amp;quot;.&lt;br /&gt;
* [http://meyerweb.com/eric/thoughts/2004/07/18/competent-classing Competent Classing] par Eric Meyer (2004-07-18)&lt;br /&gt;
* [http://tantek.com/log/2004/07.html#d20t2359 More about the 'class' attribute] (2004-07-20)&lt;br /&gt;
* [http://www.uie.com/articles/holzschlag_interview/ Web Standards in the Real World: An Interview with Molly Holzschlag] (2005-06-01)&lt;br /&gt;
* [http://westciv.typepad.com/dog_or_higher/2005/11/webpatterns_and.html Webpatterns and websemantics] (2005-11-18)&lt;br /&gt;
* [http://www.thefutureoftheweb.com/blog/2006/2/writing-semantic-html Writing Semantic HTML] par  Jesse Skinner (2006-02-22)&lt;br /&gt;
* [http://nate.koechley.com/blog/2006/12/15/divitis_and_correct_div_usage/ On Appropriate Use of DIVs, or When Divitis Doesn’t Apply] par Nate Koechley, 2006-12-15&lt;br /&gt;
* [http://nate.koechley.com/blog/2006/12/22/note_on_structural_and_semantic_meaning/ Quick Comment: Choose Class/ID Names Based on Semantic and/or Structural Meaning] by Nate Koechley, 2006-12-22&lt;br /&gt;
* [http://leland.nu/think/2006/07/31/seeing-is-believing/ SEEing is believing] - using standards and efficient design, coding, maintenance, and marketing to produce a search-engine-efficient site par Richard Leland (2006-07-31)&lt;br /&gt;
* [http://www.thefutureoftheweb.com/blog/2007/1/who-will-read-your-semantic-html Who will read your Semantic HTML?] by Jesse Skinner (2007-01-04)&lt;br /&gt;
* [http://microformatique.com/?page_id=109 Semantics in HTML] par John Allsopp (2007-01-08 - 2007-03-12)&lt;br /&gt;
** [http://microformatique.com/?p=83 Part I - Traditional HTML Semantics] (2007-01-08)&lt;br /&gt;
** [http://microformatique.com/?p=97 Part II - standardizing vocabularies] (2007-02-20)&lt;br /&gt;
** [http://microformatique.com/?p=108 Part III - Towards a semantic web] (2007-03-12)&lt;br /&gt;
* [http://microformatique.com/?p=82 Built in HTML semantics] Une liste des éléments sémantiques et des attributs du HTML par John Allsopp (2007-01-08)&lt;br /&gt;
* [http://tantek.com/log/2007/04.html#d20t0823 The Importance of Being POSH] by Tantek Çelik (2007-04-20) -&amp;gt; [http://socialsynergyweb.net/cgi-bin/wiki/XtofWiki/EtreChic Etre Chic] traduction en cours pour publication en français sur le blog des microformateurs&lt;br /&gt;
* [http://factoryjoe.com/blog/2007/04/21/getting-back-to-posh-plain-ol-semantic-html/ Getting back to POSH (Plain ol’ Semantic HTML)] par Chris Messina (2007-04-21) -&amp;gt; ([http://socialsynergyweb.net/cgi-bin/wiki/XtofWiki/CommentTraduirePosh amorçage de traduction en français]&lt;br /&gt;
* [http://friedcellcollective.net/outbreak/2007/04/22/im-posh-are-you/ I'm POSH - are you?] (2007-04-23)&lt;br /&gt;
* [http://www.unintentionallyblank.co.uk/2007/04/24/plain-old-semantic-html/ The Internet's Upper Class Or Why Your Site Should Be POSH] (2007-04-24)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Voir aussi [http://technorati.com/search/%22semantic%20HTML%22 plus de blogs parlant du &amp;quot;semantic HTML&amp;quot;] et &lt;br /&gt;
[http://technorati.com/search/posh+semantic+HTML POSH].&lt;br /&gt;
&lt;br /&gt;
===Podcasts CHIC et POSH=== &lt;br /&gt;
Si/quand cette section deviendra trop grosse, nous pourrons la migrer vers [[posh-podcasts-fr|CHIC-podcasts]].&lt;br /&gt;
* 2007-05-03: [http://www.netmag.co.uk/podcasts/07-05-03-net.mp3 A talk about POSH] dans le podcast du magazine .Net épisode 8 (56 minutes ; 26 Mb. Section où ou en parle 30:10-42:40)&lt;br /&gt;
* 2005-09-29: [http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 The Elements of Meaningful XHTML] - podcast de la présentation de Tantek du même nom ([http://tantek.com/presentations/2005/09/elements-of-xhtml/ diapos])&lt;br /&gt;
&lt;br /&gt;
=== Trésors cachés CHIC ===&lt;br /&gt;
Le sites suivants ont des articles en rapport avec CHIC, des tutoriels, et. Sur eux, vous devrz plonger à partir de la page d'accueil. Aidez-nous à trouver les trésors CHIC dissimulés dans ces sites et ajoutez des liens ''directs'' vers des articles en rapport avec CHIC, des tutoriels pour les hisser aux sections spcécifiques au-dessus. Vous pouvez laisser les liesn vers le niveau le plus haut du siteà moins que n'ayez à plonger dans le site en entier pour y trouver tous les trésors.&lt;br /&gt;
* [http://www.w3schools.com/ W3Schools Tutoriels Web en ligne] (en)&lt;br /&gt;
* [http://dev.opera.com/ Dev.Opera] (en)&lt;br /&gt;
* [http://pompage.net pompage] (fr)&lt;br /&gt;
&lt;br /&gt;
=== Faites que votre Blog soit CHIC ===&lt;br /&gt;
Si vous voulez améliorer votre blog existant, il existe quelques choses&lt;br /&gt;
vraiment simples que vous pouvez faire vous-même : &lt;br /&gt;
&lt;br /&gt;
==== WordPress ====&lt;br /&gt;
* Utilisez les thèmes [http://www.plaintxt.org/themes/sandbox/ Sandbox] ou [http://getk2.com K2] qui supportent déjà hAtom et hCard&lt;br /&gt;
* Ajoutez le [http://redmonk.net/archives/2007/04/18/wordpress-widget-hcard-about-box/ Widget hCard About] à votre site&lt;br /&gt;
&lt;br /&gt;
== Répandez CHIC ==&lt;br /&gt;
Maintenant que vous avez CHICquifié vos sites web, que faire ensuite ?&lt;br /&gt;
Bien, aidez à répandre CHIC sur d'autres sites web !&lt;br /&gt;
* Faites la promo de CHIC. Fabriquez un bouton CHIC (peut-être en utilisant une sémantique HTML et CSS) faisant un lien vers cette page et placez-le sur votre site, dans votre blogroll, en pied de page, etc. Venez même peut-être avec un joli bouton graphique CHIC et partagez-le avec la communauté microformats avec une licence libre (domaine public, CC-by-3.0, MIT, etc.). Inspirez-vous de ceux-ci : &lt;br /&gt;
** http://redmonk.net/wp-content/uploads/2007/04/chic_fancy.png - [http://creativecommons.org/licenses/by/3.0/ CC-by-3.0]&lt;br /&gt;
* Parlez-en à un ami. Parlez à vos amis designers de POSH et convainquez les de ''chicquifier'' leurs sites web personnels, et les sites web qu'ils construisent pour les autres. Bloguez votre expérience de CHICquification et les étapes que vous avez traversées pour CHICquifier vos sites web. &lt;br /&gt;
Ecrivez un [[posh-testimonial-fr|témoignage CHIC]] !&lt;br /&gt;
* Revenez avec plus d'idées pour aider à propager CHIC. En voici quelques-unes.&lt;br /&gt;
** Organisez un [http://socialsynergyweb.net/cgi-bin/wiki/XtofWiki/ChicPit CHICPit] - une journée ou demi-journée de session marathon mélangeant des experts du HTML sémantique avec des types qui maintiennent/font tourner des sites web en général, et regardez comment vous pouvez les mettre à jour en groupe vers CHIC durant la journée.&lt;br /&gt;
** ...&lt;br /&gt;
&lt;br /&gt;
== Améliorez CHIC ==&lt;br /&gt;
Au fur et à mesure que vous lisez les [[posh-fr#Ressources|ressources CHIC]] documentées ici, quelles sont les autres ressources CHIC que vous avez trouvées ? Ajoutez-les à cette page.&lt;br /&gt;
&lt;br /&gt;
Avec votre expérience et votre capacité à pouvoir à la fois &amp;quot;poshifier&amp;quot; vos sites et aider les autres à faire ainsi, qu'avez-vous appris ? Quels sont les types de [[posh-issues-fr|problématiques]] que vous avez rencontrées ?  Quelles sont les questions souvent posées ? Quels seraient vos besoins pour aider facilement et rapidement plus de personnes à poshifier leurs contenus ?&lt;br /&gt;
&lt;br /&gt;
== Historique ==&lt;br /&gt;
&lt;br /&gt;
Une historique rapide de références à &amp;quot;CHIC&amp;quot; dans ce contexte et au &amp;quot;bon vieux html sémantique&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== bon vieux HTML sémantique  ===&lt;br /&gt;
Les premières références au &amp;lt;strong&amp;gt;&amp;quot;bon vieux HTML sémantique&amp;quot;&amp;lt;/strong&amp;gt; qui ont été trouvées à cette heure sont : &lt;br /&gt;
* [http://groups.google.com/group/comp.infosystems.www.authoring.site-design/msg/2373e9043c08cba4 1998-05-01: Kirrily 'Skud' Robert on comp.infosystems.www.authoring.site-design] - &amp;quot;The site is implemented in HTML 4.0 Transitional with style sheets; this means that anyone with an older browser won't get presentational markup, just &amp;lt;strong&amp;gt;plain old semantic HTML&amp;lt;/strong&amp;gt;. &amp;quot;&lt;br /&gt;
* [http://www.highrankings.com/advisor/tables-seo/ 2006-09-21 Drew's comment by on &amp;quot;Tables and SEO&amp;quot;]: &amp;quot;I’d say it’s well worth it for a variety of reasons to only use tables when you’re presenting tabular data, and use &amp;lt;strong&amp;gt;plain old semantic HTML&amp;lt;/strong&amp;gt; to mark up your content in all other cases.&amp;quot; (retrouvée par [[User:Tantek|Tantek]] 08:20, 20 Apr 2007 (PDT))&lt;br /&gt;
Si vous pouvez trouver des références plus anciennes, ''ajoutez-les'' les svp et joignez-y une citation brève du contexte de la référence à  &amp;quot;bon vieux html sémantique&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-04-18-web-2-open-media&amp;diff=37284</id>
		<title>events/2007-04-18-web-2-open-media</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-04-18-web-2-open-media&amp;diff=37284"/>
		<updated>2009-01-05T10:45:48Z</updated>

		<summary type="html">&lt;p&gt;Brian: reverted spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Microformats for media at Web 2 Open 2007&amp;lt;/h1&amp;gt;&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
This session will start with an explanation of Microformat principles and the Microformats process, then focus on the state of microformats for media information, with a call to the community to participate in moving this forward. We have a good set of examples, which have languished for sometime. Let's move this to the stage of scheme convergence so that the conversation can continue on the list and on the wiki.&lt;br /&gt;
== Where ==&lt;br /&gt;
[http://www.web2expo.com/pub/w/53/venue.html Moscone West, San Francisco (room ALPHA)]&lt;br /&gt;
&lt;br /&gt;
== When ==&lt;br /&gt;
[https://www.socialtext.net/web2open/index.cgi?mary_hodder Session Details]&lt;br /&gt;
&lt;br /&gt;
2007-04-18 &lt;br /&gt;
* 2pm-2.50pm&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
*Mary Hodder&lt;br /&gt;
*Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please add your name here if you attended these sessions, speaking or not.&lt;br /&gt;
&lt;br /&gt;
*John Allsopp&lt;br /&gt;
*Tantek Çelik&lt;br /&gt;
*Simon Willison&lt;br /&gt;
*Heidi&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Session Comments and Q&amp;amp;A ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
Please tag with &amp;quot;[http://flickr.com/photos/tags/microformatswdn2007/ microformatsweb2expo] microformatsweb2open microformatsmedia&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
Please tag with &amp;quot;[http://flickr.com/photos/tags/microformatswdn2007/ microformatsweb2expo] microformatsweb2open microformatsmedia&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Podcasts == &lt;br /&gt;
* Coming!&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[events/2007-04-17-web-2-expo|Web 2 Expo 2007 microformats events]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=alternates-examples&amp;diff=37283</id>
		<title>alternates-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=alternates-examples&amp;diff=37283"/>
		<updated>2009-01-05T10:40:20Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by AcchiLicna (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This page is to collect examples of '''alternates''', that is, places where a user may be given several different items to choose amongst that at some logical level are considered equivalent.&lt;br /&gt;
&lt;br /&gt;
== Discussion Participants ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes], [http://www.blogmatrix BlogMatrix, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes], [http://www.blogmatrix BlogMatrix, Inc.]&lt;br /&gt;
* Lucas Gonze&lt;br /&gt;
* Greg Borenstein&lt;br /&gt;
&lt;br /&gt;
=== Interested Folks ===&lt;br /&gt;
&lt;br /&gt;
= Specific Examples from the Wild =&lt;br /&gt;
&lt;br /&gt;
== MediaRSS ==&lt;br /&gt;
Yahoo's [http://search.yahoo.com/mrss Media RSS] provides the &amp;amp;lt;media:group&amp;gt; tag to group alternate choices for the same media file together. Here's an example from their spec:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;rss version=&amp;quot;2.0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;channel&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Song Site&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;link&amp;gt;http://www.foo.com&amp;lt;/link&amp;gt;&lt;br /&gt;
&amp;lt;description&amp;gt;Songs galore at different bitrates&amp;lt;/description&amp;gt;&lt;br /&gt;
 &amp;lt;item&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Cool song by an artist&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;link&amp;gt;http://www.foo.com/item1.htm&amp;lt;/link&amp;gt;&lt;br /&gt;
  &amp;lt;media:group&amp;gt;&lt;br /&gt;
   &amp;lt;media:content url=&amp;quot;http://www.foo.com/song64kbps.mp3&amp;quot; &lt;br /&gt;
   fileSize=&amp;quot;1000&amp;quot; bitrate=&amp;quot;64&amp;quot; type=&amp;quot;audio/mpeg&amp;quot; &lt;br /&gt;
   isDefault=&amp;quot;true&amp;quot; expression=&amp;quot;full&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;media:content url=&amp;quot;http://www.foo.com/song128kbps.mp3&amp;quot; &lt;br /&gt;
   fileSize=&amp;quot;2000&amp;quot; bitrate=&amp;quot;128&amp;quot; type=&amp;quot;audio/mpeg&amp;quot; &lt;br /&gt;
   expression=&amp;quot;full&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;media:content url=&amp;quot;http://www.foo.com/song256kbps.mp3&amp;quot; &lt;br /&gt;
   fileSize=&amp;quot;4000&amp;quot; bitrate=&amp;quot;256&amp;quot; type=&amp;quot;audio/mpeg&amp;quot; &lt;br /&gt;
   expression=&amp;quot;full&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;media:content url=&amp;quot;http://www.foo.com/song512kbps.mp3.torrent&amp;quot; &lt;br /&gt;
   fileSize=&amp;quot;8000&amp;quot; type=&amp;quot;application/x-bittorrent;enclosed=audio/mpeg&amp;quot; &lt;br /&gt;
   expression=&amp;quot;full&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;media:content url=&amp;quot;http://www.foo.com/song.wav&amp;quot; &lt;br /&gt;
   fileSize=&amp;quot;16000&amp;quot; type=&amp;quot;audio/x-wav&amp;quot; expression=&amp;quot;full&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;media:credit role=&amp;quot;musician&amp;quot;&amp;gt;band member 1&amp;lt;/media:credit&amp;gt;&lt;br /&gt;
   &amp;lt;media:credit role=&amp;quot;musician&amp;quot;&amp;gt;band member 2&amp;lt;/media:credit&amp;gt;&lt;br /&gt;
   &amp;lt;media:category&amp;gt;music/artist name/album/song&amp;lt;/media:category&amp;gt;&lt;br /&gt;
   &amp;lt;media:rating&amp;gt;nonadult&amp;lt;/media:rating&amp;gt;&lt;br /&gt;
  &amp;lt;/media:group&amp;gt;&lt;br /&gt;
 &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/channel&amp;gt;&lt;br /&gt;
&amp;lt;/rss&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the mixing of alternates and related metadata together under the group tag.&lt;br /&gt;
&lt;br /&gt;
== hVlog ==&lt;br /&gt;
&lt;br /&gt;
The [http://vpip.org/ vPIP] (Videos Playing in Place) library uses a format called [http://formats.cinegage.com/index.php?title=HVlog hVlog] to identify media enclosures in blog posts.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [[alternates-examples]]&lt;br /&gt;
* [[alternates-formats]]&lt;br /&gt;
* [[alternates-brainstorming]]&lt;br /&gt;
* [[media-metadata-examples]] -- Yahoo's Media RSS uses this&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcalenar&amp;diff=37282</id>
		<title>hcalenar</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcalenar&amp;diff=37282"/>
		<updated>2009-01-05T10:40:18Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by SitreLtali (Talk) to last version by Tantek&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[hcalendar]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=be-strict&amp;diff=37281</id>
		<title>be-strict</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=be-strict&amp;diff=37281"/>
		<updated>2009-01-05T10:40:13Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CaricElbas (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Be strict in what you send, but generous in what you receive=&lt;br /&gt;
&lt;br /&gt;
&amp;quot;'''Be strict in what you send, but generous in what you receive'''&amp;quot; is a principle in computing (originally referring to e-mail), which suggests that systems (such as e-mail relays or microformat parsers) should be very strict in making sure that their output conforms to standards, but flexible in interpreting data received, which may not adhere to the relevant standard, but whose meaning is still unambiguous. &lt;br /&gt;
&lt;br /&gt;
It is a variant of [http://en.wikipedia.org/wiki/Jon_Postel#Postel.27s_Law Postel's Law], &amp;quot;''be conservative in what you do, be liberal in what you accept from others''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
See [[hcard-brainstorming#ADR with no children]] for an example of how this might be applied. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
(Anyone got a better explanation, references, or etymology?) [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
*Having had many years developing and implementing standards, IMHO there are both plusses and minusses to Postel's law. [[User:Tantek|Tantek]] 08:23, 26 Mar 2007 (PDT)&lt;br /&gt;
**What do you perceive are the disadvantages (especially in the context of microformats)? [[User:AndyMabbett|Andy Mabbett]] 08:34, 26 Mar 2007 (PDT)&lt;br /&gt;
*** Much of the complexity of building an HTML implementation (AKA/EG parser, browser, table-formatter) has been blamed on the adoption of Postel's Law by early browser implementers. It is now effectively impossible to build a new browser from scratch without putting in a multimillion dollar investment of time and engineering resources, in spite of the fact that the first browser was built by a single individual, Tim Berners-Lee. Essentially, following Postel's Law can have the impact of raising the barrier to entry to implementation development so high as to be prohibitive to individuals or small teams, and only possible by large corporations.  It is undesirable to implicitly require the resources of a large corporation (and thus be dependent on) in order to build microformats implementations, which are currently implementable (have been implemented) by both individuals and small teams. [[User:Tantek|Tantek]] 08:46, 26 Mar 2007 (PDT)&lt;br /&gt;
****So, a matter of degree: ''be generous in what you receive - within reason''? [[User:AndyMabbett|Andy Mabbett]] 08:57, 26 Mar 2007 (PDT)&lt;br /&gt;
*** Additionally, Postel's Law has been blamed for making interoperability ''more'' difficult in the case of HTML, or rather, even discouraging interoperability, as different implementations &amp;quot;liberally/generously&amp;quot; have treated errors (invalid HTML) differently over time. [[User:Tantek|Tantek]] 08:46, 26 Mar 2007 (PDT)&lt;br /&gt;
****Resolved, in our case, by documenting solutions here ? [[User:AndyMabbett|Andy Mabbett]] 08:58, 26 Mar 2007 (PDT)&lt;br /&gt;
***** Perhaps.  The more important principle may be the balance of simplicity between publisher and implementer.  I think we (the microformats community) are still figuring the optimal level of this balance, but I believe we are on the right track.  Asking just a little of publishers in order to make it reasonably easy for implementers to implement. [[User:Tantek|Tantek]] 09:01, 26 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Robustness_Principle Robustness Principle]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mfcomment&amp;diff=37280</id>
		<title>mfcomment</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mfcomment&amp;diff=37280"/>
		<updated>2009-01-05T10:40:12Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by C4tliDarla (Talk) to last version by AndyMabbett&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DeprecatedHistoricalPage}}&lt;br /&gt;
If you are interested in using microformats to markup your comments, [[hatom|hAtom]] is recommended.&lt;br /&gt;
&lt;br /&gt;
== Author ==&lt;br /&gt;
* [http://an9.org/devdev Andy Smith]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
I'm no spec draft lawyer, so just take this as being &amp;quot;in the same vein&amp;quot; as hReview, hCalendar and the like. I feel the examples are pretty self-explanatory.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
The big example, using as many properties as seemed could apply to a comment:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;amp;lt;div class=&amp;quot;mfcomment&amp;quot;&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;span class=&amp;quot;version&amp;quot;&amp;amp;gt;0.1&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;span&amp;amp;gt; Regarding: &amp;amp;lt;a class=&amp;quot;url&amp;quot; rel=&amp;quot;target&amp;quot; href=&amp;quot;http://an9.org/blog/2005/06/07/super-sekret-project/&amp;quot;&amp;amp;gt;Super Sekret Project&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
    By: &amp;amp;lt;span class=&amp;quot;commenter&amp;quot;&amp;amp;gt; &amp;amp;lt;!-- I'm an hCard --&amp;amp;gt;&lt;br /&gt;
        &amp;amp;lt;a class=&amp;quot;url nickname&amp;quot; href=&amp;quot;http://anarkystic.com/blog&amp;quot;&amp;amp;gt;termie&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
        &amp;amp;lt;span class=&amp;quot;fn&amp;quot;&amp;amp;gt;Andy Smith&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
        &amp;amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;http://an9.org/images/small_andy.png&amp;quot; alt=&amp;quot;Photo of Andy Smith&amp;quot; /&amp;amp;gt; &lt;br /&gt;
    &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;url&amp;quot; rel=&amp;quot;thread parent&amp;quot; href=&amp;quot;http://sxore.com/comment/view/14&amp;quot;&amp;amp;gt;parent&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;div class=&amp;quot;summary&amp;quot;&amp;amp;gt;Just a comment...&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;abbr class=&amp;quot;dtcommented&amp;quot; title=&amp;quot;20050612T21:30-0700&amp;quot;&amp;amp;gt;&amp;amp;lt;!-- I'm the same as dtreviewed for hReview --&amp;amp;gt;June 12th, 2005&amp;amp;lt;/abbr&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;div class=&amp;quot;description&amp;quot;&amp;amp;gt;&lt;br /&gt;
        &amp;amp;lt;p&amp;amp;gt;Boy, I really like that thing&amp;amp;lt;/p&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;url&amp;quot; rel=&amp;quot;self bookmark&amp;quot; href=&amp;quot;http://sxore.com/comment/view/14&amp;quot;&amp;amp;gt;link to this comment&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
The small example, using a minimum set of data:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;amp;lt;div class=&amp;quot;mfcomment&amp;quot;&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;url&amp;quot; rel=&amp;quot;target&amp;quot; href=&amp;quot;http://an9.org/blog/2005/06/07/super-sekret-project/&amp;quot;&amp;amp;gt;Super Sekret Project&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;span class=&amp;quot;commenter&amp;quot;&amp;amp;gt;anonymous&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;abbr class=&amp;quot;dtcommented&amp;quot; title=&amp;quot;20050612T21:30-0700&amp;quot;&amp;amp;gt;June 12th, 2005&amp;amp;lt;/abbr&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;div class=&amp;quot;description&amp;quot;&amp;amp;gt;&lt;br /&gt;
        &amp;amp;lt;p&amp;amp;gt;Gosh, this is neat.&amp;amp;lt;/p&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;url&amp;quot; rel=&amp;quot;self bookmark&amp;quot; href=&amp;quot;http://sxore.com/comment/view/14&amp;quot;&amp;amp;gt;link to this comment&amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=resume-examples-fr&amp;diff=37279</id>
		<title>resume-examples-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=resume-examples-fr&amp;diff=37279"/>
		<updated>2009-01-05T10:40:08Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CaletOboac (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Exemples de CV &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cet espace est destiné à assembler et faire une analyse simple des curriculum vitae trouvés sur le WWW en tant que section du [[process-fr|processus]] dans le dévelopement d'un microformat [[resume-fr|résumé]] ou CV. Voir le draft [[hresume-fr|hResume]].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles de Résumés ==&lt;br /&gt;
Dans la discussion humaine typique, quand les personnes font référence à des &amp;quot;formats de résumé.&amp;quot;, elles veulent dire comment vous organisez et mettez en page votre C.V. pour une consommation humaine. Néanmoins ce terme est ambigu car il pourrait aussi faire référence au format de données du résumé (comme cela se fait sur microformats.org).  Par conséquent, l'aspace humain de l'organisation/mise en page d'un résumé que nous étiquetons le &amp;quot;style de résumé&amp;quot;, et réservons le sens d'un &amp;quot;format de résumé&amp;quot; pour le format de *données* du C.V. Pour la recherche sur les formats de données du résumé., voir [[resume-formats-fr|resume-formats]].&lt;br /&gt;
&lt;br /&gt;
En discussion avec les types de SimplyHired, ils faisaient remarquer qu'ils avaient vu deux styles généraux de résumés qui couvrent la majorité des cas.&lt;br /&gt;
&lt;br /&gt;
Souvenez-vous, dans cette discussion, nous voulons essayer et couvrir les généralités de 80-90% des styles de résumés humains (conventions sur la façons dont les personnes publient, que ce soit sur le web ou sur papier).&lt;br /&gt;
&lt;br /&gt;
Aussi, cette page est destinée uniquement à documenter et analyser les exemples actuels de CV sur le Web, et décrire les formats de résumés communs. Pour l'analyse et les idées, voir  [[resume-brainstorming-fr|résumé-brainstorming]].&lt;br /&gt;
&lt;br /&gt;
=== autres styles de Résumés ===&lt;br /&gt;
* Voir [http://www.dummies.com/WileyCDA/DummiesArticle/id-636,subcat-JOB.html Choosing a resume format] pour un aperçu basique du format chronolique inversé (Reverse Chronological format (RC), le format Fonctionnel, le format Hybride, le format Réalisation, le format Ciblé, le format Linéaire, le format Professionnel, le format Mot-clé, le format Académique Curriculum Vitae (CV), le format International Curriculum et le format Portfolio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CV extraits de la jungle ==&lt;br /&gt;
=== Tantek Çelik ===&lt;br /&gt;
* [http://tantek.com/projects/resume.html Tantek Çelik] (a besoin d'être mis à jour, celui-là a environ deux ans)&lt;br /&gt;
&lt;br /&gt;
==== Résumé ====&lt;br /&gt;
&lt;br /&gt;
Tantek a une liste pour son Résumé en haut : &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;quals&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
Manager &amp;amp;amp; technical leader (10 years).  Led and set direction for teams of up to 12.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Emploi ====&lt;br /&gt;
&lt;br /&gt;
Tantek listes ensuite son historique d'emploi :&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Employment &amp;amp;amp; Products&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ol class=&amp;quot;experience&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;job&amp;quot; id=&amp;quot;technorati&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;dates&amp;quot;&amp;gt;2004 - present&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;http://www.technorati.com&amp;quot; class=&amp;quot;company&amp;quot;&amp;gt;Technorati&amp;lt;/a&amp;gt;,  &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://maps.yahoo.com/py/maps.py?BFCat=&amp;amp;amp;Pyt=Tmap&amp;amp;amp;addr=665+3rd+St&amp;amp;amp;csz=San+Francisco+CA+94107&amp;quot; &lt;br /&gt;
  class=&amp;quot;location&amp;quot;&amp;gt;San Francisco, CA&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;&amp;lt;span class=&amp;quot;dates&amp;quot;&amp;gt;2004 July - present&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;jobtitle&amp;quot;&amp;gt;Senior Technologist.&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
Investigate and define new standards and new technologies companywide.  Lead adoption of and implementation of valid &lt;br /&gt;
semantic XHTML and CSS across all web sites. A primary contributor to the design, development, and launch of &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://politics.technorati.com&amp;quot;&amp;gt;politics.technorati.com&amp;lt;/a&amp;gt; &amp;quot;Election Watch 2004&amp;quot; site in &amp;lt;em&amp;gt;13 days&amp;lt;/em&amp;gt;.&lt;br /&gt;
    &amp;lt;div class=&amp;quot;completed&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h5&amp;gt;Websites Developed and Launched&amp;lt;/h5&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;websites&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://www.technorati.com/&amp;quot;&amp;gt;Technorati main site&amp;lt;/a&amp;gt; (valid XHTML+CSS green redesign, XHTML strict &lt;br /&gt;
      update)&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://politics.technorati.com/&amp;quot;&amp;gt;Election Watch 2004&amp;lt;/a&amp;gt; (initial valid XHTML+CSS release, XHTML &lt;br /&gt;
      strict update with new Attention Index, Charts features)&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Les schéma implicite semble être (en sélecteurs CSS) :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ol.experience&lt;br /&gt;
ol.experience li.job&lt;br /&gt;
ol.experience li.job .dates&lt;br /&gt;
ol.experience li.job .company&lt;br /&gt;
ol.experience li.job .jobtitle&lt;br /&gt;
ol.experience li.job .completed&lt;br /&gt;
ol.experience li.job .products&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Le réglage des .jobtitle, .completed et .products est répété pour les cas où il aurait plus d'une position dans la société.&lt;br /&gt;
&lt;br /&gt;
==== brevets ====&lt;br /&gt;
Tantek a aussi une section sur les brevets : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;patents&amp;quot; id=&amp;quot;patents&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&amp;lt;abbr title=&amp;quot;United States&amp;quot;&amp;gt;US&amp;lt;/abbr&amp;gt; Patents&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;issued&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;sidelabel&amp;quot;&amp;gt;Issued(6):&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li id=&amp;quot;PatNo5752056&amp;quot; value=&amp;quot;5752056&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?d=PALL&amp;amp;amp;p=1&amp;amp;amp;u=%2Fnetahtml%2F&lt;br /&gt;
            srchnum.htm&amp;amp;amp;r=1&amp;amp;amp;f=G&amp;amp;amp;l=50&amp;amp;amp;s1=5,752,056&amp;amp;amp;OS=&amp;amp;amp;RS=&amp;quot;&amp;gt;&lt;br /&gt;
          System for binding document parts and handlers by fidelity of parts or by automatic &lt;br /&gt;
          translation of parts&amp;lt;/a&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;altlink&amp;quot; href=&amp;quot;http://www.delphion.com/details?pn=US05752056__&amp;quot;&amp;gt;(delphion US05752056)&amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a class=&amp;quot;inventor&amp;quot;&amp;gt;[sole inventor]&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Je ne vais pas plonger là-dedans, parce que je doute vraiment que ce soit suffisamment commun pour l'inclusion. --[[User:RyanKing|RyanKing]] 13:33, 18 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Publications ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publications&amp;quot; id=&amp;quot;publications&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Publications &amp;amp;amp; Presentations&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 id=&amp;quot;recs&amp;quot;&amp;gt;Recommendations and Candidate Recommendations (CRs)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;amp;Ccedil;elik T.&lt;br /&gt;
&amp;quot;&amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;http://www.w3.org/TR/css3-ui&amp;quot;&amp;gt;CSS3 Basic User Interface Module&amp;lt;/a&amp;gt;&amp;quot;&lt;br /&gt;
&amp;lt;a class=&amp;quot;publisher&amp;quot; href=&amp;quot;http://w3.org/TR&amp;quot;&amp;gt;W3C Technical Reports and Publications&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;amp;amp;lt;&amp;lt;a class=&amp;quot;URL&amp;quot; href=&amp;quot;http://www.w3.org/TR/2004/CR-css3-ui-20040511&amp;quot;&amp;gt;http://www.w3.org/TR/2004/CR-css3-ui-20040511&amp;lt;/a&amp;gt;&amp;amp;amp;gt;&lt;br /&gt;
(2004)&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Le contenu défini pour le microformat citation fonctionne. Besoin d'analyse dans ce contexte. --[[User:RyanKing|RyanKing]] 13:33, 18 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== présentations ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3 id=&amp;quot;presentations&amp;quot;&amp;gt;Invited Presentations&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Marks K, &amp;amp;Ccedil;elik T.&lt;br /&gt;
&amp;quot;&amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;http://sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1524&amp;quot;&amp;gt; Semantic XHTML: &lt;br /&gt;
  Can your website be your API? - Using semantic XHTML to show what you mean&amp;lt;/a&amp;gt;&amp;quot;,&lt;br /&gt;
&amp;lt;a class=&amp;quot;publisher&amp;quot; href=&amp;quot;http://sdforum.org/&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;Software Development Forum&amp;quot;&amp;gt;SD Forum&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt; &lt;br /&gt;
&amp;lt;a class=&amp;quot;event&amp;quot; href=&amp;quot;http://www.sdforum.org/SDForum/Templates/Level1.aspx?pid=10117&amp;amp;amp;sid=7&amp;quot;&amp;gt;Web Services &lt;br /&gt;
  &amp;lt;abbr title=&amp;quot;Special Interest Group&amp;quot;&amp;gt;SIG&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
&amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&amp;lt;/span&amp;gt; &lt;br /&gt;
(28 September 2004)&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tantek a une liste de présentations qui comprennent les noms des présentateurs, l'URL de l'événement, l'éditeur (semble être utilisé comme 'organizer'), l'URL de l'événement (par ex. conférence, atelier) et le nom, le lieu et la date.&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;education&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Education&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;school&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;dates&amp;quot;&amp;gt;20 June 2001&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;http://www.edwardtufte.com/tufte/&amp;quot; &lt;br /&gt;
  class=&amp;quot;institution&amp;quot;&amp;gt;Edward Tufte&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;courses&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://www.edwardtufte.com/tufte/courses&amp;quot;&amp;gt;Presenting Data and Information&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tantek liste ses études, en y incluant des 'dates', une liste de 'cours' qui comprennent le nom et l'URL optionnelle) et une liste de diplômes.&lt;br /&gt;
&lt;br /&gt;
==== Récompenses ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;awards&amp;quot; id=&amp;quot;awards&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Awards&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;dates&amp;quot;&amp;gt;2004&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;http://2004.sxsw.com/interactive&amp;quot;&amp;gt;SXSW interactive conference&amp;lt;/a&amp;gt;, &lt;br /&gt;
 &amp;lt;!--&amp;lt;a href=&amp;quot;http://www.sxsw.com/interactive/panels/ratings04/&amp;quot;&amp;gt;--&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://2004.sxsw.com/interactive/panels/ratings04/&amp;quot;&amp;gt;Top rated moderator (4.70 out of possible 5.0)&amp;lt;/a&amp;gt;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Liste avec dates, nom d'événement, url et nom de la récompense.&lt;br /&gt;
&lt;br /&gt;
==== Centres d'Intérêts ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;interests&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Other Interests&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Alternative transport: skate, bicycle, motorcycle. Run? Only&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.asylumsfx.com/movies/belly.mov&amp;quot; target=&amp;quot;m&amp;quot;&amp;gt;when chased&amp;lt;/a&amp;gt;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Affiliations ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Member of&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://www.cpsr.org&amp;quot;&amp;gt;Computer Professionals for Social Responsibility (&amp;lt;abbr&amp;gt;CPSR&amp;lt;/abbr&amp;gt;)&amp;lt;/a&amp;gt; (life),&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Liste d'affiliations/adhésions chacune avec URL et nom.&lt;br /&gt;
&lt;br /&gt;
==== Schéma Global Implicite ====&lt;br /&gt;
&lt;br /&gt;
Le schéma global implicite tel qu'illustré par cet exemple.&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
! Field name !! description&lt;br /&gt;
|-&lt;br /&gt;
| summary || une liste de qualifications et compétences&lt;br /&gt;
|-&lt;br /&gt;
| employment || une liste de jobs, chacun incluant les dates, sociétés, titre du job, réalisations, produits&lt;br /&gt;
|-&lt;br /&gt;
| patents || une liste de brevets - en cours et accordés avec descriptions, une URL, la liste des inventeurs &lt;br /&gt;
|-&lt;br /&gt;
| publications || une liste des publications, chacun indiquant les auteurs, le titre, l'url et l'année de publication&lt;br /&gt;
|-&lt;br /&gt;
| presentations || une liste des présentations, chacune incluant les noms des présentateurs, le titre de la présentation, l'occasion/événément et le lieu &lt;br /&gt;
|-&lt;br /&gt;
| education || une liste, chaque itemp contenant la date (gamme), l'institution et une liste de cours, chacun avec des URLs et noms&lt;br /&gt;
|-&lt;br /&gt;
| awards || une liste des récompenses, chacun avec un nom, url et date &lt;br /&gt;
|-&lt;br /&gt;
| interests || une liste d'intérêts personnels&lt;br /&gt;
|-&lt;br /&gt;
| affiliations || une liste des affiliations, chacun avec un nom d'organisation, url et type d'association&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Dan Connolly ===&lt;br /&gt;
[http://www.w3.org/People/Connolly/misc/vita Dan Connolly] (a besoin d'améliorations à des fins de MIT ; a été GRDDL'd pour certains points)&lt;br /&gt;
&lt;br /&gt;
==== Affilitations ====&lt;br /&gt;
Pour les affiliations, Dan a&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;affiliation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;em class=&amp;quot;position&amp;quot;&amp;gt;Research Scientist&amp;lt;/em&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b class=&amp;quot;org&amp;quot;&amp;gt;MIT Computer Science and Artificial Intelligence Laboratory (&amp;lt;a rel=&amp;quot;aff&amp;quot;&lt;br /&gt;
href=&amp;quot;http://www.csail.mit.edu/&amp;quot;&amp;gt;CSAIL&amp;lt;/a&amp;gt;)&amp;lt;/b&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;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Schéma Implicite :&lt;br /&gt;
{|&lt;br /&gt;
! css selector !! semantics&lt;br /&gt;
|-&lt;br /&gt;
| div.affiliation || wrapper&lt;br /&gt;
|-&lt;br /&gt;
| div.affiliation em.position || the job position/title&lt;br /&gt;
|-&lt;br /&gt;
| div.affiliation b.org || the organization with which he is affiliated&lt;br /&gt;
|-&lt;br /&gt;
| div.affiliation b.org a[rel=&amp;quot;aff&amp;quot;] || href is URL of the organization and textnode is an abbreviation of the organization name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Contact ====&lt;br /&gt;
Pour l'information de contact :&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;contact&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class='street'&amp;gt;200 Technology Square&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class='city'&amp;gt;Cambridge&amp;lt;/span&amp;gt;, &amp;lt;span class='st'&amp;gt;MA&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;zip&amp;quot;&amp;gt;02139&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code class='homePageAddr'&amp;gt;http://www.w3.org/People/Connolly/&amp;lt;/code&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;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dan a une série de  &amp;amp;lt;div&amp;amp;gt;'s, (devrait être une liste, non ?), chacune avec ce schéma implicite :&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! css selector !! semantics&lt;br /&gt;
|-&lt;br /&gt;
| div.contact || wrapper&lt;br /&gt;
|-&lt;br /&gt;
| div.contact span.street || hcard:street-address?&lt;br /&gt;
|-&lt;br /&gt;
| div.contact span.city || hcard:locality ?&lt;br /&gt;
|-&lt;br /&gt;
| div.contact span.st || hcard:region ?&lt;br /&gt;
|-&lt;br /&gt;
| div.contact span.zip || hcard:postal-code ?&lt;br /&gt;
|-&lt;br /&gt;
| div.contact homePageAddr || hcard:url ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Education&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
...followed by more affiliation &amp;lt;code&amp;gt;div&amp;lt;/code&amp;gt;'s (see above).&lt;br /&gt;
&lt;br /&gt;
Sous son entrée education, il a une liste de ce qui apparaît comme des honneurs/récompenses :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;National Merit Scholar&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Natural Sciences &amp;lt;a&lt;br /&gt;
    href=&amp;quot;http://www.cs.utexas.edu/users/cline/dsbrochure.html&amp;quot;&amp;gt;Dean's&lt;br /&gt;
    Scholar&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://www.arlut.utexas.edu/&amp;quot;&amp;gt;Applied Research&lt;br /&gt;
    Laboratories&amp;lt;/a&amp;gt; Scholarship&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Publications ==== &lt;br /&gt;
&lt;br /&gt;
Section Publications :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Selected Publications&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Berners-Lee, Connolly, Swick, &amp;lt;a href=&amp;quot;/1999/04/WebData&amp;quot;&amp;gt;&amp;lt;cite&amp;gt;Web&lt;br /&gt;
    Architecture: Describing and Exchanging Data&amp;lt;/cite&amp;gt;&amp;lt;/a&amp;gt; (World Wide Web&lt;br /&gt;
    Consortium Note, 1999)&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;dl&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;Connolly, &amp;lt;a&lt;br /&gt;
      href=&amp;quot;http://helix.nature.com/webmatters/xml.html&amp;quot;&amp;gt;&amp;lt;cite&amp;gt;The XML&lt;br /&gt;
      Revolution&amp;lt;/cite&amp;gt;&amp;lt;/a&amp;gt; Nature's &amp;lt;a&lt;br /&gt;
      href=&amp;quot;http://helix.nature.com/webmatters/&amp;quot;&amp;gt;Web Matters&amp;lt;/a&amp;gt;, Oct 1998&amp;lt;br&lt;br /&gt;
      /&amp;gt;&lt;br /&gt;
      &amp;lt;/dt&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  ....&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette liste de publications a des auteurs, URL et titre du travail.&lt;br /&gt;
&lt;br /&gt;
==== Expérience Professionnelle ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Professional Experience&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Domain Lead, W3C Architecture Domain, 1996-1998&amp;lt;/li&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A list of items, each with job title, the organization and a date range.&lt;br /&gt;
&lt;br /&gt;
==== Présentations et Récompenses ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Selected Appearances and Awards&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a&lt;br /&gt;
    href=&amp;quot;http://www.zdnet.com/intweek/printhigh/120897/top25.html&amp;quot;&amp;gt;&amp;lt;cite&amp;gt;The&lt;br /&gt;
    Top 25 Unsung Heroes Of The Net&amp;lt;/cite&amp;gt;&amp;lt;/a&amp;gt; by &amp;lt;a&lt;br /&gt;
    href=&amp;quot;http://www.zdnet.com/intweek/&amp;quot;&amp;gt;Inter@ctive Week&amp;lt;/a&amp;gt; 1997&amp;lt;/li&amp;gt;&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Une liste, chaque item avec URL, titre et publication/événement.&lt;br /&gt;
&lt;br /&gt;
==== Schéma Implicite Global ====&lt;br /&gt;
&lt;br /&gt;
Les schéma implicite du CV de Dan semble être : &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! field !!  description&lt;br /&gt;
|-&lt;br /&gt;
| affiliations || a list of affiliations, current and past, each with organization info&lt;br /&gt;
|-&lt;br /&gt;
| contact info || current contact info including mailing address and URL&lt;br /&gt;
|-&lt;br /&gt;
| education ||  a list of affiliations, like above, then a list of honors/awards&lt;br /&gt;
|-&lt;br /&gt;
| publications || a list of citations&lt;br /&gt;
|-&lt;br /&gt;
| professional experience || a list of: title, timeframe, organization&lt;br /&gt;
|-&lt;br /&gt;
| appearances and awards || a list of events&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Mark Pilgrim ===&lt;br /&gt;
* http://diveintomark.org/about/resume/&lt;br /&gt;
&lt;br /&gt;
==== Contact ====&lt;br /&gt;
&lt;br /&gt;
Mark utilise un [[hcard-fr|hCard]] pour donner son information de contact :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;fn&amp;quot;&amp;gt;Mark Pilgrim&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;address class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Apex&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;NC&amp;lt;/span&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;pilgrim@gmail.com&amp;quot;&amp;gt;pilgrim@gmail.com&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;other contact information available upon request&amp;lt;/em&amp;gt;&lt;br /&gt;
&amp;lt;/address&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;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Statut ====&lt;br /&gt;
&lt;br /&gt;
Mark déclare son statut acturel de recherche de travail/job : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Status&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;seeking full-time employment in the Raleigh, NC area (telecommuting OK)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Publications ====&lt;br /&gt;
&lt;br /&gt;
Une liste de publications :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Publications&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Greasemonkey Hacks&amp;lt;/cite&amp;gt; &amp;amp;#x2013; 2005, O'Reilly Media.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Dive Into Python&amp;lt;/cite&amp;gt; &amp;amp;#x2013; 2004, Apress.  Also available for free online &lt;br /&gt;
  at &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://diveintopython.org/&amp;quot;&amp;gt;diveintopython.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt;.  &lt;br /&gt;
  The book was written in DocBook XML and transformed into HTML, PDF, Word, Windows &lt;br /&gt;
  Help, and plain text with XSL stylesheets.  It has been translated into six languages.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Columns on &amp;lt;cite&amp;gt;XML.com&amp;lt;/cite&amp;gt; &amp;amp;#x2013; 2002-2004, O'Reilly Media.  Full list at &lt;br /&gt;
   &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://xml.com/pub/at/25&amp;quot;&amp;gt;xml.com/pub/at/25&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Projets/Publications ====&lt;br /&gt;
&lt;br /&gt;
Plus de publications et de projets open source : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Open Source and&amp;lt;br /&amp;gt;&lt;br /&gt;
Self-Publications&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Universal Feed Parser&amp;lt;/cite&amp;gt; &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://feedparser.org/&amp;quot;&amp;gt;&lt;br /&gt;
  feedparser.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt; &amp;amp;#x2013; parse RSS and Atom feeds in Python&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Feed Validator&amp;lt;/cite&amp;gt; &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://feedvalidator.org/&amp;quot;&amp;gt;&lt;br /&gt;
  feedvalidator.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt; &amp;amp;#x2013; validate RSS and Atom feeds&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Dive Into Greasemonkey&amp;lt;/cite&amp;gt; &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://diveintogreasemonkey.org/&amp;quot;&amp;gt;&lt;br /&gt;
  diveintogreasemonkey.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt; &amp;amp;#x2013; a book on remixing web sites with JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite&amp;gt;Dive Into Accessibility&amp;lt;/cite&amp;gt; &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://diveintoaccessibility.org/&amp;quot;&amp;gt;&lt;br /&gt;
  diveintoaccessibility.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt; &amp;amp;#x2013; a book on web accessibility techniques&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Python web services libraries &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://diveintomark.org/projects/&amp;quot;&amp;gt;&lt;br /&gt;
  diveintomark.org/projects&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Screencasts (video tutorials) &amp;amp;#x2013; &amp;lt;samp&amp;gt;&amp;lt;a href=&amp;quot;http://howto.diveintomark.org/&amp;quot;&amp;gt;&lt;br /&gt;
  howto.diveintomark.org&amp;lt;/a&amp;gt;&amp;lt;/samp&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Expérience Professionnelle ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Professional Experience&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;employer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;March 2004 &amp;amp;#x2013; present, accessibility architect at IBM&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Implemented advanced web accessibility in AJAX applications using Firefox 1.5 and &lt;br /&gt;
  WindowEyes screenreader.  Co-wrote best practices guidelines for these techniques.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wrote developer guidelines for creating accessible applications and custom graphical &lt;br /&gt;
  controls in SWT-based Eclipse applications.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Designed accessibility API for OpenOffice.org-based office suite.  Coordinated with &lt;br /&gt;
  Freedom Scientific (assistive technology vendor) and development team to ensure interoperability.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Plusieurs &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt;'s de &amp;lt;code&amp;gt;class=&amp;quot;employer&amp;quot;&amp;lt;/code&amp;gt;, chacune avec des espaces temps et listes de réalisations.&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Education&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;June 1995, Earlham College&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;BA of philosophy, 3.8 GPA&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Schéma global implicite ====&lt;br /&gt;
{|&lt;br /&gt;
! field !! description&lt;br /&gt;
|-&lt;br /&gt;
|contact || info de contact actuelle, déjà un [[hcard-fr|hCard]]&lt;br /&gt;
|-&lt;br /&gt;
|status || texte décrivant la disponibilité professionnelle&lt;br /&gt;
|-&lt;br /&gt;
|publications || liste de citations&lt;br /&gt;
|-&lt;br /&gt;
|projects/ Self-Publications || une liste des projets (w/ URLs) et livres publiés en ligne&lt;br /&gt;
|-&lt;br /&gt;
|professional Experience || une liste des jobs, chacun avec des cadres temporels et réalisations &lt;br /&gt;
|-&lt;br /&gt;
|education || une lsite : école, date de diplôme, degré et GPA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eran Globen ===&lt;br /&gt;
http://hellonline.com/resume.html&lt;br /&gt;
&lt;br /&gt;
==== Objectif ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Objective&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Pursuing a hands-on...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Résumé ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Summary&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Software engineer with&lt;br /&gt;
over 7 years experience in all...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expérience Professionnelle ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Professional Experience&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;2001-Present: limbo Technologies&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Chief Technology Officer&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Provided services to several companies on various projects in several fields &lt;br /&gt;
  including  scaling  of web server farms, security planning  and auditing and&lt;br /&gt;
  updating ASP based applications to ASP.NET technology.&amp;lt;/p&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Appears to be a list of:&lt;br /&gt;
&lt;br /&gt;
* time range&lt;br /&gt;
* company&lt;br /&gt;
* job title&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
==== Education/ Militaire ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Education and Military Service&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tel Aviv Univeristy  &amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Computer Science &amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Graduated with Bachelor's Degree (BSc.)    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Israeli Defense Force &amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Army Intelligence Core  &amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Honorable Discharge in 1996 for one full standard term of Isreali Military Service.  &amp;lt;/p&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Liste les organisations (école, militaire), diplôme.&lt;br /&gt;
&lt;br /&gt;
==== Intérêts ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Related Knowledge and Interests&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Platforms: &amp;lt;/b&amp;gt; Administrative knowledge of Window NT through&lt;br /&gt;
Server2003. Working knowledge of Linux 2.2.19 to current.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Database:&amp;lt;/b&amp;gt; MS-SQL Server 6.5-2k nearing DBA level, MS-Access, working knowledge of Oracle Database Systems.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Languages: &amp;lt;/b&amp;gt; VB, VBScript, Java, C, C++, C#, (T-)SQL, WML, XML, and Perl.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Technologies: &amp;lt;/b&amp;gt; ADO, ASP, ASP.NET, COM, WAP, Client/Server; Expansive knowledge&lt;br /&gt;
of networking, specifically TCP/IP, with a strong interest in systems and&lt;br /&gt;
network security  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Current Studies and Interests:  &amp;lt;/b&amp;gt;&lt;br /&gt;
Expansive knowledge of networking, specifically&lt;br /&gt;
TCP/IP, with a strong interest in systems and network security. Also interested&lt;br /&gt;
in wireless, including cellular and Ethernet based internet technologies including&lt;br /&gt;
Location Based Services and Wireless Gaming.  &amp;lt;/p&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un ensemble de centres d'intérêts groupés par catégories.&lt;br /&gt;
&lt;br /&gt;
==== Schéma Implicite Global ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! field !! summary&lt;br /&gt;
|-&lt;br /&gt;
|objective || text describing career goals&lt;br /&gt;
|-&lt;br /&gt;
|summary || an overview of qualifications&lt;br /&gt;
|-&lt;br /&gt;
|professional Experience || list of employment, each as an event&lt;br /&gt;
|-&lt;br /&gt;
|education/ Military || list of education and military service, each with title/degree, org and timeframe&lt;br /&gt;
|-&lt;br /&gt;
|interests || text describing current interests&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tara Hunt ===&lt;br /&gt;
http://horsepigcow.com/tararesume.htm&lt;br /&gt;
&lt;br /&gt;
==== Contact Info ====&lt;br /&gt;
(balisage simplifié pour protéger le coupable --[[User:RyanKing|RyanKing]] 15:38, 19 Jan 2006 (PST))&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot; face=&amp;quot;Arial, Helvetica, sans-serif&amp;quot;&amp;gt;762 Adelaide West, Toronto, &lt;br /&gt;
          ON M6J 1B1&amp;lt;br&amp;gt;&lt;br /&gt;
          e. &amp;lt;a href=&amp;quot;mailto:tara@roguestrategies.com&amp;quot;&amp;gt;tara@roguestrategies.com&amp;lt;/a&amp;gt; &lt;br /&gt;
          w. &amp;lt;a href=&amp;quot;http://www.roguestrategies.com&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;www.roguestrategies.com&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
          c. 416-837-8972 h. 416-703-5391&amp;lt;/font&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot; face=&amp;quot;Arial, Helvetica, sans-serif&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Résumé ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font ...&amp;gt;We &lt;br /&gt;
  live in the world of uber-savvy consumers and never-ceasing media inundation. &lt;br /&gt;
  It is simple to have a market presence, but nearly impossible to make a &lt;br /&gt;
  market connection. These connections are what today's entrepreneur requires &lt;br /&gt;
  to survive. Creating authentic bonds is at the core of every one of my strategies. &lt;br /&gt;
  This is marketing uncommon.&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Qualifications ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;I AM QUALIFIED&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;font ...&amp;gt;I have experience in each of the following areas:&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;ul ...&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;font ...&amp;gt;e-Marketing (e-Content Development)&amp;lt;br&amp;gt;&amp;lt;/font&amp;gt; &lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;font ...&amp;gt;CMS (Content Management)&amp;lt;/font&amp;gt; &lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;&amp;lt;font ...&amp;gt;I AM EDUCATED&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
  Bachelor of Arts (Communications &amp;amp;amp; Culture) - University of Calgary 1994-1999&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Qualifications / Experience ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font...&amp;gt;I AM VERSATILE&amp;lt;br&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;font ...&amp;gt;&amp;lt;b&amp;gt;Computer Programs:&amp;lt;/b&amp;gt; &lt;br /&gt;
  Microsoft CMS, Adobe Photoshop CS, Illustrator CS, Acrobat 6, Macromedia Flash &lt;br /&gt;
  MX, Dreamweaver 4, Fireworks 4, HTML, DHTML, XML, Javascript, CSS, Microsoft &lt;br /&gt;
  Word, Excel, Outlook, PowerPoint, FrontPage, Access, Project, CMS - Mac &amp;amp;amp; &lt;br /&gt;
  PC platforms.&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;&amp;lt;b&amp;gt;Public Speaking Experience:&amp;lt;/b&amp;gt; &lt;br /&gt;
  Delivered academic papers, developed and presented a self-branding seminar, &lt;br /&gt;
  and enjoy networking and speaking to groups of people.&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Portfolio ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Designed recently:&lt;br /&gt;
...&lt;br /&gt;
   &amp;lt;li&amp;gt;&amp;lt;font ...&amp;gt;&amp;lt;a href=&amp;quot;http://www.joestiff.com&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;www.joestiff.com&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expérience Professionnelle ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;I AM A PROFESSIONAL&amp;lt;br&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;font ...&amp;gt;&amp;lt;b&amp;gt;HR PROFESSIONALS ASSOCIATION OF ONTARIO 2003 &amp;lt;/b&amp;gt;- current&amp;lt;br&amp;gt;&lt;br /&gt;
  New Media Manager (www.hrpao.org)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;SKILLS USED: New media management, &lt;br /&gt;
  digital marketing, brand development, strategic planning, budgeting, project &lt;br /&gt;
  management, customer relationship management, market research, trend analysis, &lt;br /&gt;
  copywriting/editing, presentation development &amp;amp;amp; delivery, web design&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ...&amp;gt;At HRPAO, I: &amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;ul type=&amp;quot;square&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;font ...&amp;gt;pilot and manage a major &lt;br /&gt;
    Content Management System (CMS) changeover/upgrade&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/font&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Affiliations ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font face=&amp;quot;Arial, Helvetica, sans-serif&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;CURRENT PROFESSIONAL &lt;br /&gt;
  AFFILIATIONS&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
  Canadian Marketing Association (CMA)&amp;lt;br&amp;gt;&lt;br /&gt;
  Second Wind Network&amp;lt;br&amp;gt;&lt;br /&gt;
  Creative Class 100 - www.creativeclass.org&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== publications ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;font ....&amp;gt;&amp;lt;b&amp;gt;RECENTLY PUBLISHED &amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;font ....&amp;gt;&amp;lt;i&amp;gt;Business in the Blogosphere: Conference &amp;amp;amp; Corporate Blogging as a Marketing Tool&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
        Marketing Watchdog Journal, May 2005&amp;lt;/font&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Schéma Global Implicite ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! field !! summary&lt;br /&gt;
|-&lt;br /&gt;
|contact info || contact info - address, email, url&lt;br /&gt;
|-&lt;br /&gt;
|summary || summary of qualification&lt;br /&gt;
|-&lt;br /&gt;
|qualifications || list of qualification&lt;br /&gt;
|-&lt;br /&gt;
|education || list of education events, includes school, timeframe, school location&lt;br /&gt;
|-&lt;br /&gt;
|qualifications?/Experience || list of skills and tools&lt;br /&gt;
|-&lt;br /&gt;
|portfolio || list of URLs and titles&lt;br /&gt;
|-&lt;br /&gt;
|professional Experience || a list of job events&lt;br /&gt;
|-&lt;br /&gt;
|affiliations || a list of URL/name of organization&lt;br /&gt;
|-&lt;br /&gt;
|publications || a list of citations&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Casey Conroy ===&lt;br /&gt;
http://caseyconroy.com/a_resume.html&lt;br /&gt;
&lt;br /&gt;
==== Expérience Professionnelle ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;PROFESSIONAL EXPERIENCE&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
GRAPHIC DESIGNER, Webster University&amp;lt;br /&amp;gt;&lt;br /&gt;
August 2004&amp;amp;#8211;present&amp;lt;br /&amp;gt;&lt;br /&gt;
Responsible for the design and production of one- two- and four-color printed and interactive publications. &lt;br /&gt;
Also responsible for vendor and account management. All clients are internal. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comprend : titre du job, organisation, date de début et date de fin et un résumé.&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;EDUCATION&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Missouri State University&amp;lt;br /&amp;gt;&lt;br /&gt;
BFA in Design,&amp;lt;i&amp;gt; magna cum laude&amp;lt;/i&amp;gt;, December 2001&amp;lt;br /&amp;gt;&lt;br /&gt;
Dual Emphasis: Graphic Design and Illustration&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comprend : nom de l'école, diplôme reçu, honneurs, date de diplôme et résumé des études.&lt;br /&gt;
&lt;br /&gt;
==== Compétences Professionelles ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;PROFESSIONAL SKILLS&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;(Macintosh Platform)&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
ADOBE: Illustrator, ImageReady, InDesign, Photoshop, Streamline&amp;lt;br /&amp;gt;&lt;br /&gt;
MACROMEDIA: Dreamweaver, Fireworks, Flash, FreeHand &amp;lt;br /&amp;gt;&lt;br /&gt;
MICROSOFT: Excel, PowerPoint, Word&amp;lt;br /&amp;gt;&lt;br /&gt;
OTHER: BBEdit, QuarkXPress&amp;lt;br /&amp;gt;&lt;br /&gt;
PROGRAMMING LANGUAGES: HTML, CSS&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Une liste de compétences et outils.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Travaux Publiés ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;PUBLISHED WORK &amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;CMYK&amp;lt;/i&amp;gt; magazine, issue #19, 2002, &amp;lt;i&amp;gt;Design Annual&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Print&amp;lt;/i&amp;gt; magazine, September/October, 2002, &amp;lt;i&amp;gt;Continental Shift&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Une liste des publications, avec l'information de publication.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Exhibitions ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;EXHIBITIONS&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt; &lt;br /&gt;
AIGA Design Show Nine, Saint Louis: Fall 2002&amp;lt;br /&amp;gt;&lt;br /&gt;
University &amp;amp; College Designers Association, British Columbia: Spring 2001&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Memberships ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;MEMBERSHIPS&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
American Institute of Graphic Arts&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Une liste des organisations dans lesquelles il est membre.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Schéma Implicite Global ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! field !! description&lt;br /&gt;
|-&lt;br /&gt;
| professional Experience || a list including title, organization, timeframe and a description&lt;br /&gt;
|-&lt;br /&gt;
| education || a list including organization (school), degree, honors, graduation date and area of study&lt;br /&gt;
|-&lt;br /&gt;
| professional Skills || an outline of skills/tools broken down by general categories&lt;br /&gt;
|-&lt;br /&gt;
| published Work || a list of citations&lt;br /&gt;
|-&lt;br /&gt;
| exhibitions || a list of events&lt;br /&gt;
|-&lt;br /&gt;
| memberships || a list of organizations&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Brian Suda ===&lt;br /&gt;
http://suda.co.uk/cv/&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;objective&amp;quot;&amp;gt;Objective&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am currently looking to work full-time in an environment that allows me to use both my technical and &lt;br /&gt;
  creative backgrounds. I am seeking a position that does not have a rigid structure or inflexible goals, but &lt;br /&gt;
  one which allows me to create new initiatives.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Education ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;education&amp;quot;&amp;gt;Education&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;ex-ref&amp;quot; href=&amp;quot;http://www.ed.ac.uk&amp;quot; title=&amp;quot;Master of Science, Computer Systems and Software Engineering&amp;quot;&amp;gt;&lt;br /&gt;
    The University of Edinburgh&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
  Edinburgh, Scotland&amp;lt;br /&amp;gt;&lt;br /&gt;
  Master of Science,&amp;lt;br /&amp;gt;&lt;br /&gt;
  Informatics, Computer Science&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Includes degree, school, location.&lt;br /&gt;
&lt;br /&gt;
==== Employment ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;employment&amp;quot;&amp;gt;Employment&amp;lt;/h2&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;&lt;br /&gt;
    9/01–9/02, 1/05–Present&amp;lt;br /&amp;gt;&lt;br /&gt;
    Technology Developer&amp;lt;br /&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;ex-ref&amp;quot; href=&amp;quot;http://www.google.com/search?hl=en&amp;amp;amp;lr=&amp;amp;amp;ie=ISO-8859-1&lt;br /&gt;
        &amp;amp;amp;q=paradigm+new+media+group&amp;quot; title=&amp;quot;Technology Developer&amp;quot;&amp;gt;Paradigm New Media Group&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
    Saint Louis, &amp;lt;abbr title=&amp;quot;Missouri&amp;quot;&amp;gt;MO&amp;lt;/abbr&amp;gt; &amp;lt;abbr title=&amp;quot;United States of America&amp;quot; class=&amp;quot;initialism&amp;quot;&amp;gt;USA&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Includes the start and end date, job title, company url, company name and company location.&lt;br /&gt;
&lt;br /&gt;
==== Overall Implied Schema ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! !!&lt;br /&gt;
|-&lt;br /&gt;
|objective || a summary of career goals&lt;br /&gt;
|-&lt;br /&gt;
|education ||  a list including the school (organization), the degree/program and the location&lt;br /&gt;
|-&lt;br /&gt;
|employment || a list including the organization, timeframe, job title and location&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Experiences en microfomatage ==&lt;br /&gt;
* [http://cs.usfca.edu/~rking/resume.html ryan king]&lt;br /&gt;
* [http://cs.usfca.edu/~rking/niall.html Niall Kennedy] (microformaté par RyanKing)&lt;br /&gt;
* Mon CV utilise hCard, hCalendar, XFN, et rel-license : http://edward.oconnor.cx/resume/ [[User:EdwardOConnor|EdwardOConnor]]&lt;br /&gt;
* [http://steve.ganz.name/resume/resume.html Steve Ganz] - Chantier en cours, utilisant actuellement [[hcard-fr|hCard]], [[hcalendar-fr|hCalendar]] et un peu [http://gmpg.org/xfn/ XFN]. Là où il n'y avait pas de microformat approprié existant à tirer, j'ai regardé sur [http://xmlresume.sourceforge.net/ XML Resume] pour la sémantique ou simplement improvisé (class=&amp;quot;qualifications&amp;quot;). J'ai aussi créé quelques valeurs de type liens personnalisées : rel=&amp;quot;employer current&amp;quot;  et rel=&amp;quot;employer former&amp;quot; (pas de profil à cette heure).&lt;br /&gt;
* [http://maetl.coretxt.net.nz/cv/ Mark Rickerby] - un CV écrit durant la première semaine de 2006&lt;br /&gt;
* [http://xavierroy.com/resume/ Xavier Roy] - un échantillon de cv bricolé et copié à partir de différentes sources incluant celles au-dessus...&lt;br /&gt;
&lt;br /&gt;
== Analyse Regroupée ==&lt;br /&gt;
La table ci-dessous est un tri/fusion des tables au-dessus &amp;quot;Overall Aggregate Analysis&amp;quot;. &lt;br /&gt;
Ceci devrait faire sortir là où nous avons des irrégularités à travers les exemples.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! affiliations/memberships&lt;br /&gt;
|-&lt;br /&gt;
|affiliations || a list of affiliations, current and past, each with organization info &lt;br /&gt;
|-&lt;br /&gt;
|affiliations || a list of affiliations, each with organization name, url and association type&lt;br /&gt;
|-&lt;br /&gt;
|affiliations || a list of URL/name of organization&lt;br /&gt;
|-&lt;br /&gt;
|memberships || a list of organizations&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! appearances/awards&lt;br /&gt;
|-&lt;br /&gt;
|appearances and awards || a list of events&lt;br /&gt;
|-&lt;br /&gt;
|awards || a list of awards, each with name, url and date&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! contact info&lt;br /&gt;
|-&lt;br /&gt;
|contact || current contact info, already an hcard&lt;br /&gt;
|-&lt;br /&gt;
|contact info || contact info - address, email, url&lt;br /&gt;
|-&lt;br /&gt;
|contact info || current contact info including mailing address and URL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! education/military&lt;br /&gt;
|-&lt;br /&gt;
|education || a list including organization (school), degree, honors, graduation date and area of study&lt;br /&gt;
|-&lt;br /&gt;
|education || a list including the school (organization), the degree/program and the location&lt;br /&gt;
|-&lt;br /&gt;
|education || a list of affiliations, like above, then a list of honors/awards&lt;br /&gt;
|-&lt;br /&gt;
|education || a list of: school, graduation date, degree and GPA&lt;br /&gt;
|-&lt;br /&gt;
|education || a list, each item including the date (range), the institution and a list of courses, with a URLs and names&lt;br /&gt;
|-&lt;br /&gt;
|education || list of education events, includes school, timeframe, school location&lt;br /&gt;
|-&lt;br /&gt;
|education/ military || list of education and military service, each with title/degree, org and timeframe&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! employment/professional experience&lt;br /&gt;
|-&lt;br /&gt;
|employment || a list including the organization, timeframe, job title and location&lt;br /&gt;
|-&lt;br /&gt;
|employment || a list of jobs, each including dates, company, jobtitle, completed, products&lt;br /&gt;
|-&lt;br /&gt;
|professional experience || a list including title, organization, timeframe and a description&lt;br /&gt;
|-&lt;br /&gt;
|professional experience || a list of job events&lt;br /&gt;
|-&lt;br /&gt;
|professional experience || a list of jobs, each with timeframes and accomplishments&lt;br /&gt;
|-&lt;br /&gt;
|professional experience || a list of: title, timeframe, organization&lt;br /&gt;
|-&lt;br /&gt;
|professional experience || list of employment, each as an event&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!exhibitions&lt;br /&gt;
|-&lt;br /&gt;
|exhibitions || a list of events&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! interests&lt;br /&gt;
|-&lt;br /&gt;
|interests || a list of personal interests&lt;br /&gt;
|-&lt;br /&gt;
|interests || text describing current interests&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! objective&lt;br /&gt;
|-&lt;br /&gt;
|objective || a summary of career goals&lt;br /&gt;
|-&lt;br /&gt;
|objective || text describing career goals&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
!patents&lt;br /&gt;
|-&lt;br /&gt;
|patents || a list of patents- pending and granted with descriptions, a URL, list of inventors&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! portfolio&lt;br /&gt;
|-&lt;br /&gt;
|portfolio || list of URLs and titles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! presentations&lt;br /&gt;
|-&lt;br /&gt;
|presentations || a list of invited presentations, each including presenters names, the presentation's title, the occassion/event and location&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! skills&lt;br /&gt;
|-&lt;br /&gt;
|professional skills     || an outline of skills/tools broken down by general categories&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
!publications&lt;br /&gt;
|-&lt;br /&gt;
|publications ||  a list of citations&lt;br /&gt;
|-&lt;br /&gt;
|publications ||  a list of citations&lt;br /&gt;
|-&lt;br /&gt;
|publications ||  a list of writings, each including author(s), title, url and published year&lt;br /&gt;
|-&lt;br /&gt;
|publications ||  list of citations&lt;br /&gt;
|-&lt;br /&gt;
|published work ||  a list of citations&lt;br /&gt;
|-&lt;br /&gt;
|projects/ self-publications || a list of projects (w/ URLs) and books published online&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! qualifications&lt;br /&gt;
|-&lt;br /&gt;
|qualifications || list of qualification&lt;br /&gt;
|-&lt;br /&gt;
|qualifications/experience || list of skills and tools&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! status&lt;br /&gt;
|-&lt;br /&gt;
|status || text describing work availability&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! summary&lt;br /&gt;
|-&lt;br /&gt;
|summary || a list of qualifications and competencies&lt;br /&gt;
|-&lt;br /&gt;
|summary || an overview of qualifications&lt;br /&gt;
|-&lt;br /&gt;
|summary || summary of qualification&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Exemples de Diplômes ==&lt;br /&gt;
&lt;br /&gt;
Il a été suggéré que hResume inclut les diplômes/certificats. Voir [http://microformats.org/discuss/mail/microformats-discuss/2006-June/004364.html]&lt;br /&gt;
&lt;br /&gt;
Cette section est destinée à ajouter des exemples de diplômes.&lt;br /&gt;
&lt;br /&gt;
== Premier Exemple ==&lt;br /&gt;
==== Emploi ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
l'exemple de syntaxe va ici &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rapide description ici.&lt;br /&gt;
&lt;br /&gt;
== Voir aussi  ==&lt;br /&gt;
{{hresume-related-pages-fr}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license-fr&amp;diff=37278</id>
		<title>rel-license-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license-fr&amp;diff=37278"/>
		<updated>2009-01-05T10:40:05Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by AcelvArroa (Talk) to last version by ChristopheDucamp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Rel-License est un format simple, ouvert pour indiquer les licences de contenus qui sont embarquables dans le (X)HTML, Atom, RSS, et le XML arbitraire. Rel-License est l'un des nombreux [[microformats-fr|microformats]] standards ouverts.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spécification 06-02-2005 ==&lt;br /&gt;
=== Auteur ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], ([http://technorati.com Technorati, Inc.], précédemment chez [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
(traduction française [[Christophe Ducamp]])&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Selon la release dans le domaine public sur [[User:Tantek|ma page utilisateur]], cette spécification est diffusée dans le domaine public.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Rel-License est l'un des nombreux MicroFormats.  En ajoutant &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; à un hyperlien, une page indique que la destination de cet hyperlien est une licence pour la page en cours, par exemple pour l'hyperlien suivant : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
L'auteur indique que la page est sous une licence Creative Commons Paternité 2.0.&lt;br /&gt;
&lt;br /&gt;
== Plusieurs Licences ==&lt;br /&gt;
Plusieurs hyperliens comme rel=&amp;quot;license&amp;quot; indiquent que la page est disponible sous n'importe laquelle des licences mises en référence. Par exemple, les hyperliens suivants pourraient être utilisés pour déclarer qu'une page est disponible soit sous une licence &amp;quot;Creative Commons Paternité 2.0&amp;quot; ou une licence Apache 2.0 :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Profil XMDP ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&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;
     Définition HTML4 de l'attribut 'rel'.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Voici une valeur supplémentaire.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;license&amp;quot;&amp;gt;licence&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indique que la ressource référencée est une licence pour la page de référence.&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;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implémentations ==&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] extrait du [http://webstandards.org/ Web Standards Project] permet la publication de liens rel-license à partir de Dreamweaver 8. Inclut les (cc) par défaut.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] est un plugin pour [http://textpattern.com/ Textpattern] qui supporte l'embarquement de rel-license et d'autres microformats dans les gabarits et billets de blogs. Ecrit par [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://creativecommons.org/license/ Choix de Licence Creative Commons (cc)]&lt;br /&gt;
* [http://search.yahoo.com/cc Recherche Yahoo! (cc)] (semble prendre le link-rel dedans pas d'éléments liens)&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search] (semble aussi prendre le link-rel dedans pas d'éléments liens)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Liste de Licences ==&lt;br /&gt;
''Ajoutez svp toutes les licences qui pourraient s'avérer ici utiles.''&lt;br /&gt;
* [http://creativecommons.org CC]&lt;br /&gt;
** [http://fr.creativecommons.org/ CC] en français&lt;br /&gt;
* [http://www.opensource.org/licenses/ Open Source Initiative] licences -- essentiellement centrées sur le logiciel&lt;br /&gt;
* [http://fr.wikipedia.org/wiki/Licence_Art_Libre licence art libre] (fr)&lt;br /&gt;
&lt;br /&gt;
== Réferences ==&lt;br /&gt;
=== Références Normatives  ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Références &amp;quot;Informatives&amp;quot; ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; a d'abord été proposée en présentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] à &amp;quot;2004 O'Reilly Emerging Technologies Conference&amp;quot;, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;quot;license&amp;quot;] couvre les avantages et possibilités de présentations. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/deed.fr Licence Creative Commons Paternité 2.0]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Licence Apache 2.0]&lt;br /&gt;
* contribution provenant de http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
* [http://microformatique.com/?p=60 Know your rel-license at Microformatique]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
* Voir [[rellicense-issues-fr|problématiques rel-license]] pour les problématiques qui ont été soulevées par ce [[microformat-fr|microformat]].&lt;br /&gt;
* [[rel-faq-fr|rel-faq]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=relenclosure&amp;diff=37277</id>
		<title>relenclosure</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=relenclosure&amp;diff=37277"/>
		<updated>2009-01-05T10:40:03Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by DelouGetsi (Talk) to last version by RyanKing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[rel-enclosure]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license-pt-br&amp;diff=37276</id>
		<title>rel-license-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license-pt-br&amp;diff=37276"/>
		<updated>2009-01-05T10:40:00Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by DroncHialc (Talk) to last version by Token&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
'''Rel-License''' é um simples e aberto microformato para indicação de conteúdo de licença que estiver embutido em um (X)HTML, Atom, RSS e o arbitrário XML. &lt;br /&gt;
&lt;br /&gt;
Rel-License é um dos muitos [[microformats-pt-br|microformatos]] de padrão aberto.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação 2005-02-06 ==&lt;br /&gt;
=== Autor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (anteriormente da [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
&lt;br /&gt;
Rel-License é um dos muitos MicroFormatos. Por inclusão &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; é para um hyperlink, uma página indica que o destino daquele hyperlink é licenciado para a página atual. Ex. com o seguite hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
o autor indica que a página está licenciada sob Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiplas Licenças ==&lt;br /&gt;
Multiple such rel=&amp;quot;license&amp;quot; hyperlinks indica que a página está disponível sobre alguma licença referida. Ex:. a seguinte licença poderia ser usada para declarar que a página está disponível sob Commons 2.0 Attribution Required ou licença Apache 2.0:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&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;license&amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for 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;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding rel license and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://creativecommons.org/license/ Creative Commons (cc) license chooser]&lt;br /&gt;
* [http://search.yahoo.com/cc Yahoo! (cc) search]&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search]&lt;br /&gt;
&lt;br /&gt;
== Referencias ==&lt;br /&gt;
=== Referencias Normativa ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Referencias Informativas ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; primeira proposta na apresentação [http://tantek.com/presentations/2004etech/realworldsemanticspres.html semantica no mundo real] em 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Completa discussão de rel=&amp;quot;license&amp;quot;] incluindo vantagens e apresentação de possibilidades. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contribuido de http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
&lt;br /&gt;
== ver também ==&lt;br /&gt;
* Veja [[rellicense-issues]] para assuntos o qual tem sido levantado com esse [[microformats|microformato]].&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=book-info-formats&amp;diff=37275</id>
		<title>book-info-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=book-info-formats&amp;diff=37275"/>
		<updated>2009-01-05T10:39:58Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CcnoaCelta (Talk) to last version by NaBrown78&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The book-info microformat ==&lt;br /&gt;
In discussions about the [[hReview]] microformat, it has been suggested that it would be useful to have a book-info format to markup book metadata. This page is dedicated to developing such a format. The [[book-info-examples]] page has examples of pages that present book information, particularly reviews.&lt;br /&gt;
&lt;br /&gt;
See also [[citation]]. In fact, books are entirely covered by [[citation]], so efforts should be focused on finalizing that format.&lt;br /&gt;
&lt;br /&gt;
== Book metadata ==&lt;br /&gt;
Information about a book commonly includes: &lt;br /&gt;
* book title&lt;br /&gt;
* book author - see [[hcard|hCard]]&lt;br /&gt;
* book editor(s) - see [[hcard|hCard]]&lt;br /&gt;
* book translator - see [[hcard|hCard]]&lt;br /&gt;
* classification (e.g. fiction, non-fiction)&lt;br /&gt;
* cover thumbnail&lt;br /&gt;
* price - see proposed [[currency]] microformat&lt;br /&gt;
* publisher - see [[hcard|hCard]]&lt;br /&gt;
* date of publication&lt;br /&gt;
* number of pages&lt;br /&gt;
* ISBN&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=issues&amp;diff=37274</id>
		<title>issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=issues&amp;diff=37274"/>
		<updated>2009-01-05T10:39:57Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by VarbaSleto (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Microformat Issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
These are externally raised issues about microformats in general (these issues MUST apply to more than one microformat, which MUST be explicitly listed, otherwise the issue should be raised on the format specific issues page) 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 spec. 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/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
As this is a general microformats issues page, please only note ''concrete'' real world issues.  Theoretical issues will be deleted, as will any issues raised that do not contain documentation of specific real-world examples that use real-world microformats (not just brainstorms).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Closed Issues ==&lt;br /&gt;
Resolved issues that have no further actions to take.  These will likely be moved to a separate page like [[microformats-issues-closed]].&lt;br /&gt;
&lt;br /&gt;
* 2005-07-?? raised by Bud(?).&lt;br /&gt;
*# ''Documents with user-generated content are hard to parse, and microformats present particular parsing challenges.''&lt;br /&gt;
*#* REJECTED. This is a straw man issue.&lt;br /&gt;
* 2005-07-13T19:44-07:00 raised by [[User:Bud|Bud]]&lt;br /&gt;
*# Follow-up to previous issue: ''Tantek needs to supply some justification for why this is a strawman as every developer I have talked to has raised it.  It may be that the solutions described below are sufficient to solve the issue. More neutral statements to that effect might be more constructive.''&lt;br /&gt;
*#* REJECTED. Bud, saying &amp;quot;particular parsing challenges&amp;quot;, without stating them is meaningless.  Hence strawman.  I think you may be mistaking questions for issues.&lt;br /&gt;
&lt;br /&gt;
== Resolved Issues ==&lt;br /&gt;
Issues that are resolved but may have outstanding [[to-do]] items. As issues are resolved, they will be moved from the top of the [[microformats-issues#Issues|Issues list]] to the bottom of this section.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Format Specific Issues ===&lt;br /&gt;
&lt;br /&gt;
Please raise format specific issues on the respective page:&lt;br /&gt;
&lt;br /&gt;
* [[citation-issues]]&lt;br /&gt;
* [[hatom-issues]]&lt;br /&gt;
* [[hcard-issues]]&lt;br /&gt;
** [[representative-hcard-issues]]&lt;br /&gt;
* [[hcalendar-issues]]&lt;br /&gt;
* [[hlisting-issues]]&lt;br /&gt;
* [[hresume-issues]]&lt;br /&gt;
* [[hreview-issues]]&lt;br /&gt;
* [[rel-issues]]&lt;br /&gt;
** [[rel-home-issues]]&lt;br /&gt;
** [[rel-license-issues]]&lt;br /&gt;
* [[vote-links-issues]]&lt;br /&gt;
* [[xfn-issues]]&lt;br /&gt;
* [[xfolk-issues]]&lt;br /&gt;
* [[xmdp-issues]]&lt;br /&gt;
* [[xoxo-issues]]&lt;br /&gt;
** [[xoxo-opml-issues]]&lt;br /&gt;
* etc.&lt;br /&gt;
&lt;br /&gt;
=== Pattern Specific Issues ===&lt;br /&gt;
&lt;br /&gt;
Please raise pattern specific issues on the respective page:&lt;br /&gt;
&lt;br /&gt;
*[[abbr-design-pattern-issues]]&lt;br /&gt;
* [[datetime-design-pattern#Accessibility_issues]]&lt;br /&gt;
*[[include-pattern-issues]]&lt;br /&gt;
* etc.&lt;br /&gt;
&lt;br /&gt;
=== IP Issues ===&lt;br /&gt;
* 2006-12-08 raised by [[User:AndyMabbett|Andy Mabbett]].&lt;br /&gt;
*# As evidenced in [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html discussion of an emailed response from eBay], the current position on the IP rights relating to microformats is unclear, or at least not clearly expressed. It seems to me that there should be an unambiguous statement of the current position, either for each individual format, or collectively, on a page to which people with concerns may be directed.&lt;br /&gt;
*#* ACCEPTED.  A clearer statement of both copyright and patents both in specific specs and in general would be a good thing. In general, the end result that our current copyright/patent statements seek is Creative Commons, W3C, and IETF compatibility in terms of both copyrights, and royalty free patent policies. I [[to-do#Tantek|will work]] on this [[User:Tantek|Tantek]] 11:58, 9 Dec 2006 (PST)&lt;br /&gt;
*#** {{OpenIssue}} This appears to be unresolved; and in the light of, for example, [[hCard#Copyright the hCard 'spec']], the statement in the FAQ that &amp;quot;[http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F Microformats are open standards licensed under Creative Commons Attribution]&amp;quot; to be, at best, erroneous and misleading. [[User:AndyMabbett|Andy Mabbett]] 11:04, 10 Mar 2007 (PST)&lt;br /&gt;
*#**Also [http://en.wikipedia.org/w/index.php?title=Wikipedia_talk:Attribution&amp;amp;curid=7391090&amp;amp;diff=117538680&amp;amp;oldid=117536621 causing concern here]. '''Prompt resolution would be advisable''' [[User:AndyMabbett|Andy Mabbett]] 09:04, 24 Mar 2007 (PDT)&lt;br /&gt;
*#*** First, [[citation]] is not ready for use in Wikipedia anyway.  Second, what is unclear about the Creative Commons/W3C/IETF license and patent statements?  This appears to be a theoretical issue / nitpick.  Yes, things can be made clearer, but &amp;quot;erroneous&amp;quot; and &amp;quot;misleading&amp;quot; are inaccurate labels.&lt;br /&gt;
*#*** This is not a citation issue. For example, [[hcard#Copyright|hCard's current copyright statement]] is not compatible with the Creative Commons license:&amp;lt;br&amp;gt;&amp;lt;blockquote&amp;gt;{{MicroFormatCopyrightStatement2004}}&amp;lt;/blockquote&amp;gt;&amp;lt;br&amp;gt;If you look at the wikicode, this is actually the &amp;quot;MicroFormatCopyrightStatement2004&amp;quot; default microformat copyright.--[[User:JoeAndrieu|JoeAndrieu]] 15:09, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Further to the above (but out-dented for clarity), [[hresume|hResume]] cedes copyright to &amp;quot;the authors&amp;quot;: &amp;quot;This specification is (C) 2006 by the authors&amp;quot;; and names just one author; Ryan King. What legal standing does the &amp;quot;the authors (sic) intend to submit...&amp;quot; clause have? What exists, to reassure someone (or some mega corporation's lawyers) contemplating or already using hResume that they won't be invoiced by Mr King? Why aren't the other people who contributed to that spec jointly credited with its copyright? [[User:AndyMabbett|Andy Mabbett]] 17:34, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
*Also, there appears to be nothing on [[buttons]] to say that they're freely licensed, or public-domain. [[User:AndyMabbett|Andy Mabbett]] 03:01, 25 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Legal Entity Issues ===&lt;br /&gt;
2007-03-24 raised by [[User:JoeAndrieu|Joe Andrieu]], clarified by [[User:Rohit|Rohit Khare]] on 2007-03-27.&lt;br /&gt;
# What is the legal entity responsible for operating microformats.org?&lt;br /&gt;
#* [[User:Rohit|Rohit Khare]] originally registered the microformats.com and .org domain names on 2005-01-25 and [http://commerce.net| CommerceNet, LLC], a non-profit 'think tank' with a long history as a neutral sponsor for developing standards for Internet commerce (often, in conjunction with other formal standards bodies). CommerceNet currently underwrites the server hosting costs and, in the past, has co-ordinated donations with other sponsors for events such as the [http://microformats.org/blog/2006/06/16/microformatsorg-anniversary-party/|first anniversary party], the [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats workshop] where the site was launched, and promotional items.&lt;br /&gt;
# What is the legal entity responsible for the intellectual property on microformats.org?  &lt;br /&gt;
#* The current [[Template:MicroFormatCopyrightStatement|microformats copyright statement]] recognizes that IP is originally vested in the author(s), who are then expected to share those rights with the community by permitting their redistribution on microformats.org's wiki, blog, and mailing list archives. The additional distinction of becoming a specification may come with additional obligations to redistribute IP, such as a formal Creative Commons copyright license and a royalty-free patent license. The community is currently encouraging contibutors to [http://microformats.org/discuss/mail/microformats-discuss/2007-July/010221.html voluntarily adopt a public domain release].&lt;br /&gt;
#* Note that CommerceNet, LLC does ''not'' exercise any editorial control over the content of the site, mailing list, specifications, or the process, nor does it accept funds on behalf of microformats.org (see the [[Microformats:General_disclaimer|disclaimer]]). Conversely, the [[faq#Q:_Who_controls_microformats.3F|Admins]] do not have any independent legal identity at present, such as a partnership, foundation, or corporation. Please refer any legal questions or concerns directly to [mailto:rohit@khare.org Rohit Khare] before raising them as a matter of public record, as discussed on the mailing list [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007086.html].&lt;br /&gt;
&lt;br /&gt;
=== Governance Issues ===&lt;br /&gt;
:See: [[governance-issues]]&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous issues===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
* {{OpenIssue}} &amp;lt;span class=&amp;quot;summary vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2006-10-17&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:AndyMabbett|Andy Mabbett]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; on [[wiki-feedback]]; moved here 2007-03-10.&lt;br /&gt;
&amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;&lt;br /&gt;
*# What is currently described as a &amp;quot;specification&amp;quot; on [[hCard]] and [[hCalendar]] is no such thing.&lt;br /&gt;
*# Andy, what would it take to turn it into a &amp;quot;specification&amp;quot;?--[[User:JoeAndrieu|JoeAndrieu]] 15:13, 24 Mar 2007 (PDT)&lt;br /&gt;
*# [Belated response; only just seen the question!] - for a start, removal of user commentary; versioning. [[User:AndyMabbett|Andy Mabbett]] 02:37, 14 Jan 2008 (PST)&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;vevent&amp;quot;&amp;gt;&lt;br /&gt;
* {{OpenIssue}} &amp;lt;span class=&amp;quot;summary vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2008-02-04&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:ManuSporny|Manu Sporny]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;&lt;br /&gt;
*# See [[namespaces-inconsistency-issue]]&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;
See also:&lt;br /&gt;
*[[accessibility-issues]]&lt;br /&gt;
*[[code-issues]]&lt;br /&gt;
*[[external-issues]]&lt;br /&gt;
*[[tests-issues]]&lt;br /&gt;
&lt;br /&gt;
=== New Issues ===&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2007-04-01 raised by [[User:AndyMabbett|Andy Mabbett]].&lt;br /&gt;
*# Shouldn't microformats be recognised on &amp;lt;code&amp;gt;ID&amp;lt;/code&amp;gt; as well as &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;? In other words, if I know I'm gong to have only one review or only one location, or whatever, on a page, then &amp;lt;code&amp;gt;&amp;quot;id=hReview&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;id=&amp;quot;geo&amp;quot;&amp;lt;/code&amp;gt; etc. are semantically valid and appropriate. [[User:AndyMabbett|Andy Mabbett]] 11:32, 1 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility]]&lt;br /&gt;
*[[criticism]]&lt;br /&gt;
*[[wiki-feedback]]&lt;br /&gt;
*The [[faq|microformats FAQ]], which answers many general criticisms/ issues that have been raised with microformats.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JoshieSurber&amp;diff=37273</id>
		<title>User:JoshieSurber</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JoshieSurber&amp;diff=37273"/>
		<updated>2009-01-05T10:39:53Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by TroczElric (Talk) to last version by JoshieSurber&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find my website at http://joshie.surber.us&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Steve_Ganz&amp;diff=37272</id>
		<title>User:Steve Ganz</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Steve_Ganz&amp;diff=37272"/>
		<updated>2009-01-05T10:39:51Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by BasroRonot (Talk) to last version by Steve Ganz&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://steve.ganz.name/ Steve Ganz]&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-examples&amp;diff=37271</id>
		<title>hreview-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-examples&amp;diff=37271"/>
		<updated>2009-01-05T10:39:49Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by AcelcAerel (Talk) to last version by AndyMabbett&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hReview examples =&lt;br /&gt;
&lt;br /&gt;
Example [[hreview|hReviews]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&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;
&lt;br /&gt;
Here are a few examples of reviews from current web sites, and how they could be easily enhanced to support the hReview structured review microformat.&lt;br /&gt;
&lt;br /&gt;
== Restaurant review ==&lt;br /&gt;
&lt;br /&gt;
Here is an example of a simple online restaurant review:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;5 stars out of 5 stars&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;h4&amp;gt;Crepes on Cole is awesome&amp;lt;/h4&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;Reviewer: &amp;lt;span&amp;gt;Tantek&amp;lt;/span&amp;gt; - April 18, 2005&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  Crepes on Cole is one of the best little creperies in San Francisco. &lt;br /&gt;
  Excellent food and service. Plenty of tables in a variety of sizes &lt;br /&gt;
  for parties large and small.  Window seating makes for excellent &lt;br /&gt;
  people watching to/from the N-Judah which stops right outside.  &lt;br /&gt;
  I've had many fun social gatherings here, as well as gotten &lt;br /&gt;
  plenty of work done thanks to neighborhood WiFi.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Visit date: &amp;lt;span&amp;gt;April 2005&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Food eaten: &amp;lt;span&amp;gt;Florentine crepe&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hReview to this review is quite simple:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt; out of 5 stars&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;h4 class=&amp;quot;summary&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;item fn&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt; is awesome&amp;lt;/h4&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;Reviewer: &amp;lt;span class=&amp;quot;reviewer fn&amp;quot;&amp;gt;Tantek&amp;lt;/span&amp;gt; - &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050418T2300-0700&amp;quot;&amp;gt;April 18, 2005&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  Crepes on Cole is one of the best little creperies in San Francisco.&lt;br /&gt;
  Excellent food and service. Plenty of tables in a variety of sizes &lt;br /&gt;
  for parties large and small.  Window seating makes for excellent &lt;br /&gt;
  people watching to/from the N-Judah which stops right outside.  &lt;br /&gt;
  I've had many fun social gatherings here, as well as gotten &lt;br /&gt;
  plenty of work done thanks to neighborhood WiFi.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Visit date: &amp;lt;span&amp;gt;April 2005&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Food eaten: &amp;lt;span&amp;gt;Florentine crepe&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that some of the properties of this sample review are not captured by hReview (visit date, food eaten).  This is deliberate per the scope of keeping hReview minimal and simple.&lt;br /&gt;
&lt;br /&gt;
This sample hReview could be rendered like this:&lt;br /&gt;
&lt;br /&gt;
5 stars out of 5 stars&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Crepes on Cole is awesome'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Reviewer: Tantek - April 18, 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Crepes on Cole is one of the best little creperies in San Francisco. Excellent food and service. Plenty of tables in a variety of sizes for parties large and small.  Window seating makes for excellent people watching to/from the N-Judah which stops right outside. I've had many fun social gatherings here, as well as gotten plenty of work done thanks to neighborhood wifi.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Visit date: April 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
Food eaten: Florentine crepe&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multidimensional Restaurant Review ===&lt;br /&gt;
&lt;br /&gt;
Some restaurant reviews indicate ratings for different aspects of the restaurant.  Such details are represented in hReview using tagged ratings.  In addition, note the inline tags inside the description of this review.&lt;br /&gt;
&lt;br /&gt;
Here is one such review in text format:&lt;br /&gt;
&lt;br /&gt;
 Cafe Borrone&lt;br /&gt;
 &lt;br /&gt;
 1010 El Camino Real, Menlo Park, CA 94025, +1-650-327-0830;&lt;br /&gt;
 cafeborrone.com&lt;br /&gt;
 &lt;br /&gt;
 Food: 18/30; Ambience: 19/30; Service: 15/30; Price: $$...&lt;br /&gt;
 &lt;br /&gt;
 This cafe is a welcoming oasis on the Peninsula.  It even has a fountain&lt;br /&gt;
 outside which cloaks the nearby sounds of El Camino traffic.  Next door to a  &lt;br /&gt;
 superb indy bookstore, Cafe Borrone is an ideal spot to grab a coffee or a &lt;br /&gt;
 snack to accompany a newly purchased book or imported periodical.  Soups and &lt;br /&gt;
 sandwich specials rotate daily.  The corn chowder with croutons and big &lt;br /&gt;
 chunks of cheese goes especially well with a freshly toasted mini-baguette.  &lt;br /&gt;
 Evenings are often crowded and may require sharing a table with a perfect &lt;br /&gt;
 stranger.  Espresso afficionados will appreciate the Illy coffee.  Noise &lt;br /&gt;
 levels can vary from peaceful in the late mornings to nearly overwhelming on &lt;br /&gt;
 jazz band nights.&lt;br /&gt;
&lt;br /&gt;
As an hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;item vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;fn org summary&amp;quot;&amp;gt;Cafe Borrone&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1010 El Camino Real&amp;lt;/span&amp;gt;,&lt;br /&gt;
   &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;,&lt;br /&gt;
   &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94025&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;voice work&amp;quot;&amp;gt;+1-650-327-0830&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://cafeborrone.com&amp;quot;&amp;gt;cafeborrone.com&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;ul class=&amp;quot;categories&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Food&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Food: &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;18&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://flickr.com/photos/tags/Ambience&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Ambience: &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;19&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Service&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Service: &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;15&amp;lt;/span&amp;gt;/&amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;30&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Price&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&lt;br /&gt;
   Price: &amp;lt;abbr class=&amp;quot;rating&amp;quot; title=&amp;quot;2&amp;quot;&amp;gt;$$&amp;lt;/abbr&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;business&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/cafe&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;cafe&amp;lt;/a&amp;gt;&amp;lt;/abbr&amp;gt; &lt;br /&gt;
  is a welcoming oasis on the Peninsula.  &lt;br /&gt;
  It even has a fountain outside which nearly eliminates &lt;br /&gt;
  the sounds of El Camino traffic.  Next door to a superb indy bookstore, &lt;br /&gt;
  Cafe Borrone is an ideal spot to grab a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/coffee&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;coffee&amp;lt;/a&amp;gt; &lt;br /&gt;
  or a meal to accompany a newly purchased book or imported periodical.  &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://technorati.com/tag/soup&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Soups&amp;lt;/a&amp;gt; and &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://technorati.com/tag/sandwich&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;sandwich&amp;lt;/a&amp;gt; &lt;br /&gt;
  specials rotate daily.  The corn chowder with croutons and big chunks of cheese &lt;br /&gt;
  goes especially well with a freshly toasted mini-baguette.  Evenings are &lt;br /&gt;
  often crowded and may require sharing a table with a perfect stranger. &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://flickr.com/photos/tags/espresso&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Espresso&amp;lt;/a&amp;gt; &lt;br /&gt;
  afficionados will appreciate the &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Illy&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Illy&amp;lt;/a&amp;gt; coffee.  &lt;br /&gt;
  Noise levels can vary from peaceful in the late mornings to nearly overwhelming on &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/jazz&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;jazz&amp;lt;/a&amp;gt; band nights.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Review (&amp;lt;a href=&amp;quot;http://microformats.org/wiki/hreview&amp;quot;&amp;gt; &lt;br /&gt;
  hReview v&amp;lt;span class=&amp;quot;version&amp;quot;&amp;gt;0.2&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;)&lt;br /&gt;
 by &amp;lt;span class=&amp;quot;reviewer&amp;quot;&amp;gt;anonymous&amp;lt;/span&amp;gt;, &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050428T2130-0700&amp;quot;&amp;gt;April 28th, 2005&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With an accompanying CSS style sheet like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
a.url { display:block }&lt;br /&gt;
ul.categories { margin:1em 0; padding:0 }&lt;br /&gt;
.categories li { display:inline }&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hReview could be presented similar to the original text:&lt;br /&gt;
&lt;br /&gt;
Cafe Borrone&amp;lt;br /&amp;gt;&lt;br /&gt;
1010 El Camino Real, Menlo Park, CA 94025, +1-650-327-0830;&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://cafeborrone.com/ cafeborrone.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/Food Food: 18/30];&lt;br /&gt;
[http://flickr.com/photos/tags/Ambience Ambience: 19/30];&lt;br /&gt;
[http://en.wikipedia.org/wiki/Service Service: 15/30];&lt;br /&gt;
[http://en.wikipedia.org/wiki/Price Price: $$...]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;This [http://en.wikipedia.org/wiki/cafe cafe] is a welcoming oasis on the Peninsula.  It even has a fountain outside which cloaks the nearby sounds of El Camino traffic.  Next door to a superb indy bookstore, Cafe Borrone is an ideal spot to grab a [http://en.wikipedia.org/wiki/coffee coffee] or a snack to accompany a newly purchased book or imported periodical.  [http://technorati.com/tag/soup Soups] and [http://technorati.com/tag/sandwich sandwich] specials rotate daily.  The corn chowder with croutons and big chunks of cheese goes especially well with a freshly toasted mini-baguette.  Evenings are often crowded and may require sharing a table with a perfect stranger.  [http://flickr.com/photos/tags/espresso Espresso] afficionados will appreciate the [http://en.wikipedia.org/wiki/Illy Illy] coffee.  Noise levels can vary from peaceful in the late mornings to nearly overwhelming on [http://en.wikipedia.org/wiki/jazz jazz] band nights.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Review ([http://microformats.org/wiki/hreview hReview v0.2]) by anonymous, April 28th, 2005.&lt;br /&gt;
&lt;br /&gt;
== Product review ==&lt;br /&gt;
&lt;br /&gt;
Here is an example of a product review:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/ASIN/B000089CJI/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img src=&amp;quot;http://images.amazon.com/images/P/B000089CJI.01._SCTHUMBZZZ_.jpg&amp;quot; &lt;br /&gt;
              alt=&amp;quot;Album cover photo: The Postal Service: Give Up.&amp;quot; /&amp;gt;&lt;br /&gt;
 The Postal Service: Give Up&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;The people thought they were just being rewarded for treating others &lt;br /&gt;
    as they like to be treated, for obeying stop signs and curing diseases, &lt;br /&gt;
    for mailing letters with the address of the sender... Don't wake me, &lt;br /&gt;
    I plan on sleeping in...&amp;quot;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;Nothing Better&amp;quot; is a great track on this album, too... &lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 (*****)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hReview to this review is also quite simple, but in this case requires a few more elements for the rating and reviewer which are required by hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;item url&amp;quot; href=&amp;quot;http://www.amazon.com/exec/obidos/ASIN/B000089CJI/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img src=&amp;quot;http://images.amazon.com/images/P/B000089CJI.01._SCTHUMBZZZ_.jpg&amp;quot; &lt;br /&gt;
       alt=&amp;quot;Album cover photo: The Postal Service: Give Up. &amp;quot; &lt;br /&gt;
       class=&amp;quot;photo&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;The Postal Service: Give Up&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
    &amp;quot;The people thought they were just being rewarded for treating others &lt;br /&gt;
     as they like to be treated, for obeying stop signs and curing diseases, &lt;br /&gt;
     for mailing letters with the address of the sender... Don't wake me, &lt;br /&gt;
     I plan on sleeping in...&amp;quot;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;quot;Nothing Better&amp;quot; is a great track on this album, too... &lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 (&amp;lt;abbr class=&amp;quot;rating&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;*****&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
 &amp;lt;p class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;Review by &lt;br /&gt;
  &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://ifindkarma.com/blog/&amp;quot;&amp;gt;Adam Rifkin&amp;lt;/a&amp;gt;, &lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;200502&amp;quot;&amp;gt;February 2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And this hReview might be presented like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Album cover photo: ]&lt;br /&gt;
[The Postal Service:]&lt;br /&gt;
[      Give Up      ]&lt;br /&gt;
&lt;br /&gt;
The Postal Service: Give Up&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;The people thought they were just being rewarded for treating others as they like to be treated, for obeying stop signs and curing diseases, for mailing letters with the address of the sender... Don't wake me, I plan on sleeping in...&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Nothing Better&amp;quot; is a great track on this album, too... &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(*****)&lt;br /&gt;
&lt;br /&gt;
Review by Adam Rifkin, February 2005.&lt;br /&gt;
&lt;br /&gt;
== Movie Review ==&lt;br /&gt;
Finally, here is an example of a movie review.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;anonymous, April 18th, 2005&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;&lt;br /&gt;
  &amp;lt;a lang=&amp;quot;zh&amp;quot; href=&amp;quot;http://www.imdb.com/title/tt0299977/&amp;quot;&amp;gt;&lt;br /&gt;
  Ying Xiong (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;HERO&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;Rating: 4 out of 5&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This movie has great visuals and music.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With hReview:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;reviewer&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;anonymous&amp;lt;/span&amp;gt;, &lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtreviewed&amp;quot; title=&amp;quot;20050418&amp;quot;&amp;gt;April 18th, 2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
 &amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a lang=&amp;quot;zh&amp;quot; class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.imdb.com/title/tt0299977/&amp;quot;&amp;gt;&lt;br /&gt;
  Ying Xiong (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;HERO&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;Rating: &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt; out of 5&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  This movie has great music and visuals.&lt;br /&gt;
 &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which could be presented like this:&lt;br /&gt;
&lt;br /&gt;
anonymous, April 18th, 2005&amp;lt;br /&amp;gt;&lt;br /&gt;
Ying Xiong (HERO)&amp;lt;br /&amp;gt;&lt;br /&gt;
Rating: 4 out of 5&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This movie has great music and visuals.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hReviews, 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 hReviews 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;
* [http://blog.ftwr.co.uk/ Peter Westwood] has written an [http://blog.ftwr.co.uk/archives/2005/10/03/blubeckers-hampton-court/ hReview of Blubeckers Hampton Court]&lt;br /&gt;
* [http://dougal.gunters.org/blog/ Dougal] has published an [http://dougal.gunters.org/blog/2005/08/03/french-vanilla-latte hReview of Wolfgang Puck’s Gourmet French Vanilla Latte].&lt;br /&gt;
* [http://www.dinnerbuzz.com/ Dinnerbuzz] is a great site for posting tagged reviews of restaurants, and they publish and summarize all their reviews in hReview!&lt;br /&gt;
* [http://soldierant.net/ Bryce Glass] posted an [http://soldierant.net/archives/2005/06/product_review.html hReview of the Uniden ELBT 595 Bluetooth Cordless Phone].&lt;br /&gt;
* dda posted an [http://sungnyemun.org/wordpress/?p=20 hReview of hReview] :) &lt;br /&gt;
* An [http://tbp.xomerang.com/?p=3 hReview of Caffè Camardo coffee].&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas Clifton] posted [http://loadaveragezero.com/#May-12-2005 comments] regarding adapting his list of ~800 [http://loadaveragezero.com/app/drx Developer Resources] as a format for evaluating hReview.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] [http://www.oliverbrown.me.uk/2005/05/09/sitereviewsorg-supports-hreview-i-think/ has announced] that his [http://en-us.sitereviews.org/ SiteReviews.org] (which reviews websites) publishes its reviews using hReview, e.g. here is the [http://en-us.sitereviews.org/review-photomatt.net review on SiteReviews.org for photomatt.net].&lt;br /&gt;
* [http://www.myelin.co.nz/post/ Phillip Pearson] is publishing hReviews in the [http://coffee.gen.nz/rss/reviews RSS feed of cafe reviews] on his [http://coffee.gen.nz/ kiwi coffee review site], which of course has the reviews in HTML with embedded hReview markup as well.&lt;br /&gt;
* [http://station11.net/ticker/ Kjell] is publishing his link blog as a [http://station11.net/ticker/ list of hReviews].&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] has [http://epeus.blogspot.com/2005_04_01_epeus_archive.html#111484565269684374 published two hReviews] and used unicode &amp;quot;star&amp;quot; characters for his ratings!&lt;br /&gt;
* JamesStewart is publishing hReviews in the location pages at his [http://grwifi.net Grand Rapids WiFi site].&lt;br /&gt;
* [http://soldierant.net/ Soldier Ant] has [http://soldierant.net/archives/2005/06/product_review.html reviewed a cordless phone].&lt;br /&gt;
* [http://www.happenchance.co.uk/ Paul Livingstone] uses hreview to voice his opinion on [http://www.happenchance.co.uk/archives/2005/07/war_of_the_worl.php books], [http://www.happenchance.co.uk/archives/2005/03/im_going_to_fin.php movies] and [http://www.happenchance.co.uk/archives/2005/05/eels_carling_ac.php music].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{hreview-related-pages}}&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2006-06-16-atmedia-microformats&amp;diff=37270</id>
		<title>events/2006-06-16-atmedia-microformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2006-06-16-atmedia-microformats&amp;diff=37270"/>
		<updated>2009-01-05T10:39:46Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by DelgeTzelt (Talk) to last version by AmeerDawood&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 2006-06-16 @media2006 microformats sessions =&lt;br /&gt;
&lt;br /&gt;
This is a stub [[events|event]] page and needs sections for speaker(s), attendees, links, schedule, photos etc.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
;Date: Tuesday, June 15-16, 2006&lt;br /&gt;
;Time: 3:00pm - 4:00pm GMT&lt;br /&gt;
;Location: ??? London, UK&lt;br /&gt;
;URLs: [http://www.vivabit.com/atmedia2006/sessions/#microformats Microformats: Evolving the web], [http://www.vivabit.com/atmedia2006/ @media homepage].&lt;br /&gt;
;Overview: ???&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&amp;quot;[http://tantek.com/presentations/2006/06/microformats-evolution/ Microformats: Evolving the Web]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Presentatin/slides: http://tantek.com/presentations/2006/06/microformats-evolution/&lt;br /&gt;
&lt;br /&gt;
The microformats community believes that standards should do less, not more. Data formats should adapt to current web publishing behaviors and reuse existing broadly interoperably implemented standards. Easy to adopt formats are enabling a diverse set of web designers and developers to visibly publish, share, and consume all kinds of common information, and microformats are leading the way.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please add your name here if you attended @media.&lt;br /&gt;
&lt;br /&gt;
Alphabetically sorted by last name.&lt;br /&gt;
* William Lawrence - [[User:Veeliam|veeliam]] 23:25, 17 Aug 2006 (PDT)&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Session Comments and Q&amp;amp;A ==&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
See also the [http://flickr.com/photos/tags/atmedia/ atmedia tag on Flickr].&lt;br /&gt;
&lt;br /&gt;
== Podcast ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.vivabit.com/atmedia2006/blog/index.php/tantek-celik-microformats-evolving-the-web-podcast/ official podcast] of the session&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=picoformats&amp;diff=37269</id>
		<title>picoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=picoformats&amp;diff=37269"/>
		<updated>2009-01-05T10:39:43Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by CnacoAcele (Talk) to last version by RyanKing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;picoformats&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Picoformats represent an effort being undertaken led by Chris Messina to codify various standards and openly pursue a nomenclature and syntax for communicating and executing commands with mobile devices over SMS or via command line interfaces (CLI).&lt;br /&gt;
&lt;br /&gt;
An example application is [http://dodgeball.com Dodgeball's] use of the at symbol (@) to express checking in to a place.&lt;br /&gt;
&lt;br /&gt;
Using the Microformats process and principles of building block design, our goal is to openly develop a complete syntax for interacting with various mobile services using the characters available on most mobile devices.&lt;br /&gt;
&lt;br /&gt;
== Problem Statement ==&lt;br /&gt;
* send messages to user mobiles - via SMS, or a small application, that contains information like appointment times, locations,&lt;br /&gt;
directions, and contact info. For example, when2where.com reminds users when they need to leave to get to their appointment, so the&lt;br /&gt;
message may be like:&lt;br /&gt;
&lt;br /&gt;
 leave @ 4:35PM ~Dentist Office -&amp;gt; Detroit, MI&lt;br /&gt;
&lt;br /&gt;
where the text itself is simple and readable, but there *may* be an small utility that would parse the @ symbol to add the event to the calendar, the ~ to allow the person to quickly call that contact, or the -&amp;gt; to pull up a Map/directions to the location&lt;br /&gt;
&lt;br /&gt;
* allow users to write messages to query an application - this is similar to what Mozes has started with notes:&lt;br /&gt;
&lt;br /&gt;
 when2where: ?today    --- what appointments to I have today&lt;br /&gt;
 new @ 4PM ~Olive Garden -&amp;gt; Novi     --- add an appointment&lt;br /&gt;
&lt;br /&gt;
In addition to the obvious mobile device arena, picoformats may be usable in any context where &amp;quot;markup&amp;quot; is too heavy. For example, an IRC bot, whereisbot, that announces user locations as they sign into a channel, or allows people to do:&lt;br /&gt;
&lt;br /&gt;
 .whereami, or .whereis &amp;lt;nick&amp;gt; to geolocate other people in a channel.&lt;br /&gt;
&lt;br /&gt;
The intention is to 'markup' the information, but putting actual XHTML or XML is annoying, since IRC doesn't parse the information at all. So right now the response is:&lt;br /&gt;
&lt;br /&gt;
 ajturner: .whereami&lt;br /&gt;
 whereisbot: ajturner is in Northville, MI, US  [42.4365 x -83.4884]&lt;br /&gt;
&lt;br /&gt;
So then someone could write a Picoformat parser for X-Chat/Colloquy/other that would parse the [ #### x #### ] and provide a Map url link.&lt;br /&gt;
&lt;br /&gt;
Using arrows to denote time and place, familiar from video recorders and other devices.&lt;br /&gt;
Some thoughts: &amp;lt;past  &amp;gt;future  ^now (the hat is also mnemonic for Here + At)  or &amp;gt;5 (in five days time) &amp;gt;&amp;gt;5 (in 5 weeks time) &amp;gt;&amp;gt;&amp;gt;5 (5 months)&lt;br /&gt;
 &lt;br /&gt;
 Meeting &amp;lt;Leeds went well. ^Home. See you &amp;gt;london&lt;br /&gt;
 Sorry, saw them &amp;lt;&amp;lt;2 wanna go see film &amp;gt;3?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Documented_Syntaxes&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntaxes ==&lt;br /&gt;
&lt;br /&gt;
* [[actiontastic-syntax | Actiontastic]]&lt;br /&gt;
* [[brightkite-syntax| BrightKite]]&lt;br /&gt;
* [[dodgeball-syntax| Dodgeball]]&lt;br /&gt;
* [[dopplr-syntax | Dopplr]]&lt;br /&gt;
* [[facebook-syntax | Facebook Mobile]]&lt;br /&gt;
* [[igtd-syntax | iGTD]]&lt;br /&gt;
* [[kiboze-syntax|Kiboze]]&lt;br /&gt;
* [[jaiku-syntax|Jaiku]]&lt;br /&gt;
* [[mixd-syntax | Mixd]]&lt;br /&gt;
* [[plazes-syntax | Plazes]]&lt;br /&gt;
* [[poi66-syntax | POI66]] - [http://www.poi66.com/maps/step1.php]&lt;br /&gt;
* [[quickpack-syntax | QuickPack]]&lt;br /&gt;
* [[remember-the-milk | Remember the Milk for Twitter]]&lt;br /&gt;
* [[stikkit-syntax | Stikkit]] [http://stikkit.com/]&lt;br /&gt;
* [[swaggle-syntax | Swaggle]] [http://swaggle.mobi/]&lt;br /&gt;
* [[textmarks-syntax|Textmarks]]&lt;br /&gt;
* [[tfl-syntax | Transport for London]]&lt;br /&gt;
* [[tripit-syntax | TripIt]]&lt;br /&gt;
* [[twitter-syntax | Twitter]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://www.kiboze.com/kiboze/CustWorks.aspx Kiboze How it Works]&lt;br /&gt;
* Flagr: [http://www.flagr.com/help/howto#mobile_creating_flag Creating mobile flags]&lt;br /&gt;
* [http://www.dodgeball.com/glossary Dodgeball Glossary]&lt;br /&gt;
* [http://twttr.com/t/help/lingo twttr lingo]&lt;br /&gt;
* Twitter (or Jaiku) [[twitter-nanoformats]] brainstorm [http://twitternanoformats.wikispaces.com/ A proposal for Twitter nanoformats]&lt;br /&gt;
* [http://skobee.com/email_howto Skobee's email syntax]&lt;br /&gt;
* [https://www.billmonk.com/about/sms BillMonk syntax]&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
Thanks to [http://factoryjoe.com/blog Chris Messina] for collecting a bunch of common work in this area, and exploring the area of short semi-structured text for potential &amp;quot;formats&amp;quot; of a sort that could be agreed upon, perhaps among multiple providers to make it easier for users to remember a common user interface.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:DavidOsolkowski&amp;diff=37268</id>
		<title>User:DavidOsolkowski</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:DavidOsolkowski&amp;diff=37268"/>
		<updated>2009-01-05T10:39:40Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by C4tacMonal (Talk) to last version by DavidOsolkowski&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wadny.com/ - in hiatus pending a rewrite of my weblog system&lt;br /&gt;
&lt;br /&gt;
Student studying software engineering in the US, western New York state.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=directory-examples&amp;diff=37267</id>
		<title>directory-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=directory-examples&amp;diff=37267"/>
		<updated>2009-01-05T10:39:38Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by C4tdrOnnoa (Talk) to last version by RyanKing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[directory-inclusion-examples]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-03-12-sxsw-growth-evolution-of&amp;diff=37266</id>
		<title>events/2007-03-12-sxsw-growth-evolution-of</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-03-12-sxsw-growth-evolution-of&amp;diff=37266"/>
		<updated>2009-01-05T10:37:03Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by PasbaSbasl (Talk) to last version by Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Growth and Evolution of Microformats at SXSW 2007&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
The Growth and Evolution of Microformats is a [http://2007.sxsw.com/interactive/programming/panels/ confirmed panel presentation] session to be held at the 2007 [http://2007.sxsw.com/ SXSW] Interactive Festival, on Monday, March 12th from 2:00-3:00pm in Austin, Texas.&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Please use ''all'' of the following tags when tagging content (blog posts, photos) published related to the microformats session at SXSW interactive 2007:&lt;br /&gt;
&lt;br /&gt;
tags: '''microformats sxsw sxsw07 sxsw2007 sxswi sxswi07 sxswi2007 microformats-sxsw microformats-sxsw2007 microformats-sxswi microformats-sxswi2007'''&lt;br /&gt;
&lt;br /&gt;
== Panelists ==&lt;br /&gt;
In order of appearance:&lt;br /&gt;
*[[User:Tantek|Tantek Çelik]] (moderator)&lt;br /&gt;
*[[User:MikeKaply|Michael Kaply]]&lt;br /&gt;
*[http://www.glennjones.net/ Glenn Jones]&lt;br /&gt;
*[[User:Phae|Frances Berriman]]&lt;br /&gt;
*[[User:Adactio|Jeremy Keith]] (surprise guest panelist)&lt;br /&gt;
&lt;br /&gt;
== Short Session Description ==&lt;br /&gt;
Was required to be 25 words or less:&lt;br /&gt;
&lt;br /&gt;
Microformats.org has ushered in the rapid adoption of key formats for publishing and sharing [[rel-tag|tags]], [[rel-license|licenses]], [[hcard|contacts]], [[xfn|relationships]], [[hcalendar|events]] and [[hreview|reviews]]. What happens next?&lt;br /&gt;
&lt;br /&gt;
== Longer Session Description ==&lt;br /&gt;
In its first year, microformats.org ushered in the rapid adoption of key formats for publishing and sharing [[rel-tag|tags]], [[rel-license|licenses]], [[hcard|contacts]], [[xfn|relationships]], [[hcalendar|events]] and [[hreview|reviews]] on the Web. See what new microformats are being developed for [[hresume|resumes]], [[hlisting|classified listings]], [[media-info|music, and media]], as well as how tens of millions of established microformats on web sites of individuals, companies, and organizations are driving innovations in desktop applications and advancing personal data portability.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please add your name here if you are attending this session, speaking or not.&lt;br /&gt;
&lt;br /&gt;
*[[User:Tantek|Tantek Çelik]] (moderator)&lt;br /&gt;
*[[User:MikeKaply|Michael Kaply]]&lt;br /&gt;
*[http://www.glennjones.net/ Glenn Jones]&lt;br /&gt;
*[[User:Phae|Frances Berriman]]&lt;br /&gt;
*[[User:Adactio|Jeremy Keith]] (surprise guest panelist)&lt;br /&gt;
*[[User:Veeliam|William Lawrence]]&lt;br /&gt;
*[[User:RyanKing|Ryan King]]&lt;br /&gt;
*[[User:Cgriego|Chris Griego]]&lt;br /&gt;
*[[User:Mike Linksvayer|Mike Linksvayer]]&lt;br /&gt;
*[[User:DanC|Dan Connolly]] (attempted to volunteer for Jeremy Keith's phone demo, but was disqualified due to being a known member of the microformats community and with W3C :)&lt;br /&gt;
*[[User:AdamDarowski|Adam Darowski]]&lt;br /&gt;
*[[User:SuperPhly|Cody Marx Bailey]] - Dumbass who volunteered for Jeremy's phone demo with a development site then go &amp;quot;deer in the headlights&amp;quot; and couldn't remember sibility.com... yeah!&lt;br /&gt;
*[[User:Steve Ganz|Steve Ganz]]&lt;br /&gt;
*[[User:JasonGarber|Jason Garber]]&lt;br /&gt;
*[[User:DanielMorrison|Daniel Morrison]]&lt;br /&gt;
*[[User:DavidMead|David Mead]]&lt;br /&gt;
*[[User:TimTrentham|Tim Trentham]]&lt;br /&gt;
&lt;br /&gt;
=== Photo of Attendees ===&lt;br /&gt;
And create a note around yourself in these photos:&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
[http://flickr.com/photos/tantek/436784378/ http://farm1.static.flickr.com/160/436784378_80ec442446.jpg][http://flickr.com/photos/tantek/436784366/ http://farm1.static.flickr.com/161/436784366_bcf03265b0.jpg]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Session Notes ==&lt;br /&gt;
Tantek did a brief and incomplete history of microformats through t-shirts, for the following:&lt;br /&gt;
&lt;br /&gt;
* http://sxsw.com/ (2003)&lt;br /&gt;
* http://gmpg.org/xfn/&lt;br /&gt;
* http://blo.gs/&lt;br /&gt;
* http://wordpress.org/&lt;br /&gt;
* http://eventful.com/&lt;br /&gt;
* http://simplebits.com/&lt;br /&gt;
* http://microformats.org/&lt;br /&gt;
* http://flickr.com/&lt;br /&gt;
* http://technorati.com/&lt;br /&gt;
* http://odeo.com/&lt;br /&gt;
* http://supernova2006.com/&lt;br /&gt;
* http://stanford.edu&lt;br /&gt;
&lt;br /&gt;
Mike Kaply&lt;br /&gt;
&lt;br /&gt;
Glenn Jones&lt;br /&gt;
&lt;br /&gt;
Frances Berriman&lt;br /&gt;
&lt;br /&gt;
Q&amp;amp;A (see below)&lt;br /&gt;
&lt;br /&gt;
== Session Comments and Q&amp;amp;A ==&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
See the [http://flickr.com/photos/tags/microformats-sxsw2007 microformats-sxsw2007 tag on Flickr].&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/photos/meyerweb/419771185/ http://farm1.static.flickr.com/132/419771185_da0b2be939_m_d.jpg] [http://www.flickr.com/photos/rcrowley/423201101/ http://farm1.static.flickr.com/165/423201101_931e1d09e5_m_d.jpg]&lt;br /&gt;
[http://www.flickr.com/photos/thechunk/420604647/ http://farm1.static.flickr.com/179/420604647_10441d1ffe_m_d.jpg] [http://www.flickr.com/photos/thechunk/420604224/ http://farm1.static.flickr.com/162/420604224_df888058c1_m_d.jpg]&lt;br /&gt;
[http://www.flickr.com/photos/ptg/420129138/ http://farm1.static.flickr.com/159/420129138_24fc218517_m.jpg]&lt;br /&gt;
[http://www.flickr.com/photos/mn_francis/425446977/ http://farm1.static.flickr.com/155/425446977_50dc90856e_m.jpg]&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
Put most recent first.&lt;br /&gt;
* [http://techory.com/sxsw/?p=35 SXSW Notes - Notes from SXSW Interactive in Austin, TX - The Growth and Evolution of Microformats] - good capture of the Q&amp;amp;A&lt;br /&gt;
** Lazyweb - please transcribe / cleanup Q&amp;amp;A documented in this blogpost to the Q&amp;amp;A section above.&lt;br /&gt;
* [http://johnzeratsky.com/archives/001521.php JUST THIS ONE - Microformats]&lt;br /&gt;
* [http://blog.wired.com/music/2007/03/microformats_go.html WIRED Blog - Microformats Go Large]&lt;br /&gt;
* [http://www.centernetworks.com/sxsw-monday-recap-techquila-microformats-bats-and-the-expo-hall SXSW Monday Recap - Techquila, Microformats, Dogster, Bats and the Expo Hall]&lt;br /&gt;
* [http://www.commonplacebook.com/journal/200pm_the_growt.shtm 2:00pm - The Growth and Evolution of Microformats Panel Notes (SXSWi 2007)]&lt;br /&gt;
* [http://www.darowski.com/tracesofinspiration/2007/03/12/sxswi-the-growth-and-evolution-of-microformats/ Adam Darowski &amp;quot;SXSWi: The Growth and Evolution of Microformats&amp;quot;] I didn't take the most detailed notes, but this session certainly inspired a few questions. Great job, guys.&lt;br /&gt;
* [http://muffinresearch.co.uk/archives/2007/03/12/sxswi-07-notes-the-growth-and-evolution-of-microformats/ SXSWi 07 Notes: The Growth and Evolution of Microformats] - fairly thorough notes&lt;br /&gt;
** Lazyweb - please transcribe / cleanup Q&amp;amp;A documented in this blogpost to the Q&amp;amp;A section above.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
* [http://www.podtech.net/home/technology/2477/microformats-guru-tantek-celik &amp;quot;Microformats Guru Tantek Celik&amp;quot;] PodTech.net interview just after the session.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming-fr&amp;diff=37265</id>
		<title>citation-brainstorming-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming-fr&amp;diff=37265"/>
		<updated>2009-01-05T10:36:52Z</updated>

		<summary type="html">&lt;p&gt;Brian: Reverted edits by GettrLidel (Talk) to last version by Tantek&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
* [[citation-fr|citation]]&lt;br /&gt;
* [[citation-examples-fr|exemples de citations]]&lt;br /&gt;
* [[citation-formats-fr|formats de citations]]&lt;br /&gt;
* [[citation-faq-fr|citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributeurs ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (un paquet de types biens !)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
(traduction en cours [[Christophe Ducamp]])&lt;br /&gt;
&lt;br /&gt;
== Cas d'utilisation ==&lt;br /&gt;
Pour concentrer la discussion, ajoutez svp en-dessous des cas d'utilisation qui aideront à montrer quels problèmes le microformat citation essaiera de résoudre.&lt;br /&gt;
&lt;br /&gt;
J'en ai inclus deux, se concentrant sur la consommation de l'information - j'ai imaginé qu'utiliser des cas pour générer du contenu microformaté impliquerait simplement de permettre à votre contenu d'être mieux consommé, mais me suis intéressé pour voir s'il y a quelque chose qui m'échappe ici - Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquérir l'information de référence à partir du web ===&lt;br /&gt;
&lt;br /&gt;
Un utilisateur trouve soit une page d'un article d'un auteur, ou visualise les résultats d'une recherche et aimerait importer l'information sur les articles affichés dans sa database locale de référence, afin de cataloguer les choses qu'il a lues, d'y ajouter des notes et d'utiliser l'information plus tard pour générer des citations, potentiellement sous d'autres formes, telles que BibTeX ou Docbook, pour inclusion dans une publication de son cru.&lt;br /&gt;
&lt;br /&gt;
Notes : Dans ce cas, il n'est pas important pour l'utilisateur quel format prend la citation comme affichée sur la page où il la trouve. Ce qui *est* important est qu'elle contienne suffisamment d'inforamtions pour permettre la génération du format dans lequel il la republiera pour finir. Ceci sous-tend qu'il puisse être valable de la dégrader un peu du côté de la verbosité.&lt;br /&gt;
&lt;br /&gt;
Ainsi, les liens vers les représentations complètes téléchargeables du travail cité sont très importants - par ex. un lien vers le PDF d'un article de journal ou vers un fichier de musique.&lt;br /&gt;
&lt;br /&gt;
=== S'abonner à des listes de lectures, périodiques, etc. ===&lt;br /&gt;
&lt;br /&gt;
J'aimerais pouvoir influencer mon agrégateur de nouvelles avec hAtom pour m'abonner à une source distante pour l'information de citation, par exemple : &lt;br /&gt;
&lt;br /&gt;
* une liste de lecture pour un séminaire&lt;br /&gt;
* la liste de publication pour une conférence (par ex, m'abonner à SIGGRAPH et voir les comptes-rendus mis à jour chaque année)&lt;br /&gt;
* les éditions d'un journal&lt;br /&gt;
* un groupe de recherche particulier ou des publications d'un chercheur&lt;br /&gt;
* Pas simplement de la recherche : les publications populaires d'un auteur (par ex.,  l'[http://www.gladwell.com/archive.html Archive de Malcolm Gladwell])&lt;br /&gt;
&lt;br /&gt;
=== Agréger les listes de lectures et critiques ===&lt;br /&gt;
&lt;br /&gt;
Un agrégateur de citation spécifique microformat pourrait fournir une version décentralisée de [http://citeulike.org/ CiteULike]. Les bibliothèques, auteurs, groupes de recherche et éditeurs pourraient baliser leurs collections, tandis que d'autres personnes sur les blogs ou sites de critiques pourraient ajouter des tags et critiques.&lt;br /&gt;
&lt;br /&gt;
Au moins, disposer d'un microformat bien adopté rendrait les outils d'écriture comme CiteULike bien meilleur, parce que cela reposerait dans certains cas sur le raclage-écran de sites web.&lt;br /&gt;
&lt;br /&gt;
=== Copier et Coller à partir de page web  ===&lt;br /&gt;
Capturer/copier du HTML à partir de pages web pour utilisation dans d'autres applications (tout spécialement quand ces applications présentent le HTML comme une production) comme copier dans Word ou une application spécialisée comme [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] ou [http://www.kaboodle.com Kaboodle].  Quand de telles captures sont faites, cela fait sens de conserver toutes les données de citation, y compris la date à laquelle elle a été accédée, qui peut ou peut ne pas être la date à laquelle elle a été publiée.&lt;br /&gt;
&lt;br /&gt;
=== Blogs citant d'autres ressources, y compris des blogs===&lt;br /&gt;
Tout blog qui cite du contenu en ligne, que ce soit un blog ou un article d'actualités, pourrait utiliser un hCitation pour lier proprement vers la référence citée. De telles citations pourraient inclure la date d'accès quand le blogueur a produit la citation, parce que les ressources de l'autre côté de ces liens peuvent être amenées à changer sans avertissement.&lt;br /&gt;
&lt;br /&gt;
Au lieu de cela, aujourd'hui nous avons un formatage simple avec un lien vers l'URL permanente. La donnée de citation manque complètement. Regardez le blog de [http://doc.weblogs.com Doc Searl] pour un style de référencement qui pourrait bénéficier d'une citation appropriée uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinant... après avoir ajouté deux cas d'utilisation, j'ai réalisé qu'ils se dirigeaint sur des cas potentiellement marginaux. Le premier parce que la partie &amp;quot;production&amp;quot; manque du copier et coller, où l'uF serait véritablement utilisé comme partie du collage. Le dernier parce que les blogueurs ont une mécanique de travail de citation qui est juste un lien vers l'URL (je l'espère une url permanente). On pourrait débattre qu'ils ne veulent pas un hCitation complet. Et en fait, jusqu'à ce qu'un outil existe qui facilitera ça, ils ne le feront probablement pas. Néanmoins, un outil qui coupe et colle à partir de n'importe où sur le web à l'intérieur d'un blog avec une citation complète semble comme un bel outil. Mais à nouveau, je ne suis pas vraiment en train de paver le chemin des vaches avec ces idées. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Trouver dans une Bibliothèque ===&lt;br /&gt;
Trouver une copie du travail cité dans une bibliothèque de proximité (comme avec  [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Acheter une copie===&lt;br /&gt;
Trouver le travail cité, par exemple Amazon ou [http://www.abebooks.com/ ABE] ; ou s'abonner à un journal via son propre site web . [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Trouver des critiques===&lt;br /&gt;
Trouver des critiques tiers du travail cité. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Donner des données de citation pour la page étant visitée===&lt;br /&gt;
En ajoutant une classe, disons, &amp;quot;self&amp;quot; à un attribut de la proposition épouvantail proposée permettrait aux utilisateurs (ou agents utilisateurs) d'extraire les données exigées pour citer la page en train d'être visitée, au moment d'y faire référence ailleurs. Il y aurait l'avantage supplémentaire de permettre à la citation d'être ignorée par quelque parseur qui pourrait être de construire un &amp;quot;arbre&amp;quot; de citations, et d'éviter le réglage d'une boucle infinie.&lt;br /&gt;
&lt;br /&gt;
Pour l'indication des données publiées &amp;quot;d'auto-citation&amp;quot; (même sur une page secondaire) voir le lien &amp;quot;cite this article&amp;quot; sur toute entrée de Wikipedia, par ex.[http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] extrait de [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
Voir aussi : [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposition pour inclure sur la page des données de citation dans Wikipedia]&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Convertir des formats de citation===&lt;br /&gt;
Un agent utilisateur devrait être capable de lire une citation à partir d'une page web, dans un format donné, et de la convertir dans un second format pour utilisation ailleurs. Pour une liste de tels formats et des exemples voir [http://en.wikipedia.org/wiki/Citation#Format_styles Wikipedia, Citation styles]. [[User:AndyMabbett|Andy Mabbett]] 11:05, 30 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Exemples==&lt;br /&gt;
* (extrait d'une liste de diffusion) :&lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
*[http://www.zotero.org/ Zotero], une extension Firefox pour aider à rassembler, gérer et citer des sources de recherche.:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Discussion hBib originale ==&lt;br /&gt;
&lt;br /&gt;
Durant la Journée WWW2005 des Développeurs sur la session [[microformats-fr|microformats]], Rohit Khare a fait une [[presentations-fr|présentation]] où il a discuté du [[process-fr|processus]] des microformats et puis il a fait une démonstration rapide où un paquet d'entre nous a reçu un document partagé Subethaedit et a brainstormé quelques idées sur ce à quoi pourrait ressembler un microformat de citation &amp;quot;hBib&amp;quot;. Rohit a placé le [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document sur son site Commercenet].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''Un essai pour résumer et mettre le document lié dans ligne suit. -Mike''&lt;br /&gt;
&lt;br /&gt;
Deux objectifs essentiels ont été soulignés par le groupe : &lt;br /&gt;
* Eviter de reverrouiller les références&lt;br /&gt;
* S'adapter aux nouveaux styles de journaux en modifiant CSS&lt;br /&gt;
 &lt;br /&gt;
Le problème fondamental a été discuté en termes d'affichage - la capacité de transformer XHTML+hBib dans les nombreux formats spécifiques aux journaux. Par exemple, comment afficher &amp;quot;et.al&amp;quot; quand tous les auteurs sont présents dans le source, et comment réordonner les éléments si un style définit un ensemble trié d'éléments qui entrent en conflit avec le tri dans la source. Utiliser hCard pour les auteurs fût agréé par les participants, et les débuts d'un exemple ont été montrés.&lt;br /&gt;
&lt;br /&gt;
== Structure XHTML ==&lt;br /&gt;
&lt;br /&gt;
Mon expérience de travail avec X2V et hCa* m'a enseigné quels éléments sont faciles à trouver et quels sont ceux qui ne le sont pas. Le fait que le microformat Citation soit très nouveau, il est possible de ne pas réitérer une fois de plus les mêmes erreurs et de rendre les choses plus faciles pour que l'application d'extraction trouve et sous-tende certaines propriétés.&lt;br /&gt;
&lt;br /&gt;
* Il devrait y avoir une sorte de 'root node' qui sous-tend tous les éléments enfants pour le microformat Citation.&lt;br /&gt;
* Parce que la plupart des personnes auront plusieurs Citation il devrait y avoir une façon de représenter chaque objet Citation comme un unique bloc indépendant d'un autre. Ceci pour éviter que le parsage de trouver un 'author' et de l'appliquer à toutes les citations. Chaque citation devrait être dans un container (class=&amp;quot;???&amp;quot;) qui s'étendait à partir d'autres.&lt;br /&gt;
* Peut-être que class=&amp;quot;hcite&amp;quot; avec &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; est recommandé comme l'élément racine. Par exemple &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note : Cette section était le contenu original du document. Depuis lors, class='hcite' a été retenu avec un agrément comme le nom de classe racine. Voir [[citation-brainstorming-fr#.27hcite.27_comme_nom_Elément_Racine|explication]].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info-fr|media-info]] ==&lt;br /&gt;
&lt;br /&gt;
Ce qui distingue un 'cite' d'un disons [[media-info-fr|media-info]] (par ex. [[media-info-examples-fr|les exemples d'info média]]) est qu'un 'cite' est une référence vers quelque chose d'explictement externe au morceau de contenu actuel ou au document, tandis que [[media-info-fr|media-info]] décrit de l'information à propos du contenu embarqué ou dans la ligne du document actuel.&lt;br /&gt;
&lt;br /&gt;
== Sens Sémantique ==&lt;br /&gt;
Un des principes fondateurs des Microformats est d'utiliser l'élément le plus riche sémantiquement pour décrire chaque noeud (Point 2 des Principes de Design du XHTML Sémantique : utiliser le bloc de construction XHTML sémantique le plus précis pour chaque objet etc.). Parce que nous traitons avec du HTML et des citations, plusieurs éléments sont candidats pour être utilisés afin d'enrichir le sens sémantique. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (y'en a t'il plus  ?)&lt;br /&gt;
&lt;br /&gt;
La [[citation-brainstorming-fr|page Citation Brainstorming]] a quelques développements et idés sur la façon de donner à une autre personne le crédit pour un lien. Quelques-unes des idées sémantiques derrière le choix des tags peut s'appliquer à une référence bibliographique complète. ''Est-ce que cette phrase fait sens seulement historiquement ? -Mike''&lt;br /&gt;
&lt;br /&gt;
== WorldCat d'OCLC pour les titres == &lt;br /&gt;
Question : que penser d'utiliser quelque chose comme le [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] d'OCLC pour lier les titres ? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This et That ==&lt;br /&gt;
Après avoir parcouru beaucoup de différents formats d'encodage de citation, j'ai remarqué que chaque format était utilisé de deux façons. Soit pour décrire la page en cours (THIS.PAGE) ou soit utilisé pour encoder des références qui pointent vers des ressources externes (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
L'information étant encodée était identique pour les deux ressources (author, date, name, etc) elle référence simplement des choses différentes. Pour ce microformat, je ne suis pas sûr si nous voulons essayer de résoudre les deux problèmes, ou simplement un ? Les méta tags dans l'élément head serait l'endroit idéal pour de l'information à propos de THIS.PAGE, mais cela ne suit pas les idéaux de microformats où l'information doit être lisible par un humain. L'idée de THAT.PAGE où une liste de références est à la fin d'un document sous la forme d'une bibliographie est plus en ligne avec les idéaux d'un microformat où la donnée est lisible par un humain. Cela ne veut pas dire que la donnée à propos du document actuel ne devrait pas être lisible par un humain, ainsi un peu des même propriétés utilisées pour faire référence à des ressources externes peuvent être utilisées pour le document actuel (THIS.PAGE). Pour faire ça, ceci est un item racine différent qui pourrait être utilisé et transformer les applications pourrait soit extraire la donnée citation à propos de la page en cours, ou l'information à propos des références de cette page.&lt;br /&gt;
&lt;br /&gt;
Ceci est ouvert en discussion, mais de toutes les façons, je crois que les propriétés utilisées pour décrire une page seront les mêmes pour à la fois 'THIS' et 'THAT'. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== Plus sur 'THIS' et 'THAT'==&lt;br /&gt;
&lt;br /&gt;
Les microformats Citation sont en train d'être explorés comme une possiblité pour la citation d'information généalogique sur le [http://eatslikeahuman.blogspot.com blog de Dan Lawyer].&lt;br /&gt;
&lt;br /&gt;
Ceci est un cas où fréquemment la citation ferait référence à (THIS.PAGE), mais l'aurait imbriqué dans une référence à (THAT.PAGE), possiblement à quelques degrés de profondeur. Par exemple, une page web pourrait contenir une donnée extraite d'un microfilm d'un recensement. La citation aurait besoin d'inclure de l'information à propos de la page web, de l'information à propos du microfilm, et de l'information à propos du recensement. Les citations généalogiques sont attendues pour inclure le repository (où peut on trouver ce livre ou ce microfilm. Est-ce le même que ''juridiction'' ?). Ainsi à chaque niveau l'information devrait contenir le repository de l'item référencé. Un mécanisme imbriqué (récursif) pour les microformats citaions serait utile dans ce cas. Est-ce la fonction de l'élément &amp;quot;container&amp;quot; dans le Format Epouvantail ?&lt;br /&gt;
&lt;br /&gt;
== Mise en Forme de Date ==&lt;br /&gt;
Parce que les microformats sont tous au sujet de la réutilisation et du moyen accepté d'encoder Date-Time a été énormément implanté, de ce fait c'est un bon endroit pour démarrer au moment de traiter tous les types de citation de date.&lt;br /&gt;
&lt;br /&gt;
Ci-après tous les différents champs extraits de différents formats de citations qui sont tous d'une nature temporelle : &lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
Il existe plusieurs propriétés communes à travers différents domaines de citations et elles seront certainement dans le microformat citation, les instances uniques auront besoin de considération plus approfondie, autrement il n'y aurait aucune fin aux possibilités.&lt;br /&gt;
&lt;br /&gt;
Il existe aussi plusieurs propriétés (year, month, Year of publication) qui peuvent être extraites d'une autre source. Par conséquent, si vous encodez seulement une propriété plus spécifique comme Date of Publication, vous pouvez extraire la 'year of publication' à partir de cela. Parce que le format date-time que nous modélisons après est le format ISO date-time, seule la portion Year est une date acceptable. Ainsi, si vous ne connaissez QUE l'année de publciation, alors vous pouvez former une 'Date of Publication' valide sous un microformat (qui à sont tour est une 'year of publication' valide) - votre milliaire peut varier quand il en vient à être importé dans des applications de citation.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Il me semble que ceux-ci peuvent être réduits à peut-être une ou deux propriétés date différentes. Aussi loin que la mise en format d'une date lisible par les humains, ceci peut être choisi paru tout ce que dit le guide de présentation du style, et le [[datetime-design-pattern-fr|datetime-design-pattern]] utilisé pour simplifier le balisage. - Tantek&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Parfois nous avons besoin d'une échelle de date et pas simplement d'une date (par ex. 4-6 Mai 2006). Voir les exemples de ''Citation de Conférence'' plus bas sur cette page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Saisons'''&lt;br /&gt;
Quelques journaux ont des numéros saisonniers (par ex &amp;quot;Edition Eté 2007&amp;quot;) au lieu des éditions étiquetés par mois ou d'autres dates de calendrier. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
quelques-uns de formats de citation ont un emplacement pour les 'keywords' ou des 'tags génériques', etc. Ce pourrait être un bon emplacement pour réutiliser le [[rel-tag-fr|microformat RelTag]]. L'inconvénient serait qu'ils soient ensuite forcés d'être des liens, ce qui pourrait être la façon correcte de baliser ces termes.&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
Les transformations MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml exemple]) et Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml exemple]) de MARC21 peuvent contenir quelques idées utiles.&lt;br /&gt;
&lt;br /&gt;
Voilà un premier essai de récriture des exemples de liens dans le XHTML (écrit en réponse à une [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html demande sur la liste de discussion à propos de l'encodage de l'information book avec des microformats]) :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Structures de Citation Basiques  ==&lt;br /&gt;
Il existe des structures basiques pour n'importe quelle citation, ceci est un aperçu de quelques-uns des types &lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
== Problèmes non résolus par les formats existants ==&lt;br /&gt;
Il existe quelques aspects '''NON adéquatement''' couverts par les formats existants. J'ai aussi résolu cette question sur la page wiki OpenOffice.org [voir http://wiki.services.openoffice.org/wiki/Bibliographic_Database pour une discussion, le paragraphe sur ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ces problématiques appartiennent essentiellement aux '''Errata''', '''Commentaires et Réponses de l'Auteur''' et '''Rétractations d'Articles'''.&lt;br /&gt;
* un lien bidirectionnel pourrait être nécessaire pour implémenter ces fonctionnalités (article original &amp;lt;=&amp;gt; eratum, réponse, lettre de rétractation)&lt;br /&gt;
* '''IMPORTANT : Erratum'''&lt;br /&gt;
** Errata : une ou plusieurs corrections pourraient être postées dans différentes questions du journal&lt;br /&gt;
** ceci est généralement ciré comme : Données de l'Article Citation Originale (Correction disponible dans ''Journal, numéro, Année, Pages'')&lt;br /&gt;
** il est probable qu'il ne soit jamais cité seul&lt;br /&gt;
** il devrait y avoir un lien vers l'article original, alors que l'article original contiendrait un lien vers cet ''Errata''&lt;br /&gt;
* '''IMPORTANT : Commentaire et Réponse de l'Auteur'''&lt;br /&gt;
** similaire à Errata, il pourrait y avoir un ou plusieurs Commentaires et Réponses de l'Auteur ; ceci devrait être enregistré également.&lt;br /&gt;
** néanmions, ce n'est généralement pas compris dans la citation originale.&lt;br /&gt;
** ce pourrait être utilisé néanmoins dans une citation, mais je ne sais pas exactement comment le citer optimalement (l'article original devrait être tout aussi bien produit)&lt;br /&gt;
* '''IMPORTANT : Rétractation Article'''&lt;br /&gt;
** un article peut être retiré du fait de plagiat ou toute autre faille&lt;br /&gt;
** ceci ne devrait pas être utilisé plus à fond dans la recherche&lt;br /&gt;
** néanmions ce pourrait être utilisé par ex. pour un article sur le plagiat ou la recherche d'erreurs&lt;br /&gt;
** il devrait y avoir par conséquent un champ stockant cette information et un lien vers &lt;br /&gt;
** la lettre de rétractation publiée (qui explique pourquoi l'article a été retiré)&lt;br /&gt;
&lt;br /&gt;
* cette question peut nécessiter un événement contrôlé par le temps&lt;br /&gt;
* '''IMPORTANT : la publication électronique avant l'impression '''&lt;br /&gt;
** de plus en plus d'articles sont initialement postés en ligne, avant que l'article publié ne soit véritablement imprimé&lt;br /&gt;
** Comment ceci devrait être utilisé/cité ?&lt;br /&gt;
** Est-ce modifié, après que la version imprimée ne devienne disponible ?&lt;br /&gt;
&lt;br /&gt;
== Problématiques à régler ==&lt;br /&gt;
Les 3 points principaux qui me (Brian) sont venus à l'esprit à ce stade sont : &lt;br /&gt;
1) IDENTIFIANTS&lt;br /&gt;
2) TYPES DE FORMATs&lt;br /&gt;
3) IMBRICATION&lt;br /&gt;
&lt;br /&gt;
1) Dans hCard/hCalendar il existe un champ UID. Ajouté à URL, il produit un identifiant unique géant. Il existe des tonnes d'autres identifiant à côté des URL, ISBN, LOC call number, SKU, ISSN, etc. Beaucoup d'entre eux sont uniques en leur domaine, mais pas globalement uniques. Aussi comment les balisons-nous ? Tout comme les propriétés TEL/ADR de la hCard, nous pouvons utiliser quelque chose comme : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt; : &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ceci rend l'encodage le plus extensible... si nous commençons à utiliser class=&amp;quot;isbn&amp;quot; alors ce sera une liste énumérée avec class=&amp;quot;type&amp;quot; c'est ouvert à la fermeture.&lt;br /&gt;
&lt;br /&gt;
2) Je commence à mal utiliser &amp;quot;format&amp;quot;, format est le médium - hardback, softback. Le TYPE (il existe probablement un meilleur mot - conteneur ?) - est book, article, conference, manifesto, etc. Tout comme les indentifiants, nous pouvons produire une liste numérotée de valeurs, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, mais cela nous emboîte, tandis que quelque chose comme : &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; laisse les choses plus ouvertes.&lt;br /&gt;
&lt;br /&gt;
3) Imbriquer des données de citation dans une citation. La capacité d'imbriquer le même microformat dans lui-même est quelque chose que les autres microformats ne gèrent pas explicitement.&lt;br /&gt;
&lt;br /&gt;
Les deux options sont : &lt;br /&gt;
i) Utiliser class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Titre Livre&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Titre Chapitre&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ceci rend les choses faciles à imbriquer et imaginer exactement ce qui est associé à quoi, mais le revers est que nous avons énuméré des listes de valeurs pour les propriétés de classes.&lt;br /&gt;
&lt;br /&gt;
ii) utliser le TYPE pour book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Titre Livre&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Titre Chapitre&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
maintenant le class=&amp;quot;fn&amp;quot; n'est pas imbriqué à l'intérieur du class=&amp;quot;book&amp;quot; ou &lt;br /&gt;
class=&amp;quot;chapter&amp;quot; ainsi il devrait y avoir quelque autre mécanisme à associer les données avec le type.&lt;br /&gt;
&lt;br /&gt;
== Format Epouvantail de Brian ==&lt;br /&gt;
&lt;br /&gt;
=== schéma implicite (exemples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== schéma implicite (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION des deux schémas&lt;br /&gt;
 + (PLUS) veut dire propriétés communes&lt;br /&gt;
 - (MINUS) veut dire unique au schéma&lt;br /&gt;
&lt;br /&gt;
=== Schéma de travail Epouvantail ===&lt;br /&gt;
&lt;br /&gt;
Cette liste enregistre les discussions à propos du schéma commun extrait du dessus. Le format est ''nom descriptif'' (''élément optionnel recommandé'' 'nom de classe') (''lien vers explication'').&lt;br /&gt;
&lt;br /&gt;
S'il n'y a pas de lien explication, ce champ devrait être considéré soit comme évident ou prêt pour le débat. Si vous n'en êtes pas sûr, il est prêt au débat.&lt;br /&gt;
&lt;br /&gt;
* élément racine ('hcite') ([http://microformats.org/wiki/citation-brainstorming-fr#.27hcite.27_comme_nom_Elément_Racine explication])&lt;br /&gt;
** titre ('title')&lt;br /&gt;
** Auteur / Editeur etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note : ce peut prendre n'importe quelle valeur &lt;br /&gt;
** container ('conteneur hcite')&lt;br /&gt;
*** Un élément hcite imbriqué qui représente un item contenant (comme un livre ou un chapitre) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion et lien vrs le fil de discussion sur la liste)&lt;br /&gt;
** Numéro du Volume ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Numéro de Parution ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - ceci n'est pas clair à cette heure - est-ce que format veut dire 'type', comme dans 'book' vs. 'article' ? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date de publication ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming-fr#Champs_Date explication])&lt;br /&gt;
** date d'accession ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming-fr#Champs_Date explication])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki/citation-brainstorming-fr#L.27El.C3.A9ment_URI explication])&lt;br /&gt;
** identifier&lt;br /&gt;
*** et (non nécessairement globalement unique) identifiant, tel qu'une clé de citation, un numéro ID pubmed, ou simplement le numéro de référence ou la chaîne dans une publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes à propos des champs manquants / modifiés dans le schéma  ====&lt;br /&gt;
Cette section liste les champs intentionnellement ''non'' inclus dans le schéma de paille, ou qui ne sont pas représentés directement, et les liens vers la discussion à propos de chacun d'eux.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming-fr#Champs_Date explication])&lt;br /&gt;
&lt;br /&gt;
=== Exemples ===&lt;br /&gt;
Exemples de syntaxe utilisant le format au-dessus :&lt;br /&gt;
&lt;br /&gt;
==== Livre ====&lt;br /&gt;
Ceci est l'exemple original de Brian&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;fr-fr&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- donnée éditeur sous hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publication Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;France&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- données auteur(s) sous hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Jean &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Bon&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- donnée lieu --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Pinko !&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Un livre de classe sur le PinkoMarketing&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- différencié pour le débat UID --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- mots-clés --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- propriétés de date--&amp;gt;&lt;br /&gt;
		Publié le &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;1er janvier 2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Avez-vous lu &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; ?&lt;br /&gt;
Il a été écrit par &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Jean Bon&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
Il n'est sorti qu'il y a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;quelques mois de cela.&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note : la propriété &amp;quot;format&amp;quot; au-dessus est incorrecte. Le format renverrait plus aux caractéristiques physiques d'un item, plutôt qu'à son type ou genre (par ex. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). Je verrai plutôt la classe principlae pour le li être un &amp;quot;article&amp;quot; dans ce contexte, que la &amp;quot;citation&amp;quot; ayant vraiment du sens. Bien sûr on pourrait avoir les deux, ce qui serait tout aussi beau. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note : Pourrions-nous utiliser ROLE à partir de la hCard pour identifier les éditeurs, ttraducteurs, auteurs, etc?&lt;br /&gt;
Ceci a été discuté sur la liste de discussion et l'idée a été abandonnée [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Commentaires''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : les mots-clés devraient être [[rel-tag-fr|rel-tag]], et probablement aussi [[xoxo-fr|XOXO]] (de la même façon que la liste de citation)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Y'a-t-il une raison de ne pas réutiliser &amp;quot;published&amp;quot; à partir de hAtom au lieu d'inventer un nouveau terme basiquement équivalent à &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published a été décidé pour le champ, l'exemple a été modifié pour refléter la modification --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Manque un champ d'exemple pour URL/URI/IRI/UID etc. (ISBN pour le Livre).&lt;br /&gt;
* Est-ce que la classe &amp;quot;copyright&amp;quot; est en conflit avec la [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition] ?&lt;br /&gt;
* Commentaire de Bruce sur WRT, j'utilise actuellement class=&amp;quot;article citation&amp;quot; pour mes écrits, car il a le plus de flexibilité avec les styles CSS pour les titres (par ex. Book titles .citation&amp;gt;.fn doit être mis en italique, alors que les titres d'articles ne le doivent pas, leur conteneur le devrait).&lt;br /&gt;
* En parlant de conteneurs, nous avons besoin d'un champ &amp;quot;in&amp;quot; ou &amp;quot;collection&amp;quot; pour les articles de jounaux ou les articles-dans-les-livres- ou est ce couvert par &amp;quot;publisher&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
==== Citer une Communication Privée ====&lt;br /&gt;
Besoin d'un exemple.&lt;br /&gt;
&lt;br /&gt;
==== Citer des Cas légaux====&lt;br /&gt;
Besoin d'exemple.&lt;br /&gt;
Voir [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Exemple de Wikipedia] pour inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citer un Livre ====&lt;br /&gt;
Besoin d'un exemple&lt;br /&gt;
&lt;br /&gt;
==== Citer un article de journal ====&lt;br /&gt;
Extrait d'un vieux billet publié dans PubMed - J Aersp Med. [http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;amp;cmd=Retrieve&amp;amp;dopt=AbstractPlus&amp;amp;list_uids=4611181&amp;amp;query_hl=7&amp;amp;itool=pubmed_docsum lien]&lt;br /&gt;
 	&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;R R Burton&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;S D Leverett&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, and&lt;br /&gt;
&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;E D Michaelson&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Man at high sustained +Gz acceleration: a review.&amp;lt;/span&amp;gt;&lt;br /&gt;
In &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;Journal&amp;quot;&amp;gt;J.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;title&amp;quot; title=&amp;quot;Aerospace medicine&amp;quot;&amp;gt;Aersp. Med.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;uri uid&amp;quot;&amp;gt;urn:issn:0001-9402&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;45&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;101974&amp;quot;&amp;gt;Oct, 1974&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;, pages &amp;lt;span class=&amp;quot;page&amp;quot;&amp;gt;1115-36&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notez que je ne suis pas complètement certain du numéro issn urn ici.&lt;br /&gt;
&lt;br /&gt;
==== Citer un article de magazine ====&lt;br /&gt;
Citer un exemple&lt;br /&gt;
&lt;br /&gt;
==== Citer un brevet ====&lt;br /&gt;
Extrait de cet [http://microformats.org/wiki/citation-examples#U.S._Patent exemple extrait de Wikipedia] :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citer une publication de conférence====&lt;br /&gt;
&lt;br /&gt;
Basé sur les [http://microformats.org/wiki/citation-examples-fr#ACM_Digital_Library_Search_Result_Examples l'exemple de référence pour la publication de conférence ].&lt;br /&gt;
&lt;br /&gt;
Modifié le 6 octobre pour se conformer avec [[citation-brainstorming-fr#Format_Epouvantail_de_Brian le format de Brian]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(tout sauf la classe url devrait être en ligne avec cette proposition)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;, and &lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
  (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
  Tags: &lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (De [[Discoleo]], Sept. 06)&lt;br /&gt;
* parfois, la citation doit inclure '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citation d'un site web externe====&lt;br /&gt;
Ceci est fondé sur une citation formelle d'un site web dans la section références d'un article de recherche, mais pourrait aussi être utilisé pour les liens utilisés dans la ligne qui ont ajouté de l'information. Voici l'original : &lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion des éléments du Format Epouvantail===&lt;br /&gt;
Cette section est destinée à fournir des explications pour la postérité à propos de éléments du format épouvantail, liant vers des discussions sur la liste et ailleurs si possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' comme nom Elément Racine ====&lt;br /&gt;
Cette discussion a eu lieu en janvier 2007, avec un vote  [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html sur la liste de discussion].&lt;br /&gt;
&lt;br /&gt;
Il a été décidé d'utiliser 'hcite' comme le noms de classe de l'élément racine pour l'unicité et renvoyer une tendance à utiliser 'h' pour démarrer les noms de microformats.&lt;br /&gt;
&lt;br /&gt;
==== L'Elément URI ====&lt;br /&gt;
Il a été décidé d'utilier URI tant pour les liens http vers les copies disponibles ou des URNs. Ceci engloble les URLs qui lient directement vers de copies en ligne tout comme des interpréteurs utilisant des URIs tels que urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
Voir la discussion extraite de [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html Novembre] et [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html Décembre].&lt;br /&gt;
&lt;br /&gt;
==== Champs Date ====&lt;br /&gt;
Le format de paille original de Brian avait trois champs de date, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot; et &amp;quot;published&amp;quot;.&lt;br /&gt;
Après avoir examiné les exemples d'usages sur le web, il était clair que 'copyrighted' n'était pas utilisé dans les exemples que nous avions.&lt;br /&gt;
Il a été utilisé une fois, mais sans un champ correspondant 'published' (OCLC WorldCat), et il semble dans ce cas être utilisé comme un équivalent pour 'published'.&lt;br /&gt;
&lt;br /&gt;
J'ai mis à jour la citation de paille pour inclure seulement 'accessed' et 'published' le 31 janvier. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
J'ai cité plus d'une fois que &amp;quot;date-published&amp;quot; est spécifiquement déroutant ; beaucoup trop pour des citations du vrai monde. Considérez que beaucoup de livres sont publiés dans l'année précédent leurs dates de copyright, ce qui est en fait la date utilisée pour la citation. Je préférerais juste &amp;quot;date&amp;quot; et &amp;quot;date-accessed&amp;quot; comme premier jet. --[[User:BDarcus|Bruce]] 3 fév 2007&lt;br /&gt;
&lt;br /&gt;
Voir la discussion extraite du [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html fil de discussion 'dates' sur la liste].&lt;br /&gt;
&lt;br /&gt;
==== Conteneur ====&lt;br /&gt;
&lt;br /&gt;
La discussion concernant la façon de repreésenter le relations contenues est sur le fil [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Vieille discussion sur le format épouvantail ==&lt;br /&gt;
=== Suggestion du format épouvantail de Mike===&lt;br /&gt;
Afin de démarrer le débat et d'avoir quelque chose de concret à réparer, je suggère la structure suivante pour un format. Elle est probablement très incomplète et je ne revendique aucune expertise en microformat. J'essaye simplement de suivre les patterns existants. Les commentaires et le ridicule sont tous deux sollicités. -Mike&lt;br /&gt;
&lt;br /&gt;
==== En Général ====&lt;br /&gt;
Le format ''citation'' est fondé sur un ensemble de champs communs à beaucoup de formats de données bibliographiques, qui sont souvent sous-tendus par les styles d'affichages standards de citation mais non explicitement balisés en pratique sur le web.&lt;br /&gt;
&lt;br /&gt;
==== Schéma ====&lt;br /&gt;
Le schéma citation est constitué de ce qui suit : &lt;br /&gt;
* cite &lt;br /&gt;
** title : requis, texte (class = fn)&lt;br /&gt;
** subtitle : optionnel, texte&lt;br /&gt;
** authors : optionnel, utilise hCard&lt;br /&gt;
** publication date : optionnel&lt;br /&gt;
** link(s) vers instantiations, optionnel, url ou utiliser rel-enclosure ? (class=url)&lt;br /&gt;
** UID, optionnel (pour ISBN, utilise la classe existante uid) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optionnel (''pas aussi certain de la façon de gérer ça - suggestions ?'')&lt;br /&gt;
** pages : startpage &amp;amp; endpage, optionnel, texte&lt;br /&gt;
** venue, optionnel (hCard)&lt;br /&gt;
** publisher, optionnel (hCard)&lt;br /&gt;
** container : optionnel (hCite imbriqué)&lt;br /&gt;
** abstract, optionnel (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optionnel (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optionnel (rel-tag)&lt;br /&gt;
** image, optionnel (pour inclusion dans la ligne, à la différence de l'url)&lt;br /&gt;
** copyright, optionnel (rel-license)&lt;br /&gt;
** ''que manque t'il d'autre ?''&lt;br /&gt;
*** language, optionnel&lt;br /&gt;
&lt;br /&gt;
''Paraît bien, mais je m'interroge sur l'utilisation de la hCard pour les noms. Du fait des problèmes d'ambiguité, obliger hCard conduirait à un balisage supplémentaire afin de s'appliquer simplement à un nom, de ce fait [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html le besoin d'un élément racine]. Nous devrions extraire l'optimisation N de hCard que nous avons faite avec adr, afin de faciliter ce problème.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Peut-être qu'une 'Retrieved Date' ou 'Access Date' serait pertinente pour citer des ressources en ligne. Par exemple sur http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
vous voyez des citations comme cela &amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
==== Discussion sur la citation de Cas Légaux====&lt;br /&gt;
Besoin d'un exemple. Voilà quelque info que j'ai trouvée en citant la loi : &lt;br /&gt;
&lt;br /&gt;
Je ne suis pas juriste, par conséquent je fais confiance au  [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard] publié, au moins la seule partie que je peux avoir sans payer $25. Je serais heureux d'entendre des améliorations d'experts dans le secteur - comment font les juristes pour baliser les références vers des cas juridiques en HTML ?&lt;br /&gt;
&lt;br /&gt;
Extrait de groklaw.net et eff.org, je trouve essentiellement des liens vers des PDFs avec le nom du cas comme le lien texte. Ou juste ceci, extrait de l'EFF :&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Extrait d'un exemple sur les bluepages échantillons : http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 composants basiques :&lt;br /&gt;
*1 nom du cas (citation title)&lt;br /&gt;
*2 source publiée dans lequel le cas peut être trouvé (citation contenant publication ?)&lt;br /&gt;
*3 une parenthèse indiquant le tribunal et l'année de décision (lieu citation ?)&lt;br /&gt;
*4 autres informations entre parenthèses, s'il y en a (notes de citation ?)&lt;br /&gt;
*5 histoire subséquente du cas, s'il y en a (notes citation ?)&lt;br /&gt;
&lt;br /&gt;
Voici deux exemples extrait du bluebook. Notez qu'il existe des règles très strictes à propos des abréviations dans cette source !&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
== Exemples dans la jungle ==&lt;br /&gt;
Les pages qui commencent à utiliser la discussion au-dessus pour créer des exemples de travail en utilisant hCite : &lt;br /&gt;
(Cette section pourrait être utilisé comme une base pour une page à créer plus tard comme &amp;quot;hcite-examples-in-wild-fr&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SVP ajoutez de nouveaux exemples en haut de cette section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Exemple de page utilisateur] sur le laboratoire informatique régional d'Erlangen, Allemange, basé sur le système d'information universel UnivIS balisé avec vcard, hcalendar (optionnel, si l'utilisateur fait un court) et hCite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Brian</name></author>
	</entry>
</feed>