<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SamJohnston</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SamJohnston"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/SamJohnston"/>
	<updated>2026-04-25T15:07:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42467</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42467"/>
		<updated>2010-04-27T09:31:20Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* Editors */ s/Australian Online Solutions/Google/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.google.com/ Google])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
'''The problem-space that rel-shortlink is attempting to solve is being taken through the microformats [[process]], and this is the current brainstorm that seems to make more sense than the alternatives. Nonetheless, additional background documentation is needed at the following stub pages:'''&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
* [[shortlink-examples]]&lt;br /&gt;
* [[shortlink-formats]]&lt;br /&gt;
* [[shortlink-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additional variants: (these should probably be further documented on [[shortlink-brainstorming]])&lt;br /&gt;
&lt;br /&gt;
* '''Portion of a page such as a blog post.''' Taking the lesson learned from [[rel-license]], which was subsequently applied to [[rel-tag]], a portion of a page (such as a blog post) defined by a compound microformat (e.g. an &amp;quot;hentry&amp;quot; from [[hAtom]]) may also refer to a shortened URL for that portion of the page with the use of &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''classname alternative'''. Pages (or portions thereof) that with to reference/publish a shortlink for themselves but without directly hyperlinking to the shortlink may do so by marking up the shortlink URL in an element with &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; name of &amp;quot;&amp;lt;code&amp;gt;shortlink&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== HTML ===&lt;br /&gt;
On a page like http://www.flickr.com/photos/tantek/3909804165/ it could have HTML to indicate a shortlink in one of two ways:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
and/or&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
shortlink: &lt;br /&gt;
&amp;lt;a rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
 http://flic.kr/p/6XuLyD&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
=== HTTP ===&lt;br /&gt;
In addition, a request for a page like http://www.flickr.com/photos/tantek/3909804165/ should return as part of the HTTP headers:&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;&lt;br /&gt;
Link: &amp;lt;http://flic.kr/p/6XuLyD&amp;gt;; rel=&amp;quot;shortlink&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative and in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://alanhogan.com/tips/rel-shortlink-for-short-urls AlanHogan.com] uses rel-shortlink in HTTP headers, HTML head, and the &amp;quot;shortlink&amp;quot; tag on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; elements for high-traffic content pages.&lt;br /&gt;
* [http://www.cmsmarket.com/ CMS Market] uses it on each of their directory and news pages. They'll be releasing their tool as a [http://www.cmsmarket.com/news/blog/4-team-blog/89-promote-your-brand-using-twitter GPL'd Joomla component] at some point as well.&lt;br /&gt;
* [http://lessnmore.net/ Lessn More], a free and open-source personal URL shortening service. Its website uses rel-shortlink in HTTP headers and HTML &amp;amp;lt;head&amp;amp;gt;, and the installable codebase uses the shortlink class on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt;s for copy/paste.&lt;br /&gt;
* [http://www.mediauk.com/ Media UK] uses it on each of their directory pages, using their muk.fm shortening service.&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://tantek.com tantek.com] uses the class name variant of shortlink on all permalink pages, in particular on an &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element for easy copy/pasting of the shortlink, e.g. http://tantek.com/2010/034/t2/diso-2-personal-domains-shortener-hatom-push-relmeauth&lt;br /&gt;
* [http://techcrunch.com/ TechCrunch] advertises wp.me links in its HTTP headers.&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
* [http://yedda.com/ Yedda.com] (an AOL company), uses it on all question pages with their internal short URLs mechanism.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://www.ietf.org/id/draft-nottingham-http-link-header-06.txt draft-nottingham-http-link-header] &lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues:&lt;br /&gt;
*** Trademark status claimed by shorturl.com (shortlink infringes no known common law or registered trademarks)&lt;br /&gt;
*** Copyright protected specification (shortlink specification is public domain)&lt;br /&gt;
*** Patent status unknown (shortlink carries a patent pledge and has no known patents)&lt;br /&gt;
** No effort to standardise via the usual processes (shortlink was submitted to IETF/W3C for discussion)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42381</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42381"/>
		<updated>2010-04-21T13:03:12Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* examples in the wild */ alphabetical order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
'''The problem-space that rel-shortlink is attempting to solve is being taken through the microformats [[process]], and this is the current brainstorm that seems to make more sense than the alternatives. Nonetheless, additional background documentation is needed at the following stub pages:'''&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
* [[shortlink-examples]]&lt;br /&gt;
* [[shortlink-formats]]&lt;br /&gt;
* [[shortlink-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additional variants: (these should probably be further documented on [[shortlink-brainstorming]])&lt;br /&gt;
&lt;br /&gt;
* '''Portion of a page such as a blog post.''' Taking the lesson learned from [[rel-license]], which was subsequently applied to [[rel-tag]], a portion of a page (such as a blog post) defined by a compound microformat (e.g. an &amp;quot;hentry&amp;quot; from [[hAtom]]) may also refer to a shortened URL for that portion of the page with the use of &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''classname alternative'''. Pages (or portions thereof) that with to reference/publish a shortlink for themselves but without directly hyperlinking to the shortlink may do so by marking up the shortlink URL in an element with &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; name of &amp;quot;&amp;lt;code&amp;gt;shortlink&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== HTML ===&lt;br /&gt;
On a page like http://www.flickr.com/photos/tantek/3909804165/ it could have HTML to indicate a shortlink in one of two ways:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
and/or&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
shortlink: &lt;br /&gt;
&amp;lt;a rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
 http://flic.kr/p/6XuLyD&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
=== HTTP ===&lt;br /&gt;
In addition, a request for a page like http://www.flickr.com/photos/tantek/3909804165/ should return as part of the HTTP headers:&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;&lt;br /&gt;
Link: &amp;lt;http://flic.kr/p/6XuLyD&amp;gt;; rel=&amp;quot;shortlink&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative and in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://alanhogan.com/tips/rel-shortlink-for-short-urls AlanHogan.com] uses rel-shortlink in HTTP headers, HTML head, and the &amp;quot;shortlink&amp;quot; tag on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; elements for high-traffic content pages.&lt;br /&gt;
* [http://www.cmsmarket.com/ CMS Market] uses it on each of their directory and news pages. They'll be releasing their tool as a [http://www.cmsmarket.com/news/blog/4-team-blog/89-promote-your-brand-using-twitter GPL'd Joomla component] at some point as well.&lt;br /&gt;
* [http://lessnmore.net/ Lessn More], a free and open-source personal URL shortening service. Its website uses rel-shortlink in HTTP headers and HTML &amp;amp;lt;head&amp;amp;gt;, and the installable codebase uses the shortlink class on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt;s for copy/paste.&lt;br /&gt;
* [http://www.mediauk.com/ Media UK] uses it on each of their directory pages, using their muk.fm shortening service.&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://tantek.com tantek.com] uses the class name variant of shortlink on all permalink pages, in particular on an &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element for easy copy/pasting of the shortlink, e.g. http://tantek.com/2010/034/t2/diso-2-personal-domains-shortener-hatom-push-relmeauth&lt;br /&gt;
* [http://techcrunch.com/ TechCrunch] advertises wp.me links in its HTTP headers.&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
* [http://yedda.com/ Yedda.com] (an AOL company), uses it on all question pages with their internal short URLs mechanism.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://www.ietf.org/id/draft-nottingham-http-link-header-06.txt draft-nottingham-http-link-header] &lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues:&lt;br /&gt;
*** Trademark status claimed by shorturl.com (shortlink infringes no known common law or registered trademarks)&lt;br /&gt;
*** Copyright protected specification (shortlink specification is public domain)&lt;br /&gt;
*** Patent status unknown (shortlink carries a patent pledge and has no known patents)&lt;br /&gt;
** No effort to standardise via the usual processes (shortlink was submitted to IETF/W3C for discussion)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42380</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=42380"/>
		<updated>2010-04-21T13:02:21Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* examples in the wild */ +TechCrunch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
'''The problem-space that rel-shortlink is attempting to solve is being taken through the microformats [[process]], and this is the current brainstorm that seems to make more sense than the alternatives. Nonetheless, additional background documentation is needed at the following stub pages:'''&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
* [[shortlink-examples]]&lt;br /&gt;
* [[shortlink-formats]]&lt;br /&gt;
* [[shortlink-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additional variants: (these should probably be further documented on [[shortlink-brainstorming]])&lt;br /&gt;
&lt;br /&gt;
* '''Portion of a page such as a blog post.''' Taking the lesson learned from [[rel-license]], which was subsequently applied to [[rel-tag]], a portion of a page (such as a blog post) defined by a compound microformat (e.g. an &amp;quot;hentry&amp;quot; from [[hAtom]]) may also refer to a shortened URL for that portion of the page with the use of &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''classname alternative'''. Pages (or portions thereof) that with to reference/publish a shortlink for themselves but without directly hyperlinking to the shortlink may do so by marking up the shortlink URL in an element with &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; name of &amp;quot;&amp;lt;code&amp;gt;shortlink&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== HTML ===&lt;br /&gt;
On a page like http://www.flickr.com/photos/tantek/3909804165/ it could have HTML to indicate a shortlink in one of two ways:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
and/or&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
shortlink: &lt;br /&gt;
&amp;lt;a rel=&amp;quot;shortlink&amp;quot; type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://flic.kr/p/6XuLyD&amp;quot;&amp;gt;&lt;br /&gt;
 http://flic.kr/p/6XuLyD&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
=== HTTP ===&lt;br /&gt;
In addition, a request for a page like http://www.flickr.com/photos/tantek/3909804165/ should return as part of the HTTP headers:&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;&lt;br /&gt;
Link: &amp;lt;http://flic.kr/p/6XuLyD&amp;gt;; rel=&amp;quot;shortlink&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://lessnmore.net/ Lessn More], a free and open-source personal URL shortening service. Its website uses rel-shortlink in HTTP headers and HTML &amp;amp;lt;head&amp;amp;gt;, and the installable codebase uses the shortlink class on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt;s for copy/paste.&lt;br /&gt;
* [http://alanhogan.com/tips/rel-shortlink-for-short-urls AlanHogan.com] uses rel-shortlink in HTTP headers, HTML head, and the &amp;quot;shortlink&amp;quot; tag on &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; elements for high-traffic content pages.&lt;br /&gt;
* [http://tantek.com tantek.com] uses the class name variant of shortlink on all permalink pages, in particular on an &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element for easy copy/pasting of the shortlink, e.g. http://tantek.com/2010/034/t2/diso-2-personal-domains-shortener-hatom-push-relmeauth&lt;br /&gt;
* [http://www.mediauk.com/ Media UK] uses it on each of their directory pages, using their muk.fm shortening service.&lt;br /&gt;
* [http://techcrunch.com/ TechCrunch] advertises wp.me links in its HTTP headers.&lt;br /&gt;
* [http://www.cmsmarket.com/ CMS Market] uses it on each of their directory and news pages. They'll be releasing their tool as a [http://www.cmsmarket.com/news/blog/4-team-blog/89-promote-your-brand-using-twitter GPL'd Joomla component] at some point as well.&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
* [http://yedda.com/ Yedda.com] (an AOL company), uses it on all question pages with their internal short URLs mechanism.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://www.ietf.org/id/draft-nottingham-http-link-header-06.txt draft-nottingham-http-link-header] &lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues:&lt;br /&gt;
*** Trademark status claimed by shorturl.com (shortlink infringes no known common law or registered trademarks)&lt;br /&gt;
*** Copyright protected specification (shortlink specification is public domain)&lt;br /&gt;
*** Patent status unknown (shortlink carries a patent pledge and has no known patents)&lt;br /&gt;
** No effort to standardise via the usual processes (shortlink was submitted to IETF/W3C for discussion)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40244</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40244"/>
		<updated>2009-08-18T08:54:00Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]]. '''The problem-space that rel-shortlink is attempting to solve must be first taken through the microformats [[process]] before any specific brainstorm can be properly evaluated, and potentially added as a microformat.''' Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues:&lt;br /&gt;
*** Trademark status claimed by shorturl.com (shortlink infringes no known common law or registered trademarks)&lt;br /&gt;
*** Copyright protected specification (shortlink specification is public domain)&lt;br /&gt;
*** Patent status unknown (shortlink carries a patent pledge and has no known patents)&lt;br /&gt;
** No effort to standardise via the usual processes (shortlink was submitted to IETF/W3C for discussion)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40243</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40243"/>
		<updated>2009-08-18T08:53:11Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* inferior alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]]. '''The problem-space that rel-shortlink is attempting to solve must be first taken through the microformats [[process]] before any specific brainstorm can be properly evaluated, and potentially added as a microformat.''' Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues:&lt;br /&gt;
*** Trademark status claimed by shorturl.com (shortlink infringes no known common law or registered trademarks)&lt;br /&gt;
*** Copyright protected specification (shortlink specification is public domain)&lt;br /&gt;
*** Patent status unknown (shortlink carries a patent pledge and has no known patents)&lt;br /&gt;
** No effort to standardise via the usual processes.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40242</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40242"/>
		<updated>2009-08-18T08:51:43Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: s/normative/informative/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]]. '''The problem-space that rel-shortlink is attempting to solve must be first taken through the microformats [[process]] before any specific brainstorm can be properly evaluated, and potentially added as a microformat.''' Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://purl.org/net/shortlink shortlink Specification]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;br /&gt;
** No effort to standardise via the usual processes.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40240</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40240"/>
		<updated>2009-08-17T10:42:40Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* examples in the wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]]. '''The problem-space that rel-shortlink is attempting to solve must be first taken through the microformats [[process]] before any specific brainstorm can be properly evaluated, and potentially added as a microformat.''' Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it on ~7 million blogs with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;br /&gt;
** No effort to standardise via the usual processes.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40227</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=40227"/>
		<updated>2009-08-15T22:55:14Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: +wordpress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is a brainstorm proposal with the goal of becoming an [[elemental-microformat|elemental microformat]]. '''The problem-space that rel-shortlink is attempting to solve must be first taken through the microformats [[process]] before any specific brainstorm can be properly evaluated, and potentially added as a microformat.''' Proposed usage: by adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://wordpress.com/ WordPress.com] uses it with their [http://en.blog.wordpress.com/2009/08/14/shorten/ WP.me URL shortening service].&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;br /&gt;
** No effort to standardise via the usual processes.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc-people&amp;diff=38796</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc-people&amp;diff=38796"/>
		<updated>2009-05-24T08:25:03Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: +samj&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars, sorted by nick, and their normal timezones (winter/summer).&lt;br /&gt;
&lt;br /&gt;
* {{irc user|Amodal1| amodal1|-0500/-0600}}&lt;br /&gt;
* {{irc user|Adam Ballai|AdamBallai|-700/-700}}&lt;br /&gt;
* {{irc user|Adam Craven|AdamCraven|+0000}}&lt;br /&gt;
* {{irc user|Alenonimo|Alenonimo|-0300}}&lt;br /&gt;
* {{irc user|Alexander Graf|AlexanderGraf|+0100}}&lt;br /&gt;
* {{irc user|Tomasino|aloneone|-0500}}&lt;br /&gt;
* {{irc user|AmanuelTewolde|Amanuel|-0500/-0400}}&lt;br /&gt;
* {{irc user|Amette|amette|+1000}}&lt;br /&gt;
* {{irc user|Amir Guindehi|AmirGuindehi|+1000}}&lt;br /&gt;
* {{irc user|Andr3|andr3|+0000}}&lt;br /&gt;
* {{irc user|Ajaswa|Andrew Jaswa|-0500}}&lt;br /&gt;
* {{irc user|AndrewDisley|AndrewDisley|+0000}}&lt;br /&gt;
* {{irc user|Andrii Ponomarov|Andrii|+0300}}&lt;br /&gt;
* {{irc user|AnselHalliburton|anselxyz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ashe Dryden|Ashe|-600}}&lt;br /&gt;
* {{irc user|Atamido|Atamido|-0600/-0500}}&lt;br /&gt;
* {{irc user|Barce|Barce|-0800/-0700}}&lt;br /&gt;
* {{irc user|Azathoth|Florian Beer|+1000}}&lt;br /&gt;
* {{irc user|Tyler Roehmholdt|Baristo|-0800/-0700}}&lt;br /&gt;
* {{irc user|Belling|Belling|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenjaminCarlyle|BenjaminCarlyle|+1000}}&lt;br /&gt;
* {{irc user|HenriBergius|bergie|+0200/+0300}}&lt;br /&gt;
* {{irc user|Ben Ward|BenWard|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenWest|bewest|-0800/-0700}}&lt;br /&gt;
* {{irc user|B.K._DeLong|bkdelong|-0500/-0400}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|BluesMoon|bluesmoon|+0530}}&lt;br /&gt;
* {{irc user|BobChao|BobChao|+0800}}&lt;br /&gt;
* {{irc user|Bob Jonkman|BobJonkman|-0500/-0400}}&lt;br /&gt;
* {{irc user|Boneill|boneill|+0000}}&lt;br /&gt;
* {{irc user|Brian|briansuda|+0000}}&lt;br /&gt;
* {{irc user|TimT|bringo|-0800/-0700}}&lt;br /&gt;
* {{irc user|Briski|Briski|+0000}}&lt;br /&gt;
* {{irc user|BryanL|BryanL|-0500/-0400}}&lt;br /&gt;
* {{irc user|BryanRieger|Bryan Rieger|+0000}}&lt;br /&gt;
* {{irc user|Bug-E|Bug-E|+0200}}&lt;br /&gt;
* {{irc user|CarlaHufstedler|carlamagpie|-0500/-0400}}&lt;br /&gt;
* {{irc user|Colin_Barrett|cbarrett|-1000}}&lt;br /&gt;
* {{irc user|Cognizance|Cognizance|-0800/-0700}}&lt;br /&gt;
* {{irc user|ColinDDevroe|cdevroe|-0500/-0600}}&lt;br /&gt;
* {{irc user|Cgriego|cgriego|-0600/-0500}}&lt;br /&gt;
* {{irc user|Charlvn|Charl|+0200/+0200}}&lt;br /&gt;
* {{irc user|CharlesRoper|charles_r|0000/+0100}}&lt;br /&gt;
* {{irc user|Chris_Cressman|Chris Cressman|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChristopherStJohn|cks|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeremyBoggs|clioweb|-5000/-4000}}&lt;br /&gt;
* {{irc user|Cloud|Cloud|+0000}}&lt;br /&gt;
* {{irc user|Cruster|cruster|+0200}}&lt;br /&gt;
* {{irc user|Csarven|csarven|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChrisBrentano|ctb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DanC|DanC|-0600/-0500}}&lt;br /&gt;
* {{irc user|DanielBurka|DanielBurka|-0400}}&lt;br /&gt;
* {{irc user|DanielJohnLewis|danieljohnlewis|0000}}&lt;br /&gt;
* {{irc user|DannyAyers|danja|+0100/+0200}}&lt;br /&gt;
* {{irc user|Dave Cardwell|davecardwell|+0000}}&lt;br /&gt;
* {{irc user|DavidMead|DavidMead|-0400}}&lt;br /&gt;
* {{irc user|DavidRussell|davidrussell|-0600/-0500}}&lt;br /&gt;
* {{irc user|DBounds|Darren Bounds|-0500}}&lt;br /&gt;
* {{irc user|Ddonat|David Gratton|-0800/-700}}&lt;br /&gt;
* {{irc user|DenisDefreyne|ddfreyne|+0100/+0200}}&lt;br /&gt;
* {{irc user|DeanEro|deanero|-0800/-0700}}&lt;br /&gt;
* {{irc user|DeepText|Deep Text|-0800/-0700}}&lt;br /&gt;
* {{irc user|DerrickPallas|DerrickPallas|-0800/-0700}}&lt;br /&gt;
* {{irc user|DimitriGlazkov|dglazkov|-0600/-0500}}&lt;br /&gt;
* {{irc user|DiegoBudny|DiegoBudny|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|DKerzman|DKerzman|-0600}}&lt;br /&gt;
* {{irc user|Dan Kubb|dkubb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrErnie|DrErnie|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrewMcLellan|drewinthehead|+0000/+0100}}&lt;br /&gt;
* {{irc user|DrewBell|droob|-0600/-0500}}&lt;br /&gt;
* {{irc user|DimitriosZachariadis|dzach|+0200/+0300}}&lt;br /&gt;
* {{irc user|DydimusTK|dydimustk|-0600}}&lt;br /&gt;
* {{irc user|Ed Summers|edsu|-0500/-0400}}&lt;br /&gt;
* {{irc user|Enric|Enric|-0800/-0700}} (alt sp &amp;quot;enric&amp;quot;)&lt;br /&gt;
* {{irc user|Evan|evanpro|-0500}}&lt;br /&gt;
* {{irc user|Evan|e_s_p|-0500}}&lt;br /&gt;
* {{irc user|EdwardWelker|ewelker|-0500}}&lt;br /&gt;
* {{irc user|ChrisMessina|factoryjoe|-0800/-0700}}&lt;br /&gt;
* {{irc user|Fil|Fil|+0200}}&lt;br /&gt;
* {{irc user|CFinke|Finke|-0700/-0600}}&lt;br /&gt;
* {{irc user|MarkoMrdjenovic|friedcell|+0100/+0200}}&lt;br /&gt;
* {{irc user|GarethR|garethr|+0000/+0100}}&lt;br /&gt;
* {{irc user|GeorgeBrock|georgebrock|+0000/+0100}}&lt;br /&gt;
* {{irc user|Grantbow|Grantbow|-0800/-0700}}&lt;br /&gt;
* {{irc user|Griffin|Griffin|-0600/-0500}}&lt;br /&gt;
* {{irc user|Guillaume Lebleu|glebleu|-0800}}&lt;br /&gt;
* {{irc user|Aubergine10|Guy Fraser|+0100/+0000}}&lt;br /&gt;
* {{irc user|HenrichPoehls|HenrichP|+0100}}&lt;br /&gt;
* {{irc user|IanHickson|Hixie|-0800/-0700}}&lt;br /&gt;
* {{irc user|Hlb|hlb|+0800-0700}}&lt;br /&gt;
* {{irc user|EdwardOConnor|hober|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ichigo|ichigo|+1000}}&lt;br /&gt;
* {{irc user|Alper|illustir|+0100}}&lt;br /&gt;
* {{irc user|Inkbase|inkbase|-0800/-0700}}&lt;br /&gt;
* {{irc user|IwaiMasaharu|iwaim|+0900}}&lt;br /&gt;
* {{irc user|Izo|IZO|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Jabz|Jabz|+0000}}&lt;br /&gt;
* {{irc user|JamieKnight|JamieKnight|+1000/0000}}&lt;br /&gt;
* {{irc user|JayMyers|jaymyers|-0600/-0500}}&lt;br /&gt;
* {{irc user|JoeGregorio|jcgregorio|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|WizardIsHungry|jcw9|-0500/-0400}}&lt;br /&gt;
* {{irc user|Adactio|Jeremy Keith|+0000}}&lt;br /&gt;
* {{irc user|jrodgers|JesseRodgers|-0500}}&lt;br /&gt;
* {{irc user|JasonK|jkridner|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeffMcNeill|jeffmcneill|-1000}}&lt;br /&gt;
* {{irc user|JimboJW|jimbojw|-0600/-0500}}&lt;br /&gt;
* {{irc user|Jonathan_Arkell|jonnay|-0700/0600}}&lt;br /&gt;
* {{irc user|JosephHolsten|josephholsten|-0600/-0500}}&lt;br /&gt;
* {{irc user|JulianStahnke|julianstahnke|+0000}}&lt;br /&gt;
* {{irc user|Kapowaz|kapowaz|+0000/+0100}}&lt;br /&gt;
* {{irc user|Keri Henare|kerihenare|+1200}}&lt;br /&gt;
* {{irc user|KevBurnsJr|kevburnsjr|-0800}}&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* {{irc user|RyanKing|kingryan|-0800/-0700}}&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* {{irc user|Lachlan Hunt|Lachy|+1000/+1100}}&lt;br /&gt;
* {{irc user|Levitation|levitation[A]|+0200/+0300}}&lt;br /&gt;
* {{irc user|Linmic|linmic|+0800-0700}}&lt;br /&gt;
* {{irc user|MarkNg|madness|+0000/+0100}}&lt;br /&gt;
* {{irc user|Mark Mansour|Mark Mansour|+1100}}&lt;br /&gt;
* {{irc user|MarkNormanFrancis|Mark Norman Francis|+0000/+0100}}&lt;br /&gt;
* {{irc user|Maddiin|Martin Czura|+0100}}&lt;br /&gt;
* {{irc user|MattBowen|Matt Bowen|-0500/-0400}}&lt;br /&gt;
* {{irc user|Groningen|Matthias Kluth|+0100}}&lt;br /&gt;
* {{irc user|MattisManzel|Mattis Manzel|+0100/+0200}}&lt;br /&gt;
* {{irc user|CiaranMc|McNulty|+0000/+0100}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[[mfbot]]&amp;lt;/span&amp;gt; - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&amp;lt;/span&amp;gt;&lt;br /&gt;
* {{irc user|Mike|Michael McCracken(mmc)|-0800/-0700}}&lt;br /&gt;
* {{irc user|MikeKaply|mkaply|-0600/-0500}}&lt;br /&gt;
* {{irc user|SteveIvy|monkinetic/redmonk|-0700}}&lt;br /&gt;
* {{irc user|MWTE|mwte|+0000/+0100}}&lt;br /&gt;
* {{irc user|RobManson|nambor|+1000}}&lt;br /&gt;
* {{irc user|Nelix|nelix|+1000}}&lt;br /&gt;
* {{irc user|neuro|neuro|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Niekie|niekie|+0100/+0200}}&lt;br /&gt;
* {{irc user|NTollervey|ntoll|+0000/+0100}}&lt;br /&gt;
* {{irc user|Pawlik|pawlik|+0100/+0200}}&lt;br /&gt;
* {{irc user|Andy Pemberton|pembertona|-0500/-0400}}&lt;br /&gt;
* {{irc user|Phae|Phae|+0000/+0100}}&lt;br /&gt;
* {{irc user|pius|Pius Uzamere|+0500}}&lt;br /&gt;
* {{irc user|PriitLaes|plaes|+0200/+0300}}&lt;br /&gt;
* {{irc user|ChrisCasciano|pnhChris|-0500/-0400}}&lt;br /&gt;
* {{irc user|Hugopeixoto|Politoed|+0000/+0100}}&lt;br /&gt;
* {{irc user|PetarPopov|popov|-0800/-0700}}&lt;br /&gt;
* {{irc user|Pfefferle|pfefferle|+0100/+0200}}&lt;br /&gt;
* {{irc user|DavidOsolkowski|qid|-0500}}&lt;br /&gt;
* {{irc user|RCanine|RCanine|-0500/-0400}}&lt;br /&gt;
* {{irc user|Remi|Remi|-0500/-0400}}&lt;br /&gt;
* {{irc user|ZachCarter|riah|-0500/-0400}}&lt;br /&gt;
* {{irc user|RobertBachmann|RobertBachmann|+0100/+0200}}&lt;br /&gt;
** Office hours: &amp;lt;s&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/s&amp;gt; (Currently no office hours}}&lt;br /&gt;
* {{irc user|RobLinton|RobLinton|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ronnos|Ron Kok|+0000}}&lt;br /&gt;
* {{irc user|SamJohnston|samj|+0100/+0200}}&lt;br /&gt;
* {{irc user|SarahWorsham|sazbean|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottNelle|snelle|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottRozic|gravitas|-0500/+0100}}&lt;br /&gt;
* {{irc user|Dana Benson|Snowden|-0800/-0700}}&lt;br /&gt;
* {{irc user|SinDoc|SinDoc|+0100/+0200}}&lt;br /&gt;
* {{irc user|Savell Martin|Savell|+0000/+0000}}&lt;br /&gt;
* {{irc user|Smackman|Steve Farrell|-0800/-0700}}&lt;br /&gt;
* {{irc user|SpikeUK|SpikeUK|+0000/+0100}}&lt;br /&gt;
* {{irc user|Steve Ganz|SteveGanz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Stii|Stii|+0200 GMT}}&lt;br /&gt;
* {{irc user|ReinierZ|surial|+0100 GMT}}&lt;br /&gt;
* {{irc user|SuperPhly|SuperPhly|-600/-500}}&lt;br /&gt;
* {{irc user|SyedSRahman|syedsrahman|+0530}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;sym[[User:LynX|lynX]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; or (better) [[User:LynX|lynX]] on [http://about.psyc.eu PSYC] (+0100}}&lt;br /&gt;
* {{irc user|DavidLehn|taaz|-0500/-0400}}&lt;br /&gt;
* {{irc user|Tantek|Tantek|-0800/-0700}}&lt;br /&gt;
* {{irc user|Wojciech|theanxy|+0100/+0200}}&lt;br /&gt;
* {{irc user|TheJbf|thejbf|+0100/+0200}}&lt;br /&gt;
* {{irc user|TobyInk|tobyink|+0000/+0100}}&lt;br /&gt;
* {{irc user|Trovster|trovster|-0800/-0700}}&lt;br /&gt;
* {{irc user|Vadania|vadania|-0600/-0700}}&lt;br /&gt;
* {{irc user|Vant|vant|+0900}}&lt;br /&gt;
* {{irc user|Victor|victor|+0100/+0200}}&lt;br /&gt;
* {{irc user|V-I-P|V-I-P|+0100/+0200}}&lt;br /&gt;
* {{irc user|KrissWatt|VoodooChild|+0000/+0100}}&lt;br /&gt;
* {{irc user|WebOrganics|weborganics|+0100}}&lt;br /&gt;
* {{irc user|JacksonWilkinson|whafro|-0500/-0400}}&lt;br /&gt;
* {{irc user|Richard Conyard|WhiskeyM|+0000}}&lt;br /&gt;
* {{irc user|Veeliam|William Lawrence|-0800/-0700}}&lt;br /&gt;
* {{irc user|StevenWoods|woodss|+0000 GMT}}&lt;br /&gt;
* {{irc user|Ianloic|yakk|-0800/-0700}}&lt;br /&gt;
* {{irc user|LarsStrojny|mastaYoda|+0100}}&lt;br /&gt;
* {{irc user|ZimbaTm|zimbatm|+0100}}&lt;br /&gt;
* {{irc user|FoundAtion|Foundation|-0800}}&lt;br /&gt;
* {{irc user|PJKix|pjkix|-0800/-700}}&lt;br /&gt;
* {{irc user| ChrisBroadfoot|broady|+1000}}&lt;br /&gt;
* {{irc user|Natalie Downe|NatBat|+0000}}&lt;br /&gt;
* {{irc user|Dotjay|dotjay|+0000}}&lt;br /&gt;
* {{irc user|PeterHellberg|zil|+0100}}&lt;br /&gt;
* {{irc user|Kiryl Zhybul|zkv|+0400}}&lt;br /&gt;
* {{irc user|ScottThorpe|Salve|-0800/-0700}}&lt;br /&gt;
* {{irc user|Dane|imdane|-0600/-0500}}&lt;br /&gt;
* {{irc user|ThomasLoertsch|tl|+0100/+0200}}&lt;br /&gt;
* {{irc user|Francisco Bernardo|frantic0|+0100/+0200}}&lt;br /&gt;
* {{irc user|Steven Osborn|steve918|-0700/-0800}}&lt;br /&gt;
* {{irc user|Trodrigues|trodrigues|+0000}}&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38510</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38510"/>
		<updated>2009-05-04T14:59:56Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* inferior alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;br /&gt;
** No effort to standardise via the usual processes.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38509</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38509"/>
		<updated>2009-05-04T14:15:55Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* Concept */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI]) rev=canonical&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr]) rev=canonical&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog]) rel=shorturl&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38508</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38508"/>
		<updated>2009-05-04T14:15:14Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* inferior alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI])&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr])&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright protected specification, patent status unknown)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38507</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38507"/>
		<updated>2009-05-04T13:46:26Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* inferior alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI])&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr])&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;br /&gt;
** Intellectual property issues (trademark status claimed by shorturl.com, copyright status of specification unknown, patent status unknown)&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38506</id>
		<title>rel-shortlink</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-shortlink&amp;diff=38506"/>
		<updated>2009-05-04T13:00:34Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: /* normative references */ +apps-discuss thread&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI])&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr])&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg00531.html rel=&amp;quot;shortlink&amp;quot; proposal for advertising short URLs in HTML/HTTP] thread on IETF apps-discuss&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38505</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38505"/>
		<updated>2009-05-04T12:58:44Z</updated>

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

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

		<summary type="html">&lt;p&gt;SamJohnston: /* active */ +rel-shortlink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Exploratory Discussions&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&lt;br /&gt;
Sort each section alphabetically. Group similar efforts.&lt;br /&gt;
&lt;br /&gt;
==active==&lt;br /&gt;
The following exploratory discussions are being actively pursued, generally, edited in the last month, and/or being utilized/experimented with by multiple sites in the wild.&lt;br /&gt;
&lt;br /&gt;
* [[activity-streams]]&lt;br /&gt;
* [[citation]]: [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], [[citation-strawman-01|h3988 proposal]] and [[citation-faq|citation FAQ]]&lt;br /&gt;
* [[comment]] ([[comment-problem|comment problem]], [[comment-examples|comment examples]], [[comments-formats|comment formats]], and [[comment-brainstorming|comment brainstorming]]{{NewMarker}}  (Some stuff needs to be extracted from [[comments-formats]], [[hcomment]] and [[mfcomment]]))&lt;br /&gt;
* figures [[figure]], [[figure-examples|figure examples]], [[figure-formats]], [[figure-brainstorming|figure brainstorming]]&lt;br /&gt;
* [[group]]: [[group-examples|group examples]], [[group-formats]], [[group-brainstorming|group brainstorming]] &lt;br /&gt;
* listing / hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** based on listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* measures and measurement units [[measure]], [[measure-examples]], [[measure-formats]]&lt;br /&gt;
* [[mfo]]: [[mfo-examples]]&lt;br /&gt;
* [[product]] -  [[product-examples]], [[product-formats]], [[product-brainstorming]].&lt;br /&gt;
* [[project|project]]{{NewMarker}}, [[project-examples|project examples]]{{NewMarker}}, [[project-formats|project formats]]{{NewMarker}}, [[project-brainstorming|project brainstorming]]{{NewMarker}}&lt;br /&gt;
* [[recipe]] [[recipe-examples|recipe examples]], [[recipe-formats]], [[recipe-brainstorming]]&lt;br /&gt;
* [[representative-hcard]] - see also [[uid]]&lt;br /&gt;
* [[rel-shortlink]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== media related ===&lt;br /&gt;
Media related efforts are very active in the microformats community and thus have been grouped here for convenience&lt;br /&gt;
* [[audio-info]] ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]], [[audio-info-proposal|proposal]], [[audio-info-issues|issues]], [[haudio|specification]]{{NewMarker}}) - Marking up information and metadata related to audio (speech, music, and sound in general).&lt;br /&gt;
** music [[music-examples|music examples]]&lt;br /&gt;
* audio-album (see [[audio-info]] pages for examples, formats, brainstorming. [[audio-album-proposal]], [[audio-album-issues]]) - Marking up information and metadata related to audio albums/collections.&lt;br /&gt;
* broadcast: Internet Radio &amp;amp; TV: [[broadcast-examples]], [[broadcast-brainstorming]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]], [[media-info-proposal| media-info Proposal]])&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
* video-info ([[video-info-examples|examples]], [[video-info-formats|formats]], [[video-info-brainstorming|brainstorming]], [[video-info-proposal|proposal]], [[video-info-issues|issues]]) - Marking up information and metadata related to video (video clips, movies, television, and video multimedia presentation in general).&lt;br /&gt;
&lt;br /&gt;
== other ==&lt;br /&gt;
The following explorations are fairly inactive, though they may just be waiting for folks with sufficient interest and use cases to help further their development. Some of them could probably be consolidated, or even rejected with suggestions of re-using existing microformats.&lt;br /&gt;
&lt;br /&gt;
* [[alternates]] ([[alternates-examples|alternates examples]], [[alternates-formats]], [[alternates-brainstorming|alternates brainstorming]])&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* code [[code-examples|code examples]], [[code-formats]], [[code-brainstorming|code brainstorming]]&lt;br /&gt;
* [[collection-description|collection description]] - for describing collections in libraries &lt;br /&gt;
* [[definition-examples]]&lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software &lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-formats]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) &lt;br /&gt;
* directions [[directions-examples|directions examples]] &lt;br /&gt;
* [[downloads]] [[downloads-examples|downloads examples]], [[downloads-formats|downloads formats]], [[downloads-brainstorming|downloads brainstorming]] &lt;br /&gt;
* [[error-message]] [[error-message-examples|error message examples]], [[error-message-formats]], [[error-message-brainstorming|error message brainstorming]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.)  - should this be merged with [[downloads]] ?&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* genealogy [[genealogy-examples]], [[genealogy-formats|genealogy formats]]&lt;br /&gt;
* grouping ([[grouping-examples|examples]], [[grouping-formats|formats]], [[grouping-brainstorming|brainstorming]], [[grouping-proposal|proposal]]) - Metadata markup of items that should be grouped together. &lt;br /&gt;
* hash [[hash-examples|hash examples]] (see also [[downloads]])&lt;br /&gt;
* items [[items-examples|items examples]], [[items-formats]], [[items-brainstorming|items brainstorming]]&lt;br /&gt;
* [[journal-brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] &lt;br /&gt;
* news [[news-examples|news examples]]&lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc.&lt;br /&gt;
* [[page-summary]] [[page-summary-examples]], [[page-summary-formats]]&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* [[question-answer]], [[question-answer-examples]], [[question-answer-formats]], [[question-answer-brainstorming]] &lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]] (see also [[rest]])&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]], [[species-formats]], [[species-brainstorming]]&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[widget]], [[widget-examples|widget examples]], [[widget-formats]], [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]]&lt;br /&gt;
* [[xpn-examples]] - proposal to extend (or replicate) XFN for business (or professional - hence X'''P'''N) relationships &lt;br /&gt;
&lt;br /&gt;
=== blogging related ===&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-examples|distributed conversation examples]], [[distributed-conversation-formats|distributed conversation formats]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], [[tagcloud-formats]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
&lt;br /&gt;
=== education related ===&lt;br /&gt;
* higher education academic information&lt;br /&gt;
** [[hied-course-examples]], [[hied-course-formats]], [[hied-course-brainstorming]] - an academic course activity&lt;br /&gt;
** [[course-catalog]]; [[course-catalog-examples]] &lt;br /&gt;
* learning ([[learning-examples|examples]], [[learning-formats|formats]], [[learning-brainstorming|brainstorming]], [[learning-people|people]], [[learning-proposal|proposal]], [[learning-issues|issues]]) - a microformat for microlearning&lt;br /&gt;
&lt;br /&gt;
=== productivity related ===&lt;br /&gt;
* task [[htask|task effort]], [[task-examples|task examples]], [[task-formats|task formats]], [[task-brainstorming|task brainstorming]], and [[task-faq|task FAQ]]&lt;br /&gt;
* [[to-do-examples]]&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
** meetings usually aren't very productive, yet, hopefully if meeting minutes are captured, meetings aren't a complete waste of time.&lt;br /&gt;
&lt;br /&gt;
=== commerce products listings related ===&lt;br /&gt;
* bank account [[bankaccount-brainstorming]], [[bankaccount-examples]]&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-formats]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]]&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]], [[job-listing-formats]], [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* receipt ([[receipt-examples|examples]], [[receipt-formats|formats]], [[receipt-brainstorming|brainstorming]], [[receipt-proposal|proposal]]) - Marking up information and metadata related to purchase receipts.&lt;br /&gt;
* [[wishlist]], [[wishlist-examples]]&lt;br /&gt;
* [[hService_Proposal|proposal for selling commercial services]]&lt;br /&gt;
&lt;br /&gt;
== completed ==&lt;br /&gt;
The following exploratory discussions resulted in a microformat.&lt;br /&gt;
&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (yielded the [[rel-directory]] microformat)&lt;br /&gt;
* location [[location-examples]], [[location-formats|location formats]]. (see also [[adr]], [[geo]], [[hcard|hCard]])&lt;br /&gt;
* resume [[resume-examples]], [[resume-formats|resume formats]], [[resume-brainstorming|resume brainstorming]] yielded the [[hresume|hResume]] draft.&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] yielded the [[hreview|hReview]] draft&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== solo pursuits ==&lt;br /&gt;
The following are primarily pursued by a single individual and thus have not generated widespread interest in the community yet. In general, solo pursuits are discouraged. &lt;br /&gt;
&lt;br /&gt;
The goal of a format is to help human communication, the exchange of information between two people. Thus if only one community member is really interested in pursuing it (enough to work on it in the community), it's not important as a format. While a list of contributors or supporters helps demonstrate some broader interest, it is still insufficient if a format is only really being worked on in the community by a single individual.&lt;br /&gt;
&lt;br /&gt;
* geo extensions ([[User:AndyMabbett|Andy Mabbett]])&lt;br /&gt;
** [[geo-elevation-examples]], [[geo-elevation-formats]] - extend geo for representing altitude &lt;br /&gt;
** [[geo-waypoint-examples]], [[geo-waypoint-formats]] - extend geo for representing routes and boundaries, using waypoints &lt;br /&gt;
** [[geo-extension-examples]], [[geo-extension-formats]], [[geo-extension-brainstorming]], [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
* [[off|OFF]]&lt;br /&gt;
* [[hJoke]] a microformat used to delineate jokes/humor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== failed to follow process ==&lt;br /&gt;
All too often it seems people propose a new microformat without following the [[process]] (most often not even reading apparently), nor creating the proper research pages first (and doing the research), nor sometimes even reading the [[introduction]] and [[how-to-play]] pages.  Such proposals are relegated to this section to make it clear that they are worse than mere solo pursuits, they are (most of the time) solo pursuits by people who haven't even read the [[process]] page!&lt;br /&gt;
&lt;br /&gt;
* [[realestate-propertydetail]], [[realestate-propertydetail-examples]], [[realestate-propertydetail-formats]], [[realestate-propertydetail brainstorming]]&lt;br /&gt;
* show [[show-examples]], [[show-formats]], [[show-brainstorming|show brainstorming]]&lt;br /&gt;
* showroll [[showroll-examples]], [[showroll-formats]], [[showroll-brainstorming]]&lt;br /&gt;
* syllabus [[syllabus-examples]], [[syllabus-formats]], [[syllabus-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== did not read main page ===&lt;br /&gt;
Even worse, proposals by people who apparently didn't even bother to read the rest of the [[Main_Page]]!&lt;br /&gt;
These are proposals that failed to follow the process and were added by the author to the  [[Main_Page]] where it explicitly says to follow the process (often right next to where they added the link to their brainstorm proposal).&lt;br /&gt;
&lt;br /&gt;
* [[hwiki|hWiki]]&lt;br /&gt;
* [[rel-ecolabel]]&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38502</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=38502"/>
		<updated>2009-05-04T12:53:29Z</updated>

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

		<summary type="html">&lt;p&gt;SamJohnston: created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2009-05-04 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://samj.net/ Sam Johnston] ([http://www.aos.net.au/ Australian Online Solutions])&lt;br /&gt;
* [http://shiflett.org/ Chris Shiflett] ([http://omniti.com/ OmniTI])&lt;br /&gt;
* [http://laughingmeme.org/ Kellan Elliott-McCrae] ([http://flickr.com Flickr])&lt;br /&gt;
* [http://twitter.com/robspychala Robert Spychala] ([http://snaplog.com/ Snaplog])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelShortLink is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;shortlink&amp;quot;&amp;lt;/code&amp;gt; to a [hyper]link, a page indicates that the hyperlink may be used for space constrained and/or manual entry (e.g. printed or spoken) applications and that the destination of that hyperlink carries the same meaning (even if formatting such as sort order and hightlighting is lost). Typical use cases include pasting links into microblogging services such as Twitter and anywhere manual entry is required (e.g. printed or spoken URLs).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;shortlink&amp;quot;&amp;gt;shortlink&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource carries the same meaning as the&lt;br /&gt;
       referring page (even if formatting such as sort order and highlighting&lt;br /&gt;
       is lost) and that the link may be used for space constrained and/or&lt;br /&gt;
       manual entry (e.g. printed or spoken) applications.&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;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-shortlink in the wild, this is very much an incomplete list. If your site marked up with rel-shortlink, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-shortlink-examples-in-wild]]).&lt;br /&gt;
* [http://rel-shortlink.appspot.com RelShortLink] is an open source Python implementation hosted on [http://appengine.google.com Google App Engine] which scans both HTTP headers and HTML links for &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt;.&lt;br /&gt;
* [http://wordpress.org/extend/plugins/shortlink/ Wordpress 'shortlink' plugin] embeds &amp;lt;code&amp;gt;rel=shortlink&amp;lt;/code&amp;gt; links into Wordpress blogs.&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://samj.net/2009/04/introducing-relshort-better-alternative.html Introducing rel=&amp;quot;shortlink&amp;quot; - a better alternative to URL shorteners]&lt;br /&gt;
* [http://samj.net/2009/04/relshortlink-url-shortening-that-really.html rel=shortlink: url shortening that really doesn't hurt the Internet]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* [http://code.google.com/p/shortlink/ Google Code 'shortlink' project]&lt;br /&gt;
&lt;br /&gt;
== inferior alternatives ==&lt;br /&gt;
* [http://revcanonical.appspot.com/ RevCanonical]&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; deprecated in HTML 5&lt;br /&gt;
** &amp;lt;code&amp;gt;rev=&amp;lt;/code&amp;gt; is easily confused with &amp;lt;code&amp;gt;rel=&amp;lt;/code&amp;gt;, thus creating extreme danger for clueless webmasters&lt;br /&gt;
** implies that referring URL is the canonical URL, thus should only be used for the canonical URL itself&lt;br /&gt;
** implies that a complete list of referring URLs is offered, when in fact there are infinite possibilities&lt;br /&gt;
** See also mnot's [http://www.mnot.net/blog/2009/04/14/rev_canonical_bad Counting the ways that rev=&amp;quot;canonical&amp;quot; hurts the Web]&lt;br /&gt;
* RelShortcut&lt;br /&gt;
** Scorched earth thanks to &amp;quot;shortcut icon&amp;quot; (now just &amp;quot;icon&amp;quot; in HTML 5) - rel is a space separated list for HTML at least&lt;br /&gt;
* RelShort[er]&lt;br /&gt;
** Ambiguous as to whether it refers to the URL or the content itself (e.g. abstract).&lt;br /&gt;
* RelShorturl&lt;br /&gt;
** Too many possible permutations: short[_- ]?ur[il] -&amp;gt; shorturl, short_url, short-url, &amp;quot;short url&amp;quot;, short_uri, short-uri, &amp;quot;short uri&amp;quot;, etc. leads to implementations supporting multiple variations.&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:SamJohnston&amp;diff=38500</id>
		<title>User:SamJohnston</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:SamJohnston&amp;diff=38500"/>
		<updated>2009-05-04T12:26:32Z</updated>

		<summary type="html">&lt;p&gt;SamJohnston: created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''See also: [[Wikipedia:User:SamJohnston]]''&lt;br /&gt;
{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>SamJohnston</name></author>
	</entry>
</feed>