<?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=Emiliano</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=Emiliano"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Emiliano"/>
	<updated>2026-05-25T12:50:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard&amp;diff=4165</id>
		<title>hcard</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard&amp;diff=4165"/>
		<updated>2006-01-16T15:18:29Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hCard =&lt;br /&gt;
&lt;br /&gt;
hCard is a simple, open, distributed contact information format for people, companies, and organizations, which is suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hCard is a 1:1 representation of the vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) in XHTML, one of several open [[microformats|microformat]] standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to: my good friend [http://vadim.com/ Vadim] who introduced me to vCard ''many'' years ago, and if I'd only paid more attention then, perhaps I could have helped a lot of people avoid wasting a lot of time reinventing various standards wheels.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), has been broadly interoperably implemented (e.g. Apple's &amp;quot;Address Book&amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
In addition, many bloggers identify themselves by name and discuss their friends and family.  With just a tad bit of structure, bloggers can discuss people in their blog(s) in such a way that spiders and other aggregators can retrieve this information, automatically convert them to vCards, and use them in any vCard application or service.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''hCard''' format, which is a 1:1 representation of the aforementioned vCard standard, in semantic XHTML.  Bloggers can both embed vCards directly in their web pages, and style them with CSS to make them appear as desired.  In addition, hCard enables applications to retrieve information about such vCards directly from web pages without having to reference a separate file.&lt;br /&gt;
&lt;br /&gt;
Use the [http://microformats.org/code/hcard/creator hCard creator], copy the HTML code it generates to your blog or website to publish your contact info.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) forms the basis of hCard.&lt;br /&gt;
&lt;br /&gt;
The basic format of hCard is to use vCard object/property names in lower-case for class names, and to map the nesting of vCard objects directly into nested XHTML elements.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
However, for some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in vCard becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; in hCard.&lt;br /&gt;
* Similarly, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Singular vs. Multivalued Properties ===&lt;br /&gt;
&lt;br /&gt;
For properties which are singular (e.g. &amp;quot;N&amp;quot; and &amp;quot;FN&amp;quot;), the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
For properties which can be plural (e.g. &amp;quot;TEL&amp;quot;), each class instance should create a instance of that property.&lt;br /&gt;
&lt;br /&gt;
==== Plural Properties Singularized ====&lt;br /&gt;
&lt;br /&gt;
Since plural property names become their singular equivalents, even if the original plural property permitted only a single value with multiple components, those multiple components are represented each with their own singularly named property and the the property is effectively multivalued and subject to the above treatment of multivalued properties.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property.  This typically occurs when a property has a subtype, like TEL.  For this purpose, the special class name &amp;quot;&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&amp;quot; is introduced to excerpt out the subset of the element that is  the value of the property.  E.g. here is an hCard fragment for marking up a home phone number:&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;tel&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
This hCard fragment could be displayed as:&lt;br /&gt;
&lt;br /&gt;
 home: +1.415.555.1212&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Property Exceptions ===&lt;br /&gt;
&lt;br /&gt;
vCard has several properties which either do not make sense on, or are already implied within the context of a web page.  This section explains what to (not) do with them.&lt;br /&gt;
&lt;br /&gt;
# '''NAME''', '''PROFILE''', '''SOURCE''', '''PRODID''', '''VERSION''' properties as defined in Sections 2.1.2, 2.1.3, 2.1.4, 3.6.3, 3.6.9 of RFC 2426.  Content publishers MUST NOT use these properties in their hCards, and as such, hCard consumers/parsers MUST IGNORE these properties if they are found within an hCard.  Instead. hCard to vCard converters SHOULD use the title of the page where the hCard is found (e.g. the &amp;lt;code&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; element in (X)HTML documents) to construct the NAME property, MAY output a PROFILE value of &amp;quot;&amp;lt;code&amp;gt;VCARD&amp;lt;/code&amp;gt;&amp;quot; per RFC 2426, SHOULD use the URL of the page where the hCard is found to construct the SOURCE property (e.g. perhaps as a parameter to a URL/service that converts hCards to vCards), for an output vCard stream (e.g. a .vcf file). Only services/applications that output actual vCards should write the PRODID property, with the product identifier for said service/application.   Similarly only such services/applications should write the VERSION property, with the value &amp;quot;3.0&amp;quot; (without quotes) per RFC2426 Section 3.6.9.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;N&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Although vCard requires that the &amp;quot;N&amp;quot; property be present, the authors of the vCard specification (RFC 2426) themselves do not include &amp;quot;N&amp;quot; properties in their vCards near the end of the spec (p.38).  This apparent contradiction can be resolved by simply allowing the &amp;quot;FN&amp;quot; property to imply &amp;quot;N&amp;quot; property values in typical cases provided in the spec.  We do so explicitly in hCard.&lt;br /&gt;
&lt;br /&gt;
If the value of the &amp;quot;FN&amp;quot; property is exactly two words (separated by whitespace.), and there is no explicit &amp;quot;N&amp;quot; property, then the &amp;quot;N&amp;quot; property is inferred from the &amp;quot;FN&amp;quot; property.  For &amp;quot;FN&amp;quot;s with either one word or three or more, then the author MUST explicitly markup the &amp;quot;N&amp;quot;, except for the organization contact info case, [http://microformats.org/wiki/hcard#Organization_Contact_Info see below] for that.&lt;br /&gt;
&lt;br /&gt;
# The content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace.&lt;br /&gt;
# The ''first'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Given Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# The ''second/last'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Family Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# Exception: If the first word ends in a &amp;quot;,&amp;quot; comma OR if the second word is a single character (optionally followed by a period &amp;quot;.&amp;quot;), then the first word (minus the comma at the end if any) is interpreted as the &amp;quot;Family Name&amp;quot; and the second word is interpreted as the &amp;quot;Given Name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This allows simplification in the typical case of people stating their firstname space lastname, or lastname comma firstname, or lastname comma firstinitial, or lastname space firstinitial.&lt;br /&gt;
&lt;br /&gt;
==== Organization Contact Info ====&lt;br /&gt;
&lt;br /&gt;
Contact info for a company or organization is a special case of the implied &amp;quot;N&amp;quot; optimization.&lt;br /&gt;
 &lt;br /&gt;
If the &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; properties have the exact same value (typically because they are set on the same element, e.g. class=&amp;quot;fn org&amp;quot;), then the hCard represents contact information for a company or organization and should be treated as such.  In this case the author MUST also NOT set the &amp;quot;N&amp;quot; property, or set it (and any sub-properties) explicitly to the empty string &amp;quot;&amp;quot;.  Thus parsers should handle the missing &amp;quot;N&amp;quot; property in this case by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;organization-name&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;ORG&amp;quot; property has two subproperties, organization-name and organization-unit. Very often authors only publish the organization-name.  Thus if an &amp;quot;ORG&amp;quot; property has no &amp;quot;organization-name&amp;quot; inside it, then its entire contents MUST be treated as the &amp;quot;organization-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an hCard is &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties (and subproperties, in parantheses, like this) in hCard, taken from vCard:&lt;br /&gt;
&lt;br /&gt;
* fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix), nickname, sort-string&lt;br /&gt;
* url, email (type, value), tel (type, value)&lt;br /&gt;
* adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type, value), label&lt;br /&gt;
* geo (latitude, longitude), tz&lt;br /&gt;
* photo, logo, sound, bday&lt;br /&gt;
* title, role, org (organization-name, organization-unit)&lt;br /&gt;
* category, note&lt;br /&gt;
* class, key, mailer, uid, rev&lt;br /&gt;
==== type subproperty values ====&lt;br /&gt;
&lt;br /&gt;
The 'type' subproperty in particular takes different values depending on which property it is a subproperty of.  These 'type' subproperty values are case-INSENSITIVE, meaning &amp;quot;Home&amp;quot; is the same as &amp;quot;home&amp;quot;, as well as multivalued, e.g. a tel can be home and preferred:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
The following lists are ''informative''. See RFC2426 sections 3.2.1 ADR, 3.3.1 TEL, and 3.3.2 EMAIL respectively for normative type values.  They are repeated here for convenience. Default type subproperty value(s) is(are) first in each list and indicated in ALL CAPS.  types may be multivalued.&lt;br /&gt;
&lt;br /&gt;
* adr type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&lt;br /&gt;
* tel type: VOICE, home, msg, work, pref, fax, cell, video, pager, bbs, modem, car, isdn, pcs&lt;br /&gt;
* email type: INTERNET, x400, pref, &amp;quot;other IANA registered address types&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample vCard ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample vCard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
VERSION:3.0&lt;br /&gt;
N:Çelik;Tantek&lt;br /&gt;
FN:Tantek Çelik&lt;br /&gt;
URL:http://tantek.com&lt;br /&gt;
ORG:Technorati&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an equivalent in hCard with various elements optimized appropriately.  See [[hcard-example1-steps| hCard Example 1]] for the derivation. &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;vcard&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://tantek.com/&amp;quot;&amp;gt;Tantek Çelik&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Technorati&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard might be displayed as:&lt;br /&gt;
&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&amp;lt;br /&amp;gt;&lt;br /&gt;
Technorati&lt;br /&gt;
&lt;br /&gt;
Note: The version information is unnecessary in hCard markup directly since the version will be defined by the profile of hCard that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-examples]] for more examples, including all examples from vCard RFC 2426 converted into hCard.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you have an hCard 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;
=== New Examples ===&lt;br /&gt;
Please add new examples to this section.&lt;br /&gt;
&lt;br /&gt;
* [http://www.avf-nexus.co.uk AVF-Nexus] have a hCard on their [http://www.avf-nexus.co.uk/contact/ contact page] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://www.thefantasticos.com/andrew/ Andrew White] posted [http://www.thefantasticos.com/andrew/index.php/my-hcard/ his hCard] and [http://www.thefantasticos.com/andrew/index.php/62/microformats-the-should-have-been-obvious-web-dev-tool/ blogged about it].&lt;br /&gt;
* [http://www.2sheds.ru Oleg &amp;quot;2sheds&amp;quot; Kourapov] in his [http://www.2sheds.ru/blog/ blog] ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog X2V]) has turned personal profile into hCard ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/hcard.html X2V]) and his blogroll - into combination XFN/hCards ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/friends.html X2V])&lt;br /&gt;
* [http://www.approveddesign.co.uk Approved Design Consultancy] have a hCard on their [http://www.approveddesign.co.uk/about/contact/ contact page] as well as on their [http://www.approveddesign.co.uk/about/people/ people section] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin Morris] have implemented hCards and vCards for the [http://www.griffith.edu.au Griffith University] [http://www.griffith.edu.au/find/content_phonebook.html online phone book]. Eg. [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=ben+buchanan&amp;amp;format=search Ben's vCard] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin's vCard]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* [http://thoughtport.blogspot.com/ Aiden Kenny] hasn't published his hCard yet, but he has [http://thoughtport.blogspot.com/2005/07/elemental-particles-of-web.html published his hCard icon]: http://photos1.blogger.com/blogger/4224/444/320/AK-Hcard-icon.gif&lt;br /&gt;
* [http://thedredge.org Andy Hume] uses the hcard format to mark-up the names and URLs of commentors on his blog. &lt;br /&gt;
* [http://www.bidclix.com/ BidClix]'s [http://www.bidclix.com/AboutContact.html Contact BidClix] page has it's ''contact info'' marked up with an hCard.&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda] has managed to embed a photo in [http://suda.co.uk/contact/ his hCard] through the [http://www.ietf.org/rfc/rfc2397.txt data uri scheme] by converting the image to BASE64 code. View the Source to see how this is accomplished. [http://suda.co.uk/projects/X2V/get-vcard.php?uri=http%3A//suda.co.uk/contact/ The X2V link] will extract the image and encode it for a vCard which will be displayed in some address book applications.&lt;br /&gt;
* [http://cinematreasures.org Cinema Treasures] uses hCard to markup venue information for 10,000+ movie theaters.&lt;br /&gt;
* [http://www.w3.org/People/Connolly/events/ Dan Connolly's index of events and talks] has hCards for many of the people he has met at those events.&lt;br /&gt;
* [http://doncrowley.blogspot.com/ Don Crowley] has published [http://www.crowley.nl/hcard.html his hCard] as well as a nifty hCard button: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas W. Clifton] added all types of contact information&lt;br /&gt;
* [http://evdb.com EVDB], the Events and Venues Database, publishes all venue detail pages with embedded hCards.&lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/members/ Iowa Military Veterans Band Contacts] - 95 hCards [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ marked up by Scott Reynen]&lt;br /&gt;
* [http://JackWolfgang.blogspot.com Jack L. Wolfgang II] has [http://jack.randomata.com/resume/ converted the addresses in his resume to hCards].&lt;br /&gt;
* [http://www.efas.fupl.asso.fr/efas/_Mathieu-Drouet_.html Mathieu Drouet] and [http://www.efas.fupl.asso.fr/efas/_Annie-Leger_.html Annie Leger] both have hCards&lt;br /&gt;
* [http://www.ndunn.com Neil Dunn] has published his rather [http://www.ndunn.com/2005/10/7/hCard good looking hCard]&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] has published his hCard.&lt;br /&gt;
* [http://www.paradigmproductions.org/contact/ Paradigm Productions] published a vcard as a ul (marked up by [http://www.linkingarts.com/ Peter Jacobson])&lt;br /&gt;
* [http://www.splintered.co.uk/ Patrick H. Lauke] has marked up [http://www.splintered.co.uk/about/ his contact info with hCard].&lt;br /&gt;
* [http://blah Paul Schreiber has published his hCard on [http://paulschreiber.com/about/?contact his about page].&lt;br /&gt;
* [http://paulschreiber.com/blog/ Paul Schreiber]'s [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCards for upcoming artists, as well as an hCard for the page itself.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCards for all past artists.&lt;br /&gt;
* [http://www.paulmichaelsmith.com/blog/hcard.htm Paul Smith] has created an hCard page which is Human Readable, and a link to X2V passing the same hCard page to generate a vCard.&lt;br /&gt;
* [http://www.windley.com/archives/2005/07/hcards_trying_o.shtml Phil Windley has published] [http://phil.windley.org/hcard.html his hCard].&lt;br /&gt;
* [http://www.go-curiosity.com/about.htm Piercarlo Slavazza] has published an hCard.&lt;br /&gt;
* [http://zooibaai.nl/ Rob Mientjes] has published his hCard on [http://zooibaai.nl/about/ his about page].&lt;br /&gt;
* [http://rbach.priv.at/Contact Robert Bachmann] has published his hCard and [http://rbach.priv.at/Images/hcard a button].&lt;br /&gt;
* [http://blah Scott Reynen has published his hCard on [http://www.randomchaos.com/document.php?source=scott_reynen his profile page].&lt;br /&gt;
* [http://www.wolfsreign.com Steven Ametjan] has published his hCard on [http://www.wolfsreign.com/about/ his about page].&lt;br /&gt;
* [http://tagcamp.org/index.cgi?ContactList TagCamp contact list]&lt;br /&gt;
* [http://tantek.com/log Tantek's Thoughts] includes an inline author hCard at the bottom of the page.&lt;br /&gt;
* [http://technorati.com/ Technorati]'s [http://www.technorati.com/about/ About page] lists their '''Media Contact'''&lt;br /&gt;
* [http://www.deadringerart.com/ The Brothers McDowell] have hCards at their Contact page.&lt;br /&gt;
* [http://twinsparc.com/ Twinsparc] put an hCard in the header and footer of all their pages.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/speakers.html Web 2.0 Conference speakers page marked up with hCard]&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] marked up all their [http://we05.com/presenters.cfm presenters with hCard].&lt;br /&gt;
&lt;br /&gt;
=== Examples with some problems ===&lt;br /&gt;
* [http://gbraad.nl/ Gerard Braad] has published an example on his [http://gbraad.nl/site/?p=profile profile] page that is almost consistent with his original [http://gbraad.nl/files/gbraad.vcf vCard] file. Also progress is made for transforming his [http://files.gbraad.nl/foaf.rdf FoaF] file to a hCard encoded representation. (also done for my spouse:[http://spouse.gbraad.nl/site/?p=profile Yong Yuan])&lt;br /&gt;
** (2005-09-27) PASSED, PASSED&lt;br /&gt;
** WARNINGS&lt;br /&gt;
*** uses 'n given-name' and 'n family-name' instead of nesting the given- and family- names inside the 'n'&lt;br /&gt;
*** has one 'tel' value with a bunch of values stuffed in&lt;br /&gt;
*** probably more problems --[[User:RyanKing|RyanKing]] 17:19, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.kerihenare.com/ Keri Henare] has marked up his [http://www.kerihenare.com/contact/ contact info page] with hCard.&lt;br /&gt;
** (2005-09-27) PASSED&lt;br /&gt;
** (2005-11-01) hCard completely rewritten&lt;br /&gt;
** WARNING - type subproperty in classname&lt;br /&gt;
* [http://kinrowan.net/ Cori Schlegel] [http://kinrowan.net/blog/wp/archives/2005/07/08/a-problem-with-the-structured-blogging-plug-in-for-wordpress/ discusses how he has updated] [http://kinrowan.net/blog/contact his contact page with hCard]&lt;br /&gt;
** INVALID - using 'prefix' instead of 'honorific-prefix' and type's in classnames (in both adr and tel) and has two photo's (the second could be 'logo') --[[User:RyanKing|RyanKing]] 15:15, 5 Jan 2006 (PST)&lt;br /&gt;
* The good ship [http://styrheim.com/test/leonid.html Leonid Miloslavskiy] spotted in the North Atlantic&lt;br /&gt;
** INVALID  --[[User:RyanKing|RyanKing]] 00:50, 27 Oct 2005 (PDT)&lt;br /&gt;
*** class=&amp;quot;family&amp;quot; should probably be family-name&lt;br /&gt;
*** the &amp;quot;n&amp;quot; property is missing and the &amp;quot;n&amp;quot; optimization can't be applied&lt;br /&gt;
*** the first geo propery is empty, the second one is invalid (ie, it doesn't contain lat/long)&lt;br /&gt;
* [http://landsbank.fo/#hCard Landsbanki Føroya]&lt;br /&gt;
** INVALID - using embedded rdf/xml invalidly&lt;br /&gt;
* [http://chrischerry.name/blog/contact/ Chris Cherry's contact page with his hCard]&lt;br /&gt;
** WARNING - uses class=&amp;quot;cell&amp;quot; instead of &amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;cell&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
* [http://www.bath.ac.uk/contact/ University of Bath] Person Finder results are encoded with hCards so you can easily create a vCard from any result. &lt;br /&gt;
** ERROR - attempt to use Implied-N optimization where that's not possible. --[[User:RyanKing|RyanKing]] 14:29, 5 Jan 2006 (PST)&lt;br /&gt;
** where? more detail and I will fix. -- [[User:PhilWilson|PhilWilson]] 23:22, 11 Jan 2006 (GMT)&lt;br /&gt;
* [http://richi.co.uk/blog/2005/12/structured-blogging.html Richi Jennings] has put up his attempt&lt;br /&gt;
** INVALID, missing FN --[[User:RyanKing|RyanKing]] 12:47, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.shiftingpixel.com/about/ shifting pixel photoblog] has published an hCard.&lt;br /&gt;
** &amp;quot;organization_name&amp;quot; should be &amp;quot;organization-name&amp;quot; (s/_/-/), otherwise good --[[User:RyanKing|RyanKing]] 14:01, 5 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCards. If you have an hCard implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* There is [http://flickr.com/photos/factoryjoe/68755089/ evidence of built-in hCard support in the Konqueror browser].  Specifically, Konqueror 3.5, in KDE 3.5 (kubuntu Breezy w/ update).&lt;br /&gt;
* There is [http://tagcamp.org/index.cgi?ContactList evidence of a kwiki plugin for hCards].  Update: the [http://svn.kwiki.org/cwest/Kwiki-hCard/ hCard kwiki plugin svn repository].  See the [http://microwiki.caseywest.com/index.cgi?hCard documentation of the hCard kwiki plugin].&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] is a bookmarklet that parses hCard and produces a .vcf (vCard) stream.  Note: needs to be updated as the spec is refined&lt;br /&gt;
* [http://www.stripytshirt.co.uk Duncan Walker] has built [http://www.stripytshirt.co.uk/features/firefox/smartzilla a Firefox extension] that gets hCard data from a webpage, uses Brian Suda's XSL (locally) to transform it to vcard format and opens the resulting .vcf file.&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has written a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script] that detects hCards and allows users to easily add them to their address book application.  Relies on the X2V web service to do the conversion.&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes] has written a [[Greasemonkey]] [http://www.blogmatrix.com/include/microformat-find.user.js script] that finds many microformat elements, including hCards, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003376 provides a popup menu of actions]. The hCard to vCard conversion is done internally within the script. ''This does not work with FireFox 1.5+/GreaseMonkey 0.6.4+.''&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim] has also written an [http://diveintomark.org/projects/greasemonkey/hcard/ hCard parser Greasemonkey user script].  It is self-contained and does not rely on the X2V web service.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/2005/09/03/a-working-microformats-extension-to-simplexml/ Oliver Brown] has written an &amp;quot;extension&amp;quot; to [http://www.php.net/simplexml SimpleXML] that gives simple access to hCard information in PHP 5.&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has built a system (Wordpress plugin?) for [http://thedredge.org/2005/06/using-hcards-in-your-blog/ using hcards in your blog] to represent people leaving comments on blog posts.&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator] is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. &lt;br /&gt;
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])&lt;br /&gt;
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - Open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards. &lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] is a collection of palmpilot and sidekick tools. It includes X2V derivatives xhtml2hcard.xsl and toICal.xsl plus some [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest] materials&lt;br /&gt;
* [http://www.openpsa.org/ OpenPsa 2.x] CRM application uses hCard for all person listings. The widget is [http://www.midgard-project.org/midcom-permalink-922834501b71daad856f35ec593c7a6d reusable across Midgard CMS]&lt;br /&gt;
* [http://www.metonymie.com Emiliano Martínez Luque] has written an experimental [http://www.metonymie.com/hCard_extract/app.html hCard finder and structured search application] that finds hCards within a given set of URLs and returns the ones that match the specified search criteria.&lt;br /&gt;
&lt;br /&gt;
== Additional Applications ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are numerous potential additional uses and applications for hCards on the Web.  The following are merely a few thoughts and possibilities that folks have come up with:&lt;br /&gt;
&lt;br /&gt;
* As an open standard/format for [http://www.gravatar.com/ Gravatars].&lt;br /&gt;
* Marking up individual authors of blog posts on a group blog&lt;br /&gt;
* Marking up people's names and URLs in a blogroll&lt;br /&gt;
* Any reference to people in blog posts (e.g. when citing them, or referencing them, or describing them, by name).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426]&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcard hCard term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCard.&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCard ====&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [http://www.intertwingly.net/wiki/pie/PaceBetterPersonElement Atom PaceBetterPersonElement]&lt;br /&gt;
* [http://www.jabber.org/jeps/jep-0054.html JEP-0054: vcard-temp]&lt;br /&gt;
&lt;br /&gt;
== Related Pages And Further Reading ==&lt;br /&gt;
* [[hcard-profile|hCard profile]] - The XMDP profile for hCard&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.&lt;br /&gt;
&lt;br /&gt;
* [[hcard-brainstorming|hCard Brainstorming]] - where we are keeping our brainstorms and other explorations relating to hCard&lt;br /&gt;
* [[hcard-tests|hCard tests]] - a wiki page with actual embedded hCards to try parsing.&lt;br /&gt;
* [[hcard-faq|hCard FAQ]] - If you have any questions about hCard, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hcard-issues|hCard issues]] - Please add any issues with the specification to the issues page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard&amp;diff=4155</id>
		<title>hcard</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard&amp;diff=4155"/>
		<updated>2006-01-16T15:17:02Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hCard =&lt;br /&gt;
&lt;br /&gt;
hCard is a simple, open, distributed contact information format for people, companies, and organizations, which is suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hCard is a 1:1 representation of the vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) in XHTML, one of several open [[microformats|microformat]] standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to: my good friend [http://vadim.com/ Vadim] who introduced me to vCard ''many'' years ago, and if I'd only paid more attention then, perhaps I could have helped a lot of people avoid wasting a lot of time reinventing various standards wheels.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), has been broadly interoperably implemented (e.g. Apple's &amp;quot;Address Book&amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
In addition, many bloggers identify themselves by name and discuss their friends and family.  With just a tad bit of structure, bloggers can discuss people in their blog(s) in such a way that spiders and other aggregators can retrieve this information, automatically convert them to vCards, and use them in any vCard application or service.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''hCard''' format, which is a 1:1 representation of the aforementioned vCard standard, in semantic XHTML.  Bloggers can both embed vCards directly in their web pages, and style them with CSS to make them appear as desired.  In addition, hCard enables applications to retrieve information about such vCards directly from web pages without having to reference a separate file.&lt;br /&gt;
&lt;br /&gt;
Use the [http://microformats.org/code/hcard/creator hCard creator], copy the HTML code it generates to your blog or website to publish your contact info.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) forms the basis of hCard.&lt;br /&gt;
&lt;br /&gt;
The basic format of hCard is to use vCard object/property names in lower-case for class names, and to map the nesting of vCard objects directly into nested XHTML elements.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
However, for some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in vCard becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; in hCard.&lt;br /&gt;
* Similarly, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Singular vs. Multivalued Properties ===&lt;br /&gt;
&lt;br /&gt;
For properties which are singular (e.g. &amp;quot;N&amp;quot; and &amp;quot;FN&amp;quot;), the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
For properties which can be plural (e.g. &amp;quot;TEL&amp;quot;), each class instance should create a instance of that property.&lt;br /&gt;
&lt;br /&gt;
==== Plural Properties Singularized ====&lt;br /&gt;
&lt;br /&gt;
Since plural property names become their singular equivalents, even if the original plural property permitted only a single value with multiple components, those multiple components are represented each with their own singularly named property and the the property is effectively multivalued and subject to the above treatment of multivalued properties.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property.  This typically occurs when a property has a subtype, like TEL.  For this purpose, the special class name &amp;quot;&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&amp;quot; is introduced to excerpt out the subset of the element that is  the value of the property.  E.g. here is an hCard fragment for marking up a home phone number:&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;tel&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
This hCard fragment could be displayed as:&lt;br /&gt;
&lt;br /&gt;
 home: +1.415.555.1212&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Property Exceptions ===&lt;br /&gt;
&lt;br /&gt;
vCard has several properties which either do not make sense on, or are already implied within the context of a web page.  This section explains what to (not) do with them.&lt;br /&gt;
&lt;br /&gt;
# '''NAME''', '''PROFILE''', '''SOURCE''', '''PRODID''', '''VERSION''' properties as defined in Sections 2.1.2, 2.1.3, 2.1.4, 3.6.3, 3.6.9 of RFC 2426.  Content publishers MUST NOT use these properties in their hCards, and as such, hCard consumers/parsers MUST IGNORE these properties if they are found within an hCard.  Instead. hCard to vCard converters SHOULD use the title of the page where the hCard is found (e.g. the &amp;lt;code&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; element in (X)HTML documents) to construct the NAME property, MAY output a PROFILE value of &amp;quot;&amp;lt;code&amp;gt;VCARD&amp;lt;/code&amp;gt;&amp;quot; per RFC 2426, SHOULD use the URL of the page where the hCard is found to construct the SOURCE property (e.g. perhaps as a parameter to a URL/service that converts hCards to vCards), for an output vCard stream (e.g. a .vcf file). Only services/applications that output actual vCards should write the PRODID property, with the product identifier for said service/application.   Similarly only such services/applications should write the VERSION property, with the value &amp;quot;3.0&amp;quot; (without quotes) per RFC2426 Section 3.6.9.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;N&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Although vCard requires that the &amp;quot;N&amp;quot; property be present, the authors of the vCard specification (RFC 2426) themselves do not include &amp;quot;N&amp;quot; properties in their vCards near the end of the spec (p.38).  This apparent contradiction can be resolved by simply allowing the &amp;quot;FN&amp;quot; property to imply &amp;quot;N&amp;quot; property values in typical cases provided in the spec.  We do so explicitly in hCard.&lt;br /&gt;
&lt;br /&gt;
If the value of the &amp;quot;FN&amp;quot; property is exactly two words (separated by whitespace.), and there is no explicit &amp;quot;N&amp;quot; property, then the &amp;quot;N&amp;quot; property is inferred from the &amp;quot;FN&amp;quot; property.  For &amp;quot;FN&amp;quot;s with either one word or three or more, then the author MUST explicitly markup the &amp;quot;N&amp;quot;, except for the organization contact info case, [http://microformats.org/wiki/hcard#Organization_Contact_Info see below] for that.&lt;br /&gt;
&lt;br /&gt;
# The content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace.&lt;br /&gt;
# The ''first'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Given Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# The ''second/last'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Family Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# Exception: If the first word ends in a &amp;quot;,&amp;quot; comma OR if the second word is a single character (optionally followed by a period &amp;quot;.&amp;quot;), then the first word (minus the comma at the end if any) is interpreted as the &amp;quot;Family Name&amp;quot; and the second word is interpreted as the &amp;quot;Given Name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This allows simplification in the typical case of people stating their firstname space lastname, or lastname comma firstname, or lastname comma firstinitial, or lastname space firstinitial.&lt;br /&gt;
&lt;br /&gt;
==== Organization Contact Info ====&lt;br /&gt;
&lt;br /&gt;
Contact info for a company or organization is a special case of the implied &amp;quot;N&amp;quot; optimization.&lt;br /&gt;
 &lt;br /&gt;
If the &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; properties have the exact same value (typically because they are set on the same element, e.g. class=&amp;quot;fn org&amp;quot;), then the hCard represents contact information for a company or organization and should be treated as such.  In this case the author MUST also NOT set the &amp;quot;N&amp;quot; property, or set it (and any sub-properties) explicitly to the empty string &amp;quot;&amp;quot;.  Thus parsers should handle the missing &amp;quot;N&amp;quot; property in this case by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;organization-name&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;ORG&amp;quot; property has two subproperties, organization-name and organization-unit. Very often authors only publish the organization-name.  Thus if an &amp;quot;ORG&amp;quot; property has no &amp;quot;organization-name&amp;quot; inside it, then its entire contents MUST be treated as the &amp;quot;organization-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an hCard is &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties (and subproperties, in parantheses, like this) in hCard, taken from vCard:&lt;br /&gt;
&lt;br /&gt;
* fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix), nickname, sort-string&lt;br /&gt;
* url, email (type, value), tel (type, value)&lt;br /&gt;
* adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type, value), label&lt;br /&gt;
* geo (latitude, longitude), tz&lt;br /&gt;
* photo, logo, sound, bday&lt;br /&gt;
* title, role, org (organization-name, organization-unit)&lt;br /&gt;
* category, note&lt;br /&gt;
* class, key, mailer, uid, rev&lt;br /&gt;
==== type subproperty values ====&lt;br /&gt;
&lt;br /&gt;
The 'type' subproperty in particular takes different values depending on which property it is a subproperty of.  These 'type' subproperty values are case-INSENSITIVE, meaning &amp;quot;Home&amp;quot; is the same as &amp;quot;home&amp;quot;, as well as multivalued, e.g. a tel can be home and preferred:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
The following lists are ''informative''. See RFC2426 sections 3.2.1 ADR, 3.3.1 TEL, and 3.3.2 EMAIL respectively for normative type values.  They are repeated here for convenience. Default type subproperty value(s) is(are) first in each list and indicated in ALL CAPS.  types may be multivalued.&lt;br /&gt;
&lt;br /&gt;
* adr type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&lt;br /&gt;
* tel type: VOICE, home, msg, work, pref, fax, cell, video, pager, bbs, modem, car, isdn, pcs&lt;br /&gt;
* email type: INTERNET, x400, pref, &amp;quot;other IANA registered address types&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample vCard ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample vCard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
VERSION:3.0&lt;br /&gt;
N:Çelik;Tantek&lt;br /&gt;
FN:Tantek Çelik&lt;br /&gt;
URL:http://tantek.com&lt;br /&gt;
ORG:Technorati&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an equivalent in hCard with various elements optimized appropriately.  See [[hcard-example1-steps| hCard Example 1]] for the derivation. &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;vcard&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://tantek.com/&amp;quot;&amp;gt;Tantek Çelik&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Technorati&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard might be displayed as:&lt;br /&gt;
&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&amp;lt;br /&amp;gt;&lt;br /&gt;
Technorati&lt;br /&gt;
&lt;br /&gt;
Note: The version information is unnecessary in hCard markup directly since the version will be defined by the profile of hCard that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-examples]] for more examples, including all examples from vCard RFC 2426 converted into hCard.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you have an hCard 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;
=== New Examples ===&lt;br /&gt;
Please add new examples to this section.&lt;br /&gt;
&lt;br /&gt;
* [http://www.avf-nexus.co.uk AVF-Nexus] have a hCard on their [http://www.avf-nexus.co.uk/contact/ contact page] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://www.thefantasticos.com/andrew/ Andrew White] posted [http://www.thefantasticos.com/andrew/index.php/my-hcard/ his hCard] and [http://www.thefantasticos.com/andrew/index.php/62/microformats-the-should-have-been-obvious-web-dev-tool/ blogged about it].&lt;br /&gt;
* [http://www.2sheds.ru Oleg &amp;quot;2sheds&amp;quot; Kourapov] in his [http://www.2sheds.ru/blog/ blog] ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog X2V]) has turned personal profile into hCard ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/hcard.html X2V]) and his blogroll - into combination XFN/hCards ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/friends.html X2V])&lt;br /&gt;
* [http://www.approveddesign.co.uk Approved Design Consultancy] have a hCard on their [http://www.approveddesign.co.uk/about/contact/ contact page] as well as on their [http://www.approveddesign.co.uk/about/people/ people section] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin Morris] have implemented hCards and vCards for the [http://www.griffith.edu.au Griffith University] [http://www.griffith.edu.au/find/content_phonebook.html online phone book]. Eg. [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=ben+buchanan&amp;amp;format=search Ben's vCard] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin's vCard]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* [http://thoughtport.blogspot.com/ Aiden Kenny] hasn't published his hCard yet, but he has [http://thoughtport.blogspot.com/2005/07/elemental-particles-of-web.html published his hCard icon]: http://photos1.blogger.com/blogger/4224/444/320/AK-Hcard-icon.gif&lt;br /&gt;
* [http://thedredge.org Andy Hume] uses the hcard format to mark-up the names and URLs of commentors on his blog. &lt;br /&gt;
* [http://www.bidclix.com/ BidClix]'s [http://www.bidclix.com/AboutContact.html Contact BidClix] page has it's ''contact info'' marked up with an hCard.&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda] has managed to embed a photo in [http://suda.co.uk/contact/ his hCard] through the [http://www.ietf.org/rfc/rfc2397.txt data uri scheme] by converting the image to BASE64 code. View the Source to see how this is accomplished. [http://suda.co.uk/projects/X2V/get-vcard.php?uri=http%3A//suda.co.uk/contact/ The X2V link] will extract the image and encode it for a vCard which will be displayed in some address book applications.&lt;br /&gt;
* [http://cinematreasures.org Cinema Treasures] uses hCard to markup venue information for 10,000+ movie theaters.&lt;br /&gt;
* [http://www.w3.org/People/Connolly/events/ Dan Connolly's index of events and talks] has hCards for many of the people he has met at those events.&lt;br /&gt;
* [http://doncrowley.blogspot.com/ Don Crowley] has published [http://www.crowley.nl/hcard.html his hCard] as well as a nifty hCard button: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas W. Clifton] added all types of contact information&lt;br /&gt;
* [http://evdb.com EVDB], the Events and Venues Database, publishes all venue detail pages with embedded hCards.&lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/members/ Iowa Military Veterans Band Contacts] - 95 hCards [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ marked up by Scott Reynen]&lt;br /&gt;
* [http://JackWolfgang.blogspot.com Jack L. Wolfgang II] has [http://jack.randomata.com/resume/ converted the addresses in his resume to hCards].&lt;br /&gt;
* [http://www.efas.fupl.asso.fr/efas/_Mathieu-Drouet_.html Mathieu Drouet] and [http://www.efas.fupl.asso.fr/efas/_Annie-Leger_.html Annie Leger] both have hCards&lt;br /&gt;
* [http://www.ndunn.com Neil Dunn] has published his rather [http://www.ndunn.com/2005/10/7/hCard good looking hCard]&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] has published his hCard.&lt;br /&gt;
* [http://www.paradigmproductions.org/contact/ Paradigm Productions] published a vcard as a ul (marked up by [http://www.linkingarts.com/ Peter Jacobson])&lt;br /&gt;
* [http://www.splintered.co.uk/ Patrick H. Lauke] has marked up [http://www.splintered.co.uk/about/ his contact info with hCard].&lt;br /&gt;
* [http://blah Paul Schreiber has published his hCard on [http://paulschreiber.com/about/?contact his about page].&lt;br /&gt;
* [http://paulschreiber.com/blog/ Paul Schreiber]'s [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCards for upcoming artists, as well as an hCard for the page itself.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCards for all past artists.&lt;br /&gt;
* [http://www.paulmichaelsmith.com/blog/hcard.htm Paul Smith] has created an hCard page which is Human Readable, and a link to X2V passing the same hCard page to generate a vCard.&lt;br /&gt;
* [http://www.windley.com/archives/2005/07/hcards_trying_o.shtml Phil Windley has published] [http://phil.windley.org/hcard.html his hCard].&lt;br /&gt;
* [http://www.go-curiosity.com/about.htm Piercarlo Slavazza] has published an hCard.&lt;br /&gt;
* [http://zooibaai.nl/ Rob Mientjes] has published his hCard on [http://zooibaai.nl/about/ his about page].&lt;br /&gt;
* [http://rbach.priv.at/Contact Robert Bachmann] has published his hCard and [http://rbach.priv.at/Images/hcard a button].&lt;br /&gt;
* [http://blah Scott Reynen has published his hCard on [http://www.randomchaos.com/document.php?source=scott_reynen his profile page].&lt;br /&gt;
* [http://www.wolfsreign.com Steven Ametjan] has published his hCard on [http://www.wolfsreign.com/about/ his about page].&lt;br /&gt;
* [http://tagcamp.org/index.cgi?ContactList TagCamp contact list]&lt;br /&gt;
* [http://tantek.com/log Tantek's Thoughts] includes an inline author hCard at the bottom of the page.&lt;br /&gt;
* [http://technorati.com/ Technorati]'s [http://www.technorati.com/about/ About page] lists their '''Media Contact'''&lt;br /&gt;
* [http://www.deadringerart.com/ The Brothers McDowell] have hCards at their Contact page.&lt;br /&gt;
* [http://twinsparc.com/ Twinsparc] put an hCard in the header and footer of all their pages.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/speakers.html Web 2.0 Conference speakers page marked up with hCard]&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] marked up all their [http://we05.com/presenters.cfm presenters with hCard].&lt;br /&gt;
&lt;br /&gt;
=== Examples with some problems ===&lt;br /&gt;
* [http://gbraad.nl/ Gerard Braad] has published an example on his [http://gbraad.nl/site/?p=profile profile] page that is almost consistent with his original [http://gbraad.nl/files/gbraad.vcf vCard] file. Also progress is made for transforming his [http://files.gbraad.nl/foaf.rdf FoaF] file to a hCard encoded representation. (also done for my spouse:[http://spouse.gbraad.nl/site/?p=profile Yong Yuan])&lt;br /&gt;
** (2005-09-27) PASSED, PASSED&lt;br /&gt;
** WARNINGS&lt;br /&gt;
*** uses 'n given-name' and 'n family-name' instead of nesting the given- and family- names inside the 'n'&lt;br /&gt;
*** has one 'tel' value with a bunch of values stuffed in&lt;br /&gt;
*** probably more problems --[[User:RyanKing|RyanKing]] 17:19, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.kerihenare.com/ Keri Henare] has marked up his [http://www.kerihenare.com/contact/ contact info page] with hCard.&lt;br /&gt;
** (2005-09-27) PASSED&lt;br /&gt;
** (2005-11-01) hCard completely rewritten&lt;br /&gt;
** WARNING - type subproperty in classname&lt;br /&gt;
* [http://kinrowan.net/ Cori Schlegel] [http://kinrowan.net/blog/wp/archives/2005/07/08/a-problem-with-the-structured-blogging-plug-in-for-wordpress/ discusses how he has updated] [http://kinrowan.net/blog/contact his contact page with hCard]&lt;br /&gt;
** INVALID - using 'prefix' instead of 'honorific-prefix' and type's in classnames (in both adr and tel) and has two photo's (the second could be 'logo') --[[User:RyanKing|RyanKing]] 15:15, 5 Jan 2006 (PST)&lt;br /&gt;
* The good ship [http://styrheim.com/test/leonid.html Leonid Miloslavskiy] spotted in the North Atlantic&lt;br /&gt;
** INVALID  --[[User:RyanKing|RyanKing]] 00:50, 27 Oct 2005 (PDT)&lt;br /&gt;
*** class=&amp;quot;family&amp;quot; should probably be family-name&lt;br /&gt;
*** the &amp;quot;n&amp;quot; property is missing and the &amp;quot;n&amp;quot; optimization can't be applied&lt;br /&gt;
*** the first geo propery is empty, the second one is invalid (ie, it doesn't contain lat/long)&lt;br /&gt;
* [http://landsbank.fo/#hCard Landsbanki Føroya]&lt;br /&gt;
** INVALID - using embedded rdf/xml invalidly&lt;br /&gt;
* [http://chrischerry.name/blog/contact/ Chris Cherry's contact page with his hCard]&lt;br /&gt;
** WARNING - uses class=&amp;quot;cell&amp;quot; instead of &amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;cell&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
* [http://www.bath.ac.uk/contact/ University of Bath] Person Finder results are encoded with hCards so you can easily create a vCard from any result. &lt;br /&gt;
** ERROR - attempt to use Implied-N optimization where that's not possible. --[[User:RyanKing|RyanKing]] 14:29, 5 Jan 2006 (PST)&lt;br /&gt;
** where? more detail and I will fix. -- [[User:PhilWilson|PhilWilson]] 23:22, 11 Jan 2006 (GMT)&lt;br /&gt;
* [http://richi.co.uk/blog/2005/12/structured-blogging.html Richi Jennings] has put up his attempt&lt;br /&gt;
** INVALID, missing FN --[[User:RyanKing|RyanKing]] 12:47, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.shiftingpixel.com/about/ shifting pixel photoblog] has published an hCard.&lt;br /&gt;
** &amp;quot;organization_name&amp;quot; should be &amp;quot;organization-name&amp;quot; (s/_/-/), otherwise good --[[User:RyanKing|RyanKing]] 14:01, 5 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCards. If you have an hCard implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* There is [http://flickr.com/photos/factoryjoe/68755089/ evidence of built-in hCard support in the Konqueror browser].  Specifically, Konqueror 3.5, in KDE 3.5 (kubuntu Breezy w/ update).&lt;br /&gt;
* There is [http://tagcamp.org/index.cgi?ContactList evidence of a kwiki plugin for hCards].  Update: the [http://svn.kwiki.org/cwest/Kwiki-hCard/ hCard kwiki plugin svn repository].  See the [http://microwiki.caseywest.com/index.cgi?hCard documentation of the hCard kwiki plugin].&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] is a bookmarklet that parses hCard and produces a .vcf (vCard) stream.  Note: needs to be updated as the spec is refined&lt;br /&gt;
* [http://www.stripytshirt.co.uk Duncan Walker] has built [http://www.stripytshirt.co.uk/features/firefox/smartzilla a Firefox extension] that gets hCard data from a webpage, uses Brian Suda's XSL (locally) to transform it to vcard format and opens the resulting .vcf file.&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has written a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script] that detects hCards and allows users to easily add them to their address book application.  Relies on the X2V web service to do the conversion.&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes] has written a [[Greasemonkey]] [http://www.blogmatrix.com/include/microformat-find.user.js script] that finds many microformat elements, including hCards, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003376 provides a popup menu of actions]. The hCard to vCard conversion is done internally within the script. ''This does not work with FireFox 1.5+/GreaseMonkey 0.6.4+.''&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim] has also written an [http://diveintomark.org/projects/greasemonkey/hcard/ hCard parser Greasemonkey user script].  It is self-contained and does not rely on the X2V web service.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/2005/09/03/a-working-microformats-extension-to-simplexml/ Oliver Brown] has written an &amp;quot;extension&amp;quot; to [http://www.php.net/simplexml SimpleXML] that gives simple access to hCard information in PHP 5.&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has built a system (Wordpress plugin?) for [http://thedredge.org/2005/06/using-hcards-in-your-blog/ using hcards in your blog] to represent people leaving comments on blog posts.&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator] is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. &lt;br /&gt;
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])&lt;br /&gt;
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - Open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards. &lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] is a collection of palmpilot and sidekick tools. It includes X2V derivatives xhtml2hcard.xsl and toICal.xsl plus some [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest] materials&lt;br /&gt;
* [http://www.openpsa.org/ OpenPsa 2.x] CRM application uses hCard for all person listings. The widget is [http://www.midgard-project.org/midcom-permalink-922834501b71daad856f35ec593c7a6d reusable across Midgard CMS]&lt;br /&gt;
* [http://www.metonymie.com Emiliano Martínez Luque] has written an experimental [http://www.metonymie.com/hCard_extract/app.html hCard finder and structured search application] that finds hCards within a given set of URLs and returns the ones that match the specified criteria.&lt;br /&gt;
&lt;br /&gt;
== Additional Applications ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are numerous potential additional uses and applications for hCards on the Web.  The following are merely a few thoughts and possibilities that folks have come up with:&lt;br /&gt;
&lt;br /&gt;
* As an open standard/format for [http://www.gravatar.com/ Gravatars].&lt;br /&gt;
* Marking up individual authors of blog posts on a group blog&lt;br /&gt;
* Marking up people's names and URLs in a blogroll&lt;br /&gt;
* Any reference to people in blog posts (e.g. when citing them, or referencing them, or describing them, by name).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426]&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcard hCard term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCard.&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCard ====&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [http://www.intertwingly.net/wiki/pie/PaceBetterPersonElement Atom PaceBetterPersonElement]&lt;br /&gt;
* [http://www.jabber.org/jeps/jep-0054.html JEP-0054: vcard-temp]&lt;br /&gt;
&lt;br /&gt;
== Related Pages And Further Reading ==&lt;br /&gt;
* [[hcard-profile|hCard profile]] - The XMDP profile for hCard&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.&lt;br /&gt;
&lt;br /&gt;
* [[hcard-brainstorming|hCard Brainstorming]] - where we are keeping our brainstorms and other explorations relating to hCard&lt;br /&gt;
* [[hcard-tests|hCard tests]] - a wiki page with actual embedded hCards to try parsing.&lt;br /&gt;
* [[hcard-faq|hCard FAQ]] - If you have any questions about hCard, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hcard-issues|hCard issues]] - Please add any issues with the specification to the issues page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard&amp;diff=4154</id>
		<title>hcard</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard&amp;diff=4154"/>
		<updated>2006-01-16T15:12:24Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hCard =&lt;br /&gt;
&lt;br /&gt;
hCard is a simple, open, distributed contact information format for people, companies, and organizations, which is suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hCard is a 1:1 representation of the vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) in XHTML, one of several open [[microformats|microformat]] standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to: my good friend [http://vadim.com/ Vadim] who introduced me to vCard ''many'' years ago, and if I'd only paid more attention then, perhaps I could have helped a lot of people avoid wasting a lot of time reinventing various standards wheels.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), has been broadly interoperably implemented (e.g. Apple's &amp;quot;Address Book&amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
In addition, many bloggers identify themselves by name and discuss their friends and family.  With just a tad bit of structure, bloggers can discuss people in their blog(s) in such a way that spiders and other aggregators can retrieve this information, automatically convert them to vCards, and use them in any vCard application or service.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''hCard''' format, which is a 1:1 representation of the aforementioned vCard standard, in semantic XHTML.  Bloggers can both embed vCards directly in their web pages, and style them with CSS to make them appear as desired.  In addition, hCard enables applications to retrieve information about such vCards directly from web pages without having to reference a separate file.&lt;br /&gt;
&lt;br /&gt;
Use the [http://microformats.org/code/hcard/creator hCard creator], copy the HTML code it generates to your blog or website to publish your contact info.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) forms the basis of hCard.&lt;br /&gt;
&lt;br /&gt;
The basic format of hCard is to use vCard object/property names in lower-case for class names, and to map the nesting of vCard objects directly into nested XHTML elements.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
However, for some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in vCard becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; in hCard.&lt;br /&gt;
* Similarly, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Singular vs. Multivalued Properties ===&lt;br /&gt;
&lt;br /&gt;
For properties which are singular (e.g. &amp;quot;N&amp;quot; and &amp;quot;FN&amp;quot;), the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
For properties which can be plural (e.g. &amp;quot;TEL&amp;quot;), each class instance should create a instance of that property.&lt;br /&gt;
&lt;br /&gt;
==== Plural Properties Singularized ====&lt;br /&gt;
&lt;br /&gt;
Since plural property names become their singular equivalents, even if the original plural property permitted only a single value with multiple components, those multiple components are represented each with their own singularly named property and the the property is effectively multivalued and subject to the above treatment of multivalued properties.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property.  This typically occurs when a property has a subtype, like TEL.  For this purpose, the special class name &amp;quot;&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&amp;quot; is introduced to excerpt out the subset of the element that is  the value of the property.  E.g. here is an hCard fragment for marking up a home phone number:&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;tel&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
This hCard fragment could be displayed as:&lt;br /&gt;
&lt;br /&gt;
 home: +1.415.555.1212&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Property Exceptions ===&lt;br /&gt;
&lt;br /&gt;
vCard has several properties which either do not make sense on, or are already implied within the context of a web page.  This section explains what to (not) do with them.&lt;br /&gt;
&lt;br /&gt;
# '''NAME''', '''PROFILE''', '''SOURCE''', '''PRODID''', '''VERSION''' properties as defined in Sections 2.1.2, 2.1.3, 2.1.4, 3.6.3, 3.6.9 of RFC 2426.  Content publishers MUST NOT use these properties in their hCards, and as such, hCard consumers/parsers MUST IGNORE these properties if they are found within an hCard.  Instead. hCard to vCard converters SHOULD use the title of the page where the hCard is found (e.g. the &amp;lt;code&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; element in (X)HTML documents) to construct the NAME property, MAY output a PROFILE value of &amp;quot;&amp;lt;code&amp;gt;VCARD&amp;lt;/code&amp;gt;&amp;quot; per RFC 2426, SHOULD use the URL of the page where the hCard is found to construct the SOURCE property (e.g. perhaps as a parameter to a URL/service that converts hCards to vCards), for an output vCard stream (e.g. a .vcf file). Only services/applications that output actual vCards should write the PRODID property, with the product identifier for said service/application.   Similarly only such services/applications should write the VERSION property, with the value &amp;quot;3.0&amp;quot; (without quotes) per RFC2426 Section 3.6.9.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;N&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Although vCard requires that the &amp;quot;N&amp;quot; property be present, the authors of the vCard specification (RFC 2426) themselves do not include &amp;quot;N&amp;quot; properties in their vCards near the end of the spec (p.38).  This apparent contradiction can be resolved by simply allowing the &amp;quot;FN&amp;quot; property to imply &amp;quot;N&amp;quot; property values in typical cases provided in the spec.  We do so explicitly in hCard.&lt;br /&gt;
&lt;br /&gt;
If the value of the &amp;quot;FN&amp;quot; property is exactly two words (separated by whitespace.), and there is no explicit &amp;quot;N&amp;quot; property, then the &amp;quot;N&amp;quot; property is inferred from the &amp;quot;FN&amp;quot; property.  For &amp;quot;FN&amp;quot;s with either one word or three or more, then the author MUST explicitly markup the &amp;quot;N&amp;quot;, except for the organization contact info case, [http://microformats.org/wiki/hcard#Organization_Contact_Info see below] for that.&lt;br /&gt;
&lt;br /&gt;
# The content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace.&lt;br /&gt;
# The ''first'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Given Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# The ''second/last'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;Family Name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# Exception: If the first word ends in a &amp;quot;,&amp;quot; comma OR if the second word is a single character (optionally followed by a period &amp;quot;.&amp;quot;), then the first word (minus the comma at the end if any) is interpreted as the &amp;quot;Family Name&amp;quot; and the second word is interpreted as the &amp;quot;Given Name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This allows simplification in the typical case of people stating their firstname space lastname, or lastname comma firstname, or lastname comma firstinitial, or lastname space firstinitial.&lt;br /&gt;
&lt;br /&gt;
==== Organization Contact Info ====&lt;br /&gt;
&lt;br /&gt;
Contact info for a company or organization is a special case of the implied &amp;quot;N&amp;quot; optimization.&lt;br /&gt;
 &lt;br /&gt;
If the &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; properties have the exact same value (typically because they are set on the same element, e.g. class=&amp;quot;fn org&amp;quot;), then the hCard represents contact information for a company or organization and should be treated as such.  In this case the author MUST also NOT set the &amp;quot;N&amp;quot; property, or set it (and any sub-properties) explicitly to the empty string &amp;quot;&amp;quot;.  Thus parsers should handle the missing &amp;quot;N&amp;quot; property in this case by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;organization-name&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;ORG&amp;quot; property has two subproperties, organization-name and organization-unit. Very often authors only publish the organization-name.  Thus if an &amp;quot;ORG&amp;quot; property has no &amp;quot;organization-name&amp;quot; inside it, then its entire contents MUST be treated as the &amp;quot;organization-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an hCard is &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties (and subproperties, in parantheses, like this) in hCard, taken from vCard:&lt;br /&gt;
&lt;br /&gt;
* fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix), nickname, sort-string&lt;br /&gt;
* url, email (type, value), tel (type, value)&lt;br /&gt;
* adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type, value), label&lt;br /&gt;
* geo (latitude, longitude), tz&lt;br /&gt;
* photo, logo, sound, bday&lt;br /&gt;
* title, role, org (organization-name, organization-unit)&lt;br /&gt;
* category, note&lt;br /&gt;
* class, key, mailer, uid, rev&lt;br /&gt;
==== type subproperty values ====&lt;br /&gt;
&lt;br /&gt;
The 'type' subproperty in particular takes different values depending on which property it is a subproperty of.  These 'type' subproperty values are case-INSENSITIVE, meaning &amp;quot;Home&amp;quot; is the same as &amp;quot;home&amp;quot;, as well as multivalued, e.g. a tel can be home and preferred:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
The following lists are ''informative''. See RFC2426 sections 3.2.1 ADR, 3.3.1 TEL, and 3.3.2 EMAIL respectively for normative type values.  They are repeated here for convenience. Default type subproperty value(s) is(are) first in each list and indicated in ALL CAPS.  types may be multivalued.&lt;br /&gt;
&lt;br /&gt;
* adr type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&lt;br /&gt;
* tel type: VOICE, home, msg, work, pref, fax, cell, video, pager, bbs, modem, car, isdn, pcs&lt;br /&gt;
* email type: INTERNET, x400, pref, &amp;quot;other IANA registered address types&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample vCard ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample vCard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
VERSION:3.0&lt;br /&gt;
N:Çelik;Tantek&lt;br /&gt;
FN:Tantek Çelik&lt;br /&gt;
URL:http://tantek.com&lt;br /&gt;
ORG:Technorati&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an equivalent in hCard with various elements optimized appropriately.  See [[hcard-example1-steps| hCard Example 1]] for the derivation. &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;vcard&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://tantek.com/&amp;quot;&amp;gt;Tantek Çelik&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Technorati&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard might be displayed as:&lt;br /&gt;
&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&amp;lt;br /&amp;gt;&lt;br /&gt;
Technorati&lt;br /&gt;
&lt;br /&gt;
Note: The version information is unnecessary in hCard markup directly since the version will be defined by the profile of hCard that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-examples]] for more examples, including all examples from vCard RFC 2426 converted into hCard.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you have an hCard 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;
=== New Examples ===&lt;br /&gt;
Please add new examples to this section.&lt;br /&gt;
&lt;br /&gt;
* [http://www.avf-nexus.co.uk AVF-Nexus] have a hCard on their [http://www.avf-nexus.co.uk/contact/ contact page] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://www.thefantasticos.com/andrew/ Andrew White] posted [http://www.thefantasticos.com/andrew/index.php/my-hcard/ his hCard] and [http://www.thefantasticos.com/andrew/index.php/62/microformats-the-should-have-been-obvious-web-dev-tool/ blogged about it].&lt;br /&gt;
* [http://www.2sheds.ru Oleg &amp;quot;2sheds&amp;quot; Kourapov] in his [http://www.2sheds.ru/blog/ blog] ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog X2V]) has turned personal profile into hCard ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/hcard.html X2V]) and his blogroll - into combination XFN/hCards ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/friends.html X2V])&lt;br /&gt;
* [http://www.approveddesign.co.uk Approved Design Consultancy] have a hCard on their [http://www.approveddesign.co.uk/about/contact/ contact page] as well as on their [http://www.approveddesign.co.uk/about/people/ people section] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin Morris] have implemented hCards and vCards for the [http://www.griffith.edu.au Griffith University] [http://www.griffith.edu.au/find/content_phonebook.html online phone book]. Eg. [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=ben+buchanan&amp;amp;format=search Ben's vCard] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin's vCard]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* [http://thoughtport.blogspot.com/ Aiden Kenny] hasn't published his hCard yet, but he has [http://thoughtport.blogspot.com/2005/07/elemental-particles-of-web.html published his hCard icon]: http://photos1.blogger.com/blogger/4224/444/320/AK-Hcard-icon.gif&lt;br /&gt;
* [http://thedredge.org Andy Hume] uses the hcard format to mark-up the names and URLs of commentors on his blog. &lt;br /&gt;
* [http://www.bidclix.com/ BidClix]'s [http://www.bidclix.com/AboutContact.html Contact BidClix] page has it's ''contact info'' marked up with an hCard.&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda] has managed to embed a photo in [http://suda.co.uk/contact/ his hCard] through the [http://www.ietf.org/rfc/rfc2397.txt data uri scheme] by converting the image to BASE64 code. View the Source to see how this is accomplished. [http://suda.co.uk/projects/X2V/get-vcard.php?uri=http%3A//suda.co.uk/contact/ The X2V link] will extract the image and encode it for a vCard which will be displayed in some address book applications.&lt;br /&gt;
* [http://cinematreasures.org Cinema Treasures] uses hCard to markup venue information for 10,000+ movie theaters.&lt;br /&gt;
* [http://www.w3.org/People/Connolly/events/ Dan Connolly's index of events and talks] has hCards for many of the people he has met at those events.&lt;br /&gt;
* [http://doncrowley.blogspot.com/ Don Crowley] has published [http://www.crowley.nl/hcard.html his hCard] as well as a nifty hCard button: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas W. Clifton] added all types of contact information&lt;br /&gt;
* [http://evdb.com EVDB], the Events and Venues Database, publishes all venue detail pages with embedded hCards.&lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/members/ Iowa Military Veterans Band Contacts] - 95 hCards [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ marked up by Scott Reynen]&lt;br /&gt;
* [http://JackWolfgang.blogspot.com Jack L. Wolfgang II] has [http://jack.randomata.com/resume/ converted the addresses in his resume to hCards].&lt;br /&gt;
* [http://www.efas.fupl.asso.fr/efas/_Mathieu-Drouet_.html Mathieu Drouet] and [http://www.efas.fupl.asso.fr/efas/_Annie-Leger_.html Annie Leger] both have hCards&lt;br /&gt;
* [http://www.ndunn.com Neil Dunn] has published his rather [http://www.ndunn.com/2005/10/7/hCard good looking hCard]&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] has published his hCard.&lt;br /&gt;
* [http://www.paradigmproductions.org/contact/ Paradigm Productions] published a vcard as a ul (marked up by [http://www.linkingarts.com/ Peter Jacobson])&lt;br /&gt;
* [http://www.splintered.co.uk/ Patrick H. Lauke] has marked up [http://www.splintered.co.uk/about/ his contact info with hCard].&lt;br /&gt;
* [http://blah Paul Schreiber has published his hCard on [http://paulschreiber.com/about/?contact his about page].&lt;br /&gt;
* [http://paulschreiber.com/blog/ Paul Schreiber]'s [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCards for upcoming artists, as well as an hCard for the page itself.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCards for all past artists.&lt;br /&gt;
* [http://www.paulmichaelsmith.com/blog/hcard.htm Paul Smith] has created an hCard page which is Human Readable, and a link to X2V passing the same hCard page to generate a vCard.&lt;br /&gt;
* [http://www.windley.com/archives/2005/07/hcards_trying_o.shtml Phil Windley has published] [http://phil.windley.org/hcard.html his hCard].&lt;br /&gt;
* [http://www.go-curiosity.com/about.htm Piercarlo Slavazza] has published an hCard.&lt;br /&gt;
* [http://zooibaai.nl/ Rob Mientjes] has published his hCard on [http://zooibaai.nl/about/ his about page].&lt;br /&gt;
* [http://rbach.priv.at/Contact Robert Bachmann] has published his hCard and [http://rbach.priv.at/Images/hcard a button].&lt;br /&gt;
* [http://blah Scott Reynen has published his hCard on [http://www.randomchaos.com/document.php?source=scott_reynen his profile page].&lt;br /&gt;
* [http://www.wolfsreign.com Steven Ametjan] has published his hCard on [http://www.wolfsreign.com/about/ his about page].&lt;br /&gt;
* [http://tagcamp.org/index.cgi?ContactList TagCamp contact list]&lt;br /&gt;
* [http://tantek.com/log Tantek's Thoughts] includes an inline author hCard at the bottom of the page.&lt;br /&gt;
* [http://technorati.com/ Technorati]'s [http://www.technorati.com/about/ About page] lists their '''Media Contact'''&lt;br /&gt;
* [http://www.deadringerart.com/ The Brothers McDowell] have hCards at their Contact page.&lt;br /&gt;
* [http://twinsparc.com/ Twinsparc] put an hCard in the header and footer of all their pages.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/speakers.html Web 2.0 Conference speakers page marked up with hCard]&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] marked up all their [http://we05.com/presenters.cfm presenters with hCard].&lt;br /&gt;
&lt;br /&gt;
=== Examples with some problems ===&lt;br /&gt;
* [http://gbraad.nl/ Gerard Braad] has published an example on his [http://gbraad.nl/site/?p=profile profile] page that is almost consistent with his original [http://gbraad.nl/files/gbraad.vcf vCard] file. Also progress is made for transforming his [http://files.gbraad.nl/foaf.rdf FoaF] file to a hCard encoded representation. (also done for my spouse:[http://spouse.gbraad.nl/site/?p=profile Yong Yuan])&lt;br /&gt;
** (2005-09-27) PASSED, PASSED&lt;br /&gt;
** WARNINGS&lt;br /&gt;
*** uses 'n given-name' and 'n family-name' instead of nesting the given- and family- names inside the 'n'&lt;br /&gt;
*** has one 'tel' value with a bunch of values stuffed in&lt;br /&gt;
*** probably more problems --[[User:RyanKing|RyanKing]] 17:19, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.kerihenare.com/ Keri Henare] has marked up his [http://www.kerihenare.com/contact/ contact info page] with hCard.&lt;br /&gt;
** (2005-09-27) PASSED&lt;br /&gt;
** (2005-11-01) hCard completely rewritten&lt;br /&gt;
** WARNING - type subproperty in classname&lt;br /&gt;
* [http://kinrowan.net/ Cori Schlegel] [http://kinrowan.net/blog/wp/archives/2005/07/08/a-problem-with-the-structured-blogging-plug-in-for-wordpress/ discusses how he has updated] [http://kinrowan.net/blog/contact his contact page with hCard]&lt;br /&gt;
** INVALID - using 'prefix' instead of 'honorific-prefix' and type's in classnames (in both adr and tel) and has two photo's (the second could be 'logo') --[[User:RyanKing|RyanKing]] 15:15, 5 Jan 2006 (PST)&lt;br /&gt;
* The good ship [http://styrheim.com/test/leonid.html Leonid Miloslavskiy] spotted in the North Atlantic&lt;br /&gt;
** INVALID  --[[User:RyanKing|RyanKing]] 00:50, 27 Oct 2005 (PDT)&lt;br /&gt;
*** class=&amp;quot;family&amp;quot; should probably be family-name&lt;br /&gt;
*** the &amp;quot;n&amp;quot; property is missing and the &amp;quot;n&amp;quot; optimization can't be applied&lt;br /&gt;
*** the first geo propery is empty, the second one is invalid (ie, it doesn't contain lat/long)&lt;br /&gt;
* [http://landsbank.fo/#hCard Landsbanki Føroya]&lt;br /&gt;
** INVALID - using embedded rdf/xml invalidly&lt;br /&gt;
* [http://chrischerry.name/blog/contact/ Chris Cherry's contact page with his hCard]&lt;br /&gt;
** WARNING - uses class=&amp;quot;cell&amp;quot; instead of &amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;cell&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
* [http://www.bath.ac.uk/contact/ University of Bath] Person Finder results are encoded with hCards so you can easily create a vCard from any result. &lt;br /&gt;
** ERROR - attempt to use Implied-N optimization where that's not possible. --[[User:RyanKing|RyanKing]] 14:29, 5 Jan 2006 (PST)&lt;br /&gt;
** where? more detail and I will fix. -- [[User:PhilWilson|PhilWilson]] 23:22, 11 Jan 2006 (GMT)&lt;br /&gt;
* [http://richi.co.uk/blog/2005/12/structured-blogging.html Richi Jennings] has put up his attempt&lt;br /&gt;
** INVALID, missing FN --[[User:RyanKing|RyanKing]] 12:47, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.shiftingpixel.com/about/ shifting pixel photoblog] has published an hCard.&lt;br /&gt;
** &amp;quot;organization_name&amp;quot; should be &amp;quot;organization-name&amp;quot; (s/_/-/), otherwise good --[[User:RyanKing|RyanKing]] 14:01, 5 Jan 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCards. If you have an hCard implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* There is [http://flickr.com/photos/factoryjoe/68755089/ evidence of built-in hCard support in the Konqueror browser].  Specifically, Konqueror 3.5, in KDE 3.5 (kubuntu Breezy w/ update).&lt;br /&gt;
* There is [http://tagcamp.org/index.cgi?ContactList evidence of a kwiki plugin for hCards].  Update: the [http://svn.kwiki.org/cwest/Kwiki-hCard/ hCard kwiki plugin svn repository].  See the [http://microwiki.caseywest.com/index.cgi?hCard documentation of the hCard kwiki plugin].&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] is a bookmarklet that parses hCard and produces a .vcf (vCard) stream.  Note: needs to be updated as the spec is refined&lt;br /&gt;
* [http://www.stripytshirt.co.uk Duncan Walker] has built [http://www.stripytshirt.co.uk/features/firefox/smartzilla a Firefox extension] that gets hCard data from a webpage, uses Brian Suda's XSL (locally) to transform it to vcard format and opens the resulting .vcf file.&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has written a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script] that detects hCards and allows users to easily add them to their address book application.  Relies on the X2V web service to do the conversion.&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes] has written a [[Greasemonkey]] [http://www.blogmatrix.com/include/microformat-find.user.js script] that finds many microformat elements, including hCards, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003376 provides a popup menu of actions]. The hCard to vCard conversion is done internally within the script. ''This does not work with FireFox 1.5+/GreaseMonkey 0.6.4+.''&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim] has also written an [http://diveintomark.org/projects/greasemonkey/hcard/ hCard parser Greasemonkey user script].  It is self-contained and does not rely on the X2V web service.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/2005/09/03/a-working-microformats-extension-to-simplexml/ Oliver Brown] has written an &amp;quot;extension&amp;quot; to [http://www.php.net/simplexml SimpleXML] that gives simple access to hCard information in PHP 5.&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has built a system (Wordpress plugin?) for [http://thedredge.org/2005/06/using-hcards-in-your-blog/ using hcards in your blog] to represent people leaving comments on blog posts.&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator] is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. &lt;br /&gt;
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])&lt;br /&gt;
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - Open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards. &lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] is a collection of palmpilot and sidekick tools. It includes X2V derivatives xhtml2hcard.xsl and toICal.xsl plus some [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest] materials&lt;br /&gt;
* [http://www.openpsa.org/ OpenPsa 2.x] CRM application uses hCard for all person listings. The widget is [http://www.midgard-project.org/midcom-permalink-922834501b71daad856f35ec593c7a6d reusable across Midgard CMS]&lt;br /&gt;
* [http://www.metonymie.com Emiliano Martínez Luque] has written an experimental [http://www.metonymie.com/hCard_extract/app.html hCard finder and structured search application]&lt;br /&gt;
&lt;br /&gt;
== Additional Applications ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are numerous potential additional uses and applications for hCards on the Web.  The following are merely a few thoughts and possibilities that folks have come up with:&lt;br /&gt;
&lt;br /&gt;
* As an open standard/format for [http://www.gravatar.com/ Gravatars].&lt;br /&gt;
* Marking up individual authors of blog posts on a group blog&lt;br /&gt;
* Marking up people's names and URLs in a blogroll&lt;br /&gt;
* Any reference to people in blog posts (e.g. when citing them, or referencing them, or describing them, by name).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426]&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcard hCard term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCard.&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCard ====&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [http://www.intertwingly.net/wiki/pie/PaceBetterPersonElement Atom PaceBetterPersonElement]&lt;br /&gt;
* [http://www.jabber.org/jeps/jep-0054.html JEP-0054: vcard-temp]&lt;br /&gt;
&lt;br /&gt;
== Related Pages And Further Reading ==&lt;br /&gt;
* [[hcard-profile|hCard profile]] - The XMDP profile for hCard&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.&lt;br /&gt;
&lt;br /&gt;
* [[hcard-brainstorming|hCard Brainstorming]] - where we are keeping our brainstorms and other explorations relating to hCard&lt;br /&gt;
* [[hcard-tests|hCard tests]] - a wiki page with actual embedded hCards to try parsing.&lt;br /&gt;
* [[hcard-faq|hCard FAQ]] - If you have any questions about hCard, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hcard-issues|hCard issues]] - Please add any issues with the specification to the issues page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=28995</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=28995"/>
		<updated>2005-09-06T00:27:00Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Exploratory discussions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats Wiki =&lt;br /&gt;
Welcome to the microformats wiki. There's a lot going on around here, but feel free to jump in and offer your assistance.&lt;br /&gt;
&lt;br /&gt;
But First: &lt;br /&gt;
&lt;br /&gt;
'''Please read [[how-to-play]] before making any edits.'''&lt;br /&gt;
&lt;br /&gt;
'''Please read [[process]] before proposing any new microformats.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
What are microformats? See the [http://microformats.org/about/ about page] for an overview, and the [[introduction]] page for more info.  Recent [[press]] and [[presentations]] are also a good place for some background reading as well.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license|RelLicense]]&lt;br /&gt;
* [[rel-nofollow|RelNoFollow]]&lt;br /&gt;
* [[rel-tag|RelTag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
* [[datetime-design-pattern]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory discussions ==&lt;br /&gt;
*[[blog-description-format]]&lt;br /&gt;
*[[blog-post-formats]]&lt;br /&gt;
*[[blog-post-brainstorming]]&lt;br /&gt;
*[[citation-brainstorming]]&lt;br /&gt;
*[[cite|Planning pages for a citation microformat]]&lt;br /&gt;
*[[comments-formats]]&lt;br /&gt;
*[[directory-inclusion-examples]] (see also [[directory-inclusion-formats]])&lt;br /&gt;
*[[genealogy-formats]]&lt;br /&gt;
*[[last-modified-examples]]&lt;br /&gt;
*[[listing-examples]] (see also [[listing-formats]], [[listing-brainstorming]])&lt;br /&gt;
*[[location-formats]]&lt;br /&gt;
*[[media-metadata-examples]]&lt;br /&gt;
*[[other-formats]]&lt;br /&gt;
*[[requirements-testing]]&lt;br /&gt;
*[[resume-brainstorming]]&lt;br /&gt;
*[[resume-formats]]&lt;br /&gt;
*[[wiki-formats]]&lt;br /&gt;
*[[xmdp-brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Test Cases ==&lt;br /&gt;
&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 and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[[microformats-viewers-and-editors]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]] (new!)&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=2656</id>
		<title>listing-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=2656"/>
		<updated>2005-09-06T00:24:51Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Some initial thoughts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Listing Brainstorming=&lt;br /&gt;
&lt;br /&gt;
==Some initial thoughts==&lt;br /&gt;
* The format should at is most basic be easily implemented by current listing sites without having to modify their existing setups (ie: tinkering with their SQL). For example: http://www.villagevoice.com/classifieds/index.php?page=ads&amp;amp;category=Employment&amp;amp;sort=1&amp;amp;database=0&amp;amp;a=0&amp;amp;class=4025 has a very simple data structure, one can imagine this simple data structure coming from an SQL database. If they need to alter their SQL to adapt to the microformat it will not be adopted (or at least not quickly). Ideally all it would took for current sites to adopt it is just a redesign.&lt;br /&gt;
* The format should be extendable enough to allow for specific data to be extracted from it so that specialized services ( format specific aggregators, social aggregators, collaborative filtering, discovery agents ) could be built on top of it.&lt;br /&gt;
* The format should be flexible enough to be easily added to current CMS and blogging systems.&lt;br /&gt;
* The format should be flexible enough to not interfeer with existing business models of stablished web based listing sites. For example a Job Listings site may get revenue from commissions on actual prospects found and contracted through their site. If the actual way of contacting the prospect is required in the format (rather than a link to the actual listing on their site), they might be weary of implementing the microformat (since it would take them out the loop, so to say). A similar argument could be made for other types of listings sites. However if they can implement a simple data structure that can then be traced to their sites, they would probably implement it since it would help in the discovery process of their listings (through aggregators or crawlers).&lt;br /&gt;
&lt;br /&gt;
== A Basic Data Structure ==&lt;br /&gt;
* At it´s most basic web based listing schemas could be narrowed to:&lt;br /&gt;
** title&lt;br /&gt;
** description (Some sites don´t even seem to have Title)&lt;br /&gt;
** listing date&lt;br /&gt;
** contact info. (hCard might be used for this)&lt;br /&gt;
* Contextual or Implied Info.&lt;br /&gt;
** Regardless of the actual schemas that can be extracted from the html pages there is some information that is implied either contextually or by navigation in all of the examples found. For Example:&lt;br /&gt;
*** A listing on ebay.de implies ( contextually ) that the actual location of the listing in itself is in the country of Germany. Other examples: paris.craiglists.org, a classified ad on nytimes.com or (NY) globo.com.br (Brazil) or www.timeout.com (London).&lt;br /&gt;
*** A category or &amp;quot;Type&amp;quot; of the listing in itself is generally implied by navigation through the sites. For example: When accesing craiglist.org one chooses the type of listing one wants to see ( housing &amp;gt; housing wanted ). Some sites have specialized data structures depending on the type of listing (For example, it´s fairly common for Vehicles for sale to have a field for brand, model, year.)&lt;br /&gt;
** This suggests that location and type should be included in the base format. (Deciding on this may be quite tricky. Particullarly Types, since locations can be extracted from Contact. )&lt;br /&gt;
&lt;br /&gt;
== Extending the Base Structure By Listing Type==&lt;br /&gt;
* Once a basic format is decided, it could be extended to more specific types of data structures.&lt;br /&gt;
** Type For Sale&lt;br /&gt;
*** Base &lt;br /&gt;
**** title could map to product name. (This mapping thing is just an idea, but it seems to be fairly common)&lt;br /&gt;
**** description could map to product description.&lt;br /&gt;
**** product category (may be part of the basic format category. No idea how to go with this.)&lt;br /&gt;
**** product condition (Used|New)&lt;br /&gt;
*** Optional&lt;br /&gt;
**** price ammount&lt;br /&gt;
**** price currency (currency is either specified or implied contextually when naming a Price. A price could be considered an specific ammount of an specific currency.)&lt;br /&gt;
**** photo (Optional, might be more than one *)&lt;br /&gt;
**** duration or expiry date of the offer.&lt;br /&gt;
**** availability (If there is more than one for sale, or even none.)&lt;br /&gt;
** Type For Sale, Product Category = vehicle (May extend for sale)&lt;br /&gt;
*** brand&lt;br /&gt;
*** model&lt;br /&gt;
*** year&lt;br /&gt;
** Type Wanted&lt;br /&gt;
*** title could map to product name.&lt;br /&gt;
*** description could map to product description. &lt;br /&gt;
*** duration or expiry date.&lt;br /&gt;
** Type Job Offer&lt;br /&gt;
*** title could map to job category (seems to be a common practice)&lt;br /&gt;
*** description could map to job description&lt;br /&gt;
*** requirements&lt;br /&gt;
*** contract type (part time| full time | temp)&lt;br /&gt;
*** contact could map to company or recruiter&lt;br /&gt;
&lt;br /&gt;
* More extended types should be considered...&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=1592</id>
		<title>listing-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=1592"/>
		<updated>2005-09-06T00:24:21Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* A Basic Data Structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Listing Brainstorming=&lt;br /&gt;
&lt;br /&gt;
==Some initial thoughts==&lt;br /&gt;
* The format should at is most basic be easily implemented by current listing sites without having to modify their existing setups (ie: tinkering with their SQL). For example: http://www.villagevoice.com/classifieds/index.php?page=ads&amp;amp;category=Employment&amp;amp;sort=1&amp;amp;database=0&amp;amp;a=0&amp;amp;class=4025 has a very simple data structure, one can imagine this simple data structure coming from an SQL database. If they need to alter their SQL to adapt to the microformat it will not be adopted (or at least not quickly). Ideally all it would took for current sites to adopt it is just a redesign.&lt;br /&gt;
* The format should be extendable enough to allow for specific data to be extracted from it so that specialized services ( format specific aggregators, social aggregators, collaborative filtering, discovery agents ) could be built on top of it.&lt;br /&gt;
* The format should be flexible enough to be easily added to current CMS and blogging systems.&lt;br /&gt;
* The format should be flexible enough to not interfeer with existing business models of stablished web based listing sites. For example a Job Listings site may get revenue from commissions on actual prospects found and contracted through their site. If the actual way of contacting the prospect is required in the format (rather than a link to the actual listing on their site), they might be weary of implementing the microformat (since it would take them out the loop, so to say). A similar argument could be made for other types of listings sites. However if they can implement a simple data structure that can then be traced to their sites, they would probably implement it since it would help in the discovery process of their listings (through aggregators or crawlers). &amp;lt;strong&amp;gt;--- This is just a thought ---&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== A Basic Data Structure ==&lt;br /&gt;
* At it´s most basic web based listing schemas could be narrowed to:&lt;br /&gt;
** title&lt;br /&gt;
** description (Some sites don´t even seem to have Title)&lt;br /&gt;
** listing date&lt;br /&gt;
** contact info. (hCard might be used for this)&lt;br /&gt;
* Contextual or Implied Info.&lt;br /&gt;
** Regardless of the actual schemas that can be extracted from the html pages there is some information that is implied either contextually or by navigation in all of the examples found. For Example:&lt;br /&gt;
*** A listing on ebay.de implies ( contextually ) that the actual location of the listing in itself is in the country of Germany. Other examples: paris.craiglists.org, a classified ad on nytimes.com or (NY) globo.com.br (Brazil) or www.timeout.com (London).&lt;br /&gt;
*** A category or &amp;quot;Type&amp;quot; of the listing in itself is generally implied by navigation through the sites. For example: When accesing craiglist.org one chooses the type of listing one wants to see ( housing &amp;gt; housing wanted ). Some sites have specialized data structures depending on the type of listing (For example, it´s fairly common for Vehicles for sale to have a field for brand, model, year.)&lt;br /&gt;
** This suggests that location and type should be included in the base format. (Deciding on this may be quite tricky. Particullarly Types, since locations can be extracted from Contact. )&lt;br /&gt;
&lt;br /&gt;
== Extending the Base Structure By Listing Type==&lt;br /&gt;
* Once a basic format is decided, it could be extended to more specific types of data structures.&lt;br /&gt;
** Type For Sale&lt;br /&gt;
*** Base &lt;br /&gt;
**** title could map to product name. (This mapping thing is just an idea, but it seems to be fairly common)&lt;br /&gt;
**** description could map to product description.&lt;br /&gt;
**** product category (may be part of the basic format category. No idea how to go with this.)&lt;br /&gt;
**** product condition (Used|New)&lt;br /&gt;
*** Optional&lt;br /&gt;
**** price ammount&lt;br /&gt;
**** price currency (currency is either specified or implied contextually when naming a Price. A price could be considered an specific ammount of an specific currency.)&lt;br /&gt;
**** photo (Optional, might be more than one *)&lt;br /&gt;
**** duration or expiry date of the offer.&lt;br /&gt;
**** availability (If there is more than one for sale, or even none.)&lt;br /&gt;
** Type For Sale, Product Category = vehicle (May extend for sale)&lt;br /&gt;
*** brand&lt;br /&gt;
*** model&lt;br /&gt;
*** year&lt;br /&gt;
** Type Wanted&lt;br /&gt;
*** title could map to product name.&lt;br /&gt;
*** description could map to product description. &lt;br /&gt;
*** duration or expiry date.&lt;br /&gt;
** Type Job Offer&lt;br /&gt;
*** title could map to job category (seems to be a common practice)&lt;br /&gt;
*** description could map to job description&lt;br /&gt;
*** requirements&lt;br /&gt;
*** contract type (part time| full time | temp)&lt;br /&gt;
*** contact could map to company or recruiter&lt;br /&gt;
&lt;br /&gt;
* More extended types should be considered...&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=1591</id>
		<title>listing-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-brainstorming&amp;diff=1591"/>
		<updated>2005-09-03T01:31:36Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: My initial ideas on this.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Listing Brainstorming=&lt;br /&gt;
&lt;br /&gt;
==Some initial thoughts==&lt;br /&gt;
* The format should at is most basic be easily implemented by current listing sites without having to modify their existing setups (ie: tinkering with their SQL). For example: http://www.villagevoice.com/classifieds/index.php?page=ads&amp;amp;category=Employment&amp;amp;sort=1&amp;amp;database=0&amp;amp;a=0&amp;amp;class=4025 has a very simple data structure, one can imagine this simple data structure coming from an SQL database. If they need to alter their SQL to adapt to the microformat it will not be adopted (or at least not quickly). Ideally all it would took for current sites to adopt it is just a redesign.&lt;br /&gt;
* The format should be extendable enough to allow for specific data to be extracted from it so that specialized services ( format specific aggregators, social aggregators, collaborative filtering, discovery agents ) could be built on top of it.&lt;br /&gt;
* The format should be flexible enough to be easily added to current CMS and blogging systems.&lt;br /&gt;
* The format should be flexible enough to not interfeer with existing business models of stablished web based listing sites. For example a Job Listings site may get revenue from commissions on actual prospects found and contracted through their site. If the actual way of contacting the prospect is required in the format (rather than a link to the actual listing on their site), they might be weary of implementing the microformat (since it would take them out the loop, so to say). A similar argument could be made for other types of listings sites. However if they can implement a simple data structure that can then be traced to their sites, they would probably implement it since it would help in the discovery process of their listings (through aggregators or crawlers). &amp;lt;strong&amp;gt;--- This is just a thought ---&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== A Basic Data Structure ==&lt;br /&gt;
* At it´s most basic web based listing schemas could be narrowed to:&lt;br /&gt;
** title&lt;br /&gt;
** description (Some sites don´t even seem to have Title)&lt;br /&gt;
** listing date&lt;br /&gt;
** contact info. (hCard might be used for this)&lt;br /&gt;
* Contextual or Implied Info.&lt;br /&gt;
** Regardless of the actual schemas that can be extracted from the html pages there is some information that is implied either contextually or by navigation in all of the examples found. For Example:&lt;br /&gt;
*** A listing on ebay.de implies ( contextually ) that the actual location of the listing in itself is in the country of Germany. Other examples: paris.craiglists.org, a classified ad on nytimes.com or (NY) globo.com.br (Brazil) or www.timeout.com (London).&lt;br /&gt;
*** A category or &amp;quot;Type&amp;quot; of the listing in itself is generally implied by navigation through the sites. For example: When accesing craiglist.org one chooses the type of listing one wants to see ( housing &amp;gt; housing wanted ). Some sites have specialized data structures depending on the type of listing (For example, it´s fairly common for Vehicles for sale to have a field for brand, model, year.)&lt;br /&gt;
** This suggests that location and type should be included in the base format. (Deciding on this may be quite tricky.)&lt;br /&gt;
&lt;br /&gt;
== Extending the Base Structure By Listing Type==&lt;br /&gt;
* Once a basic format is decided, it could be extended to more specific types of data structures.&lt;br /&gt;
** Type For Sale&lt;br /&gt;
*** Base &lt;br /&gt;
**** title could map to product name. (This mapping thing is just an idea, but it seems to be fairly common)&lt;br /&gt;
**** description could map to product description.&lt;br /&gt;
**** product category (may be part of the basic format category. No idea how to go with this.)&lt;br /&gt;
**** product condition (Used|New)&lt;br /&gt;
*** Optional&lt;br /&gt;
**** price ammount&lt;br /&gt;
**** price currency (currency is either specified or implied contextually when naming a Price. A price could be considered an specific ammount of an specific currency.)&lt;br /&gt;
**** photo (Optional, might be more than one *)&lt;br /&gt;
**** duration or expiry date of the offer.&lt;br /&gt;
**** availability (If there is more than one for sale, or even none.)&lt;br /&gt;
** Type For Sale, Product Category = vehicle (May extend for sale)&lt;br /&gt;
*** brand&lt;br /&gt;
*** model&lt;br /&gt;
*** year&lt;br /&gt;
** Type Wanted&lt;br /&gt;
*** title could map to product name.&lt;br /&gt;
*** description could map to product description. &lt;br /&gt;
*** duration or expiry date.&lt;br /&gt;
** Type Job Offer&lt;br /&gt;
*** title could map to job category (seems to be a common practice)&lt;br /&gt;
*** description could map to job description&lt;br /&gt;
*** requirements&lt;br /&gt;
*** contract type (part time| full time | temp)&lt;br /&gt;
*** contact could map to company or recruiter&lt;br /&gt;
&lt;br /&gt;
* More extended types should be considered...&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1535</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1535"/>
		<updated>2005-08-31T02:02:54Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Accomodation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
* Infojobs.net&lt;br /&gt;
** http://www.infojobs.net/visualizar_oferta.ij/of_codigo=25152424536981905650024953746&lt;br /&gt;
** offer title&lt;br /&gt;
*** offer date&lt;br /&gt;
*** offer reference&lt;br /&gt;
*** company name&lt;br /&gt;
**** company url&lt;br /&gt;
**** company number of workers&lt;br /&gt;
**** company headquarters&lt;br /&gt;
**** company description/filosophy&lt;br /&gt;
** location&lt;br /&gt;
*** location city&lt;br /&gt;
*** location country&lt;br /&gt;
*** location province/state&lt;br /&gt;
** job description&lt;br /&gt;
*** job title&lt;br /&gt;
*** job category&lt;br /&gt;
*** department&lt;br /&gt;
*** vacancies&lt;br /&gt;
*** job offer description&lt;br /&gt;
** requirements&lt;br /&gt;
*** minimal estudies&lt;br /&gt;
*** minimal experience&lt;br /&gt;
*** place of residency (where the candidate must live)&lt;br /&gt;
** contract&lt;br /&gt;
*** journal (full day| part time)&lt;br /&gt;
&lt;br /&gt;
* InfoEmprego.com.br&lt;br /&gt;
** http://www.infoemprego.com.br/OfertaVisualizar.aspx?id=546853&lt;br /&gt;
** Offer title&lt;br /&gt;
** location (city - state - country)&lt;br /&gt;
** description&lt;br /&gt;
** company size&lt;br /&gt;
** company sector (of the job offer)&lt;br /&gt;
** company type&lt;br /&gt;
** offer description&lt;br /&gt;
*** sector&lt;br /&gt;
*** specialization&lt;br /&gt;
*** vacancies&lt;br /&gt;
** requirements&lt;br /&gt;
*** studies&lt;br /&gt;
*** professional experience&lt;br /&gt;
** Offering&lt;br /&gt;
*** salary (might not be shown it seems)&lt;br /&gt;
*** contract type&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
* Expatriates.com&lt;br /&gt;
** http://www.expatriates.com/cls/483203.html&lt;br /&gt;
** title&lt;br /&gt;
*** price ammount&lt;br /&gt;
*** term (per day, week, month)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** room/apartment description&lt;br /&gt;
** email&lt;br /&gt;
** listing date&lt;br /&gt;
** category&lt;br /&gt;
** region&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1534</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1534"/>
		<updated>2005-08-31T02:00:45Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Accomodation */ Added Expatriates.com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
* Infojobs.net&lt;br /&gt;
** http://www.infojobs.net/visualizar_oferta.ij/of_codigo=25152424536981905650024953746&lt;br /&gt;
** offer title&lt;br /&gt;
*** offer date&lt;br /&gt;
*** offer reference&lt;br /&gt;
*** company name&lt;br /&gt;
**** company url&lt;br /&gt;
**** company number of workers&lt;br /&gt;
**** company headquarters&lt;br /&gt;
**** company description/filosophy&lt;br /&gt;
** location&lt;br /&gt;
*** location city&lt;br /&gt;
*** location country&lt;br /&gt;
*** location province/state&lt;br /&gt;
** job description&lt;br /&gt;
*** job title&lt;br /&gt;
*** job category&lt;br /&gt;
*** department&lt;br /&gt;
*** vacancies&lt;br /&gt;
*** job offer description&lt;br /&gt;
** requirements&lt;br /&gt;
*** minimal estudies&lt;br /&gt;
*** minimal experience&lt;br /&gt;
*** place of residency (where the candidate must live)&lt;br /&gt;
** contract&lt;br /&gt;
*** journal (full day| part time)&lt;br /&gt;
&lt;br /&gt;
* InfoEmprego.com.br&lt;br /&gt;
** http://www.infoemprego.com.br/OfertaVisualizar.aspx?id=546853&lt;br /&gt;
** Offer title&lt;br /&gt;
** location (city - state - country)&lt;br /&gt;
** description&lt;br /&gt;
** company size&lt;br /&gt;
** company sector (of the job offer)&lt;br /&gt;
** company type&lt;br /&gt;
** offer description&lt;br /&gt;
*** sector&lt;br /&gt;
*** specialization&lt;br /&gt;
*** vacancies&lt;br /&gt;
** requirements&lt;br /&gt;
*** studies&lt;br /&gt;
*** professional experience&lt;br /&gt;
** Offering&lt;br /&gt;
*** salary (might not be shown it seems)&lt;br /&gt;
*** contract type&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
* Expatriates.com&lt;br /&gt;
** http://www.expatriates.com/cls/483203.html&lt;br /&gt;
** title&lt;br /&gt;
*** price ammount&lt;br /&gt;
*** price temporary term (per day, week, month)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** room/apartment description&lt;br /&gt;
** email&lt;br /&gt;
** listing date&lt;br /&gt;
** category&lt;br /&gt;
** region&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1533</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1533"/>
		<updated>2005-08-31T01:39:15Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Jobs */  Added infoemprego.com.br brazilian job site.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
* Infojobs.net&lt;br /&gt;
** http://www.infojobs.net/visualizar_oferta.ij/of_codigo=25152424536981905650024953746&lt;br /&gt;
** offer title&lt;br /&gt;
*** offer date&lt;br /&gt;
*** offer reference&lt;br /&gt;
*** company name&lt;br /&gt;
**** company url&lt;br /&gt;
**** company number of workers&lt;br /&gt;
**** company headquarters&lt;br /&gt;
**** company description/filosophy&lt;br /&gt;
** location&lt;br /&gt;
*** location city&lt;br /&gt;
*** location country&lt;br /&gt;
*** location province/state&lt;br /&gt;
** job description&lt;br /&gt;
*** job title&lt;br /&gt;
*** job category&lt;br /&gt;
*** department&lt;br /&gt;
*** vacancies&lt;br /&gt;
*** job offer description&lt;br /&gt;
** requirements&lt;br /&gt;
*** minimal estudies&lt;br /&gt;
*** minimal experience&lt;br /&gt;
*** place of residency (where the candidate must live)&lt;br /&gt;
** contract&lt;br /&gt;
*** journal (full day| part time)&lt;br /&gt;
&lt;br /&gt;
* InfoEmprego.com.br&lt;br /&gt;
** http://www.infoemprego.com.br/OfertaVisualizar.aspx?id=546853&lt;br /&gt;
** Offer title&lt;br /&gt;
** location (city - state - country)&lt;br /&gt;
** description&lt;br /&gt;
** company size&lt;br /&gt;
** company sector (of the job offer)&lt;br /&gt;
** company type&lt;br /&gt;
** offer description&lt;br /&gt;
*** sector&lt;br /&gt;
*** specialization&lt;br /&gt;
*** vacancies&lt;br /&gt;
** requirements&lt;br /&gt;
*** studies&lt;br /&gt;
*** professional experience&lt;br /&gt;
** Offering&lt;br /&gt;
*** salary (might not be shown it seems)&lt;br /&gt;
*** contract type&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1532</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1532"/>
		<updated>2005-08-31T01:18:55Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Jobs */ Added infojobs.net (Spanish job listing´s site)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
* Infojobs.net&lt;br /&gt;
** http://www.infojobs.net/visualizar_oferta.ij/of_codigo=25152424536981905650024953746&lt;br /&gt;
** offer title&lt;br /&gt;
*** offer date&lt;br /&gt;
*** offer reference&lt;br /&gt;
*** company name&lt;br /&gt;
**** company url&lt;br /&gt;
**** company number of workers&lt;br /&gt;
**** company headquarters&lt;br /&gt;
**** company description/filosophy&lt;br /&gt;
** location&lt;br /&gt;
*** location city&lt;br /&gt;
*** location country&lt;br /&gt;
*** location province/state&lt;br /&gt;
** job description&lt;br /&gt;
*** job title&lt;br /&gt;
*** job category&lt;br /&gt;
*** department&lt;br /&gt;
*** vacancies&lt;br /&gt;
*** job offer description&lt;br /&gt;
** requisites (is this the right term in english?)&lt;br /&gt;
*** minimal estudies&lt;br /&gt;
*** minimal experience&lt;br /&gt;
*** place of residency (where the candidate must live)&lt;br /&gt;
** contract&lt;br /&gt;
*** journal (full day| part time)&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1531</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1531"/>
		<updated>2005-08-31T01:03:32Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* For Sale */  Took country out since they now have different hostnames for different countries&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1530</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1530"/>
		<updated>2005-08-31T01:00:58Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: Moved backpackers to Accomodation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
=== Accomodation ===&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1529</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1529"/>
		<updated>2005-08-30T23:03:12Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* For Sale */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/sss/&lt;br /&gt;
** email&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Amazon &lt;br /&gt;
** http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
* Powazek &lt;br /&gt;
** http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** image&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* 37signals &lt;br /&gt;
** http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
** availability&lt;br /&gt;
&lt;br /&gt;
* Mercado Libre &lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
** http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** financing options (? may or may not exist)&lt;br /&gt;
** merchant/seller name&lt;br /&gt;
** merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
** product condition (Used|New)&lt;br /&gt;
** location (Province)&lt;br /&gt;
** country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product description&lt;br /&gt;
** offer ending date&lt;br /&gt;
** item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
* Segunda Mano &lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13083319.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/camaras_digitales/venta/13084677.htm&lt;br /&gt;
** http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency&lt;br /&gt;
** product category (Implied by Navigation)&lt;br /&gt;
** product description&lt;br /&gt;
** seller telephone&lt;br /&gt;
** listing date&lt;br /&gt;
** province (?)&lt;br /&gt;
** city (?)&lt;br /&gt;
** country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
** product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
* Expats.cz &lt;br /&gt;
** http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
** title&lt;br /&gt;
** price ammount&lt;br /&gt;
** price currency (might be CZK, USD, EUR)&lt;br /&gt;
** product description&lt;br /&gt;
** product condition&lt;br /&gt;
** email&lt;br /&gt;
** date&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
** product name&lt;br /&gt;
** product photo&lt;br /&gt;
** product category&lt;br /&gt;
** description/features&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** company name&lt;br /&gt;
** contact person&lt;br /&gt;
** address&lt;br /&gt;
** zip&lt;br /&gt;
** telephone&lt;br /&gt;
** fax&lt;br /&gt;
** website&lt;br /&gt;
&lt;br /&gt;
* Backpackers.com (Acomodation)&lt;br /&gt;
** http://www.backpackers.com/Europe/Netherlands/Amsterdam/classifieds/rooms_&amp;amp;_shared/5718.html&lt;br /&gt;
** title&lt;br /&gt;
** listing date&lt;br /&gt;
** email&lt;br /&gt;
** city&lt;br /&gt;
** price ammount&lt;br /&gt;
** contact phone (Other contacting options)&lt;br /&gt;
** location (neighbourghood?) &lt;br /&gt;
** description (I'll add schema that seems to be inside the description)&lt;br /&gt;
*** number of rooms&lt;br /&gt;
*** rooms descriptions&lt;br /&gt;
*** from date&lt;br /&gt;
*** to date&lt;br /&gt;
** listing modified date&lt;br /&gt;
** ok for other to contact lister (boolean)&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
* eBay &lt;br /&gt;
** http://www.wantitnow.ebay.com&lt;br /&gt;
** category&lt;br /&gt;
** item number&lt;br /&gt;
** buyer nickname&lt;br /&gt;
** feedback&lt;br /&gt;
** date&lt;br /&gt;
** duration&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Craigslist &lt;br /&gt;
** http://www.craigslist.org/wan/&lt;br /&gt;
** email&lt;br /&gt;
** duration&lt;br /&gt;
** date&lt;br /&gt;
** category&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** location&lt;br /&gt;
** condition&lt;br /&gt;
** images&lt;br /&gt;
** price&lt;br /&gt;
&lt;br /&gt;
* Alibaba.com &lt;br /&gt;
** http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** listing date&lt;br /&gt;
** expiry date&lt;br /&gt;
** contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
=== Real Estate ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/hhh/&lt;br /&gt;
** category (rent, sale, temp)&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
** rent&lt;br /&gt;
** photos&lt;br /&gt;
** pet policy&lt;br /&gt;
** fee/no-fee&lt;br /&gt;
** broker/non-broker&lt;br /&gt;
&lt;br /&gt;
* MetroRent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
** rent&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
* Rent.com&lt;br /&gt;
** http://www.rent.com&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** photos&lt;br /&gt;
** size&lt;br /&gt;
*** bedrooms&lt;br /&gt;
*** bathrooms&lt;br /&gt;
*** square footage&lt;br /&gt;
** rent&lt;br /&gt;
** amenities&lt;br /&gt;
** lease terms&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
* Craigslist&lt;br /&gt;
** http://www.craigslist.org/jjj/&lt;br /&gt;
** category&lt;br /&gt;
** contract terms&lt;br /&gt;
** date&lt;br /&gt;
** duration (implied)&lt;br /&gt;
** contact info&lt;br /&gt;
** location&lt;br /&gt;
** title&lt;br /&gt;
** description&lt;br /&gt;
** principals/recruiters&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[listing-formats]]&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1496</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1496"/>
		<updated>2005-08-29T19:13:44Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* financing options (? may or may not exist)&lt;br /&gt;
* merchant/seller name&lt;br /&gt;
* merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
* product condition (Used|New)&lt;br /&gt;
* location (Province)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product description&lt;br /&gt;
* offer ending date&lt;br /&gt;
* item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* product description&lt;br /&gt;
* seller telephone&lt;br /&gt;
* listing date&lt;br /&gt;
* province (?)&lt;br /&gt;
* city (?)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== Expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency (might be CZK, USD, EUR)&lt;br /&gt;
* product description&lt;br /&gt;
* product condition&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
&lt;br /&gt;
==== Alibaba.com ====&lt;br /&gt;
* http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product category&lt;br /&gt;
* description/features&lt;br /&gt;
* listing date&lt;br /&gt;
* expiry date&lt;br /&gt;
* company name&lt;br /&gt;
* contact person&lt;br /&gt;
* address&lt;br /&gt;
* zip&lt;br /&gt;
* telephone&lt;br /&gt;
* fax&lt;br /&gt;
* website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Alibaba.com ====&lt;br /&gt;
* http://www.alibaba.com/manufacturer/13083795/Buy_Air_Conditioner.html&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* listing date&lt;br /&gt;
* expiry date&lt;br /&gt;
* contact info (implied, must login)&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1495</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1495"/>
		<updated>2005-08-29T19:09:41Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* alibaba.com */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* financing options (? may or may not exist)&lt;br /&gt;
* merchant/seller name&lt;br /&gt;
* merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
* product condition (Used|New)&lt;br /&gt;
* location (Province)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product description&lt;br /&gt;
* offer ending date&lt;br /&gt;
* item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* product description&lt;br /&gt;
* seller telephone&lt;br /&gt;
* publish date&lt;br /&gt;
* province (?)&lt;br /&gt;
* city (?)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== Expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency (might be CZK, USD, EUR)&lt;br /&gt;
* product description&lt;br /&gt;
* product condition&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
&lt;br /&gt;
==== Alibaba.com ====&lt;br /&gt;
* http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product category&lt;br /&gt;
* description/features&lt;br /&gt;
* listing date&lt;br /&gt;
* expiry date&lt;br /&gt;
* company name&lt;br /&gt;
* contact person&lt;br /&gt;
* address&lt;br /&gt;
* zip&lt;br /&gt;
* telephone&lt;br /&gt;
* fax&lt;br /&gt;
* website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1493</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1493"/>
		<updated>2005-08-29T19:09:28Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* expats.cz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* financing options (? may or may not exist)&lt;br /&gt;
* merchant/seller name&lt;br /&gt;
* merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
* product condition (Used|New)&lt;br /&gt;
* location (Province)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product description&lt;br /&gt;
* offer ending date&lt;br /&gt;
* item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* product description&lt;br /&gt;
* seller telephone&lt;br /&gt;
* publish date&lt;br /&gt;
* province (?)&lt;br /&gt;
* city (?)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== Expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency (might be CZK, USD, EUR)&lt;br /&gt;
* product description&lt;br /&gt;
* product condition&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
&lt;br /&gt;
==== alibaba.com ====&lt;br /&gt;
* http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product category&lt;br /&gt;
* description/features&lt;br /&gt;
* listing date&lt;br /&gt;
* expiry date&lt;br /&gt;
* company name&lt;br /&gt;
* contact person&lt;br /&gt;
* address&lt;br /&gt;
* zip&lt;br /&gt;
* telephone&lt;br /&gt;
* fax&lt;br /&gt;
* website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1492</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1492"/>
		<updated>2005-08-29T19:09:10Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* financing options (? may or may not exist)&lt;br /&gt;
* merchant/seller name&lt;br /&gt;
* merchant/seller rating (Within Mercado Libre)&lt;br /&gt;
* product condition (Used|New)&lt;br /&gt;
* location (Province)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product description&lt;br /&gt;
* offer ending date&lt;br /&gt;
* item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency&lt;br /&gt;
* product description&lt;br /&gt;
* seller telephone&lt;br /&gt;
* publish date&lt;br /&gt;
* province (?)&lt;br /&gt;
* city (?)&lt;br /&gt;
* country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* product specific data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* price ammount&lt;br /&gt;
* price currency (might be CZK, USD, EUR)&lt;br /&gt;
* product description&lt;br /&gt;
* product condition&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
&lt;br /&gt;
==== alibaba.com ====&lt;br /&gt;
* http://aux.en.alibaba.com/offerdetail/50425885/Sell_Split_Wall_Mounted_Air_Conditioner.html&lt;br /&gt;
* product name&lt;br /&gt;
* product photo&lt;br /&gt;
* product category&lt;br /&gt;
* description/features&lt;br /&gt;
* listing date&lt;br /&gt;
* expiry date&lt;br /&gt;
* company name&lt;br /&gt;
* contact person&lt;br /&gt;
* address&lt;br /&gt;
* zip&lt;br /&gt;
* telephone&lt;br /&gt;
* fax&lt;br /&gt;
* website&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1488</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1488"/>
		<updated>2005-08-29T17:29:25Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* expats.cz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
* Email&lt;br /&gt;
* Date&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1487</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1487"/>
		<updated>2005-08-29T17:26:55Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Previous Schemas and Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
==== LinkShare Datafeeds ====&lt;br /&gt;
* http://www.linkshare.com/rc/sample_mfile.shtml (Example Feed)&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1486</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1486"/>
		<updated>2005-08-29T17:24:21Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Amazon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1485</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1485"/>
		<updated>2005-08-29T17:24:01Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Amazon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1484</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1484"/>
		<updated>2005-08-29T17:17:33Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
==== expats.cz ====&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1483</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1483"/>
		<updated>2005-08-29T17:17:03Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: Added expats.cz&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== expats.cz ===&lt;br /&gt;
* http://www.expats.cz/prague/t-71854.html&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency (might be CZK, USD, EUR)&lt;br /&gt;
* Product Description&lt;br /&gt;
* Product Condition&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1482</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1482"/>
		<updated>2005-08-29T17:11:52Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Mercado Libre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Product Description&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1481</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1481"/>
		<updated>2005-08-29T17:08:00Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Segunda Mano */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing segundamano.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1480</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1480"/>
		<updated>2005-08-29T17:07:47Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Segunda Mano */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1479</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1479"/>
		<updated>2005-08-29T17:07:25Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: /* Mercado Libre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Country (Implied by Navigation. Country is selected when accesing mercadolibre.com)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1478</id>
		<title>listing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=listing-examples&amp;diff=1478"/>
		<updated>2005-08-29T17:00:00Z</updated>

		<summary type="html">&lt;p&gt;Emiliano: Added mercadolibre.com and segundamano.com Latinamerican listing sites and Amazon Web Services Api Responses for future reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Listing Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document listing (e.g. For Sale, Wanted) examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary feed formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed listings microformat.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Trevor O'Reilly&lt;br /&gt;
* Emiliano Martínez Luque&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
&lt;br /&gt;
=== For Sale ===&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/sss/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/exec/obidos/ASIN/0735712018&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/SmallResponseGroup&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/main.html/103-0842473-2772652?s=AWSEcommerceService&amp;amp;v=2005-07-26&amp;amp;p=ApiReference/OfferFullResponseGroup&lt;br /&gt;
&lt;br /&gt;
==== Powazek ====&lt;br /&gt;
* http://www.powazek.com/2005/01/000485.html&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* image&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== 37signals ====&lt;br /&gt;
* http://www.37signals.com/svn/archives2/for_sale_hp_laserjet_4000n_and_a_1ghz_powermac_g4_tower.php&lt;br /&gt;
* email&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
* availability&lt;br /&gt;
&lt;br /&gt;
==== Mercado Libre ====&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17910319&lt;br /&gt;
* http://www.mercadolibre.com.ar/jm/item?site=MLA&amp;amp;id=17902804&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Financing Options (? may or may not exist)&lt;br /&gt;
* Merchant/Seller Name&lt;br /&gt;
* Merchant/Seller Rating (Within Mercado Libre)&lt;br /&gt;
* Product Condition (Used|New)&lt;br /&gt;
* Location (Province)&lt;br /&gt;
* Product Name&lt;br /&gt;
* Product Photo&lt;br /&gt;
* Offer Ending Date&lt;br /&gt;
* Item# (MercadoLibre ID)&lt;br /&gt;
&lt;br /&gt;
==== Segunda Mano ====&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13083319.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/informatica_y_comunicaciones/cámaras_digitales/venta/13084677.htm&lt;br /&gt;
* http://www.segundamano.com.ar/detalles/asp/automotores/motos/venta/13086663.htm&lt;br /&gt;
* Price Ammount&lt;br /&gt;
* Price Currency&lt;br /&gt;
* Product Description&lt;br /&gt;
* Seller Telephone&lt;br /&gt;
* Publish Date&lt;br /&gt;
* Province (?)&lt;br /&gt;
* City (?)&lt;br /&gt;
* Product Specific Data ( ie: Model, Year, Brand for Cars or Motorcycles. Varies by Product type. )&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://www.wantitnow.ebay.com&lt;br /&gt;
* category&lt;br /&gt;
* item number&lt;br /&gt;
* buyer nickname&lt;br /&gt;
* feedback&lt;br /&gt;
* date&lt;br /&gt;
* duration&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
==== Craigslist ====&lt;br /&gt;
* http://www.craigslist.org/wan/&lt;br /&gt;
* email&lt;br /&gt;
* duration&lt;br /&gt;
* date&lt;br /&gt;
* category&lt;br /&gt;
* title&lt;br /&gt;
* description&lt;br /&gt;
* location&lt;br /&gt;
* condition&lt;br /&gt;
* images&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
== Previous Schemas and Formats ==&lt;br /&gt;
&lt;br /&gt;
==== eBay ====&lt;br /&gt;
* http://developer.ebay.com/DevZone/XML/docs/WSDL/index.htm&lt;br /&gt;
* http://pages.ebay.com/help/sell/export-structure.html &lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* http://www.amazon.com/gp/aws/sdk/?v=2005%2d07%2d26&amp;amp;s=AWSEcommerceService &lt;br /&gt;
&lt;br /&gt;
==== Micropayment Markup ====&lt;br /&gt;
* http://www.w3.org/TR/Micropayment-Markup/&lt;br /&gt;
&lt;br /&gt;
==== FOAF-Shop ====&lt;br /&gt;
* http://rdfweb.org/people/danbri/rdfweb/danbri-foafshop.rdf&lt;br /&gt;
&lt;br /&gt;
==== Froogle ====&lt;br /&gt;
* http://www.google.com/froogle/merchants/advanced_feed_instructions.html &lt;br /&gt;
&lt;br /&gt;
==== Yahoo Shopping ====&lt;br /&gt;
* http://productsubmit.adcentral.yahoo.com/sspi/us/spec/ &lt;br /&gt;
&lt;br /&gt;
==== Become.com ====&lt;br /&gt;
* http://www.become.com/merchant/Product_Feed_Specification_5_05_05.pdf&lt;br /&gt;
&lt;br /&gt;
==== MySimon ====&lt;br /&gt;
* http://shopper.cnet.com/html/partners/a_feed.html#guidelines&lt;br /&gt;
&lt;br /&gt;
== Related Initiatives ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of related e-business initiatives. While the scope of these projects is much larger than the problem addressed here, they may provide good reference points for property and process naming conventions. Included primarily for completeness.&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/ECommerce/ W3C Electronic Commerce Interest Group] The role of W3C is to focus on core infrastructure technologies for Electronic Commerce and identify common infrastructure needed in this area. &lt;br /&gt;
&lt;br /&gt;
* [http://www.commerce.net CommerceNet] CommerceNet is a non-profit membership organization meeting the evolving needs of companies doing electronic commerce. &lt;br /&gt;
&lt;br /&gt;
* [http://www.ebxml.org ebXML] ebXML (Electronic Business using eXtensible Markup Language), is a modular suite of specifications that enables enterprises of any size and in any geographical location to conduct business over the Internet.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biztalk.org BizTalk] The BizTalk Framework is an XML framework for application integration and electronic commerce. It includes a design framework for implementing an XML schema and a set of XML tags used in messages sent between applications. &lt;br /&gt;
&lt;br /&gt;
* [http://xml.coverpages.org/ecml.html ECML] The Electronic Commerce Modeling Language provides a simple set of guidelines for web merchants that will enable digital wallets from multiple vendors to automate the exchange of information between users and merchants.&lt;br /&gt;
&lt;br /&gt;
* [http://www.iotp.org IOTP] The Open Trading Protocol was developed by a number of organizations, working cooperatively to make widespread Internet trading a convenient and secure reality.&lt;br /&gt;
&lt;br /&gt;
* [http://www.udef.org UDEF] The Universal Data Element Framework is a cross-industry metadata identification strategy designed to facilitate convergence and interoperability among e-business and other standards. &lt;br /&gt;
  &lt;br /&gt;
* [http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl UBL] UBL, the Universal Business Language, is the product of an international effort to define a royalty-free library of standard electronic XML business documents such as purchase orders and invoices. &lt;br /&gt;
&lt;br /&gt;
* [http://www.rosettanet.org RosettaNet] A self-funded, non-profit organization, RosettaNet is a consortium of major Computer and Consumer Electronics, Electronic Components, Semiconductor Manufacturing, Telecommunications and Logistics companies working to create and implement industry-wide, open e-business process standards. These standards form a common e-business language, aligning processes between supply chain partners on a global basis.&lt;/div&gt;</summary>
		<author><name>Emiliano</name></author>
	</entry>
</feed>