SEARCH
TOOLBOX
LANGUAGES
Create a book
Syndication/formats/examples/Cambridge SMS institution feed

Syndication/formats/examples/Cambridge SMS institution feed

From Steeple

Jump to: navigation, search

This is an example for the University of Cambridge Streaming Media Service feed. It links to 'collection feeds', an example of which is available here: Syndication/formats/metafeed/Cambridge SMS collection feed.

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:sms="http://sms.csx.cam.ac.uk/rss"
                   xmlns:atom="http://www.w3.org/2005/Atom"
                   xmlns:s="http://purl.org/steeple"
                   xmlns:media="http://search.yahoo.com/mrss/" >
<channel>
<sms:feedVersion date="2009-09-09">2</sms:feedVersion>
<!--
Provide a title that is suitable for externally facing portals.
-->
<title>The University of Cambridge Streaming Media Service Index</title>
<description>This index provides a list of institutions at the University of Cambridge that have items in the streaming media service.</description>
 
<link>http://drax.csi.cam.ac.uk/smsInstitution/list</link>
<atom:link href="http://drax.csi.cam.ac.uk/smsInstitution/list" rel="self" type="application/rss+xml"></atom:link>
<atom:link href="http://drax.csi.cam.ac.uk/institution" rel="alternate" type="text/html"></atom:link>
 
<ttl>1440</ttl>
 
<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/feedtype"  term="root" />
 
<!--
Top level feed should include university logo
-->
<media:thumbnail url="http://.../logo.jpg" width="..." height="..." />
 
<item>
  <title>Cambridge Admissions Office</title>
  <guid isPermaLink="false">cam.ac.uk/sms/CIAO</guid>
  <atom:category scheme="http://purl.org/steeple/institution" label="Cambridge Admissions Office" term="CIAO" />
  <atom:link type="application/rss+xml" href="http://drax.csi.cam.ac.uk/rss/institution/CIAO/collections" rel="http://purl.org/steeple/subfeed"  />
  <atom:link rel="alternate" type="text/html" href="http://drax.csi.cam.ac.uk/institution/CIAO" />
</item>
<!--
More <item> entries can be included here.
-->
</channel>
</rss>