1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!--
Description: Simple-Chapters: only one psc:chapters element is allowed (podlove.org/simple-chapters)
Expect: not bozo and len(entries[0]['psc_chapters']['chapters']) == 4 and entries[0]['psc_chapters']['version'] == '1.1'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Podlove Podcast</title>
<link href="http://podlove.org/"/>
<updated>2012-03-26T23:25:19Z</updated>
<author>
<name>Tim Pritlove</name>
</author>
<id>urn:uuid:8d5261ba-bf62-ac81-946c-9276ea617917c</id>
<entry>
<title>Fiat Lux</title>
<link href="http://podlove.org/podcast/1"/>
<id>urn:uuid:3241ace2-ca21-dd12-2341-1412ce31fad2</id>
<updated>2012-03-26T23:25:19Z</updated>
<summary>First episode</summary>
<link rel="enclosure" type="audio/mpeg" length="12345"
href="http://podlove.org/files/fiatlux.mp3"/>
<!-- specify chapter information -->
<psc:chapters version="1.1" xmlns:psc="http://podlove.org/simple-chapters">
<psc:chapter start="00:00:00" title="Welcome" />
<psc:chapter start="00:03:07.250" title="Introducing Podlove"
href="http://podlove.org/" />
<psc:chapter start="08:26" title="Podlove WordPress Plugin"
href="http://podlove.org/wordpress-plugin" />
<psc:chapter start="12:42.345" title="Resumée" />
</psc:chapters>
<psc:chapters version="1.1" xmlns:psc="http://podlove.org/simple-chapters">
<psc:chapter start="00:00:00" title="Ignore me" />
</psc:chapters>
</entry>
</feed>
|