<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
 
  <channel>

    <title>My First Podcast</title>
    <description>This is my first podcast.  This description describes, in general, what the podcast episodes will be about.</description>
    <link>http://www.myurlhere.com/</link>
    <language>en-us</language>

    <copyright>Creative Commons by-nc-nd 2006</copyright>
    <lastBuildDate>Thu, 27 Apr 2006 10:00:00 -0500</lastBuildDate>
    <pubDate>Mon, 01 Apr 2006 10:00:00 -0500</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <webMaster>myemailaddress@myurl.com</webMaster>

    <itunes:author>myemailaddress@myurl.com</itunes:author>

    <itunes:summary>My podcast is a really neat radio show.  Check it out.</itunes:summary>

    <itunes:owner>
           <itunes:name>My Name Here</itunes:name>
           <itunes:email>myemailaddress@myurl.com</itunes:email>
    </itunes:owner>

    <itunes:image href="http://www.mysmallimagehere.png" />

<itunes:explicit>No</itunes:explicit>

<itunes:category text="International">
     <itunes:category text="Polish"/>
</itunes:category>

<item>
<title>Name of my latest episode here</title>
<link>http://www.myurl.com/episode2.ogg</link>
<description>This is the latest installment in our podcast series.  Blah blah blah.</description>
<enclosure url="http://www.myurl.com/episode2.ogg" length="4673406" type="audio/ogg"/>

<category>International</category>
<pubDate>Mon, 17 Apr 2006 10:00:00 -0500</pubDate>

<itunes:explicit>No</itunes:explicit>
<itunes:subtitle>A subtitle for iTunes goes here.</itunes:subtitle>
<itunes:summary>Reuse your description here.</itunes:summary>
<itunes:duration>00:04:52</itunes:duration>
<itunes:keywords>polish podcast pierogi poland other relevant keywords</itunes:keywords>
</item>

<item>
<title>My First Episode Name Here</title>
<link>http://www.myurl.com/firstepisode.ogg</link>
<description>Description of the first episode I did.  Remember, the newest episode goes at the top.</description>
<enclosure url="http://www.myurl.com/firstepisode.ogg" length="33972644" type="audio/ogg"/>
<category>International</category>
<pubDate>Mon, 6 Apr 2006 10:00:00 -0500</pubDate>

<itunes:explicit>No</itunes:explicit>
<itunes:subtitle>A subtitle for iTunes goes here.</itunes:subtitle>
<itunes:summary>Description of the first episode I did.  Remember, the newest episode goes at the top.</itunes:summary>

<itunes:duration>00:35:23</itunes:duration>
<itunes:keywords>polish episode 1 original pierogi church ladies relevant keywords here</itunes:keywords>
</item>

</channel>
</rss>
