[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Super-simple feed format (was Re: Withdrawn entries)




On Oct 29, 2003, at 16:06, Seairth Jacobs wrote:
What if the <feed> format were reduced to a list of URIs pointing to <entry>
resources. For example:


<feed>
    <!-- feed-level elements: title, link, etc. -->
    <entry uri="http://..."/>
    <entry uri="..."/>
    ...
</feed>

This reminds me of:-


<!-- feed-level elements: title, link, etc. -->
<items>
  <rdf:Seq>
    <rdf:li resource="http://..."; />
    <rdf:li resource="..." />
  </rdf:Seq>
</items>

What you are proposing seems to go very close to the first part of an RSS 1.0 feed (in RDF, of course).

BTW: hello everyone, this is my first post on the list! :-)
--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<#me> a foaf:Person ; foaf:name "Antonio Cavedoni" ;
foaf:weblog <http://cavedoni.com/blogorroico/> .