Syndication/formats/item
From Steeple
< Syndication | formats
Syndication: Introduction | Formats | metafeed | feedheader | short item | long item | examples | spec | Print / Index
[edit] 1 Feed format at item level
For information about providing the 'header' of a feed, see feedheader.
Here we describe what needs to be provided for an item when using rss. To do this, we mostly just use elements from rss, but there are other elements that are from atom or yahoo's media. If instead you want to provide the equivalent in atom, i.e., you want to provide an <entry> rather than an <item>, this is straightforward.
This page provides a short version of what is needed: for more information see the long item.
[edit] 2 The rss:item (or <atom:entry>)
<item> <title>The title of this media item</title> <description>Description ....</description> <pubDate></pubDate> <atom:updated></atom:updated> <guid isPermaLink="false"></guid> <link></link> <atom:link rel="http://purl.org/steeple/context" href="" title="View this item in the original context at Oxford University">View this item in the original context at Oxford University</atom:link> <!-- institutional classification --> <atom:category scheme="http://purl.org/steeple/division" term="<e.g. via LDAP>" label="Section of Physical Sciences" /> <atom:category scheme="http://purl.org/steeple/department" term="<e.g. via LDAP>" label="Physics Department" /> <atom:category scheme="http://purl.org/steeple/group" term="" label="" /> <!-- subject classification --> <atom:category scheme="...british library..." term="..." label="..." /> <atom:category scheme="http://www.itunesu.com" term="101" label="General Science" /> <atom:category scheme="http://www.itunesu.com" term="104101" label="..." /> <atom:category scheme="http://www.itunesu.com" term="108" label="..." /> <!-- people --> <media:credit role="presenter" scheme="http://purl.org/steeple/credit">Prof. Dr. A. B. C. Smith-Jones (University of Oxford)</media:credit> <media:credit role="presenter" scheme="http://purl.org/steeple/credit">Prof. Dr. D. E. F. Taylor (University of Cambridge)</media:credit> <media:thumbnail url="http://www.foo.com/keyframe.jpg" width="75" height="50" time="" s:type="keyframe|slide|thumb|cover" s:attribution="" /> <!-- media content --> <s:duration>5:31</s:duration> <enclosure url1 length="" type="..." /> <media:group> <media:category domain="http://purl.org/steeple/mediatype" />video</media:category> <media:content url="url_low.m4v" fileSize="length" type="type" medium="video" isDefault="true" expression="full" bitrate="128" height="200" width="300" duration="185" lang="en" s:FlashCompatible="9.0.115.0" s:transport="progressive,seekable" s:version="..." /> <media:content url="url_high.m4v" fileSize="length" type="type" medium="video" isDefault="false" expression="full" bitrate="1128" height="400" width="600" duration="185" lang="en" s:FlashCompatible="9.0.115.0" s:transport="progressive,seekable" s:version="..." /> </media:group> <media:content url="url5.pdf" expression="full" .... ><media:title>Lecture slides as pdf</media:title></media:content> <!-- keywords --> <media:keywords>a, b, c</media:keywords> <!-- license --> <media:copyright url=".......">Oxford University</media:copyright> <media:license type="text/html" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/"> Creative Commons Attribution-Noncommercial-Share Alike 2.0 UK: England & Wales. Add attribution here: This item was produced by <a href="...">Dr. A. Smith</a>. </media:license> <cc:license>http://creativecommons.org/licenses/by-nc-sa/2.0/uk/</cc:license> </item>
Page imported from here.
