news and thoughts on and around the development
of the iCite net
by Jay Fienberg
posted: Nov 1, 2004 9:52:44 PM
Danny Ayers posted an example of RSS 1.0 enclosures such that I'm believing this to be official.
So, Wrong Notes, my music blog, where I've been "podCasting" enclosure laden RSS 2.0 since Feburary, now also has an enclosure laden RSS 1.0 version as well.
Danny also points out the benefits of expressing enclosures with RDF, and I'll be taking advantage of these down the line by including more descriptive data (like, hello, maybe CC license data) in the RDF enclosure.
permalink | comments {3} · trackbacks {0}
also available as: rss · rss2 · rdf · atom
Comment by: kus · http://en.audioblog.starfrosch.ch
posted: Feb 4, 2005 1:00:36 AM
i tried to fetch your rss 1.0 with enclosures.
ipodder 2 beat: no enclosures fetched
dopplerradio : no enclosures fetched
nimiq.nl : works
it doesn't seems to be wide spread.
Comment awaiting approval
posted: Mar 21, 2006 12:07:39 PM
Note: All comments and trackbacks are moderated. Spam is deleted. Other comments are approved as promptly as possible.
Note: Older posts no longer accept new comments or trackbacks.
« prev post
Interaction protocol more important than format
» next post
PHP is pleasing happy people
blog archive
2006: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2005: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2004: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2003: may · jun · jul · aug sep · oct · nov · dec first post: April 30, 2003 highlight views: Spammers' Choice
Jay elsewhere online
Jay Fienberg - the official home page
Wrong Notes - the music blog of the Ear Reverends
Fine & Full, aka, a fine and full burger
Sociomobilepoetextologia (moblog, currently inactive due to lack of proper mobile)
to enjoy roll
sites I like to read when I start from here
· Anastasia Fuller
· Andy Baio
· Biz Stone
· Boris Mann
· Bre Pettis
· Chris Dent
· Danny Ayers
· Dare Obasanjo
· David Czarnecki
· David Weinberger
· Don Park
· Evan Williams
· Greg Narain
· Jason Kottke
· Jim Benson
· Lucas Gonze
· Marc Canter
· Matt May
· Matt Mullenweg
· Michal Migurski
· Nancy White
· Rebecca Blood
· Reg Cheramy
· Richard MacManus
· Sam Ruby
· Shelley Powers
· Tim Bray
· danah boyd
Comment by: Dave Beckett · http://librdf.org/
posted: Nov 3, 2004 9:48:00 AM
I've been tinkering with a new rdf query language that we're standardising and it's nice to have real data to test with my software, http://librdf.org/rasqal/
Thanks
Dave
-------------------
SPARQL query enc.rq:
PREFIX enc:
PREFIX :
SELECT ?type, ?url
FROM
WHERE
(?enclosure rdf:type enc:Enclosure)
(?enclosure enc:type ?type)
(?enclosure enc:url ?url)
-----------------
Result:
$ roqet -i sparql enc.rq
roqet: Querying from file enc.rq
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/33.3commandment.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/matterday.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/invention.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/memory.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/invocation.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/46today.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/toe.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/cheese.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/dormir.m3u")]
result: [type=string("audio/x-m3u"),
url=string("http://earreverends.com/mute/toy1.m3u")]
roqet: Query returned 10 results