Hi emailing list, (message contains Unicode characters)

I am constructing a feed or recent published articles and a feed archive. 
Each atom:entry contains a lot of atom:links. I am going to set a title 
to them as well (the comments below) later too.

What link relations ( http://www.iana.org/assignments/link-relations.html) 
are most appropriate for the various scenarios below? 

<entry xml:id="article" xml:base="http://example.tld/";>
  <!--The entry it self, usefuly in larger archive feeds.-->
  <link href="#article" type="application/atom+xml" rel="self" />
  <!--The original publication site of the article.-->
  <link href="http://publisher.tld/article.xht"; 
type="application/xhtml+xml" rel="alternate via" />
  <!--Self hosted XHTML version.-->
  <link href="/articles/article.xht"  type="application/xhtml+xml" 
rel="alternate" />
  <!--Self hosted PDF version.-->
  <link href="/articles/article.pdf" type="application/pdf" 
rel="alternate" />
  <!--Internet Archive version of original publisher’s version.-->
  <link href="http://archive.org/*http://publisher.tld/article.xht"; 
type="text/html" rel="alternate" />
</entry>
-- 
Daniel Aleksandersen <[EMAIL PROTECTED]>

Reply via email to