Remove these ads by
Signing Up
Remove these ads by
Signing Up
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
Here is a template for the RSS file (code is not mine):
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>My Program</title>
<link>http://www.mywebsite.com/myaudio.mp3</link>
<description>My first podcast</description>
<language>en-us</language>
<copyright>2005</copyright>
<lastBuildDate>Todays Date*</lastBuildDate>
<webMaster>youremail@whatever.com</webMaster>
<ttl>1</ttl>
<item>
<title>Todays Radio Show - Monday</title>
<description>Here is my Monday podcast. Hope you like it.</description>
<pubDate>Wed, 23 Aug 2006 00:56:00 GMT</pubDate>*
<enclosure url="http://www.mywebsite.com/myaudio.mp3" length="4834743" type="audio/mpeg"/>
</item>
</channel>
</rss>
(* Make sure you express the date in the format of: Day:Date:Month:Year: hh:mm:ss . Also, you have to tell what timezone you are in, relative to GMT)
Just fill in the relevant fields with your information.
Here is a site that will make the file for you: http://podcast.redevelopments.co.uk/
Either way, validate it here:http://rss.scripting.com/
And here is my How to podcast instructable. It may be helpful too: http://www.instructables.com/id/How_to_podcast_1/