<?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=RocouTamon</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=RocouTamon"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/RocouTamon"/>
	<updated>2026-04-15T01:05:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hproduct&amp;diff=37421</id>
		<title>hproduct</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hproduct&amp;diff=37421"/>
		<updated>2009-01-07T13:58:38Z</updated>

		<summary type="html">&lt;p&gt;RocouTamon: relrelorace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;getacoudr&lt;br /&gt;
&amp;lt;entry-title&amp;gt;hProduct&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{DraftSpecification}}&lt;br /&gt;
__TOC__&lt;br /&gt;
hProduct is a microformat suitable for publishing and embedding product data. hProduct is one of several open microformats standards suitable for embedding in HTML, XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
==hProduct Microformat Draft Specification==&lt;br /&gt;
&lt;br /&gt;
; Editors/Authors&lt;br /&gt;
(alphabetical)&lt;br /&gt;
* [[User:PaulLee|Paul Lee]], Google Product Search&lt;br /&gt;
* [[User:JayMyers|Jay Myers]], [http://www.bestbuy.com/ Best Buy, Co., Inc.]&lt;br /&gt;
&lt;br /&gt;
; Contributors&lt;br /&gt;
(alphabetical)&lt;br /&gt;
* Craig Cook, [http://focalcurve.com/ Focal Curve]&lt;br /&gt;
* Aaron Gustafson, [http://easy-designs.net/ Easy! Designs]&lt;br /&gt;
&lt;br /&gt;
Microformats [http://microformats.org/wiki/hresume#Copyright copyright] and [http://microformats.org/wiki/hresume#Patents patents] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
Draft, version 0.1.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The web is a thriving consumer marketplace with a plethora of manufacturers and vendors scattered across the globe. Sifting through massive amounts of unstructured product data is a difficult task for both browsers and machines alike. The hProduct microformat gives structure to this metadata by providing constructs to identify universal product attributes, plus a mechanism to accomodate the wide variation in product attributes.&lt;br /&gt;
&lt;br /&gt;
The hProduct microformat can assist consumers, manufacturers and retailers in a number of ways. If a browser or application understands that a specific web page contains the hProduct microformat, it can inform and help facilitate the best product choice by the consumer to fulfill their needs. An adpoted, open standard will ensure the correct product data is published between manufacturers and retailers, to the benefit of the consumer. Bringing order and structure to product data makes it easy for people and organizations to list the products and services they offer, and easy for web services to consume that product data for analysis and syndication.&lt;br /&gt;
&lt;br /&gt;
=== Semantic XHTML Design Principles ===&lt;br /&gt;
{{SemanticXHTMLDesignPrinciples}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgment ===&lt;br /&gt;
Many thanks go out to the contributors who laid the foundation for the current hProduct draft spec.&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Giving details about a particular product is sometimes very complex as parameters are different for books and CDs than they are for iPods or cars. It should be very easy to mark up an item using hProduct and the syntax should be simple yet flexible enough for more advanced applications.&lt;br /&gt;
&lt;br /&gt;
=== Out of Scope ===&lt;br /&gt;
This microformat does not intend to replicate any of the content proposed within [[hListing]] and would defer all money/transactional matters to that microformat. This microformat also does not attempt to specify a product ontology, or category-specific attributes; instead, it aims to create a framework to allow for flexible expression of both.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hProduct format is based on a set of fields common to numerous ecommerce sites and formats in use today on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hProduct schema consists of the following (see existing class names for reference):&lt;br /&gt;
&lt;br /&gt;
*hproduct&lt;br /&gt;
** availability. optional. text. can be further refined by type (instore, online, preorder, backorder, specialorder).&lt;br /&gt;
** brand. optional. text. can also use [[hcard|hCard]] for manufacturer.&lt;br /&gt;
** buy. optional. text. purchase messaging and/or rel=&amp;quot;purchase&amp;quot; indicating target url for purchasing item.&lt;br /&gt;
** category. optional. text. can also use [[rel-tag]]. re-used from [[hcard|hCard]].&lt;br /&gt;
** condition. optional. text. examples: 'new', 'used', 'refurbished'.&lt;br /&gt;
** description. optional. text. can also include valid HTML markup. re-used from [[hreview|hReview]].&lt;br /&gt;
** model. optional. text.&lt;br /&gt;
** '''n'''. required. text. product name or title. re-used from [[hcard|hCard]].&lt;br /&gt;
** photo. optional. image element or link. re-used from [[hcard|hCard]].&lt;br /&gt;
** price. optional. floating point number. can be further refined by type (msrp, regular, sale, clearance), can use [[currency]] format.&lt;br /&gt;
** quantity. optional. integer.&lt;br /&gt;
** shipping. optional. text. shipping messaging.&lt;br /&gt;
** url. optional. href. can contain [[rel-tag]] rel='product'. re-used from [[hcard|hCard]].&lt;br /&gt;
** version. optional. text. re-used from [[hreview|hReview]].&lt;br /&gt;
** identifier. optional.&lt;br /&gt;
***'''type'''. required. - examples:&lt;br /&gt;
****mpn&lt;br /&gt;
****upc&lt;br /&gt;
****isbn&lt;br /&gt;
****issn&lt;br /&gt;
****ean&lt;br /&gt;
****jan&lt;br /&gt;
****sn&lt;br /&gt;
****vin&lt;br /&gt;
****sku&lt;br /&gt;
***'''value'''. required. - label may be implied&lt;br /&gt;
** p-v. optional. property-value pair.&lt;br /&gt;
***'''property'''. required - examples:&lt;br /&gt;
****accessory for&lt;br /&gt;
****artist&lt;br /&gt;
****author&lt;br /&gt;
****color&lt;br /&gt;
****compatible with&lt;br /&gt;
****quantity in lot&lt;br /&gt;
****rating - can be further denoted into rating types (product || merchant || mpaa || esrb || others)&lt;br /&gt;
****released - hcalendar event for date of release&lt;br /&gt;
****size&lt;br /&gt;
***'''value'''. required. - label may be implied&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
Class names &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;category&amp;lt;/code&amp;gt;, &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;n&amp;lt;/code&amp;gt;, &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;photo&amp;lt;/code&amp;gt;, &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;url&amp;lt;/code&amp;gt; are reused from [[hcard|hCard]]. &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;version&amp;lt;/code&amp;gt; and &amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;description&amp;lt;/code&amp;gt; are reused from [[hreview|hReview]].&lt;br /&gt;
&lt;br /&gt;
The fields of the hProduct schema represent the following:&lt;br /&gt;
&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;hproduct::&amp;lt;/code&amp;gt;''' Root class name&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;availability::&amp;lt;/code&amp;gt;''' the class name availability is used to determine availability of product. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;brand::&amp;lt;/code&amp;gt;''' the class name brand is used identify brand of the product. {{should}} use [[hcard|hCard]] for manufacturer name. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;buy::&amp;lt;/code&amp;gt;''' the class name buy contains messaging on how to buy product and/or relevant URLs to facilitate purchase. {{may}} be plural.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;category::&amp;lt;/code&amp;gt;''' the class name category identifies product category. {{may}} use [[rel-tag]] microformat. {{may}} be plural to represent multiple categories.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;condition::&amp;lt;/code&amp;gt;''' the class name condition identifies the product condition. {{may}} include text like &amp;quot;new&amp;quot;, &amp;quot;used&amp;quot;, &amp;quot;refurbished&amp;quot;.{{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;model::&amp;lt;/code&amp;gt;''' the class name model identifies the manufacturer model name/ number associated with the item. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;n::&amp;lt;/code&amp;gt;''' product text name. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;photo::&amp;lt;/code&amp;gt;''' the class name photo {{may}} be applied to an &amp;lt;img&amp;gt; or &amp;lt;a&amp;gt; element. {{may}} be plural.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;price::&amp;lt;/code&amp;gt;''' the class name price is used to identify a floating point number. {{may}} be refined by type, including msrp, regular, sale, or clearance. {{may}} use currency format. {{may}} be plural.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;quantity::&amp;lt;/code&amp;gt;''' the class name quantity quantifies the number of available units of a product. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;shipping::&amp;lt;/code&amp;gt;''' the class name shipping {{may}} define the method, timeframe, and cost associated with shipping the product. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;url::&amp;lt;/code&amp;gt;''' the class name url {{should}} refer to the web page associated with product details. {{may}} use [[rel-tag]], rel='product'. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;version::&amp;lt;/code&amp;gt;''' the class name version {{should}} indicate the version of the hProduct format used for the item. by omitting this field, the publisher is stating that implementations {{may}} interpret the hProduct according to any version of the hProduct specification. {{must}} be singular.&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;identifier::&amp;lt;/code&amp;gt;''' the identifier structure is used to describe product identifiers like UPC or SKU, and is designed to accommodate new or as-yet-unidentified identifiers. {{should}} be singular.&lt;br /&gt;
**'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;type::&amp;lt;/code&amp;gt;''' the class name type identifies the identifier type.&lt;br /&gt;
**'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;value::&amp;lt;/code&amp;gt;''' label {{may}} be implied&lt;br /&gt;
*'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;p-v::&amp;lt;/code&amp;gt;''' the class p-v is the mechanism used to accomodate the wide variation in product attributes. {{may}} be plural.&lt;br /&gt;
**'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;property::&amp;lt;/code&amp;gt;''' the class name property is used to identify unique product attributes used in class p-v.&lt;br /&gt;
**'''&amp;lt;code class=&amp;quot;class-name&amp;quot;&amp;gt;value::&amp;lt;/code&amp;gt;''' label {{may}} be implied.&lt;br /&gt;
&lt;br /&gt;
=== Additional Details ===&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. Note that (X)HTML LANG attribute rules still apply as usual, for multilingual aggregators of hProduct.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
	&amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;dl&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;hproduct&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;Used to identify and describe metadata universally common to products.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;availability&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The details around the availability of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;brand&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The brand name of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;buy&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;Details on how to buy the product&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;category&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The product category/ categories the product belongs to.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;condition&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The condition of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;model&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The model identifier of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;n&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The common name of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;photo&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;Accompanying image of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;price&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The price of the product.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;quantity&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The number of this type of product available.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;shipping&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;Shipping information like method, timeframe or cost.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;url&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;A link to the product details.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;version&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The version of the hProduct microformat being used in the example.&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;identifier&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;The product identifier like SKU, ISBN, or EAN associated with the product&amp;lt;/dd&amp;gt;&lt;br /&gt;
		&amp;lt;dt&amp;gt;p-v&amp;lt;/dt&amp;gt;&lt;br /&gt;
		&amp;lt;dd&amp;gt;Lists property-value pairs that identify unique product attributes.&amp;lt;/dd&amp;gt;&lt;br /&gt;
	&amp;lt;/dl&amp;gt;&lt;br /&gt;
	&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
This section is informative.&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
=== Examples in Production ===&lt;br /&gt;
* Description of [http://jay.beweep.com/index.php/2008/10/14/reviving-shop-urls-with-hproduct BestBuy.com implementation]&lt;br /&gt;
&lt;br /&gt;
=== Other examples ===&lt;br /&gt;
&lt;br /&gt;
==== Simple Product ====&lt;br /&gt;
&lt;br /&gt;
 The Pick of Destiny&lt;br /&gt;
 by Tenacious D&lt;br /&gt;
 The Pick of Destiny is the highly anticipated soundtrack to the upcoming &lt;br /&gt;
 New Line Cinema comedy, Tenacious D in the Pick of Destiny. An epic &lt;br /&gt;
 musical adventure, the film follows Tenacious D (Jack Black and Kyle Gass)&lt;br /&gt;
 on their quest to obtain the Pick and become The Greatest Band on Earth.&lt;br /&gt;
 Released: November 14, 2006&lt;br /&gt;
 Label: Sony&lt;br /&gt;
 UPC: 82796948912&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hproduct&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;h4 class=&amp;quot;name&amp;quot;&amp;gt;The Pick of Destiny&amp;lt;/h4&amp;gt;&lt;br /&gt;
   &amp;lt;h5 class=&amp;quot;p-v&amp;quot;&amp;gt;by &amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Tenacious D&amp;lt;/span&amp;gt;&amp;lt;/h5&amp;gt;&lt;br /&gt;
   &amp;lt;p class=&amp;quot;description summary&amp;quot;&amp;gt;The Pick of Destiny is the highly &lt;br /&gt;
   anticipated soundtrack to the upcoming New Line Cinema comedy, Tenacious&lt;br /&gt;
   D in the Pick of Destiny. An epic musical adventure, the film follows &lt;br /&gt;
   Tenacious D (Jack Black and Kyle Gass) on their quest to obtain the Pick&lt;br /&gt;
   and become The Greatest Band on Earth.&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Released&amp;lt;/span&amp;gt;:&lt;br /&gt;
       &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;2006-11-14T12:00:01-05:00&amp;quot;&amp;gt;November&lt;br /&gt;
       14, 2006&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;Label: &amp;lt;span class=&amp;quot;brand&amp;quot;&amp;gt;Sony&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;UPC&amp;lt;/span&amp;gt;:&lt;br /&gt;
       &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;82796948912&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&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;
&lt;br /&gt;
* more complicated examples can be found at [[hproduct-examples|hProduct examples]]&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
* [[User:JayMyers|JayMyers]]: I release all of my contributions to the public domain.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
* '''hproduct'''&lt;br /&gt;
* [[hproduct-issues]]&lt;br /&gt;
* [[hproduct-faq]]&lt;br /&gt;
* [[hproduct-examples]]&lt;br /&gt;
&lt;br /&gt;
* [[product]]&lt;br /&gt;
* [[product-examples]]&lt;br /&gt;
* [[product-formats]]&lt;br /&gt;
* [[product-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hProduct]]&lt;/div&gt;</summary>
		<author><name>RocouTamon</name></author>
	</entry>
</feed>