<?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=Pizdorvan</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=Pizdorvan"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Pizdorvan"/>
	<updated>2026-04-15T08:30:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vote-links&amp;diff=3130</id>
		<title>vote-links</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vote-links&amp;diff=3130"/>
		<updated>2005-12-12T00:03:16Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Vote Links =&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification 2005 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com, Technorati,Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who has given feedback on VoteLinks.  Thanks especially to EtanWexler, who provided the first really good documentation that VoteLinks should be using 'rev' instead of 'rel' (see [[VoteLinksFAQ]]), and John Allsopp who similarly challenged the use of 'rel', and helped co-author the [[RelFAQ]] exploring questions and issues about the use of the HTML4 'rel', 'rev' attributes and linktypes in general.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Indexing and tracking applications treat all links as endorsements, or expressions of support. This is a problem, as we need to link to those we disagree with as well, to discuss why.&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
VoteLinks is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards.&lt;br /&gt;
We propose a set of three new values for the rev attribute of the &amp;lt;a&amp;gt; (hyperlink) tag in HTML.&lt;br /&gt;
&lt;br /&gt;
The new values are &amp;amp;quot;vote-for&amp;amp;quot; &amp;amp;quot;vote-abstain&amp;amp;quot; or &amp;amp;quot;vote-against&amp;amp;quot;, which are mutually exclusive, and represent agreement, abstention or indifference, and disagreement respectively.&lt;br /&gt;
&lt;br /&gt;
A link without an explicit vote 'rev' value is deemed to have value &amp;amp;quot;vote-for&amp;amp;quot; or &amp;amp;quot;vote-abstain&amp;amp;quot;, depending on the application.&lt;br /&gt;
&lt;br /&gt;
Additional human-readable commentary can be added using the existing 'title' attribute, which most browsers show as a rollover.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-for&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.blogspot.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;neat spoof&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-against&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;nasty corn syrup drink&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Deprecated: Using 'rel' for VoteLinks ===&lt;br /&gt;
A previous draft of the specification used the 'rel' value instead of the 'rev' attribute.  Analysis and feedback has demonstrated this to have been inappropriate use of the 'rel' attribute, when the 'rev' attribute was much more important.  See the [[RelFAQ]] for more details.&lt;br /&gt;
&lt;br /&gt;
Implementations MAY support links with the VoteLinks values in the 'rel' attribute for backward compatibility with any existing VoteLinks content.&lt;br /&gt;
&lt;br /&gt;
Authors MUST NOT use 'rel' for VoteLinks values.&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rev&amp;amp;quot;&amp;gt;rev&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rev&amp;amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rev' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
  Here are some additional values.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-for&amp;amp;quot;&amp;gt;vote-for&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates agreement with or recommendation for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-abstain&amp;amp;quot;&amp;gt;vote-abstain&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates abstention or indifference for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-against&amp;amp;quot;&amp;gt;vote-against&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates disagreement with or recommendation against the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* [http://moloko.itc.it/paoloblog/ Paolo Massa] created [http://moloko.itc.it/paoloblog/semantic_links/ SemanticLinks], a small Firefox extension that shows vote-for, vote-against links information. (Note the download links for SemanticLinks have been removed by the author.)&lt;br /&gt;
&lt;br /&gt;
== Normative References ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== Related Work ==&lt;br /&gt;
* [[xoxo]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN]&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.xml]&lt;br /&gt;
* [[rellicense]]&lt;br /&gt;
* [[reltag]]&lt;br /&gt;
* [[relnofollow]]&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* See [[votelinks-faq]] and the broader [[rel-faq]].&lt;br /&gt;
* See also [[votelinks-issues]] for issues which have been raised with the votelinks [[microformat]].&lt;br /&gt;
&amp;lt;div style=&amp;amp;quot;overflow: auto; height: 1px;&amp;amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag&amp;diff=3129</id>
		<title>rel-tag</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag&amp;diff=3129"/>
		<updated>2005-12-12T00:03:11Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;amp;quot;tag&amp;amp;quot; =&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-01-10 ==&lt;br /&gt;
=== Editor/Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
[http://powazek.com/ Derek Powazek]&lt;br /&gt;
[http://epeus.blogspot.com/ Kevin Marks]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
[[Rel-Tag]] is one of several [[MicroFormats]].  By adding &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is an author-designated &amp;amp;quot;tag&amp;amp;quot; (or keyword/subject) of the current page. Note that a tag may just refer to a major portion of the current page (i.e. a blog post). e.g. by placing this link on a page,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tech&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page (or some portion of the page) has the tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The linked page SHOULD exist, and it is the linked page, rather than the link text that defines the tag.&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; is specifically designed for &amp;amp;quot;tagging&amp;amp;quot; content, typically web pages (or portions thereof, like blog posts).&lt;br /&gt;
&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; is NOT designed for &amp;amp;quot;tagging&amp;amp;quot; arbitrary URLs or external content.  There is demand for a general decentralized syntax for tagging URLs, and that is certainly something to think about, but this is not meant for that. &lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tag&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a &amp;amp;quot;tag&amp;amp;quot;, &lt;br /&gt;
       or keyword/subject, for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Spaces ==&lt;br /&gt;
&lt;br /&gt;
Tags are embedded in HTTP URIs in a well-defined manner so that the tag embedded in an HTTP URI can be mechanically extracted from that URI. Specifically, the last segment of the path portion of the URI contains the tag value. For example, the URI &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/tags/foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; contains the tag &amp;amp;quot;foo&amp;amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Thus, for the purposes of comparing two HTTP URIs as tags, the last segment of the path portion should be extracted and only that value (that value of the tag) should be compared.&lt;br /&gt;
&lt;br /&gt;
''Need more formal language about comparison and extraction process.''&lt;br /&gt;
&lt;br /&gt;
The destination of a rel=&amp;amp;quot;tag&amp;amp;quot; hyperlink is required to be a tag space (a place that collates or defines tags), where the last component of the URL is the tag, e.g. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a URL for the tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Since the only part of a tag space URL of which any structure is required is the last segment, a tag space URL can be hosted at any domain.  Authors may choose to link to a tag at a particular tag space in order to provide a specific meaning.  E.g. a tag for technology could link to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://en.wikipedia.org/wiki/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Encoding issues ==&lt;br /&gt;
Spaces can be encoded either as &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;. Unicode characters are encoded as specified in [http://www.ietf.org/rfc/rfc3986.txt RFC 3986]. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/Sant%C3%A9+et+bien-%C3%AAtre&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;Santé et bien-être&amp;lt;/a&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tags Are Visible Metadata ==&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; hyperlinks are intended to be visible links on pages and posts.  This is in stark contrast to meta keywords (which were invisible and typically never revealed to readers), and thus is at least somewhat more resilient to the problems which plagued meta keywords.&lt;br /&gt;
&lt;br /&gt;
Making tag hyperlinks visible has the additional benefit of making it more obvious to readers if a page is abusing tag links, and thus providing more peer pressure for better behavior.  It also makes it more obvious to authors, who may not always be aware what invisible metadata is being generated on their behalf.&lt;br /&gt;
&lt;br /&gt;
As a result the invisible tag link syntax variant: &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;amp;quot;tag&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; SHOULD NOT be supported by implementations.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse rel-tag links. If you have a rel-tag implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/TagsLinks TagsLinks] Turn each tag into links that let you find related content on tagging services.&lt;br /&gt;
* [http://odeo.com ODEO] [http://odeo.com/blog/2005/07/adding-microformats-to-odeo.html publishes] rel-tags for user entered tags.&lt;br /&gt;
* [http://evdb.com EVDB] publishes rel-tags for user entered tags.&lt;br /&gt;
* [http://dev.wp-plugins.org/wiki/BunnysTechnoratiTags &amp;amp;quot;Tag plugin for wordpress&amp;amp;quot;]&lt;br /&gt;
* Technorati first implemented rel-tag in its [http://technorati.com/tag/ Technorati Tags] service.  Technorati indexes rel-tag tags.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML 1]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3986.txt RFC 3986 specifies URL syntax]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [[hreview|hReview]] uses rel-tag for tags and scalar tags&lt;br /&gt;
* [[xfolk|xFolk]] uses rel-tag to build a distributed remote resource tagging construct&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.XML] uses rel-tag for reader tagging of pages, posts, feeds&lt;br /&gt;
* [[hcard|hCard]] can use rel-tag for categories&lt;br /&gt;
* [[hcalendar|hCalendar]] can use rel-tag for categories&lt;br /&gt;
* [http://technorati.com/help/tags.html Using Technorati Tags]&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about rel-tag, check the [[rel-faq|rel FAQ]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[rel-tag-issues|rel-tag issues]] document.&lt;br /&gt;
&amp;lt;div style=&amp;amp;quot;overflow: auto; height: 1px;&amp;amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3128</id>
		<title>rel-license</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3128"/>
		<updated>2005-12-12T00:03:05Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;amp;quot;license&amp;amp;quot; =&lt;br /&gt;
&lt;br /&gt;
relLicense is a simple, open, format for indicating content licenses which is  embedable in (X)HTML, Atom, RSS, and arbitrary XML. relLicense is one of several [[microformats|microformat]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-02-06 ==&lt;br /&gt;
=== Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
RelLicense is one of several MicroFormats.  By adding &amp;lt;code&amp;gt;rel=&amp;amp;quot;license&amp;amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is license for the current page. E.g. with the following hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page is licensed under a Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiple Licenses ==&lt;br /&gt;
Multiple such rel=&amp;amp;quot;license&amp;amp;quot; hyperlinks indicate that the page is available under any of the referred licenses.  E.g. the following hyperlinks could be used to declare that a page is available under either a Creative Commons 2.0 Attribution Required license or the Apache 2.0 license:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;license&amp;amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* 20040211 rel=&amp;amp;quot;license&amp;amp;quot; first proposed in presentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] at 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;amp;quot;license&amp;amp;quot;] including advantages and presentation possibilities. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* See [[rellicense-issues]] for issues which have been raised with this [[microformat]].&lt;br /&gt;
&amp;lt;div style=&amp;amp;quot;overflow: auto; height: 1px;&amp;amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=process&amp;diff=3127</id>
		<title>process</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=process&amp;diff=3127"/>
		<updated>2005-12-12T00:02:52Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=So you wanna develop a new microformat?=&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Why?==&lt;br /&gt;
There must be a problem to be solved. No problem, no microformat. &lt;br /&gt;
&lt;br /&gt;
Once you've found your 'problem,' ask yourself: 'is there a simpler problem here?' If so, let's solve that problem first. We want to deal with the simplest problems first and only then build up to more complex problems.&lt;br /&gt;
&lt;br /&gt;
Also, search around on the web. Chances are that someone else has encountered the same problem as you. If you still believe that you have an unsolved problem, post something to the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] mailing list or any other public channel (see http://microformats.org/discuss/) We want to involve all interested parties in the discussion.  Start the discussion '''BEFORE''' you start creating any pages on the wiki.  We're not using the wiki as a general &amp;amp;quot;scratch pad&amp;amp;quot;.  If you can't summarize the problem you are trying to solve in a short email, and feel like you need a long document, you're probably trying to solve too big of a problem - see previous paragraph.&lt;br /&gt;
&lt;br /&gt;
==Document Current Behavior==&lt;br /&gt;
Document current human behavior. Remember, we're [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths]- before you do that you have to ''find'' the cowpaths. Your [[examples]] should be a collection of real world sites and pages which are publishing the kind of data you wish to structure with a microformat.  From those pages and sites, you should extract markup examples and the schemas implied therein, and provide analysis.&lt;br /&gt;
&lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).  The [[reviews-formats]] page is a good example of research done before the creation of a microformat. Before developing [[hreview]], the collaborators went out, documented current practices around reviews on web sites, and provided some analysis of the schemas implied therein.&lt;br /&gt;
&lt;br /&gt;
It's quite possible during this step that you'll find someone else who has dealt with the problem you're addressing.  Perhaps even solved it.  Do your best to open a dialog with others who have encountered the same problem. We don't want to build walls between competing communities - we want people to work together to develop a good solution which will cover the majority of cases.&lt;br /&gt;
&lt;br /&gt;
==Propose a Microformat==&lt;br /&gt;
Actually, '''DON'T!!!''' &lt;br /&gt;
&lt;br /&gt;
There are other things to try before developing a microformat. First, ask yourself these questions:&lt;br /&gt;
&lt;br /&gt;
# Is there a standard element in XHTML that would work?&lt;br /&gt;
# Is there a compound of XHTML elements that would work?&lt;br /&gt;
# Ok, if the answer to the above two is 'no,' we can talk about a microformat. &lt;br /&gt;
&lt;br /&gt;
For more details on semantic XHTML, examples of using XHTML elements, and constructing XHTML compounds, see [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
First you should observe [[microformats#the_microformats_principles|the microformats principles]]&lt;br /&gt;
&lt;br /&gt;
After you understand the principes, ask yourself: &amp;amp;quot;are there any well established, interoperably implemented standards we can look at which address this problem?&amp;amp;quot; For example, hCard and hCalendar were built on top of the IETF standards for vCard and iCal, respectively, both of which are widely interoperably implemented. The developers of those standards had already spent many years in standards committees arguing about and developing the schemas.  Better to leverage all the hard work that others have done before you, than to go off as a solo cowboy inventor, and waste time repeating all their mistakes.  It's also much easier to start from a well established schema, and map into into XHTML than to develop a new schema.&lt;br /&gt;
&lt;br /&gt;
Remember, microformats should be designed for humans first and machines second. Here are few questions that may help you decide if you really need a microformat for the problem you are trying to solve:&lt;br /&gt;
&lt;br /&gt;
# If I looked at this microformat in a browser that didn't support CSS or had CSS turned off, would it still be human readable?&lt;br /&gt;
# Are this format's elements stylable with CSS?&lt;br /&gt;
    &lt;br /&gt;
If the proposed format doesn't pass these two things, it's not likely to gain much acceptance. Remember: ''humans first, machines second''.&lt;br /&gt;
&lt;br /&gt;
== Iterate ==&lt;br /&gt;
After proposing a microformat, you'll likely get a lot of feedback from others' interested in microformats. The proposal needs to be iterated and adapted. Microformat development should be collaborative and communtiy based.&lt;br /&gt;
&lt;br /&gt;
Here's an ASCII-art flow diagram:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIAGRAM:&lt;br /&gt;
problem statement----&amp;gt;research/discussion----&amp;gt;proposal/draft----&amp;gt;standard&lt;br /&gt;
^________________V   ^___________________V   ^______________V&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that each stage involves iteration. That iteration consists of discussion and feedback and may result in major changes. Do not be afraid to make major changes and please don't get too attached to any particular solutions.&lt;br /&gt;
&lt;br /&gt;
=== Pages to consider creating ===&lt;br /&gt;
&lt;br /&gt;
A pattern has emerged from successful microformat development efforts of several specific kinds of wiki pages being created, in a particular order (though not always).&lt;br /&gt;
&lt;br /&gt;
After a specific problem area (*) has been determined (principle 1), consider creating and filling out the following pages for it.  If your'e unable to come up with material for the pages, then you should probably reconsider whether or not the problem is worth (or ready for) solving.&lt;br /&gt;
&lt;br /&gt;
# *-examples.  Find examples on today's web of the the type of content you think needs a microformat.  Document them with URLs.  Document the implicit schemas that the content examples imply.  This is the action that helps follow principle 3, design for humans first, machines second ... adapt to current behaviors and usage patterns.&lt;br /&gt;
# *-formats.  Find widely adopted interoperable current data formats and standards that attempt to or have attempted to solve the problem previously.  Document their explicit schemas.  This is necessary prerequisite for following through with principle 4, reuse building blocks from widely adopted standards.&lt;br /&gt;
# *-brainstorming.  Use the current real-world web examples and their implicit schemas to determine an 80/20 as-simple-as-possible (principle 2) generic schema to represent their data.  Yes, this means you will explicitly ''omit'' some features of some use cases, or perhaps entire use cases which are more edge-cases than representative of larger, aggregate/macro behaviors.  See which existing microformats can be reused as building blocks (principle 5, modularity).  Use those existing data formats and schemas as a source of names for the fields (principle 4).  Consider how would you embed this microformat in other formats (also principle 5, embeddability).  With an 80/20 schema, and a source of field names, write up one or more straw proposals for a microformat.  Make sure the straw proposals encourage the decentralized distribution of data (principle 6).  At this point, you may want to also consider a naming section, where various names for the microformat can be considered.&lt;br /&gt;
#  **. When it seems like there is some amount of consensus around one of the straw proposals for a microformat(**), write it up as a separate wiki page as a draft specification.&lt;br /&gt;
#  **-faq.  There will likely be common questions about the new microformat which can/should be answered in an FAQ page.&lt;br /&gt;
#  **-issues.  Folks may also raise issues about the microformat which aren't immediately addressable.  An issues document helps serves to capture these issues, who raised them, and when, so that folks working on the microformat can be sure to go through and thoroughly answer them.&lt;br /&gt;
#  **-implementations.  Eventually there may be too many implementations of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
&lt;br /&gt;
=== Moving from Stage to Stage ===&lt;br /&gt;
&lt;br /&gt;
These stages of development are mirrored on the main page where microformats are divided into &amp;amp;quot;Exploratory Discussions&amp;amp;quot;, &amp;amp;quot;Drafts&amp;amp;quot;, and &amp;amp;quot;Specifications&amp;amp;quot;.  How do microformats move from one stage to the other?  To help answer this question, it's probably useful to write up a set of desiderata for each stage.&lt;br /&gt;
&lt;br /&gt;
==== Exploratory Discussions ====&lt;br /&gt;
&lt;br /&gt;
You need a problem, and you need to attempt to state it.  You should do it on this wiki using current items under exploratory discussion as a guide.  Then send a note to the microformats-discuss list to get the attention of others who are interested in microformats.  This is probably a good chance to pull in people from outside the current microformats community who may also be experiencing the same issue.  &lt;br /&gt;
&lt;br /&gt;
Feedback will probably range the gamut.  Others may challenge your problem statement, the need for a microformat, concur, or add.  All constructive feedback is good.&lt;br /&gt;
&lt;br /&gt;
As a result of feedback, you may decide to abort your microformat idea or substantially modify it.  One thing you want to be sure to do at this stage is to avoid [[reinvented-wheels|reinventing the wheel]].  Are there elemental microformats you can reuse as building blocks?  Doing this will save you effort and help you get implemented later because implementers will have less work to do.&lt;br /&gt;
&lt;br /&gt;
However, do not be cowed from moving forward just because some people object.  If you can find a group of people you respect who feel your idea has merit and, perhaps most importantly, are willing to continue working with you on getting it in shape, proceed.&lt;br /&gt;
&lt;br /&gt;
==== Drafts ====&lt;br /&gt;
&lt;br /&gt;
Here, you need to write what is essentially a specification, but with the idea that it could change a lot.  Again, this needs to go in the wiki, and you should send a note to microformats-discuss to alert people that something new has happened.  Don't hesitate to continue trying to pull in feedback from relevant resources outside the community.  Drafts need to include at least the following:&lt;br /&gt;
&lt;br /&gt;
* Statements regarding the fact that you will not patent and are adopting appropriate copyright as illustrated by current drafts.&lt;br /&gt;
* An XMDP stating attribute values.  You may want to place this on a separate wiki page and link to it.  In that case use the naming convention *-profile, e.g. [[hcard-profile]].&lt;br /&gt;
* Examples from current practice that show how the microformat would be used.  Keep an eye out for how the microformat is actually improving things.  If it's not, that might be an indication that you either need to abandon or change a lot.&lt;br /&gt;
* References that back up your design decisions for the microformat.  To the extent possible, you do not want to invent things from whole cloth.&lt;br /&gt;
* A list of implementations (if any).&lt;br /&gt;
* An issues section for people to feed back to you with detailed objections.&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
&lt;br /&gt;
You will usually need at least one iteration to get past the draft stage.  By the time something becomes a specification, it should be stable so that developers can pick it up and write to it.  This in turn implies that there are at least a couple of implementations.&lt;br /&gt;
&lt;br /&gt;
Before moving to the specifications section, drop a note to microformats-discuss and wait a day or two for major objections.  If none are forthcoming, move the microformat to the specifications area.  This move will wake up any sleeping editors, and they may raise an objection and move you back to draft.  If you have followed the process, now is the time to pin them down.  At this juncture, any remaining issues should be easy to resolve.&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29088</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29088"/>
		<updated>2005-12-12T00:02:38Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats Wiki =&lt;br /&gt;
Welcome to the [http://microformats.org microformats] wiki. There's a lot going on around here, but feel free to jump in and offer your assistance.&lt;br /&gt;
&lt;br /&gt;
But First: &lt;br /&gt;
&lt;br /&gt;
'''Please read [[how-to-play]] before making any edits.'''&lt;br /&gt;
&lt;br /&gt;
'''Please read [[process]] before proposing any new microformats.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
What are microformats? See the [http://microformats.org/about/ about page] for an overview, and the [[introduction]] page for more info.  Recent [[press]] and [[presentations]] are also a good place for some background reading as well.  &lt;br /&gt;
&lt;br /&gt;
One popular definition from our mailing list is &amp;amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;amp;quot;plain&amp;amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
&amp;amp;quot;Or do you just use your browser to browse?  That's so 20th century.&amp;amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
* [[rel-home]] {{NewMarker}}&lt;br /&gt;
* [[hatom|hAtom]] ({{NewMarker}})&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
Design patterns give microformat authors a vocabulary for expressing their ideas consistently with what has already been done. ''If you're tempted to try your hand at writing a microformat '''[[process|read this first]]'''!''&lt;br /&gt;
&lt;br /&gt;
* [[datetime-design-pattern]]&lt;br /&gt;
* [[class-design-pattern]]&lt;br /&gt;
* [[rel-design-pattern]]&lt;br /&gt;
* [[abbr-design-pattern]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory discussions ==&lt;br /&gt;
Focused on real-world [[examples]] to motivate the microformat.&lt;br /&gt;
*[[blog-post-examples]], [[blog-post-formats]], [[blog-post-brainstorming]] (yields [[hatom|hAtom]])&lt;br /&gt;
*[[blog-description-format]]&lt;br /&gt;
*[[chat-examples]]&lt;br /&gt;
*[[citation-brainstorming]], [[cite|Planning pages for a citation microformat]]&lt;br /&gt;
*[[comments-formats]]&lt;br /&gt;
*[[directory-inclusion-examples]], [[directory-inclusion-formats]]. (see also [[rel-directory]])&lt;br /&gt;
*[[forms-examples]]&lt;br /&gt;
*[[genealogy-formats]]&lt;br /&gt;
*[[last-modified-examples]], [[last-modified-formats]], [[last-modified-brainstorming]]&lt;br /&gt;
*[[listing-examples]], [[listing-formats]], [[listing-brainstorming]]&lt;br /&gt;
*[[location-formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
*[[media-metadata-examples]]&lt;br /&gt;
*[[other-formats]]&lt;br /&gt;
*[[requirements-testing]]&lt;br /&gt;
*[[resume-brainstorming]], [[resume-formats]]&lt;br /&gt;
*[[rest-examples]]&lt;br /&gt;
*[[search-results-example]]&lt;br /&gt;
*[[table-examples]]&lt;br /&gt;
*[[tagspeak-examples]]&lt;br /&gt;
*[[transit-table-examples]]&lt;br /&gt;
*[[widget-examples]], [[widget-brainstorming]]&lt;br /&gt;
*[[wiki-formats]]&lt;br /&gt;
*[[xmdp-brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Test Cases &amp;amp; Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in &amp;lt;del&amp;gt;many different&amp;lt;/del&amp;gt; other languages&lt;br /&gt;
&lt;br /&gt;
=== microformats wiki languages with over 2 articles ===&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page-fr|Français (French)]]&lt;br /&gt;
* [[Main_Page-jp|日本語 (Japanese)]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want?  Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微支付 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;br /&gt;
&amp;lt;div style=&amp;amp;quot;overflow: auto; height: 1px;&amp;amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3123</id>
		<title>rel-license</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3123"/>
		<updated>2005-12-11T23:24:43Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;amp;quot;license&amp;amp;quot; =&lt;br /&gt;
&lt;br /&gt;
relLicense is a simple, open, format for indicating content licenses which is  embedable in (X)HTML, Atom, RSS, and arbitrary XML. relLicense is one of several [[microformats|microformat]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-02-06 ==&lt;br /&gt;
=== Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
RelLicense is one of several MicroFormats.  By adding &amp;lt;code&amp;gt;rel=&amp;amp;quot;license&amp;amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is license for the current page. E.g. with the following hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page is licensed under a Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiple Licenses ==&lt;br /&gt;
Multiple such rel=&amp;amp;quot;license&amp;amp;quot; hyperlinks indicate that the page is available under any of the referred licenses.  E.g. the following hyperlinks could be used to declare that a page is available under either a Creative Commons 2.0 Attribution Required license or the Apache 2.0 license:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;license&amp;amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* 20040211 rel=&amp;amp;quot;license&amp;amp;quot; first proposed in presentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] at 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;amp;quot;license&amp;amp;quot;] including advantages and presentation possibilities. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* See [[rellicense-issues]] for issues which have been raised with this [[microformat]].&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vote-links&amp;diff=3125</id>
		<title>vote-links</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vote-links&amp;diff=3125"/>
		<updated>2005-12-11T23:24:17Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Vote Links =&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification 2005 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com, Technorati,Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who has given feedback on VoteLinks.  Thanks especially to EtanWexler, who provided the first really good documentation that VoteLinks should be using 'rev' instead of 'rel' (see [[VoteLinksFAQ]]), and John Allsopp who similarly challenged the use of 'rel', and helped co-author the [[RelFAQ]] exploring questions and issues about the use of the HTML4 'rel', 'rev' attributes and linktypes in general.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Indexing and tracking applications treat all links as endorsements, or expressions of support. This is a problem, as we need to link to those we disagree with as well, to discuss why.&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
VoteLinks is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards.&lt;br /&gt;
We propose a set of three new values for the rev attribute of the &amp;lt;a&amp;gt; (hyperlink) tag in HTML.&lt;br /&gt;
&lt;br /&gt;
The new values are &amp;amp;quot;vote-for&amp;amp;quot; &amp;amp;quot;vote-abstain&amp;amp;quot; or &amp;amp;quot;vote-against&amp;amp;quot;, which are mutually exclusive, and represent agreement, abstention or indifference, and disagreement respectively.&lt;br /&gt;
&lt;br /&gt;
A link without an explicit vote 'rev' value is deemed to have value &amp;amp;quot;vote-for&amp;amp;quot; or &amp;amp;quot;vote-abstain&amp;amp;quot;, depending on the application.&lt;br /&gt;
&lt;br /&gt;
Additional human-readable commentary can be added using the existing 'title' attribute, which most browsers show as a rollover.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-for&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.blogspot.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;neat spoof&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-against&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;nasty corn syrup drink&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Deprecated: Using 'rel' for VoteLinks ===&lt;br /&gt;
A previous draft of the specification used the 'rel' value instead of the 'rev' attribute.  Analysis and feedback has demonstrated this to have been inappropriate use of the 'rel' attribute, when the 'rev' attribute was much more important.  See the [[RelFAQ]] for more details.&lt;br /&gt;
&lt;br /&gt;
Implementations MAY support links with the VoteLinks values in the 'rel' attribute for backward compatibility with any existing VoteLinks content.&lt;br /&gt;
&lt;br /&gt;
Authors MUST NOT use 'rel' for VoteLinks values.&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rev&amp;amp;quot;&amp;gt;rev&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rev&amp;amp;quot;&amp;gt;&lt;br /&gt;
         HTML4 definition of the 'rev' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
  Here are some additional values.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-for&amp;amp;quot;&amp;gt;vote-for&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates agreement with or recommendation for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-abstain&amp;amp;quot;&amp;gt;vote-abstain&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates abstention or indifference for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-against&amp;amp;quot;&amp;gt;vote-against&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates disagreement with or recommendation against the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* [http://moloko.itc.it/paoloblog/ Paolo Massa] created [http://moloko.itc.it/paoloblog/semantic_links/ SemanticLinks], a small Firefox extension that shows vote-for, vote-against links information. (Note the download links for SemanticLinks have been removed by the author.)&lt;br /&gt;
&lt;br /&gt;
== Normative References ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== Related Work ==&lt;br /&gt;
* [[xoxo]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN]&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.xml]&lt;br /&gt;
* [[rellicense]]&lt;br /&gt;
* [[reltag]]&lt;br /&gt;
* [[relnofollow]]&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* See [[votelinks-faq]] and the broader [[rel-faq]].&lt;br /&gt;
* See also [[votelinks-issues]] for issues which have been raised with the votelinks [[microformat]].&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag&amp;diff=3124</id>
		<title>rel-tag</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag&amp;diff=3124"/>
		<updated>2005-12-11T23:24:12Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;amp;quot;tag&amp;amp;quot; =&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-01-10 ==&lt;br /&gt;
=== Editor/Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
[http://powazek.com/ Derek Powazek]&lt;br /&gt;
[http://epeus.blogspot.com/ Kevin Marks]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
[[Rel-Tag]] is one of several [[MicroFormats]].  By adding &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is an author-designated &amp;amp;quot;tag&amp;amp;quot; (or keyword/subject) of the current page. Note that a tag may just refer to a major portion of the current page (i.e. a blog post). e.g. by placing this link on a page,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tech&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page (or some portion of the page) has the tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The linked page SHOULD exist, and it is the linked page, rather than the link text that defines the tag.&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; is specifically designed for &amp;amp;quot;tagging&amp;amp;quot; content, typically web pages (or portions thereof, like blog posts).&lt;br /&gt;
&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; is NOT designed for &amp;amp;quot;tagging&amp;amp;quot; arbitrary URLs or external content.  There is demand for a general decentralized syntax for tagging URLs, and that is certainly something to think about, but this is not meant for that. &lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tag&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a &amp;amp;quot;tag&amp;amp;quot;, &lt;br /&gt;
       or keyword/subject, for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Spaces ==&lt;br /&gt;
&lt;br /&gt;
Tags are embedded in HTTP URIs in a well-defined manner so that the tag embedded in an HTTP URI can be mechanically extracted from that URI. Specifically, the last segment of the path portion of the URI contains the tag value. For example, the URI &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/tags/foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; contains the tag &amp;amp;quot;foo&amp;amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Thus, for the purposes of comparing two HTTP URIs as tags, the last segment of the path portion should be extracted and only that value (that value of the tag) should be compared.&lt;br /&gt;
&lt;br /&gt;
''Need more formal language about comparison and extraction process.''&lt;br /&gt;
&lt;br /&gt;
The destination of a rel=&amp;amp;quot;tag&amp;amp;quot; hyperlink is required to be a tag space (a place that collates or defines tags), where the last component of the URL is the tag, e.g. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a URL for the tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Since the only part of a tag space URL of which any structure is required is the last segment, a tag space URL can be hosted at any domain.  Authors may choose to link to a tag at a particular tag space in order to provide a specific meaning.  E.g. a tag for technology could link to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://en.wikipedia.org/wiki/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Encoding issues ==&lt;br /&gt;
Spaces can be encoded either as &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;. Unicode characters are encoded as specified in [http://www.ietf.org/rfc/rfc3986.txt RFC 3986]. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/Sant%C3%A9+et+bien-%C3%AAtre&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;Santé et bien-être&amp;lt;/a&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tags Are Visible Metadata ==&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; hyperlinks are intended to be visible links on pages and posts.  This is in stark contrast to meta keywords (which were invisible and typically never revealed to readers), and thus is at least somewhat more resilient to the problems which plagued meta keywords.&lt;br /&gt;
&lt;br /&gt;
Making tag hyperlinks visible has the additional benefit of making it more obvious to readers if a page is abusing tag links, and thus providing more peer pressure for better behavior.  It also makes it more obvious to authors, who may not always be aware what invisible metadata is being generated on their behalf.&lt;br /&gt;
&lt;br /&gt;
As a result the invisible tag link syntax variant: &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;amp;quot;tag&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; SHOULD NOT be supported by implementations.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse rel-tag links. If you have a rel-tag implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/TagsLinks TagsLinks] Turn each tag into links that let you find related content on tagging services.&lt;br /&gt;
* [http://odeo.com ODEO] [http://odeo.com/blog/2005/07/adding-microformats-to-odeo.html publishes] rel-tags for user entered tags.&lt;br /&gt;
* [http://evdb.com EVDB] publishes rel-tags for user entered tags.&lt;br /&gt;
* [http://dev.wp-plugins.org/wiki/BunnysTechnoratiTags &amp;amp;quot;Tag plugin for wordpress&amp;amp;quot;]&lt;br /&gt;
* Technorati first implemented rel-tag in its [http://technorati.com/tag/ Technorati Tags] service.  Technorati indexes rel-tag tags.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML 1]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3986.txt RFC 3986 specifies URL syntax]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [[hreview|hReview]] uses rel-tag for tags and scalar tags&lt;br /&gt;
* [[xfolk|xFolk]] uses rel-tag to build a distributed remote resource tagging construct&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.XML] uses rel-tag for reader tagging of pages, posts, feeds&lt;br /&gt;
* [[hcard|hCard]] can use rel-tag for categories&lt;br /&gt;
* [[hcalendar|hCalendar]] can use rel-tag for categories&lt;br /&gt;
* [http://technorati.com/help/tags.html Using Technorati Tags]&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about rel-tag, check the [[rel-faq|rel FAQ]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[rel-tag-issues|rel-tag issues]] document.&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29087</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29087"/>
		<updated>2005-12-11T23:23:56Z</updated>

		<summary type="html">&lt;p&gt;Pizdorvan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats Wiki =&lt;br /&gt;
Welcome to the [http://microformats.org microformats] wiki. There's a lot going on around here, but feel free to jump in and offer your assistance.&lt;br /&gt;
&lt;br /&gt;
But First: &lt;br /&gt;
&lt;br /&gt;
'''Please read [[how-to-play]] before making any edits.'''&lt;br /&gt;
&lt;br /&gt;
'''Please read [[process]] before proposing any new microformats.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
What are microformats? See the [http://microformats.org/about/ about page] for an overview, and the [[introduction]] page for more info.  Recent [[press]] and [[presentations]] are also a good place for some background reading as well.  &lt;br /&gt;
&lt;br /&gt;
One popular definition from our mailing list is &amp;amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;amp;quot;plain&amp;amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
&amp;amp;quot;Or do you just use your browser to browse?  That's so 20th century.&amp;amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
* [[rel-home]] {{NewMarker}}&lt;br /&gt;
* [[hatom|hAtom]] ({{NewMarker}})&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
Design patterns give microformat authors a vocabulary for expressing their ideas consistently with what has already been done. ''If you're tempted to try your hand at writing a microformat '''[[process|read this first]]'''!''&lt;br /&gt;
&lt;br /&gt;
* [[datetime-design-pattern]]&lt;br /&gt;
* [[class-design-pattern]]&lt;br /&gt;
* [[rel-design-pattern]]&lt;br /&gt;
* [[abbr-design-pattern]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory discussions ==&lt;br /&gt;
Focused on real-world [[examples]] to motivate the microformat.&lt;br /&gt;
*[[blog-post-examples]], [[blog-post-formats]], [[blog-post-brainstorming]] (yields [[hatom|hAtom]])&lt;br /&gt;
*[[blog-description-format]]&lt;br /&gt;
*[[chat-examples]]&lt;br /&gt;
*[[citation-brainstorming]], [[cite|Planning pages for a citation microformat]]&lt;br /&gt;
*[[comments-formats]]&lt;br /&gt;
*[[directory-inclusion-examples]], [[directory-inclusion-formats]]. (see also [[rel-directory]])&lt;br /&gt;
*[[forms-examples]]&lt;br /&gt;
*[[genealogy-formats]]&lt;br /&gt;
*[[last-modified-examples]], [[last-modified-formats]], [[last-modified-brainstorming]]&lt;br /&gt;
*[[listing-examples]], [[listing-formats]], [[listing-brainstorming]]&lt;br /&gt;
*[[location-formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
*[[media-metadata-examples]]&lt;br /&gt;
*[[other-formats]]&lt;br /&gt;
*[[requirements-testing]]&lt;br /&gt;
*[[resume-brainstorming]], [[resume-formats]]&lt;br /&gt;
*[[rest-examples]]&lt;br /&gt;
*[[search-results-example]]&lt;br /&gt;
*[[table-examples]]&lt;br /&gt;
*[[tagspeak-examples]]&lt;br /&gt;
*[[transit-table-examples]]&lt;br /&gt;
*[[widget-examples]], [[widget-brainstorming]]&lt;br /&gt;
*[[wiki-formats]]&lt;br /&gt;
*[[xmdp-brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Test Cases &amp;amp; Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in &amp;lt;del&amp;gt;many different&amp;lt;/del&amp;gt; other languages&lt;br /&gt;
&lt;br /&gt;
=== microformats wiki languages with over 2 articles ===&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page-fr|Français (French)]]&lt;br /&gt;
* [[Main_Page-jp|日本語 (Japanese)]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want?  Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微支付 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=phentermine     Buy Phentermine]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=buytramadol     Buy Tramadol]&lt;br /&gt;
[http://b2.boards2go.com/boards/board.cgi?user=oxycontin     Buy Oxycontin]&lt;br /&gt;
[http://4allfree.com/cgi/gb.id?hydrocodoner     buy hydrocodone]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pizdorvan</name></author>
	</entry>
</feed>