Re: Digest Number 1013
"Alex Kolesnichenko" <yahoo-KwUv6+pz0nRWk0Htik3J/[email protected]>
| Newsgroups | gmane.network.syndication.rss.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello [email protected], r> Subject: Enclosures, multiple formats r> There's a use case for multiple formats that's being defined for RSS r> 2.0 which mod_enclosures for RSS 1.0 should also be able to handle - r> publishing the same data as mp3 over HTTP or as a BitTorrent stream. r> An approach has be proposed for RSS 2.0 [1] which seems a little r> strange to me. I realise this itself is out of scope on rss-dev, but I r> may be missing something obvious that would impact any RSS 1.0 r> enclosure module. Isn't it the case that was discussed here some time ago? There was a good approach suggested: <rss:item> <rss:title>Ian's Bad Poem</rss:title> <encl:enclosure> <rdf:Alt> <rdf:li rdf:resource="http://example.com/torrent" dc:format="application/x-bittorrent" <!-- whatever --> dc:title="Bit torrent link to mp3" /> <rdf:li rdf:resource="http://example.com/mp3" dc:format="audio/mpeg" dc:title="MP3 of me reading my poem" /> <rdf:li rdf:resource="http://example.com/text" dc:format="text/plain" dc:title="My poem itself" /> </rdf:Alt> </encl:enclosure> </rss:title> -- Best regards, Alex Kolesnichenko 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/