Skip to content

Instantly share code, notes, and snippets.

@drernie
Created August 6, 2008 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drernie/4236 to your computer and use it in GitHub Desktop.
Save drernie/4236 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:ac="http://purl.org/podcast/atomcast"
xml:base="http://www.example.com"
xml:lang="en-us">
<id>http://example.com/myfeed.atom</id>
<updated>2008-06-05T14:39:57-08:00</updated>
<title type="text">All About Everything</title>
<subtitle type="html">A show about &lt;em&gt;everything&lt;/em&gt;</subtitle>
<ac:summary type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<b>All About Everything</b> is a show about everything. Each week we dive into any subject known to man and talk about it as much as we can. Look for our Podcast in the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=265630617">iTunes Music Store</a>
</div>
</ac:summary>
<!-- image -->
<logo ac:height="600" ac:width="600">/podcasts/everything/AllAboutEverything.jpg</logo>
<!-- author -->
<author><name>John Doe</name></author>
<!-- owner -->
<contributor ac:role="publisher">
<name>John's Publisher</name>
<email>i.publish.johns.feed@example.com</email>
<uri>http://www.example.com</uri>
</contributor>
<!-- <copyright> -->
<rights>℗ &amp; © 2005 John Doe &amp; Family</rights>
<!-- provides <new-feed-url>, if different -->
<link rel="self" href="http//esr.ibiblio.org/wp-atom.php" />
<!-- <link> to website -->
<link rel="alternate"
type="text/html"
hreflang="en-us"
href="/podcasts/everything/index.html" />
<!-- original raw video source -->
<link rel="related" ac:role="original"
type="video/mp4"
hreflang="en-us"
ac:media="screen and (width: 1080px) and (height: 1920px) and (captioning: closed)"
href="/podcasts/src/aae20050615.m4a" />
<!-- <explicit> -->
<category scheme="http://www.riaa.com/parentaladvisory.php" term="explicit"/>
<!-- <category>, including subcategory -->
<category
scheme="http://www.apple.com/podcast/categories"
term="Technology/Gadgets"/>
<category
scheme="http://www.apple.com/podcast/categories"
term="TV &amp; Film"/>
<!-- <item> -->
<entry ac:index="yes">
<!-- <guid> -->
<id>http://example.com/podcasts/archive/aae20050615.m4a</id>
<!-- <pubDate> -->
<published>2008-06-05T14:39:57-08:00</published>
<updated>2008-06-05T14:39:57-08:00</updated>
<title>Shake Shake Shake Your Spices</title>
<ac:subtitle>A short primer on table spices</ac:subtitle>
<summary>This week we talk about salt and pepper shakers, comparing and contrasting pour rates, construction materials, and overall aesthetics. Come and join the party!</summary>
<author><name>John Doe</name></author>
<!-- keywords -->
<category scheme="http://technorati.com/tag" term="salt"/>
<category scheme="http://technorati.com/tag" term="pepper"/>
<category scheme="http://technorati.com/tag" term="shaker"/>
<category scheme="http://technorati.com/tag" term="review"/>
<!-- can have multiple <ac:icon>s, distinguished by timestamp -->
<icon ac:timestamp="00:00">/podcasts/everything/AllAboutEverything3-0.jpg</ac:icon>
<ac:icon ac:timestamp="01:23">/podcasts/everything/AllAboutEverything3-1.jpg</ac:icon>
<ac:icon ac:timestamp="03:14">/podcasts/everything/AllAboutEverything3-2.jpg</ac:icon>
<!-- can have multiple <enclosure>s, distinguished by type or ac:media -->
<link rel="enclosure"
href="/podcasts/everything/AllAboutEverythingEpisode3.mov"
hreflang="en-us"
length="185373747372"
type="video/quicktime"
ac:media="screen and (width: 1024px) and (height: 800px) and (captioning: open)"
ac:duration="4:34" />
<link rel="enclosure"
href="/podcasts/everything/AllAboutEverythingEpisode3.mp4"
hreflang="en-us"
length="9353194354"
type="video/mp4; codecs=&quot;mp4v.20.8, mp4a.40.2&quot;"
ac:media="tv and (min-device-height: 480px) and (captioning: open)"
ac:duration="4:34" />
<link rel="enclosure"
href="/podcasts/everything/AllAboutEverythingEpisode3.m4a"
hreflang="en-us"
length="8727310"
type="audio/x-m4a"
ac:media="aural and (bitrate: 8kbps)"
ac:duration="4:34"/>
<content type="text">
Required by Atom, but currently ignored by iTunes.
Could be useful for show notes and/or accessibility.
</content>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment