[15]
リンク型 license
は、
リンク先が著作権その他のライセンスを記述した文書であることを表すものです。
[17] リンク先が機械可読であることは要求されていません。 従って機械的に決定できるのはリンク先にライセンス条項があると期待することまでで、 ライセンス記述を機械的に読むことはできません。
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
以上のものを用意する動機に欠けるのが実態と判断されています。
[9] Licensing Brainstorming · Microformats Wiki ( 版) http://microformats.org/wiki/licensing-brainstorming
[12] rel="license" - Microformats Wiki, , http://microformats.org/wiki/rel-license
[13] rel-license XMDP profile, , http://microformats.org/profile/rel-license
[14] rel-license-issues - Microformats Wiki, , http://microformats.org/wiki/rel-license-issues
[19] Standards/license - MozillaWiki, , https://wiki.mozilla.org/Standards/license#Markup
rel=license
(Atom)[1]
snellspace.com » Blog Archive » 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.
rel=license
(HTTP)[10] RFC 5988 - Web Linking ( ( 版)) http://tools.ietf.org/html/rfc5988#page-14
[5] W3C HTML WG によって
HTML4 で rel=copyright
が標準化されました。
[6] マイクロフォーマット・コミュニティーでは
rel=license
が提案されました
(rel-license と呼ばれています)。
[7] Atom プロジェクトは rel=license
を実験的RFC である RFC 4946 として標準化しました。
[8] WHATWG は >>6 や利用の実態を鑑みて
rel=license
を適合するリンク型の名前とし、
rel=copyright
を別名
(利用者エージェントは対応しなければならないが、
著者は使用してはならないもの) として定義しなおしました。
[4] Atom にはライセンス情報を文章で記述するための
atom:rights
要素があります。