[1] リンク関係 related
(http://www.iana.org/assignments/relation/related
)
は、 href
属性値の IRI が当該 atom:link
要素を含む要素によって記述された資源に関連する資源を識別することを表します
RFC 4287 4.2.7.2.。
[3] ある検索円陣の性能に関するサイトのフィードの atom:feed
要素には、その検索円陣の URL を用いて
<link rel="related" href="http://search.example.com/"/>
のように記述できます RFC 4287 4.2.7.2.。
[4] RFC 5988 - Web Linking ( ( 版)) <http://tools.ietf.org/html/rfc5988#page-15>
[5] Reverse HTTP Specification | ReverseHttp ( 版) <http://reversehttp.net/reverse-http-spec.html>
If a 2xx-series response is sent, the response MUST have the following headers set:
-Link, with rel="related" and the URL being the Public Application URL.
[6] はてなブックマークAtomAPI - Hatena Developer Center ( 版) <http://developer.hatena.ne.jp/ja/documents/bookmark/apis/atom>
リクエスト用XML文書に記述することができるパラメータは以下です。
ブックマークするページのURLをlink要素に(必須)
rel属性にrelated
type属性にtext/html
href属性にブックマークするページのURL
[7] はてなブックマークAtomAPI - Hatena Developer Center ( 版) <http://developer.hatena.ne.jp/ja/documents/bookmark/apis/atom>
<entry xmlns="http://purl.org/atom/ns#">
<title>dummy</title>
<link rel="related" type="text/html" href="http://www.example.com/" />
<summary type="text/plain">サンプルコメントです</summary>
</entry>