Hi Joe,

Podcasting is so easy. It uses xml which is kind of a pared down version of html
You need to create a text xml file and have an mp3 file of your program.
You also have to have a server somewhere to host it so others can access it.
Here is the sample xml file from yahoo.

------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0" xmlns:itunes=http://www.itunes.com/DTDs/Podcast-1.0.dtd 
xmlns:media="http://search.yahoo.com/mrss/";>

<channel>
<title> Title of your site </title> 
<description> A description of your podcast show </description> 
<itunes:author>Your Name </itunes:author>
<link> http://www.yourserver.com/YourPodcastHomepage/ </link> 
<itunes:image href="http://www.yourserver.com/YourPodcastPicture.jpg"; />
<pubdate> Sun, 09 Oct 2005 21:00:00 PST </pubdate>
<language>en-us</language> 
<copyright> Copyright Year Your_Name </copyright> 

<item>
     <title> This is just a test </title> 
     <description> A description of your podcast episode </description> 
     <itunes:author> Your Name </itunes:author>
     <pubDate> Thu, 16 Jun 2005 5:00:00 PST </pubDate> 
     <enclosure url="http://www.yourserver.com/podcast_file.mp3"; length=" 
3174554 " type="audio/mpeg" /> </item>
</channel> 
</rss>

----------------------------------------------------------------------------------------------------------------------------------------
As you add new programs, you need to add another <item>

If the above code does not come through this email, send me a request off list 
and I will send you a plain text file.
Just remember to save it as an xml file  ie "your_podcast.xml" not 
"your_podcast.txt"


regards
tallex







Alternate Energy Resource Network
  1000+ news sources-resources
             updated daily
http://www.alternate-energy.net


>  -------Original Message-------
>  From: Joe Street <[EMAIL PROTECTED]>
>  Subject: Re: [Biofuel] Yahoo tutorial on podcasting
>  Sent: 26 Oct '05 16:00
>  
>  Hey Kirk;
>  
>  The instructions on page 3 say replace all the blue text with your
>  owninfo.  Trouble is no matter what browser I use, all the text is black!
>  I can make some guesses of course but might easily miss somethingbecause I
>  know squat about HTML coding. Have you published anything yet?
>  
>  Joe
>  
>  Kirk McLoren wrote:
>  
>  
>  [LINK: http://podcasts.yahoo.com/publish]
>  http://podcasts.yahoo.com/publish
>  
>  
>  Want to make your own podcasts? Here's how.
>  
>  
>  Kirk
>  

Get your daily alternative energy news

Alternate Energy Resource Network
 http://www.alternate-energy.net
 1000+ news sources - resources 
        updated daily





next_generation_grid
http://groups.yahoo.com/group/next_generation_grid

         news  resources  forums

tomorrow-energy
http://groups.yahoo.com/group/tomorrow-energy



Alternative Energy Politics
http://groups.yahoo.com/group/Alternative_Energy_Politics/




_______________________________________________
Biofuel mailing list
Biofuel@sustainablelists.org
http://sustainablelists.org/mailman/listinfo/biofuel_sustainablelists.org

Biofuel at Journey to Forever:
http://journeytoforever.org/biofuel.html

Search the combined Biofuel and Biofuels-biz list archives (50,000 messages):
http://www.mail-archive.com/biofuel@sustainablelists.org/

Reply via email to