Differences between revisions 17 and 18
Revision 17 as of 2006-07-20 08:04:25
Size: 2375
Editor: DonPark
Comment: added CcPublisher
Revision 18 as of 2007-11-23 18:01:14
Size: 2389
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Starting on Jan 27th 2005 the PTP has begun to offer some of thier audio resources semi regularly via an xml_enclosure (PodCast) feed. You can subscribe to the PodCast by putting http://www.personaltelco.net/podcast/rss.xml into your [http://www.ipodder.org/directory/4/ipodderSoftware podcatching app] of choice. Starting on Jan 27th 2005 the PTP has begun to offer some of thier audio resources semi regularly via an xml_enclosure (PodCast) feed. You can subscribe to the PodCast by putting http://www.personaltelco.net/podcast/rss.xml into your [[http://www.ipodder.org/directory/4/ipodderSoftware|podcatching app]] of choice.
Line 5: Line 5:
The music heard is SpyVSSpy by [http://www.spacebrothers.com/ Voidmstr] licensed under the [http://creativecommons.org/licenses/by-nc-sa/2.0/ Creative Commons License] The music heard is SpyVSSpy by [[http://www.spacebrothers.com/|Voidmstr]] licensed under the [[http://creativecommons.org/licenses/by-nc-sa/2.0/|Creative Commons License]]
Line 7: Line 7:
The audio is mixed using [http://audacity.sourceforge.net/ Audacity] The audio is mixed using [[http://audacity.sourceforge.net/|Audacity]]
Line 9: Line 9:
Also look at using [http://wiki.creativecommons.org/CcPublisher CcPublisher] Also look at using [[http://wiki.creativecommons.org/CcPublisher|CcPublisher]]
Line 11: Line 11:
Personal telco is also listed on [http://www.odeo.com/channel/3883/view Odeo] and [http://feeds.feedburner.com/PTP Feedburner] Personal telco is also listed on [[http://www.odeo.com/channel/3883/view|Odeo]] and [[http://feeds.feedburner.com/PTP|Feedburner]]

July 18th 2006 New url for the rss is http://www.personaltelco.net/podcast/rss.xml

Starting on Jan 27th 2005 the PTP has begun to offer some of thier audio resources semi regularly via an xml_enclosure (PodCast) feed. You can subscribe to the PodCast by putting http://www.personaltelco.net/podcast/rss.xml into your podcatching app of choice.

The music heard is SpyVSSpy by Voidmstr licensed under the Creative Commons License

The audio is mixed using Audacity

Also look at using CcPublisher

Personal telco is also listed on Odeo and Feedburner

To add an item to the feed

  • On the server vi http://www.personaltelco.net/podcast/rss.xml

    • This is the line that need to be changed each time an item is added.
      • <lastbuilddate>Tue, 18 Jul 2006 10:20:03 PST</lastbuilddate>

        • Change this to whatever date time the change is being made
    • These are the lines that need to be added under <lastbuilddate> for each new item, newest on top oldest on bottom

      • <item>

      • <title>Personal Telco Project Monthly Meeting June 2006 </title>

        • Change the title to reflect the event
      • <link>http://www.personaltelco.net/download/av/meetings/2006-june.mp3</link>

        • This is the url of the mp3, ogg or whatver file..note there are no quote marks
      • <description> blah blah </description>

        • Change blah blah to a more descriptive telling of what the even/file is/was about
      • <pubdate>Tue, 18 Jul 2006 9:41:05 PST</pubdate>

        • Change this to whatever date time the item is being added
      • <enclosure url="http://www.personaltelco.net/download/av/meetings/2006-june.mp3" length="41000000" type="audio/mpeg" />

        • Change what is in the quotes for url to the url of the item..should be the same as the one in link the length really does not matter, anything will work but being accurate is important to some..ymmmv
        • For audio leave the type alone, for other file types (pdf avi divxd etc) change to the right mime type
      • </item>

PodCast (last edited 2007-11-23 18:01:14 by localhost)