Podcast XML Creator


1) Record Your Podcast

Take your time, record your podcast (we recommend Audacity), edit it to taste.

2) Generate the XML needed to publish your content

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

3) Upload to your web space

FTP (we recommend Filezilla) your audio and XML files on to a webserver and share your thoughts with the world!


Fill in what you will, required fields are marked with *

So, tell us about your podcast
Author *
Website Name
Website URL
Website Description
Language *
Copyright holder *
Contact email address *
Podcast title *
Podcast subtitle
Media description *
Media link (where is the audio file?) *
Media type (audio/mpeg) *
Media size (in bytes) *
Duration (hh:mm:ss)
Keywords (sepearate by comma)
 


Bonus: RSS icon markup for your web page

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>
	  ...
	
Note: you must change the href attribute to represent the location of your XML file; e.g. href="http://example.com/John Smith.xml"



Copyright © 2009, BIT Consultants