<?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=D4rr3ll</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=D4rr3ll"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/D4rr3ll"/>
	<updated>2026-04-15T01:16:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:D4rr3ll&amp;diff=32252</id>
		<title>User:D4rr3ll</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:D4rr3ll&amp;diff=32252"/>
		<updated>2006-09-20T07:56:12Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello!&lt;br /&gt;
&lt;br /&gt;
I'm basically interested in the hListing format in relation to one of my sites [http://www.dealtagger.com/ dealtagger].&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting-feedback&amp;diff=10308</id>
		<title>hlisting-feedback</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting-feedback&amp;diff=10308"/>
		<updated>2006-09-20T07:39:25Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: /* Validator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Default Action ==&lt;br /&gt;
I think it's good form to have a default for every required field, since someone out there is going to drop any given requried field in the land of microformats. In that spirit, the default for listing type is offer, since wanted ads are &amp;lt;&amp;lt; 10% in the real world. What I don't know is what the default action should be; the most neutral of them is ''announce'', which I am using in my parser.&lt;br /&gt;
&lt;br /&gt;
-- Rohit&lt;br /&gt;
&lt;br /&gt;
== Donations ==&lt;br /&gt;
&lt;br /&gt;
Sell and Rent are obvious enough verbs; what does Trade mean, though? Barter? And what about one-sided gifts, like donations or &amp;quot;free to recycle&amp;quot;? Should we replace Trade and offer Donate in its place?&lt;br /&gt;
&lt;br /&gt;
-- Rohit&lt;br /&gt;
&lt;br /&gt;
== Desire to Inherit Context ==&lt;br /&gt;
&lt;br /&gt;
When it comes to blog posting, I’d like to see us address the following:&lt;br /&gt;
&lt;br /&gt;
1. '''Less is more'''. Or in reverse, people are lazy, and the less fields they need to fill in order to sell a couch or find a date, the more they'll use the plugin. So I'm trying to visualize how this plays in with the user interface and how we can keep it as simple as possible.&lt;br /&gt;
&lt;br /&gt;
2. '''DRY'''. We want to capture as much information as possible from what is already available in the blog post. We already have summary (title), listing date/time (post date/time), permalink, author information, tags/categories.&lt;br /&gt;
&lt;br /&gt;
3. '''Keep it simple'''. And here I'm talking about setup and being able to extend your blog's functionality without too much fuss. This one is a bit more tricky, so I'll go into details.&lt;br /&gt;
&lt;br /&gt;
WordPress uses templates to render the blog post. The template then calls the WordPress API to render the title, a second call to render the content, and another call to render any additional metadata (e.g. &lt;br /&gt;
publish date, categories, author). These separate calls allow people to play with the formatting and apply any styling they like.&lt;br /&gt;
&lt;br /&gt;
The way uPress works, is by processing the blog post before it goes back to the filter, creating the hEvent (to be: hListing) element around it, and adding any relevant fields into the blog post. So what you fill in the form, finds its way to the post content. As a result, setting up the plugin requires two steps: drop it to the plugins directory, and activate.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, I only get to process the content of the post. I can't easily include the title inside the hListing element, or any other metadata about the post, even though I have access to it. If I duplicate that information, the post stops being readable. And to wrap the entire post (not just body) inside a microformat element, I need to tweak the template. Except people use different templates, and I can't tweak all of them.&lt;br /&gt;
&lt;br /&gt;
So the more context we use, the better the plugin becomes.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
== '''Make Info/Photo fields Optional''' ==&lt;br /&gt;
&lt;br /&gt;
WordPress has a great WYSIWYG editor that lets you drag &amp;amp; drop images. &lt;br /&gt;
But the only semantic identification it uses is the HTML &amp;lt;img&amp;gt; element. &lt;br /&gt;
So how do we get a photo to be identified from all the images inside the description?&lt;br /&gt;
&lt;br /&gt;
1. Manually edit the HTML that WordPress creates to add the class.&lt;br /&gt;
2. Add another UI doubling the one already used by WordPress, sans drag &amp;amp; drop, strictly for images designated as photos.&lt;br /&gt;
3. Tag every single image as photo.&lt;br /&gt;
4. Have the crawler interpret every single image as photo.&lt;br /&gt;
&lt;br /&gt;
I'm not sure we want to push the complexity to the edge, that's like asking people to create only valid XHTML pages and not rendering anything that refuses to validate. This is about humans first, machines second. If complexity needs to exist, it should be not in the blog, but in the crawlers.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''On hReview''' ==&lt;br /&gt;
&lt;br /&gt;
This draft was heavily influenced by hReview. That's a good thing. We don’t want to duplicate efforts; are learning from the mistakes of others; and converging on a cohesive set of specifications. I want to eventually add hReview and hCard to my plugin. So this strategy of borrowing from existing microformats helps me get it done quicker. It took me all of five minutes to leverage address formatting from hEvent.&lt;br /&gt;
&lt;br /&gt;
But we also need to recognize that hReview could also be more blogging friendly. The specification is great, but the implementations are lacking. I think the reason is that hReview was designed for greenfield applications that specifically deal with emitting reviews. The design did not take into consideration applications that already deal with content, but want to supplement it with reviews, listings, etc. There's no mention of such consideration in the spec.&lt;br /&gt;
&lt;br /&gt;
We want to appeal to the wide populace of bloggers who just want to get stuff done. Rather than put the burden on millions of bloggers out there, we should place the burden on the few companies developing crawlers.&lt;br /&gt;
&lt;br /&gt;
What would Tantek say? I think he'd ask us to focus on use cases, real examples. I'm presenting one such example. The use case involves a blogger who just wants to sell something on their blog, with the minimum amount of effort and cognitive friction. They want the listing to be discovered, aggregated and searched by others.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Neighborhood Name''' ==&lt;br /&gt;
&lt;br /&gt;
With the exception of housing, most classified listings don’t contain a specific address (e.g., if I’m selling my couch, you don’t need to know where I live in the listing).    Some location information, however, is important.  In most suburban areas, the name of the town is sufficient.  In cities, however, neighborhood is important and more contextually relevant than zipcode (simply a region defined by the post office).&lt;br /&gt;
&lt;br /&gt;
This is a tough problem that needs to be solved but outside the context of this discussion.  We think there are other cases the could benefit from it, including hReview and hEvent.  We recommend that this debate be surface in the adr microformation discussion (e.g., perhaps extend the locality field (city) to optionally include a neighborhood)&lt;br /&gt;
&lt;br /&gt;
-- Craig Donato &amp;amp; Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Listing Action, Listing Type, Item Type''' ==&lt;br /&gt;
&lt;br /&gt;
We heavily debated how to classify a listing.  Search engines or marketplaces typically need to understand what type of listing it is (e.g., personal ad, house for sale, music) to effectively reference or index a listing.   &lt;br /&gt;
&lt;br /&gt;
We initially considered proposing a single category field that contained tags (in addition to the tags field).  Not only did this seem duplicative, it also seemed like too much of a good thing.  In a previous project, Assaf managed to successfully overload everything into tags (including dates and locations), and run time-based and location-based searches, and ended up concluding it's a bad idea.&lt;br /&gt;
&lt;br /&gt;
We eventually decided to propose the use three parametric field that when used together could define any type of listing independent of the words use to describe.  These ended up being: listing-type (are you offering something or looking for something; listing-action (are you trying to sell, rent, or announce something); and item type (what item is referenced by the action such as a job opening, product, housing).  By making small modifications to this vocabulary, users can specify an extremely wide range of potential transactions.  This seemed more feasible given that the UI used to produce the hListing could abstract some of this from the user (as Assaf demonstrated in his demo plugin).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Desired Transaction&lt;br /&gt;
!Listing Type&lt;br /&gt;
!Listing Action&lt;br /&gt;
!Item Type&lt;br /&gt;
|-&lt;br /&gt;
|Merchandise For Sale&lt;br /&gt;
|Offer&lt;br /&gt;
|Sell&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Looking to Buy Merchandise&lt;br /&gt;
|Wanted&lt;br /&gt;
|Sell&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Selling Tickets&lt;br /&gt;
|Offer&lt;br /&gt;
|Sell&lt;br /&gt;
|Event&lt;br /&gt;
|-&lt;br /&gt;
|Apartment For Rent&lt;br /&gt;
|Offer&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Looking for Apartment&lt;br /&gt;
|Wanted&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Room for Rent (Roommate)&lt;br /&gt;
|Offer&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Looking for a Date&lt;br /&gt;
|Offer||Wanted&lt;br /&gt;
|Announce, Meet&lt;br /&gt;
|-&lt;br /&gt;
|Job Opening&lt;br /&gt;
|Offer&lt;br /&gt;
|Announce&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Looking for a Job (Resume)&lt;br /&gt;
|Wanted&lt;br /&gt;
|Announce&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Music Lessons&lt;br /&gt;
|Offer&lt;br /&gt;
|Service&lt;br /&gt;
|Business&lt;br /&gt;
|-&lt;br /&gt;
|Trade Couch for TV&lt;br /&gt;
|Offer&lt;br /&gt;
|Trade&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Pet for Adoption&lt;br /&gt;
|Offer&lt;br /&gt;
|Announce&lt;br /&gt;
|Animal?&lt;br /&gt;
|}&lt;br /&gt;
-- Craig Donato&lt;br /&gt;
&lt;br /&gt;
== Eliminate Item Type ==&lt;br /&gt;
&lt;br /&gt;
Can we eliminate item type and simply use tags?  Or perhaps inferred item type from the item info?&lt;br /&gt;
&lt;br /&gt;
== hClassified? ==&lt;br /&gt;
&lt;br /&gt;
There are meanings of &amp;quot;listing&amp;quot; that wouldn't fit this format.. might not hClassified be a more descriptive name? It's not overconstraining... 'classifieds' being very broad in practice and the meaning very informally/functionally defined. Or has the 'listing' train left the station? &lt;br /&gt;
&lt;br /&gt;
== What about retail? == &lt;br /&gt;
&lt;br /&gt;
Retail is out of scope for hListing, sure -- but what microformat should a retail seller of (e.g. mass-produced) goods use? hForSale? hProduct?&lt;br /&gt;
&lt;br /&gt;
== Retail ==&lt;br /&gt;
&lt;br /&gt;
Funnily enough, hProduct is always something that I've thought about.&lt;br /&gt;
&lt;br /&gt;
I'd be bold enough to say that it will be one of the main uses of microformats in the future. Imagine the amount of shops, price comparison, product review and many more type of sites. It doesn't have to be for profit, it could just be someones product, on their site, that they are displaying.&lt;br /&gt;
&lt;br /&gt;
I'd be willing to help and continue development of a spec for 'hProduct'.&lt;br /&gt;
&lt;br /&gt;
Adam Craven&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Thubnail Class ==&lt;br /&gt;
Hello. I'm not sure I understand everything correctly, but from reading the hListing proposal it seems that one should put pictures of the listed subject into the &amp;quot;photo&amp;quot; class. I'm wondering if also we may wish to have a &amp;quot;thumnail&amp;quot; class or perhaps something like &amp;quot;photo-thumbnail&amp;quot; to denote thumbnail images.&lt;br /&gt;
-Andrew&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Validator ==&lt;br /&gt;
Perhaps to foster development of this type, someone (who knows a lot more about microformats than I) should put a validator type page out there. I realize that microformats, by their nature are a loose specification (it's not as strict as validating say an XML rss feed). But having something that I can use to at least verify that what I'm coding is actually recognized as an hListing by someone other than myself would be very helpful.&lt;br /&gt;
-Andrew&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blogmatrix have added hListing to their microformats parser [http://tools.blogmatrix.com/extract/ here]&lt;br /&gt;
-d4rr3ll&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting&amp;diff=8686</id>
		<title>hlisting</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting&amp;diff=8686"/>
		<updated>2006-09-20T07:38:06Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: /* Examples in the Wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hListing Proposal &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hListing is a proposal for an open, distributed listings (UK English: small-ads) format suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hListing would be one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Proposal 2006-02-07 ==&lt;br /&gt;
&lt;br /&gt;
===Editor===&lt;br /&gt;
* Rohit Khare, [http://commerce.net/ CommerceNet]&lt;br /&gt;
&lt;br /&gt;
===Authors===&lt;br /&gt;
* Assaf Arkin, [http://blog.labnotes.org/ Labnotes]&lt;br /&gt;
* Craig Donato, [http://oodle.com/ Oodle]&lt;br /&gt;
* Rohit Khare, [http://commerce.net/ CommerceNet]&lt;br /&gt;
&lt;br /&gt;
===Contributors===&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Ryan King&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
Individuals and professionals are increasingly publishing their offerings online: whether as items for sale or rent (cars, homes, apartments), services for hire (music lessons, dog walker, plumber), openings (jobs, volunteers, extra spot in a book club) or personals (people looking for dates, companions, roommates).  The goal of publishing (and promoting) these listings online is to seek out interested parties, often within a limited time period.&lt;br /&gt;
&lt;br /&gt;
While descriptions of products and services are common on the Web, particularly on e-commerce sites, we are proposing an hListing microformat for sharing, searching, and syndicating the information that helps match up buyers and sellers. This proposal follows the common practices of trading sites such as Craigslist, eBay and newspaper classifieds.&lt;br /&gt;
&lt;br /&gt;
If [[hreview|hReview]] is about an item and what you think of it, hListing is about an item and what you want to ''do'' with it.&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who participated in the initial burst of hListing activity in August 2005, particularly Emiliano Martínez Luque and Trevor O'Reilly, for naming the effort and organizing the listing-{brainstorming, formats, examples} pages on the wiki. We would like to thank Tantek for an initial debate about whether to extend hReview or pursue an independent-though-similar hListing for our proposal.&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Vibrant online marketplaces have been launched with little more than titles, prices, descriptions, and contact email addresses; we hope to kindle the same spirit of minimalism with this proposal to restart active discussion of what an hListing should be. Since we are venturing into a space that does not have “settled law” such as the vCard definitions hCard started with, we were inspired by hReview, another novel compound microformat that emerged from the microformats.org community process. &lt;br /&gt;
&lt;br /&gt;
In particular, we note that both applications need a way to share informative descriptions of a product or service, including attribution of authorship and provenance of the item. if hReview is a microformat for one's opinion of a product or service, hListing helps share what one would like to ''do'' with it:  sell it, rent it, trade it, perform that service, announce it, or, for people, to meet them. It can tell you how to contact the lister, and whether it is an item on offer or a wanted ad.&lt;br /&gt;
&lt;br /&gt;
==== Out of Scope ====&lt;br /&gt;
We are focusing on providing &amp;quot;just enough&amp;quot; structure to enable matching, not to consummate transactions. This is distinct from the majority of formats described on the wiki under [[listing-examples]], which are specific enough to completely describe products for retail sale according to the idiosyncratic semantics of particular merchants and shopping engines. Instead of encoding retail-oriented fields such as UPCs, SKUs, and manufacturer part numbers, this proposal acknowledges that many listings are for &amp;quot;inventories of one&amp;quot; that may not have such precise abstractions.&lt;br /&gt;
&lt;br /&gt;
Similarly, listings cannot aspire to describe prices and terms &amp;amp; conditions to the degree necessary to automate entire transactions or price comparisons. Some have terms beyond the pale of any B2B exchange protocols (e.g. &amp;quot;$50 ''obo''&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
As in hReview, the concept of a “universal object identifier” is also out-of-scope for this effort. Unlike some of the “product feed” formats under [listing-examples], we avoided specifying any taxonomy for identifying or categorizing listings in favor of tags.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hListing format is based on a set of fields common to numerous listing sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hreview|hReview]], [[hcard|hCard]], [[hcalendar|hCalendar]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
An hListing schema should consist of the following: &lt;br /&gt;
&lt;br /&gt;
* hListing&lt;br /&gt;
** version. optional. text. &lt;br /&gt;
** '''listing action'''. one or more tags, suggested set: ''sell'' | ''rent'' | ''trade'' | ''meet'' | ''announce'' | ''offer'' | ''wanted'' | ''event'' | ''service''&lt;br /&gt;
** '''lister'''. required.  [[hcard|hCard]] | (fn || email || url || ''tel'').&lt;br /&gt;
** ''dtlisted''. optional. ISO8601 absolute date time. &lt;br /&gt;
** ''dtexpired''. optional. ISO8601 absolute date time.&lt;br /&gt;
** ''price''. optional. text. [should include a floating-point number with optional ISO currency codes]&lt;br /&gt;
** item info. '''optional'''. (fn || url || photo || [[geo]] || [[adr]]) |  [[hcard|hCard]] (for person or business). &lt;br /&gt;
** summary. optional. text. &lt;br /&gt;
** description. '''required'''. text with optional valid XHTML markup. &lt;br /&gt;
** item tags. optional. keywords or phrases describing the item being offered, using [[rel-tag]]&lt;br /&gt;
** permalink. optional. &lt;br /&gt;
&lt;br /&gt;
==== Summary of Changes ====&lt;br /&gt;
By comparison to hReview:&lt;br /&gt;
* Item type and info have been preserved to describe the good, service, or person being offered.&lt;br /&gt;
* Item info expanded to take geo or adr for location of the item.&lt;br /&gt;
* Item description has become required, rather than item info or type. While reviews tend to apply to a range of products, listings &amp;quot;in the wild&amp;quot; can be ''sui generis,'' found with only a description and no other structured information.&lt;br /&gt;
* Rating has been removed.&lt;br /&gt;
* Lister, unlike Reviewer, can also have a telephone number -- but it must ''either'' be an hCard or the other fields.&lt;br /&gt;
&lt;br /&gt;
Creating a listing requires adding transaction metadata:&lt;br /&gt;
* Type of transaction sought: whether the lister has or wants an item (sale or rent), a service, an opening, or a personal introduction.&lt;br /&gt;
* Dates of listing and expiry. Once taken, listings may be reposted with a modified dtexpired.&lt;br /&gt;
* Price has been called out specifically as an independent text field. It can include some terms &amp;amp; conditions.&lt;br /&gt;
&lt;br /&gt;
==Field Details==&lt;br /&gt;
The fields of the hListing schema represent the following:&lt;br /&gt;
&lt;br /&gt;
'''version''':: This optional field permits hListing publishers to specify a particular version of hListing that their content uses. By omitting this field, the publisher is stating that implementations may interpret the hListings according to any version of the hListing specification. The value for this proposal as of 6-Feb-2006 is &amp;quot;0.0,&amp;quot; since it has no official standing yet.&lt;br /&gt;
&lt;br /&gt;
===Transaction Metadata===&lt;br /&gt;
'''listing type''':: This required field indicates the desired matching: whether it’s about something that the lister has (offer) or wants (wanted).   '''NOTE: This needs to be collapsed with listing action per the change made to the summary above.'''&lt;br /&gt;
&lt;br /&gt;
'''listing action''':: This required field indicates the desired action for the listing: a permanent transfer (sale); transient use (rent); barter or donation (trade); to arrange an introduction (meet); publicize the existence of an event or vendor (announce); or to perform a service (service). &lt;br /&gt;
&lt;br /&gt;
'''lister''':: The person or business who should be contacted about the listing, either in the form of an hCard or a shorthand notation of one or more formatted names (fn) and contact information (email, url, tel). Note that this is not necessarily the the same as the ''author'' of the listing.&lt;br /&gt;
&lt;br /&gt;
'''dtlisted''':: This optional field MUST provide an ISO8601 absolute date time of when the listing was first made effective. This field SHOULD use UTC, but MAY use the time zone offset syntax. See [[datetime-design-pattern|datetime design pattern]].&lt;br /&gt;
&lt;br /&gt;
'''dtexpired''':: This optional field MUST provide an ISO8601 absolute date time of when the listing will become ineffective. It MUST be later than dtlisted. This field SHOULD use UTC, but MAY use the time zone offset syntax. See [[datetime-design-pattern|datetime design pattern]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that this definition obviates the need for a “taken” listing action; when a listing is no longer valid, it can simply be deleted, or republished with an expiry date that has already passed. Republication may be desirable, to indicate that the listing is no longer available to forestall further inquiries. Keeping expiry orthogonal to listing-action permits archival use of web pages with hListings.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''location''':: This optional field contains the location of the item, which may be different than the location of the lister. This may be a full hCard with contact information, or a geolocation-specific microformat type. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
There is an separate discussion to be had about how either of these three microformats can best accommodate colloquial terminiology for “neighborhoods,” but this proposal does not break new ground by coining a new fields for that purpose.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''price''':: This optional text field describes the “advertised” price of the listing; it is not a binding offer, nor a complete transaction price. Floating point numbers found within this string may be extracted for sorting/indexing, as could adjacent currency symbols or ISO currency codes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that since price is such a general description, we have avoided promoting an additional “terms and conditions” field for elaborating on the price or terms of the deal (e.g.  “dollars”, “best offer” “per month” “paypal only”). We suggest demoting it until proven that it needs to exist independently of either description (such as shipping rates) or price (which can just state “CAD$22/mo”).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Item Metadata===&lt;br /&gt;
&lt;br /&gt;
'''item type''':: This optional field &amp;quot;type&amp;quot; provides the type of the item being ''listed'': one of the following: opening, housing, product, business, event, person, place, website, url. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that the first two, housing and opening, are new and unique to hListing; the remainder are copied by reference from hReview. Similar to the note in hReview 0.2 for item types, the enumerated list of listing types is  “under development and may be extended.”&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''item info''':: This required field MUST have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of the item , SHOULD provide at least one URI (&amp;quot;url&amp;quot;) for the item, and MAY provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the item. For items of type person or business, the item info (fn, url, photo) SHOULD be encapsulated in an hCard. Unique item IDs (e.g. ISBNs, UPCs) MAY be represented as a URN (&amp;quot;url&amp;quot;) for the item.&lt;br /&gt;
&lt;br /&gt;
===Content ===&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional text field serves as a title for listing. &lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written description of the item being listed. The field MAY include valid XHTML markup (e.g. paragraphs). User agents SHOULD preserve any markup.  &lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the RelTag microformat for each individual keyword or phrase tag) that the reviewer associates with the item. The reviewer SHOULD provide tags relating to how they want the item categorized (e.g., “car, used, acura”, “job”, “real estate, 3BR”). The reviewer MAY also want to provide tags indicating payment terms (“dollars”, “paypal”). &lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the hListing. In addition to using the &amp;lt;a href&amp;gt; tag for this field, the attribute rel=&amp;quot;self bookmark&amp;quot; MUST be used to indicate that the hyperlink is a permalink for the review itself. If the hyperlink already contains a rel attribute, then the values self and bookmark MUST be included among the space-separated set of values in the attribute. Indexers MAY treat the permalink of a review as a unique ID in order to identify and collate the same listing from multiple sources (such as indexing a page multiple times). The permalink MAY also be used to indicate or imply the origin of the listing. Authors MAY use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink, but are not required to do so.&lt;br /&gt;
&lt;br /&gt;
===Cross-cutting issues===&lt;br /&gt;
''Internationalization:'' Though there are many English-language tokens, they are only used as invisible class-names; user-visible listing information can be completely localized. N.b. that (X)HTML lang attribute rules still apply as usual, for multilingual aggregators of hListings.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]] and [[hcalendar|hCalendar]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, email, photo, description, categories&amp;lt;/code&amp;gt;.  In addition, items and reviewers described by hCards MAY contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;br /&gt;
&lt;br /&gt;
==Contextual Defaults: A New Approach?==&lt;br /&gt;
&lt;br /&gt;
Since listings may be embedded within blog postings, email, syndicated feeds, simple Web pages, or other microformats such as hAtom, to the degree possible, the following fields can be “inherited” from the context surrounding an hListing if absent:&lt;br /&gt;
&lt;br /&gt;
* lister (author, contributor, From:)&lt;br /&gt;
* dtlisted (Date:) &lt;br /&gt;
* dtexpired (Expires:)&lt;br /&gt;
* summary (title)&lt;br /&gt;
* permalink (URI:, &amp;lt;base&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
By contrast, gazetteering is an example of ''ad hoc'' contextual defaulting that is '''not''' governed by this technique. Guessing that “Noe Valley” is in “San Francisco, CA” because the hCard of the blog author is in the same city is beyond the pale of the contextual defaulting proposed here. All we are suggesting is application of DRY (“Don’t Repeat Yourself”) for fields that have equivalent definitions elsewhere within the same XHTML document or its MIME headers.&lt;br /&gt;
&lt;br /&gt;
See a related discussion on 2006-01-27 on [[hreview-feedback]].&lt;br /&gt;
&lt;br /&gt;
==Examples (Preliminary)==&lt;br /&gt;
&lt;br /&gt;
=== Simple Listing ===&lt;br /&gt;
 Parking space for rent (2/2/06)&lt;br /&gt;
 2 compact car spaces in a secure underground garage at:&lt;br /&gt;
 1738 Elm St.&lt;br /&gt;
 Somewhere, ED 34567 ISA&lt;br /&gt;
 Available in April 2006 for $215/mo&lt;br /&gt;
 Please contact John Broker at 110.555.1212 (C)&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;hlisting&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;item fn&amp;quot;&amp;gt;Parking space&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;offer rent&amp;quot;&amp;gt;for rent&amp;lt;/span&amp;gt;&lt;br /&gt;
     (&amp;lt;abbr class=&amp;quot;dtlisted&amp;quot; title=&amp;quot;20060202&amp;quot;&amp;gt;2/2/06&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;&lt;br /&gt;
     2 compact car spaces in a secure underground garage at:&lt;br /&gt;
     &amp;lt;div class=&amp;quot;location vcard adr&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1738 Elm St.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Somewhere&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;ED&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;34567&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country&amp;quot;&amp;gt;ISA&amp;lt;/span&amp;gt; &lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     Available in &amp;lt;abbr class=&amp;quot;dtexpired&amp;quot; title=&amp;quot;20060401&amp;quot;&amp;gt;April 2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
     for &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;$215/qtr&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;lister vcard&amp;quot;&amp;gt;&lt;br /&gt;
      Please contact &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Broker&amp;lt;/span&amp;gt; at &lt;br /&gt;
      &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;(110) 555-1212&amp;lt;/span&amp;gt; &lt;br /&gt;
      (&amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;cell&amp;quot;&amp;gt;C&amp;lt;/abbr&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Extended Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hlisting-extended-examples|hListing Extended Examples]] for real-world examples from Craigslist, eBay.com, and Match.com.&lt;br /&gt;
&lt;br /&gt;
=== Challenge Problems ===&lt;br /&gt;
&lt;br /&gt;
See [[hlisting-challenges|hListing Challenge Problems]] for some hypothetical examples that illustrate corners of the specification.&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
* [http://www.edgeio.com/ Edgeio] has started to produce output with hListings&lt;br /&gt;
* [http://www.dealtagger.com/ Dealtagger] supports hListing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blogmatrix have a handy microformat parser which now supports hListing [http://tools.blogmatrix.com/extract/ here]&lt;br /&gt;
&lt;br /&gt;
==Changes==&lt;br /&gt;
&lt;br /&gt;
6 Feb 2006: clarified definitions of fields throughout.&lt;br /&gt;
&lt;br /&gt;
5 Feb 2006: Reformatted into wiki-markup style.&lt;br /&gt;
&lt;br /&gt;
4 Feb 2006: Folded the sense of “taken” into dtexpired, re-imported item type from hReview, and combined action and status. Added an example. Removed anonymous listings, since that is an unlikely use case (pseudonymous, perhaps, but not ''a''nonymous).&lt;br /&gt;
&lt;br /&gt;
late Jan 2006: initial conversations started with the insight that hReview does a great job of describing items, and that we could shoehorn in listing semantics using a) magic tags to mean for-sale and b) mapping price onto dimensioned ratings. Tantek correctly nailed this as ''a-priori'' thinking, and encouraged us to start by designing the right spec for listings, and only sharing what was necessary.&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* Feedback is encouraged on the [[hlisting-feedback]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting&amp;diff=8421</id>
		<title>hlisting</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting&amp;diff=8421"/>
		<updated>2006-09-01T14:00:36Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: /* Examples in the Wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=hListing Proposal=&lt;br /&gt;
&lt;br /&gt;
hListing is a proposal for an open, distributed listings format suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hListing would be one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Proposal 2006-02-07 ==&lt;br /&gt;
&lt;br /&gt;
===Editor===&lt;br /&gt;
* Rohit Khare, [http://commerce.net/ CommerceNet]&lt;br /&gt;
&lt;br /&gt;
===Authors===&lt;br /&gt;
* Assaf Arkin, [http://blog.labnotes.org/ Labnotes]&lt;br /&gt;
* Craig Donato, [http://oodle.com/ Oodle]&lt;br /&gt;
* Rohit Khare, [http://commerce.net/ CommerceNet]&lt;br /&gt;
&lt;br /&gt;
===Contributors===&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Ryan King&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
Individuals and professionals are increasingly publishing their offerings online: whether as items for sale or rent (cars, homes, apartments), services for hire (music lessons, dog walker, plumber), openings (jobs, volunteers, extra spot in a book club) or personals (people looking for dates, companions, roommates).  The goal of publishing (and promoting) these listings online is to seek out interested parties, often within a limited time period.&lt;br /&gt;
&lt;br /&gt;
While descriptions of products and services are common on the Web, particularly on e-commerce sites, we are proposing an hListing microformat for sharing, searching, and syndicating the information that helps match up buyers and sellers. This proposal follows the common practices of trading sites such as Craigslist, eBay and newspaper classifieds.&lt;br /&gt;
&lt;br /&gt;
If [[hreview|hReview]] is about an item and what you think of it, hListing is about an item and what you want to ''do'' with it.&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who participated in the initial burst of hListing activity in August 2005, particularly Emiliano Martínez Luque and Trevor O'Reilly, for naming the effort and organizing the listing-{brainstorming, formats, examples} pages on the wiki. We would like to thank Tantek for an initial debate about whether to extend hReview or pursue an independent-though-similar hListing for our proposal.&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Vibrant online marketplaces have been launched with little more than titles, prices, descriptions, and contact email addresses; we hope to kindle the same spirit of minimalism with this proposal to restart active discussion of what an hListing should be. Since we are venturing into a space that does not have “settled law” such as the vCard definitions hCard started with, we were inspired by hReview, another novel compound microformat that emerged from the microformats.org community process. &lt;br /&gt;
&lt;br /&gt;
In particular, we note that both applications need a way to share informative descriptions of a product or service, including attribution of authorship and provenance of the item. if hReview is a microformat for one's opinion of a product or service, hListing helps share what one would like to ''do'' with it:  sell it, rent it, trade it, perform that service, announce it, or, for people, to meet them. It can tell you how to contact the lister, and whether it is an item on offer or a wanted ad.&lt;br /&gt;
&lt;br /&gt;
==== Out of Scope ====&lt;br /&gt;
We are focusing on providing &amp;quot;just enough&amp;quot; structure to enable matching, not to consummate transactions. This is distinct from the majority of formats described on the wiki under [[listing-examples]], which are specific enough to completely describe products for retail sale according to the idiosyncratic semantics of particular merchants and shopping engines. Instead of encoding retail-oriented fields such as UPCs, SKUs, and manufacturer part numbers, this proposal acknowledges that many listings are for &amp;quot;inventories of one&amp;quot; that may not have such precise abstractions.&lt;br /&gt;
&lt;br /&gt;
Similarly, listings cannot aspire to describe prices and terms &amp;amp; conditions to the degree necessary to automate entire transactions or price comparisons. Some have terms beyond the pale of any B2B exchange protocols (e.g. &amp;quot;$50 ''obo''&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
As in hReview, the concept of a “universal object identifier” is also out-of-scope for this effort. Unlike some of the “product feed” formats under [listing-examples], we avoided specifying any taxonomy for identifying or categorizing listings in favor of tags.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hListing format is based on a set of fields common to numerous listing sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hreview|hReview]], [[hcard|hCard]], [[hcalendar|hCalendar]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
An hListing schema should consist of the following: &lt;br /&gt;
&lt;br /&gt;
* hListing&lt;br /&gt;
** version. optional. text. &lt;br /&gt;
** '''listing action'''. one or more tags, suggested set: ''sell'' | ''rent'' | ''trade'' | ''meet'' | ''announce'' | ''offer'' | ''wanted'' | ''event'' | ''service''&lt;br /&gt;
** '''lister'''. required.  [[hcard|hCard]] | (fn || email || url || ''tel'').&lt;br /&gt;
** ''dtlisted''. optional. ISO8601 absolute date time. &lt;br /&gt;
** ''dtexpired''. optional. ISO8601 absolute date time.&lt;br /&gt;
** ''price''. optional. text. [should include a floating-point number with optional ISO currency codes]&lt;br /&gt;
** item info. '''optional'''. (fn || url || photo || [[geo]] || [[adr]]) |  [[hcard|hCard]] (for person or business). &lt;br /&gt;
** summary. optional. text. &lt;br /&gt;
** description. '''required'''. text with optional valid XHTML markup. &lt;br /&gt;
** item tags. optional. keywords or phrases describing the item being offered, using [[rel-tag]]&lt;br /&gt;
** permalink. optional. &lt;br /&gt;
&lt;br /&gt;
==== Summary of Changes ====&lt;br /&gt;
By comparison to hReview:&lt;br /&gt;
* Item type and info have been preserved to describe the good, service, or person being offered.&lt;br /&gt;
* Item info expanded to take geo or adr for location of the item.&lt;br /&gt;
* Item description has become required, rather than item info or type. While reviews tend to apply to a range of products, listings &amp;quot;in the wild&amp;quot; can be ''sui generis,'' found with only a description and no other structured information.&lt;br /&gt;
* Rating has been removed.&lt;br /&gt;
* Lister, unlike Reviewer, can also have a telephone number -- but it must ''either'' be an hCard or the other fields.&lt;br /&gt;
&lt;br /&gt;
Creating a listing requires adding transaction metadata:&lt;br /&gt;
* Type of transaction sought: whether the lister has or wants an item (sale or rent), a service, an opening, or a personal introduction.&lt;br /&gt;
* Dates of listing and expiry. Once taken, listings may be reposted with a modified dtexpired.&lt;br /&gt;
* Price has been called out specifically as an independent text field. It can include some terms &amp;amp; conditions.&lt;br /&gt;
&lt;br /&gt;
==Field Details==&lt;br /&gt;
The fields of the hListing schema represent the following:&lt;br /&gt;
&lt;br /&gt;
'''version''':: This optional field permits hListing publishers to specify a particular version of hListing that their content uses. By omitting this field, the publisher is stating that implementations may interpret the hListings according to any version of the hListing specification. The value for this proposal as of 6-Feb-2006 is &amp;quot;0.0,&amp;quot; since it has no official standing yet.&lt;br /&gt;
&lt;br /&gt;
===Transaction Metadata===&lt;br /&gt;
'''listing type''':: This required field indicates the desired matching: whether it’s about something that the lister has (offer) or wants (wanted).   '''NOTE: This needs to be collapsed with listing action per the change made to the summary above.'''&lt;br /&gt;
&lt;br /&gt;
'''listing action''':: This required field indicates the desired action for the listing: a permanent transfer (sale); transient use (rent); barter or donation (trade); to arrange an introduction (meet); publicize the existence of an event or vendor (announce); or to perform a service (service). &lt;br /&gt;
&lt;br /&gt;
'''lister''':: The person or business who should be contacted about the listing, either in the form of an hCard or a shorthand notation of one or more formatted names (fn) and contact information (email, url, tel). Note that this is not necessarily the the same as the ''author'' of the listing.&lt;br /&gt;
&lt;br /&gt;
'''dtlisted''':: This optional field MUST provide an ISO8601 absolute date time of when the listing was first made effective. This field SHOULD use UTC, but MAY use the time zone offset syntax. See [[datetime-design-pattern|datetime design pattern]].&lt;br /&gt;
&lt;br /&gt;
'''dtexpired''':: This optional field MUST provide an ISO8601 absolute date time of when the listing will become ineffective. It MUST be later than dtlisted. This field SHOULD use UTC, but MAY use the time zone offset syntax. See [[datetime-design-pattern|datetime design pattern]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that this definition obviates the need for a “taken” listing action; when a listing is no longer valid, it can simply be deleted, or republished with an expiry date that has already passed. Republication may be desirable, to indicate that the listing is no longer available to forestall further inquiries. Keeping expiry orthogonal to listing-action permits archival use of web pages with hListings.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''location''':: This optional field contains the location of the item, which may be different than the location of the lister. This may be a full hCard with contact information, or a geolocation-specific microformat type. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
There is an separate discussion to be had about how either of these three microformats can best accommodate colloquial terminiology for “neighborhoods,” but this proposal does not break new ground by coining a new fields for that purpose.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''price''':: This optional text field describes the “advertised” price of the listing; it is not a binding offer, nor a complete transaction price. Floating point numbers found within this string may be extracted for sorting/indexing, as could adjacent currency symbols or ISO currency codes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that since price is such a general description, we have avoided promoting an additional “terms and conditions” field for elaborating on the price or terms of the deal (e.g.  “dollars”, “best offer” “per month” “paypal only”). We suggest demoting it until proven that it needs to exist independently of either description (such as shipping rates) or price (which can just state “CAD$22/mo”).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Item Metadata===&lt;br /&gt;
&lt;br /&gt;
'''item type''':: This optional field &amp;quot;type&amp;quot; provides the type of the item being ''listed'': one of the following: opening, housing, product, business, event, person, place, website, url. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note that the first two, housing and opening, are new and unique to hListing; the remainder are copied by reference from hReview. Similar to the note in hReview 0.2 for item types, the enumerated list of listing types is  “under development and may be extended.”&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''item info''':: This required field MUST have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of the item , SHOULD provide at least one URI (&amp;quot;url&amp;quot;) for the item, and MAY provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the item. For items of type person or business, the item info (fn, url, photo) SHOULD be encapsulated in an hCard. Unique item IDs (e.g. ISBNs, UPCs) MAY be represented as a URN (&amp;quot;url&amp;quot;) for the item.&lt;br /&gt;
&lt;br /&gt;
===Content ===&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional text field serves as a title for listing. &lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written description of the item being listed. The field MAY include valid XHTML markup (e.g. paragraphs). User agents SHOULD preserve any markup.  &lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the RelTag microformat for each individual keyword or phrase tag) that the reviewer associates with the item. The reviewer SHOULD provide tags relating to how they want the item categorized (e.g., “car, used, acura”, “job”, “real estate, 3BR”). The reviewer MAY also want to provide tags indicating payment terms (“dollars”, “paypal”). &lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the hListing. In addition to using the &amp;lt;a href&amp;gt; tag for this field, the attribute rel=&amp;quot;self bookmark&amp;quot; MUST be used to indicate that the hyperlink is a permalink for the review itself. If the hyperlink already contains a rel attribute, then the values self and bookmark MUST be included among the space-separated set of values in the attribute. Indexers MAY treat the permalink of a review as a unique ID in order to identify and collate the same listing from multiple sources (such as indexing a page multiple times). The permalink MAY also be used to indicate or imply the origin of the listing. Authors MAY use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink, but are not required to do so.&lt;br /&gt;
&lt;br /&gt;
===Cross-cutting issues===&lt;br /&gt;
''Internationalization:'' Though there are many English-language tokens, they are only used as invisible class-names; user-visible listing information can be completely localized. N.b. that (X)HTML lang attribute rules still apply as usual, for multilingual aggregators of hListings.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]] and [[hcalendar|hCalendar]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, email, photo, description, categories&amp;lt;/code&amp;gt;.  In addition, items and reviewers described by hCards MAY contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;br /&gt;
&lt;br /&gt;
==Contextual Defaults: A New Approach?==&lt;br /&gt;
&lt;br /&gt;
Since listings may be embedded within blog postings, email, syndicated feeds, simple Web pages, or other microformats such as hAtom, to the degree possible, the following fields can be “inherited” from the context surrounding an hListing if absent:&lt;br /&gt;
&lt;br /&gt;
* lister (author, contributor, From:)&lt;br /&gt;
* dtlisted (Date:) &lt;br /&gt;
* dtexpired (Expires:)&lt;br /&gt;
* summary (title)&lt;br /&gt;
* permalink (URI:, &amp;lt;base&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
By contrast, gazetteering is an example of ''ad hoc'' contextual defaulting that is '''not''' governed by this technique. Guessing that “Noe Valley” is in “San Francisco, CA” because the hCard of the blog author is in the same city is beyond the pale of the contextual defaulting proposed here. All we are suggesting is application of DRY (“Don’t Repeat Yourself”) for fields that have equivalent definitions elsewhere within the same XHTML document or its MIME headers.&lt;br /&gt;
&lt;br /&gt;
See a related discussion on 2006-01-27 on [[hreview-feedback]].&lt;br /&gt;
&lt;br /&gt;
==Examples (Preliminary)==&lt;br /&gt;
&lt;br /&gt;
=== Simple Listing ===&lt;br /&gt;
 Parking space for rent (2/2/06)&lt;br /&gt;
 2 compact car spaces in a secure underground garage at:&lt;br /&gt;
 1738 Elm St.&lt;br /&gt;
 Somewhere, ED 34567 ISA&lt;br /&gt;
 Available in April 2006 for $215/mo&lt;br /&gt;
 Please contact John Broker at 110.555.1212 (C)&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;hlisting&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;p&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;item fn&amp;quot;&amp;gt;Parking space&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;offer rent&amp;quot;&amp;gt;for rent&amp;lt;/span&amp;gt;&lt;br /&gt;
     (&amp;lt;abbr class=&amp;quot;dtlisted&amp;quot; title=&amp;quot;20060202&amp;quot;&amp;gt;2/2/06&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;&lt;br /&gt;
     2 compact car spaces in a secure underground garage at:&lt;br /&gt;
     &amp;lt;div class=&amp;quot;location vcard adr&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1738 Elm St.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Somewhere&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;ED&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;34567&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country&amp;quot;&amp;gt;ISA&amp;lt;/span&amp;gt; &lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     Available in &amp;lt;abbr class=&amp;quot;dtexpired&amp;quot; title=&amp;quot;20060401&amp;quot;&amp;gt;April 2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
     for &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;$215/qtr&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;lister vcard&amp;quot;&amp;gt;&lt;br /&gt;
      Please contact &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Broker&amp;lt;/span&amp;gt; at &lt;br /&gt;
      &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;(110) 555-1212&amp;lt;/span&amp;gt; &lt;br /&gt;
      (&amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;cell&amp;quot;&amp;gt;C&amp;lt;/abbr&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Extended Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hlisting-extended-examples|hListing Extended Examples]] for real-world examples from Craigslist, eBay.com, and Match.com.&lt;br /&gt;
&lt;br /&gt;
=== Challenge Problems ===&lt;br /&gt;
&lt;br /&gt;
See [[hlisting-challenges|hListing Challenge Problems]] for some hypothetical examples that illustrate corners of the specification.&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
* [http://www.edgeio.com/ Edgeio] has started to produce output with hListings&lt;br /&gt;
* [http://www.dealtagger.com/ Dealtagger] supports hListing&lt;br /&gt;
&lt;br /&gt;
==Changes==&lt;br /&gt;
&lt;br /&gt;
6 Feb 2006: clarified definitions of fields throughout.&lt;br /&gt;
&lt;br /&gt;
5 Feb 2006: Reformatted into wiki-markup style.&lt;br /&gt;
&lt;br /&gt;
4 Feb 2006: Folded the sense of “taken” into dtexpired, re-imported item type from hReview, and combined action and status. Added an example. Removed anonymous listings, since that is an unlikely use case (pseudonymous, perhaps, but not ''a''nonymous).&lt;br /&gt;
&lt;br /&gt;
late Jan 2006: initial conversations started with the insight that hReview does a great job of describing items, and that we could shoehorn in listing semantics using a) magic tags to mean for-sale and b) mapping price onto dimensioned ratings. Tantek correctly nailed this as ''a-priori'' thinking, and encouraged us to start by designing the right spec for listings, and only sharing what was necessary.&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* Feedback is encouraged on the [[hlisting-feedback]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting-extended-examples&amp;diff=15001</id>
		<title>hlisting-extended-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting-extended-examples&amp;diff=15001"/>
		<updated>2006-08-31T18:18:50Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: /* hListing Extended Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=hListing Extended Examples=&lt;br /&gt;
&lt;br /&gt;
These are examples directly copied from then-current listings on public Websites by Craig Donato.&lt;br /&gt;
&lt;br /&gt;
Note: the example markup on this page was produced by an early preview of Assaf Arkin's plugin for WordPress. It does not mean that the syntax here is final, or interoperable with, say, CommerceNet's parser (unfortunately!)&lt;br /&gt;
&lt;br /&gt;
Note: some of the examples here show class=&amp;quot;hlisting offer-sale&amp;quot;, but according to [http://microformats.org/wiki/hcard-faq#nesting-properties this] that shouldn't be the case.&lt;br /&gt;
&lt;br /&gt;
=== Housing / Craigslist ===&lt;br /&gt;
{|&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|offer&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|rent&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|hous-131773022@craigslist.org&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|2006-02-06, 3:48PM PST&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|$1995&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|1135 Sir Francis Drake Blvd, Kentfield, CA&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|housing&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://b.im.craigslist.org/lI/kK/QS8vqLbrfj762txcg44ISQIThVta.jpg&lt;br /&gt;
http://b.im.craigslist.org/xg/h5/VIvHzirAmMtKj2bYMi81Cy4G318F.jpg&lt;br /&gt;
http://b.im.craigslist.org/LC/VV/wmQLa9DmuTJfPqqr8xVNwpVnJbUN.jpg&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|$1995 / 3br - Spacious townhouse private garage, lots of closets&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|This is a spacious 3 bedroom 2 bath townhouse/apartment on the Ross border. Easy commute to San Francisco by bus or ferry. Close to bike &amp;amp; hike paths, College of Marin and public transportation. Located in the Kentfield School District. &lt;br /&gt;
&lt;br /&gt;
3BR/2BA Fresh paint and very well maintained &lt;br /&gt;
&lt;br /&gt;
First Floor: &lt;br /&gt;
* Living Room &lt;br /&gt;
* Dining Room &lt;br /&gt;
* Kitchen: Lots of counter space, dishwasher, refrigerator, stove, garbage disposal &lt;br /&gt;
* Full bathroom &lt;br /&gt;
* Bedroom with private balcony, overlooking creek and trees &lt;br /&gt;
&lt;br /&gt;
Second Floor &lt;br /&gt;
* Two large bedrooms, each with walk-in closets &lt;br /&gt;
* Extra walk-in storage closet &lt;br /&gt;
* Full bathroom &lt;br /&gt;
&lt;br /&gt;
EXTRAS &lt;br /&gt;
* Enclosed Parking Garage &lt;br /&gt;
* Cable Ready &lt;br /&gt;
* Shared Laundry Room &lt;br /&gt;
* Creekside deck for picnics &lt;br /&gt;
* Includes water and garbage pick-up &lt;br /&gt;
&lt;br /&gt;
Address: 1135 Sir Francis Drake Blvd, Kentfield Please DO NOT disturb residents. &lt;br /&gt;
&lt;br /&gt;
For more information, or to schedule an appointment to view, please contact (415) 454-2246&lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|Apartments, Kentfield&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://www.craigslist.org/nby/apa/131773022.html&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting offer-rent'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&amp;lt;p&amp;gt;&amp;lt;span style=&amp;quot;font-size: 10pt&amp;quot;&amp;gt;This is a&lt;br /&gt;
 spacious 3 bedroom 2 bath townhouse/apartment on the Ross border. Easy&lt;br /&gt;
 commute to San Francisco by bus or ferry. Close to bike &amp;amp;#038; hike&lt;br /&gt;
 paths, College  of Marin and public transportation. Located in the &lt;br /&gt;
 Kentfield  School District.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;3BR/2BA Fresh paint and very well maintained&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;First Floor:&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Living Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Dining Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Kitchen: Lots of counter space, dishwasher, refrigerator, stove,&lt;br /&gt;
 garbage disposal&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Full bathroom&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Bedroom with private balcony, overlooking creek and trees&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Second Floor&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Two large bedrooms, each with walk-in closets&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Extra walk-in storage closet&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Full bathroom&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;EXTRAS&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Enclosed Parking Garage&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Cable Ready&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Shared Laundry Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Creekside deck for picnics&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Includes water and garbage pick-up&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a href=&amp;quot;http://localhost/blog/tag/apartments&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Apartments&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/housing&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;housing&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/kentfield&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Kentfield&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Price&amp;lt;/strong&amp;gt;: &amp;lt;span class='price'&amp;gt;$1995&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p class='location'&amp;gt;&amp;lt;strong&amp;gt;Location&amp;lt;/strong&amp;gt;: &amp;lt;div class='adr'&amp;gt;&amp;lt;span&lt;br /&gt;
 class='street-address'&amp;gt;1135 Sir Francis Drake Blvd&amp;lt;/span&amp;gt;&amp;lt;div&lt;br /&gt;
 class='locality'&amp;gt;Kentfield&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span class='region'&amp;gt;CA&amp;lt;/state&amp;gt;&lt;br /&gt;
 &amp;lt;span class='postal-code'&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p class='contact'&amp;gt;&amp;lt;strong&amp;gt;Contact me at&amp;lt;/strong&amp;gt;: &amp;lt;span&lt;br /&gt;
 class=&amp;quot;hcard&amp;quot;&amp;gt;(415) 454-2246&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: @@.&lt;br /&gt;
&lt;br /&gt;
Preview screenshot:&lt;br /&gt;
&lt;br /&gt;
http://labs.commerce.net/~rohit/hlisting-housing-aa.png&lt;br /&gt;
&lt;br /&gt;
=== Product / eBay ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|offer&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|sell&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;amp;userid=manganos&amp;amp;iid=5863912155&amp;amp;frm=284&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|Feb-07-06 14:28:35 PST&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|Feb-13-06 15:28:35 PST&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|$1&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|Church Road, VA United States&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|product&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://i8.ebayimg.com/02/i/06/32/24/5d_1.JPG&lt;br /&gt;
http://i10.ebayimg.com/05/i/06/31/1b/98_0.JPG&lt;br /&gt;
http://i2.ebayimg.com/02/i/06/33/81/34_0.JPG&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|BOUNTY HUNTER 840 *not garrett, minelab, whites*&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|You are bidding on a Bounty Hunter 840 VLF/TR. I have never used this but I put batteries in it and it turned on. The unit is in goo cosmetic shape with no signs of wear. I do not know too much about this detector so do your research before bidding. It takes 2 - 9V batteries (not included). Find some treasure or coins in your own back yard. Good luck bidding on this NO RESERVE auction. Unit is sold as is as I have never used it. Thanks and good luck!&lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|Used, Metal Detector&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://cgi.ebay.com/BOUNTY-HUNTER-840-not-garrett-minelab-whites_W0QQitemZ5863912155QQcategoryZ67775QQrdZ1QQcmdZViewItem&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting offer-sale'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='summary'&amp;gt;BOUNTY HUNTER 840 *not garrett, minelab, whites*&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;You are bidding on a Bounty Hunter 840 VLF/TR. I have never used this&lt;br /&gt;
 but I put batteries in it and it turned on. The unit is in goo cosmetic&lt;br /&gt;
 shape with no signs of wear. I do not know too much about this detector&lt;br /&gt;
 so do your research before bidding. It takes 2 - 9V batteries (not&lt;br /&gt;
 included). Find some treasure or coins in your own back yard. Good luck&lt;br /&gt;
 bidding on this NO RESERVE auction. Unit is sold as is as I have never&lt;br /&gt;
 used it. Thanks and good luck!&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i8.ebayimg.com/02/i/06/32/24/5d_1.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i10.ebayimg.com/05/i/06/31/1b/98_0.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i2.ebayimg.com/02/i/06/33/81/34_0.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a&lt;br /&gt;
 href=&amp;quot;http://localhost/blog/tag/metal_detector&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Metal&lt;br /&gt;
 Detector&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/used&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Used&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Price&amp;lt;/strong&amp;gt;: &amp;lt;span class='price'&amp;gt;$1&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Listed&amp;lt;/strong&amp;gt;: &amp;lt;abbr class='dtlisted'&lt;br /&gt;
 title='20060702T142835-0800'&amp;gt;Feb-07-06 14:28:35 PST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Expires&amp;lt;/strong&amp;gt;: &amp;lt;abbr class='dtexpired'&lt;br /&gt;
 title='20060213T152835-0800'&amp;gt;Feb-13-06 15:28:35 PST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: @@.&lt;br /&gt;
&lt;br /&gt;
===Personal / Match.com===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|wanted&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|meet&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|http://www.match.com/doubleblind/emailform.aspx?lid=41&amp;amp;uid=AEMclhclaughal&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|Burlingame, CA 94010 United States&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|person&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://pictures.match.com/pictures/44/08/37954408A.jpeg&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|Let me show you the world in my eyes&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|The only true way to get to know me is to chat with me. &lt;br /&gt;
&lt;br /&gt;
I am looking for a guy who is honest and does not play games, takes care of himself, likes to laugh, can communicate, is confident, but not full of himself. &lt;br /&gt;
&lt;br /&gt;
What do I like? I love spending time with my family, cooking, watching professional football and scuba diving. &lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|WSM, blackhair,  browneyes, confident,   cooking,  diving, family,  football, honest, runner, running, scuba, walking, weights&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://www.match.com/profile/showprofile.aspx?lid=18&amp;amp;RN=4&amp;amp;PI=1&amp;amp;TP=S&amp;amp;UID=HvAaOKJuTF4j9tqE%2bYDQoQ%3d%3d&amp;amp;Handle=puuikena&amp;amp;DO=2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting listing-meet'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&amp;lt;p&amp;gt;The only true way to get to know me is to&lt;br /&gt;
 chat with me.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;I am looking for a guy who is honest and does not play games, takes&lt;br /&gt;
 care of himself, likes to laugh, can communicate, is confident, but not&lt;br /&gt;
 full of himself.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;What do I like? I love spending time with my family, cooking,&lt;br /&gt;
 watching professional football and scuba diving.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://pictures.match.com/pictures/44/08/37954408A.jpeg&amp;quot;&lt;br /&gt;
/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a href=&amp;quot;http://localhost/blog/tag/blackhair&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;blackhair&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/browneyes&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;browneyes&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/confident&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;confident&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/cooking&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;cooking&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/diving&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;diving&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/family&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;family&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/football&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;football&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/honest&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;honest&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/runner&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;runner&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/running&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;running&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/scuba&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;scuba&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/walking&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;walking&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/weights&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;weights&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p class='location'&amp;gt;&amp;lt;strong&amp;gt;Location&amp;lt;/strong&amp;gt;: Burlingame, CA 94010&lt;br /&gt;
United States&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: missing permalink, additional adr structure for location, WSM tag.&lt;br /&gt;
&lt;br /&gt;
Preview screenshot:&lt;br /&gt;
&lt;br /&gt;
http://labs.commerce.net/~rohit/hlisting-personal-aa.png&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting-extended-examples&amp;diff=8356</id>
		<title>hlisting-extended-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting-extended-examples&amp;diff=8356"/>
		<updated>2006-08-31T18:17:58Z</updated>

		<summary type="html">&lt;p&gt;D4rr3ll: /* hListing Extended Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=hListing Extended Examples=&lt;br /&gt;
&lt;br /&gt;
These are examples directly copied from then-current listings on public Websites by Craig Donato.&lt;br /&gt;
&lt;br /&gt;
Note: the example markup on this page was produced by an early preview of Assaf Arkin's plugin for WordPress. It does not mean that the syntax here is final, or interoperable with, say, CommerceNet's parser (unfortunately!)&lt;br /&gt;
&lt;br /&gt;
Note: some of the examples here show class=&amp;quot;hlisting offer-sell&amp;quot;, but according to [http://microformats.org/wiki/hcard-faq#nesting-properties this] that shouldn't be the case.&lt;br /&gt;
&lt;br /&gt;
=== Housing / Craigslist ===&lt;br /&gt;
{|&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|offer&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|rent&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|hous-131773022@craigslist.org&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|2006-02-06, 3:48PM PST&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|$1995&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|1135 Sir Francis Drake Blvd, Kentfield, CA&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|housing&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://b.im.craigslist.org/lI/kK/QS8vqLbrfj762txcg44ISQIThVta.jpg&lt;br /&gt;
http://b.im.craigslist.org/xg/h5/VIvHzirAmMtKj2bYMi81Cy4G318F.jpg&lt;br /&gt;
http://b.im.craigslist.org/LC/VV/wmQLa9DmuTJfPqqr8xVNwpVnJbUN.jpg&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|$1995 / 3br - Spacious townhouse private garage, lots of closets&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|This is a spacious 3 bedroom 2 bath townhouse/apartment on the Ross border. Easy commute to San Francisco by bus or ferry. Close to bike &amp;amp; hike paths, College of Marin and public transportation. Located in the Kentfield School District. &lt;br /&gt;
&lt;br /&gt;
3BR/2BA Fresh paint and very well maintained &lt;br /&gt;
&lt;br /&gt;
First Floor: &lt;br /&gt;
* Living Room &lt;br /&gt;
* Dining Room &lt;br /&gt;
* Kitchen: Lots of counter space, dishwasher, refrigerator, stove, garbage disposal &lt;br /&gt;
* Full bathroom &lt;br /&gt;
* Bedroom with private balcony, overlooking creek and trees &lt;br /&gt;
&lt;br /&gt;
Second Floor &lt;br /&gt;
* Two large bedrooms, each with walk-in closets &lt;br /&gt;
* Extra walk-in storage closet &lt;br /&gt;
* Full bathroom &lt;br /&gt;
&lt;br /&gt;
EXTRAS &lt;br /&gt;
* Enclosed Parking Garage &lt;br /&gt;
* Cable Ready &lt;br /&gt;
* Shared Laundry Room &lt;br /&gt;
* Creekside deck for picnics &lt;br /&gt;
* Includes water and garbage pick-up &lt;br /&gt;
&lt;br /&gt;
Address: 1135 Sir Francis Drake Blvd, Kentfield Please DO NOT disturb residents. &lt;br /&gt;
&lt;br /&gt;
For more information, or to schedule an appointment to view, please contact (415) 454-2246&lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|Apartments, Kentfield&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://www.craigslist.org/nby/apa/131773022.html&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting offer-rent'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&amp;lt;p&amp;gt;&amp;lt;span style=&amp;quot;font-size: 10pt&amp;quot;&amp;gt;This is a&lt;br /&gt;
 spacious 3 bedroom 2 bath townhouse/apartment on the Ross border. Easy&lt;br /&gt;
 commute to San Francisco by bus or ferry. Close to bike &amp;amp;#038; hike&lt;br /&gt;
 paths, College  of Marin and public transportation. Located in the &lt;br /&gt;
 Kentfield  School District.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;3BR/2BA Fresh paint and very well maintained&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;First Floor:&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Living Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Dining Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Kitchen: Lots of counter space, dishwasher, refrigerator, stove,&lt;br /&gt;
 garbage disposal&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Full bathroom&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Bedroom with private balcony, overlooking creek and trees&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;Second Floor&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Two large bedrooms, each with walk-in closets&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Extra walk-in storage closet&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Full bathroom&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;EXTRAS&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Enclosed Parking Garage&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Cable Ready&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Shared Laundry Room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Creekside deck for picnics&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Includes water and garbage pick-up&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a href=&amp;quot;http://localhost/blog/tag/apartments&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Apartments&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/housing&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;housing&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/kentfield&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Kentfield&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Price&amp;lt;/strong&amp;gt;: &amp;lt;span class='price'&amp;gt;$1995&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p class='location'&amp;gt;&amp;lt;strong&amp;gt;Location&amp;lt;/strong&amp;gt;: &amp;lt;div class='adr'&amp;gt;&amp;lt;span&lt;br /&gt;
 class='street-address'&amp;gt;1135 Sir Francis Drake Blvd&amp;lt;/span&amp;gt;&amp;lt;div&lt;br /&gt;
 class='locality'&amp;gt;Kentfield&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span class='region'&amp;gt;CA&amp;lt;/state&amp;gt;&lt;br /&gt;
 &amp;lt;span class='postal-code'&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p class='contact'&amp;gt;&amp;lt;strong&amp;gt;Contact me at&amp;lt;/strong&amp;gt;: &amp;lt;span&lt;br /&gt;
 class=&amp;quot;hcard&amp;quot;&amp;gt;(415) 454-2246&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: @@.&lt;br /&gt;
&lt;br /&gt;
Preview screenshot:&lt;br /&gt;
&lt;br /&gt;
http://labs.commerce.net/~rohit/hlisting-housing-aa.png&lt;br /&gt;
&lt;br /&gt;
=== Product / eBay ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|offer&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|sell&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;amp;userid=manganos&amp;amp;iid=5863912155&amp;amp;frm=284&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|Feb-07-06 14:28:35 PST&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|Feb-13-06 15:28:35 PST&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|$1&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|Church Road, VA United States&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|product&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://i8.ebayimg.com/02/i/06/32/24/5d_1.JPG&lt;br /&gt;
http://i10.ebayimg.com/05/i/06/31/1b/98_0.JPG&lt;br /&gt;
http://i2.ebayimg.com/02/i/06/33/81/34_0.JPG&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|BOUNTY HUNTER 840 *not garrett, minelab, whites*&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|You are bidding on a Bounty Hunter 840 VLF/TR. I have never used this but I put batteries in it and it turned on. The unit is in goo cosmetic shape with no signs of wear. I do not know too much about this detector so do your research before bidding. It takes 2 - 9V batteries (not included). Find some treasure or coins in your own back yard. Good luck bidding on this NO RESERVE auction. Unit is sold as is as I have never used it. Thanks and good luck!&lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|Used, Metal Detector&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://cgi.ebay.com/BOUNTY-HUNTER-840-not-garrett-minelab-whites_W0QQitemZ5863912155QQcategoryZ67775QQrdZ1QQcmdZViewItem&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting offer-sale'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='summary'&amp;gt;BOUNTY HUNTER 840 *not garrett, minelab, whites*&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;You are bidding on a Bounty Hunter 840 VLF/TR. I have never used this&lt;br /&gt;
 but I put batteries in it and it turned on. The unit is in goo cosmetic&lt;br /&gt;
 shape with no signs of wear. I do not know too much about this detector&lt;br /&gt;
 so do your research before bidding. It takes 2 - 9V batteries (not&lt;br /&gt;
 included). Find some treasure or coins in your own back yard. Good luck&lt;br /&gt;
 bidding on this NO RESERVE auction. Unit is sold as is as I have never&lt;br /&gt;
 used it. Thanks and good luck!&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i8.ebayimg.com/02/i/06/32/24/5d_1.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i10.ebayimg.com/05/i/06/31/1b/98_0.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://i2.ebayimg.com/02/i/06/33/81/34_0.JPG&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a&lt;br /&gt;
 href=&amp;quot;http://localhost/blog/tag/metal_detector&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;Metal&lt;br /&gt;
 Detector&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/used&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;Used&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Price&amp;lt;/strong&amp;gt;: &amp;lt;span class='price'&amp;gt;$1&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Listed&amp;lt;/strong&amp;gt;: &amp;lt;abbr class='dtlisted'&lt;br /&gt;
 title='20060702T142835-0800'&amp;gt;Feb-07-06 14:28:35 PST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Expires&amp;lt;/strong&amp;gt;: &amp;lt;abbr class='dtexpired'&lt;br /&gt;
 title='20060213T152835-0800'&amp;gt;Feb-13-06 15:28:35 PST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: @@.&lt;br /&gt;
&lt;br /&gt;
===Personal / Match.com===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|version&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|listing type&lt;br /&gt;
|wanted&lt;br /&gt;
|-&lt;br /&gt;
|listing action&lt;br /&gt;
|meet&lt;br /&gt;
|-&lt;br /&gt;
|lister&lt;br /&gt;
|http://www.match.com/doubleblind/emailform.aspx?lid=41&amp;amp;uid=AEMclhclaughal&lt;br /&gt;
|-&lt;br /&gt;
|dtlisted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|dtexpired&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|price&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|location&lt;br /&gt;
|Burlingame, CA 94010 United States&lt;br /&gt;
|-&lt;br /&gt;
|item type&lt;br /&gt;
|person&lt;br /&gt;
|-&lt;br /&gt;
|item info&lt;br /&gt;
photo&lt;br /&gt;
|http://pictures.match.com/pictures/44/08/37954408A.jpeg&lt;br /&gt;
|-&lt;br /&gt;
|summary&lt;br /&gt;
|Let me show you the world in my eyes&lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|The only true way to get to know me is to chat with me. &lt;br /&gt;
&lt;br /&gt;
I am looking for a guy who is honest and does not play games, takes care of himself, likes to laugh, can communicate, is confident, but not full of himself. &lt;br /&gt;
&lt;br /&gt;
What do I like? I love spending time with my family, cooking, watching professional football and scuba diving. &lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|WSM, blackhair,  browneyes, confident,   cooking,  diving, family,  football, honest, runner, running, scuba, walking, weights&lt;br /&gt;
|-&lt;br /&gt;
|permalink&lt;br /&gt;
|http://www.match.com/profile/showprofile.aspx?lid=18&amp;amp;RN=4&amp;amp;PI=1&amp;amp;TP=S&amp;amp;UID=HvAaOKJuTF4j9tqE%2bYDQoQ%3d%3d&amp;amp;Handle=puuikena&amp;amp;DO=2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div class='hlisting listing-meet'&amp;gt;&lt;br /&gt;
 &amp;lt;div class='description'&amp;gt;&amp;lt;p&amp;gt;The only true way to get to know me is to&lt;br /&gt;
 chat with me.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;I am looking for a guy who is honest and does not play games, takes&lt;br /&gt;
 care of himself, likes to laugh, can communicate, is confident, but not&lt;br /&gt;
 full of himself.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;What do I like? I love spending time with my family, cooking,&lt;br /&gt;
 watching professional football and scuba diving.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;http://pictures.match.com/pictures/44/08/37954408A.jpeg&amp;quot;&lt;br /&gt;
/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class='tags'&amp;gt;Tagged: &amp;lt;a href=&amp;quot;http://localhost/blog/tag/blackhair&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;blackhair&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/browneyes&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;browneyes&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/confident&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;confident&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/cooking&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;cooking&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/diving&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;diving&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/family&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;family&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/football&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;football&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/honest&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;honest&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/runner&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;runner&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/running&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;running&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/scuba&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;scuba&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/walking&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;walking&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://localhost/blog/tag/weights&amp;quot;&lt;br /&gt;
 rel=&amp;quot;tag&amp;quot;&amp;gt;weights&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p class='location'&amp;gt;&amp;lt;strong&amp;gt;Location&amp;lt;/strong&amp;gt;: Burlingame, CA 94010&lt;br /&gt;
United States&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes: missing permalink, additional adr structure for location, WSM tag.&lt;br /&gt;
&lt;br /&gt;
Preview screenshot:&lt;br /&gt;
&lt;br /&gt;
http://labs.commerce.net/~rohit/hlisting-personal-aa.png&lt;/div&gt;</summary>
		<author><name>D4rr3ll</name></author>
	</entry>
</feed>