rel-license-ja

From Microformats

rel="license"

rel-licenseは(X)HTMLやAtom、RSS、任意のXMLに埋め込むことによってコンテンツのライセンスを明示することができる簡潔でオープンなフォーマットです。rel-licenseはマイクロフォーマットのオープンスタンダードの一つです。

Table of contents


仕様 2005-02-06

作者

Tantek Çelik (http://tantek.com/), Technorati, Inc. (http://technorati.com) (formerly of Microsoft Corporation (http://microsoft.com/))

著作権

This specification is (C) 2004-2008 by the authors. However, the authors intend to submit this specification to a standards body with a liberal copyright/licensing policy such as the GMPG (http://gmpg.org/), IETF (http://ietf.org/), and/or W3C (http://w3.org). Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles (http://gmpg.org/principles)) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 (http://creativecommons.org/licenses/by/1.0/) and later), before contributing.

特許

この仕様はロイヤリティーフリーの特許方針に帰属するものです。特許方針に関してはW3C Patent Policy (http://www.w3.org/Consortium/Patent-Policy-20040205/)RFC3667 (http://www.ietf.org/rfc/rfc3667.txt)RFC3668 (http://www.ietf.org/rfc/rfc3668.txt)をご覧下さい。

要約

rel-licenseはマイクロフォーマットの一つです。(この仕様は)ハイパーリンクにrel="license"を書き加えることで、ハイパーリンクの目的地が現在のページのライセンス情報であることを示します。 例えば、次のハイパーリンクは、作者はそのページがCreative Commons 2.0 Attribution Required licenseにあることを明示しています。

<a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a>

複数のライセンス

rel="license"を持つハイパーリンクが複数あるときは、そのページは参照されたいずれかのライセンスの下にあることを示しています。 例えば、次のハイパーリンクはCreative Commons 2.0 Attribution Required licenseかApache 2.0 licenseのどちらかの下で利用可能であると宣言するのに利用できます。

<a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a>
<a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache 2.0</a>

XMDPプロファイル

<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="license">license</dt>
   <dd>Indicates that the referred resource is a license for the referring page.</dd>
  </dl>
 </dd>
</dl>

実装

  • Web Standards Project (http://webstandards.org/)によるDreamweaver拡張群 (http://www.webstandards.org/action/dwtf/microformats/)はDreamweaver 8からのrel-licenseリンク作成を可能にします。また、Creative Commonsのデフォルト書式を含んでいます。
  • pnh_mf (http://placenamehere.com/TXP/pnh_mf/)はrel-licenseや他のマイクロフォーマットのテンプレートをblog postsに付加することをサポートするTextpattern (http://textpattern.com/)用のプラグインです。Chris Casciano (http://placenamehere.com/)によって作られました。
  • Creative Commons (cc) license chooser (http://creativecommons.org/license/)
  • Yahoo! (cc) search (http://search.yahoo.com/cc)
  • Google "Usage Rights" search (http://www.google.com/support/bin/answer.py?answer=29508)

List of Licenses

Please add any licenses that may prove useful here.

References

Normative References

  • XMDP (http://gmpg.org/xmdp/)

Informative References

see also

Personal tools