rel-license-ja: Difference between revisions

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


=== Informative References ===
=== Informative References ===
* 20040211 rel="license" 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.
* 2004年2月11日、アメリカ・カリフォルニア州サンディエゴで開かれた2004年オライリー最新技術会議でのプレゼンテーション「[http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]」でrel-licenseは提案されました。
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel="license"] including advantages and presentation possibilities.  
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel="license"] including advantages and presentation possibilities.  
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]

Revision as of 14:00, 20 August 2006

rel="license"

rel-Licenseは(X)HTML、Atom、RSS、そして任意のXMLに埋め込み内容のライセンスを明示するための簡潔でオープンなフォーマットです。「rel-License」はマイクロフォーマットのオープンスタンダードの一つです。

仕様 2005-02-06

作者

Tantek Çelik, Technorati, Inc. (formerly of Microsoft Corporation)

著作権

This specification is (C) 2004-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.

特許

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

要約

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

Implementations

References

Normative References

Informative References

see also