rel-license

rel-license

rel=license (HTML)

[2] Re: License metadata in HTML (Ian Hickson 著, 版) <http://permalink.gmane.org/gmane.org.w3c.whatwg.discuss/12246>

[3] >>2 ライセンス情報の HTML 文書中の記述に関する提案が数件ありましたが、 結局 rel=license 以上のものを用意する動機に欠けるのが実態と判断されています。

rel=license (Atom)

[1] snellspace.com &#187; Blog Archive &#187; RFC 4946 (2007-07-22 14:55:30 +09:00 版) <http://www.snellspace.com/wp/?p=708>

The Atom License Extension is now Experimental RFC 4946.

What is the Atom License Extension? Glad you asked. RFC 4946 defines the way things like Creative Commons licenses can be associated with Atom feeds and entries.

<entry>
  <id>tag:entries.org,2005:1</id>
  <title>Atom Powered Robots Run Amok</title>
  <updated>2005-06-28T12:00:00Z</updated>
  <link href="http://www.example.org/entries/1" />
  <summary>Atom Powered Robots Run Amok</summary>
  <author><name>Jane Smith</name></author>
  <link rel=”license” type=”text/html”
    href=”http://creativecommons.org/licenses/by/2.5/” />
</entry>

Why is this an Experimental RFC? Simple, while there are folks who produce Atom feeds that contain the license link, there are very few client implementations that do anything interesting with them. The lack of implementation experience means that “Experimental” status is far more appropriate than “Proposed Standard” status. Once we get more implementations, we can look at putting this on the standards track.

Support for RFC 4946 has already been added to the Apache Abdera project in the Extensions module.

This entry was posted on Wednesday, July 18th, 2007 at 9:58 pmand is filed under Technology, Atom 1.0, Abdera, Java, standards.

歴史

[5] W3C HTML WG によって HTML4rel=copyright が標準化されました。

[6] マイクロフォーマットコミュニティーでは rel=license が提案されました (rel-license と呼ばれています)。

[7] Atom プロジェクトは rel=license実験的RFC である RFC 4946 として標準化しました。

[8] WHATWG>>6 や利用の実態を鑑みて rel=license適合するリンク型の名前とし、 rel=copyright を別名 (利用者エージェントは対応しなければならないが、 著者は使用してはならないもの) として定義しなおしました。

関連

[4] Atom にはライセンス情報を文章で記述するための atom:rights 要素があります。

[9] Licensing Brainstorming · Microformats Wiki ( 版) <http://microformats.org/wiki/licensing-brainstorming>

[10] RFC 5988 - Web Linking ( ( 版)) <http://tools.ietf.org/html/rfc5988#page-14>

[11] RFC 7992 - HTML Format for RFCs () <https://tools.ietf.org/html/rfc7992#section-6.3.5>

The <head> element contains a <link> tag, with "rel" attribute of

"license" and "href" attribute pointing to the an appropriate

copyright license for the document.

<link rel="license"

href="https://trustee.ietf.org/trust-legal-provisions.html">