Created
October 8, 2015 16:37
-
-
Save sturtus/6fb0ad551cb16684a7c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"version="2.0"xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>ADAM'S AWESOME PODCAST</title> | |
<link>http://www.ADAMSAWESOMEWEBSITE.com</link> | |
<description>This is a breif description of our podcast</description> | |
<language>en-us</language> | |
<copyright>ADAM'S AWESOME copyright 2014</copyright> | |
<atom:linkhref="http://fullurltothisfile.googledive.yaddayadda.com/podcast.rss"rel="self"type="application/rss+xml" /> | |
<lastBuildDate>Wed, 13 Aug 2014 15:47:00 GMT</lastBuildDate> | |
<itunes:author>ADAM</itunes:author> | |
<itunes:summary>Our First itunes feed</itunes:summary> | |
<itunes:owner> | |
<itunes:name>ADAM</itunes:name> | |
<itunes:email>[email protected]</itunes:email> | |
</itunes:owner> | |
<itunes:explicit>No</itunes:explicit> | |
<itunes:imagehref="http://fullurltothisfile.googledive.yaddayadda.com/adamslogo.png"/> | |
<itunes:categorytext="Technology"> | |
</itunes:category> | |
<item> | |
<title>Our first Podcast</title> | |
<link>http://fullurltothisfile.googledive.yaddayadda.com/Our_first_podcast.mp3</link> | |
<pubDate>Wed, 13 Aug 2014 15:47:00 GMT</pubDate> | |
<description>This is our first item in our feed</description> | |
<enclosure url="http://fullurltothisfile.googledive.yaddayadda.com/Interview_4_Advice_and_XFA.mp3"length="[in seconds i think]"type="audio/mpeg"/> | |
<itunes:summary>Our fiest item</itunes:summary> | |
<itunes:imagehref="http://fullurltothisfile.googledive.yaddayadda.com/idrlogo.png"/> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment