<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergoTom</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergoTom"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/SergoTom"/>
	<updated>2026-05-03T12:43:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-directory&amp;diff=2717</id>
		<title>rel-directory</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-directory&amp;diff=2717"/>
		<updated>2005-11-05T17:50:22Z</updated>

		<summary type="html">&lt;p&gt;SergoTom: /* Draft Specification 2005-08-24 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;directory&amp;quot; =&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-08-24 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://theryanking.com Ryan King]&lt;br /&gt;
&lt;br /&gt;
=== Authors===&lt;br /&gt;
* Blaine Cook, [http://odeo.com Odeo]&lt;br /&gt;
* [http://theryanking.com Ryan King], [http://technorati.com Technorati]&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati]&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati]&lt;br /&gt;
&lt;br /&gt;
=== Acknowledgments ===&lt;br /&gt;
Thanks to everyone who helped with brainstorming and feedback: Dorion Carroll, [http://www.joshkinberg.com/blog/ Josh Kinberg], [http://factoryjoe.com/blog/ Chris Messina], [http://anarchogeek.com/ Evan Henshaw Plath (Rabble)], [http://powazek.com/ Derek Powazek], Dr. Ernie Prabhakar, [http://sifry.com/alerts/ David Sifry], [http://www.hyperorg.com/blogger/ David Weinberger], and many others.&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div id=&amp;quot;wikitikitavi&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
	[[http://WTHP1.coolhost.biz] [WTHPD1]]&lt;br /&gt;
	[http://WTHP2.coolhost.biz  WTHPD2]&lt;br /&gt;
	[[http://WTHP3.coolhost.biz | WTHPD3]]&lt;br /&gt;
	[http://WTHP4.coolhost.biz | WTHPD4]&lt;br /&gt;
	[WTHPD5 | http://WTHP5.coolhost.biz]&lt;br /&gt;
	[[http://WTHP6.coolhost.biz WTHPD6]]&lt;br /&gt;
	[[WTHPD7|http://WTHP7.coolhost.biz]]&lt;br /&gt;
	http://WTHP8.coolhost.biz&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Rel-Directory is one of several [[microformats]].  By adding &amp;lt;code&amp;gt;rel=&amp;quot;directory&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of the hyperlink is a directory listing containing an entry for the current page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://dmoz.org/Computers/Internet/&amp;quot; rel=&amp;quot;directory&amp;quot;&amp;gt;Computers/Internet&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page &amp;lt;code&amp;gt;http://dmoz.org/Computers/Internet/&amp;lt;/code&amp;gt; is a directory listing for the referring page.&lt;br /&gt;
&lt;br /&gt;
This assertion will typically apply to just the referring page, though it may in some cases refer to a larger work, such as a blog or podcast.&lt;br /&gt;
&lt;br /&gt;
Additionally, in the case that the directory page is a taggable url (follows the [[rel-tag]] microformat), these&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://odeo.com/tag/arts/&amp;quot; rel=&amp;quot;tag directory&amp;quot;&amp;gt;arts&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://technorati.com/blogs/evolution&amp;quot; rel=&amp;quot;tag directory&amp;quot;&amp;gt;evolution&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
can be used to show that the referred page is both a directory listing and a tag for the current page.&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
rel=&amp;quot;directory&amp;quot; is  specifically designed for building a directory in a distributed manner and for making links to any directory listing explicit.&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;directory&amp;quot;&amp;gt;directory&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a directory listing for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.  The following implementations have been developed which either generate or parse rel-directory links. If you have a rel-directory implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://technorati.com/blogs/ Technorati Blog Finder] is a blog directory that is organized and constructed by bloggers who themselves choose which categories their blog belongs in, using either a user interface, or by simply using a rel-directory tag link from their blog to the page for a particular category in a directory.  See [http://technorati.com/help/blogfinder.html Technorati Blog Finder Help] for more info.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag| Rel-Tag]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc3986.txt RFC 3986 specifies URL syntax]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* This document was originally cloned from the [[rel-tag]] specification.&lt;br /&gt;
* [[directory-inclusion-examples]]&lt;br /&gt;
* [[directory-inclusion-formats]]&lt;br /&gt;
* [[directory-inclusion-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== Commentary ===&lt;br /&gt;
* http://www.aef-dmoz.org/blog/index.php/2005/09/07/39-rel-directory-rel-tag-directory&lt;/div&gt;</summary>
		<author><name>SergoTom</name></author>
	</entry>
</feed>