
Take your time, record your podcast (we recommend Audacity), edit it to taste.
You're already here, enter your info, generate and download your XML file. Paste the link at the bottom in your page to notify visitors
FTP (we recommend Filezilla) your audio and XML files on to a webserver and share your thoughts with the world!

Paste the code below between the head tags in your html document(s) to display the RSS icon in the location bar:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> My Fancy Web Page - Now with RSS! </title>
<!-- Paste your code here -->
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://example.com/YOUR-NAME-podcast.xml" />
</head>
...