Re: RSS feed for only one item

Danny Ayers <[email protected]>
Newsgroups gmane.network.syndication.rss.devel
Message-ID <[email protected]>
I added some per-page RDF production to my own play Wiki, the aim
being to access the same content/metadata through different user
interfaces (the content data being persisted as XHTML). The key part I
wanted was incoming/outgoing links (one of the UIs features a node &
arc graph), and I modelled these as containership. Example data below
- it's not RSS as such, but the same kind of vocab could easily be
used within RSS.

A more syndication-oriented thing would be to put the individual
change history in a feed - could be useful for offsite archiving as
well as the usual RSS reader.

Cheers,
Danny.

<rdf:RDF
    xmlns:j.0="http://ideagraph.org/xmlns/idea/wiki#"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/" >
  <rdf:Description rdf:about="http://example.org/stiki#OneNewPage">
    <j.0:containedBy rdf:resource="http://example.org/stiki#global"/>
    <dc:title>OneNewPage</dc:title>
    <j.0:contains>ThisIsAlsoNew</j.0:contains>
    <j.1:created>2003-09-19T13:42:33Z</j.1:created>
    <j.1:modified>2003-09-19T13:42:33Z</j.1:modified>
  </rdf:Description>
</rdf:RDF>

 (I think I'll change  j.0:contains to an rdf:resource object next
time I fiddle with this)

See also:
http://dannyayers.com/index.php?s=stiki&submit=Search+Archives


On Tue, 19 Oct 2004 21:28:18 -0000, martin_sarsale
<martin-/[email protected]> wrote:
> 
> 
> Dear All:
> 
> Im working on more powerfull RSS support for Tikiwiki
> (http://www.tikiwiki.org a CMS).
> 
> I think it can be nice to offer RSS metadata for each individual
> content item (an article, a blog post, a wiki page, etc), apart from
> the big feeds (all the articles, all blog posts, etc).
> 
> Is this correct? And more important: does it makes sense?
> 
> Im not sure how to implement this: a channel with only one item (in
> this approach, I end with duplicate data because, for example,
> channel's title is the same as the item title). Should I use a channel
> with no items (this is, the element 'items', empty)?
> 
> Also: what's the correct way to link a RSS feed to it's HTML version?
> 
> Thanks in advance
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 


-- 

http://dannyayers.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/rss-dev/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.