<?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=Mrflip</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=Mrflip"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Mrflip"/>
	<updated>2026-05-03T19:10:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license&amp;diff=31230</id>
		<title>rel-license</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license&amp;diff=31230"/>
		<updated>2008-08-28T09:14:50Z</updated>

		<summary type="html">&lt;p&gt;Mrflip: /* List of Licenses */ OSI license list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Rel-License is a simple, open, format for indicating content licenses which is  embedable in HTML or XHTML, Atom, RSS, and arbitrary XML. Rel-License is one of several [[microformats|microformat]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Specification 2005-02-06 ==&lt;br /&gt;
=== Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.], formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on [[User:Tantek|my user page]], this specification is released into the public domain.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Rel-License is one of several microformats.  By adding &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is a license for the current page. E.g. with the following hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page is licensed under a Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiple Licenses ==&lt;br /&gt;
Multiple such rel=&amp;quot;license&amp;quot; hyperlinks indicate that the page is available under any of the referred licenses.  E.g. the following hyperlinks could be used to declare that a page is available under either a Creative Commons 2.0 Attribution Required license or the Apache 2.0 license:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;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;license&amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding rel license and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://creativecommons.org/license/ Creative Commons (cc) license chooser]&lt;br /&gt;
* [http://search.yahoo.com/cc Yahoo! (cc) search] (appears to pick up link-rel in a but not link elements)&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search] (also appears to pick up link-rel in a but not link elements)&lt;br /&gt;
&lt;br /&gt;
== List of Licenses ==&lt;br /&gt;
&lt;br /&gt;
* [http://creativecommons.org CC]&lt;br /&gt;
* [http://www.opensource.org/licenses/ Open Source Initiative] licenses -- mostly software-focused&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; first proposed in presentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] at 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;quot;license&amp;quot;] including advantages and presentation possibilities. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
* [http://microformatique.com/?p=60 Know your rel-license at Microformatique]&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[rel-license-issues]] - issues which have been raised with this microformat.&lt;br /&gt;
* [[rel-faq]]&lt;/div&gt;</summary>
		<author><name>Mrflip</name></author>
	</entry>
</feed>