Syndication/formats/examples/Cambridge SMS collection feed
From Steeple
< Syndication | formats | examples(Redirected from Syndication/formats/metafeed/Cambridge SMS collection feed)
Syndication: Introduction | Formats | metafeed | feedheader | short item | long item | examples | spec | Print / Index
- Cambridge SMS institution feed (based on this generic meta feed version)
- Cambridge SMS collection feed (based on the same generic meta feed version)
- Cambridge SMS media feed (based on this media feed generic version)
- Oxford metafeed (based on this generic version of a metafeed in RSS)
- Oxford podcasting newsfeed (based on this generic version of a podcasting newsfeed)
This is an example for an University of Cambridge Streaming Media Service 'collection feed'. It links to 'media feeds', an example of which is available here: Syndication/formats/examples/Cambridge SMS media feed.
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:sms="http://sms.csx.cam.ac.uk/rss" xmlns:s="http://purl.org/steeple" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <sms:feedVersion date="2009-09-09">2</sms:feedVersion> <title>Cambridge Admissions Office</title> <link>http://drax.csi.cam.ac.uk/institution/CIAO/collections</link> <atom:link href="http://drax.csi.cam.ac.uk/institution/CIAO/collections" rel="self" type="application/rss+xml"></atom:link> <atom:link href="http://drax.csi.cam.ac.uk/institution/CIAO/collections" rel="alternate" type="text/html"></atom:link> <description>List of collections in the streaming media service for Cambridge Admissions Office</description> <atom:category scheme="http://purl.org/steeple/organisation" label="University of Cambridge" term="http://www.cam.ac.uk" /> <atom:category scheme="http://purl.org/steeple/institution" label="Cambridge Admissions Office" term="CIAO" /> <atom:category scheme="http://purl.org/steeple/feedtype" term="index" /> <ttl>1440</ttl> <item> <title>Undergraduate Admissions</title> <guid isPermaLink="false">cam.ac.uk/sms/18933</guid> <s:id domain="http://sms.cam.ac.uk" href="">18933</s:id> <atom:category scheme="http://purl.org/steeple/collection" label="Undergraduate Admissions" term="18933" /> <atom:link href="http://drax.csi.cam.ac.uk/rss/collection/18933" type="application/rss+xml" rel="http://purl.org/steeple/subfeed" /> <atom:link rel="alternate" type="text/html" href="http://drax.csi.cam.ac.uk/collection/18933" /> <link>http://drax.csi.cam.ac.uk/collection/18933</link> <description>A series of videos and podcasts from Cambridge Admissions Office to provide a clearer picture of the undergraduate admissions process and what it's like to study at Cambridge. </description> <!-- Could the images be changed so that they have .jpg/.png extension? Don't worry if not. --> <media:thumbnail s:type="cover" href="http://drax.csi.cam.ac.uk/smsCollection/icon_image/18933" height="" width="" /> </item> <!-- Additional items here ... --> </channel> </rss>
