rel-directory: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:


=== Copyright ===
=== Copyright ===
{{MicroFormatCopyrightStatement}}
{{MicroFormatCopyrightStatement2005}}
 
=== Patents ===
=== Patents ===
{{MicroFormatPatentStatement}}
{{MicroFormatPatentStatement}}

Revision as of 05:00, 1 September 2005

rel="directory"

Draft Specification 2005-08-24

Editor

Authors

Concept

Inspiration / Acknowledgments

Thanks to everyone who helped with brainstorming: Derek Powazek, Dave Sifry, Dorion Carroll, Chris Messina, David Weinberger, Josh Kinberg, Rabble and many others.

Copyright

This specification is (C) 2005-2024 by the authors. However, the authors intend to submit (or already have submitted, see details in the spec) this specification to a standards body with a liberal copyright/licensing policy such as the GMPG, IETF, and/or W3C. Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 and later), before contributing.

Patents

This specification is subject to a royalty free patent policy, e.g. per the W3C Patent Policy, and IETF RFC3667 & RFC3668.

Abstract

Rel-Directory is one of several microformats. By adding rel="directory" to a hyperlink, a page indicates that the destination of that hyperlink is a directory listing for the current page.

<a href="http://dmoz.org/Computers/Internet/" rel="directory">Computers/Internet</a>

the author indicates that the page http://dmoz.org/Computers/Internet/ is a directory listing for the referring page.

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.

Additionally, in the case that the directory page is a taggable url (follows the rel-tag microformat), this

<a href="http://odeo.com/tag/arts/" rel="tag directory">arts</a>

can be used to show that the referred page is both a directory listing and a tag for the current page.

Scope

rel="directory" is specifically designed for building a directory in a distributed manner and for making links to any directory listing explicit.

XMDP profile

<dl class="profile">
 <dt id="rel">rel</dt>
 <dd><p>
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
     HTML4 definition of the 'rel' attribute.</a>  
   Here is an additional value.</p>
  <dl>
   <dt id="directory">directory</dt>
   <dd>Indicates that the referred resource serves as a directory listing for the referring page.</dd>
  </dl>
 </dd>
</dl>


Implementations

This section is informative.

  • no implementations yet

References

Normative References

Informative References

  • This document was originally cloned from the rel-tag specification.