<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RSS 2.0 for pMachine</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cookie Crumbs</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/comment-page-1/#comment-9706</link>
		<dc:creator>Cookie Crumbs</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/#comment-9706</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.scriptygoddess.com/archives/003712.php&quot;&gt;RSS 2.0 for pMachine&lt;/a&gt;&lt;/strong&gt;
Everyone with a blog should have a good strong RSS feed. Now the pMachine users can too!...</description>
		<content:encoded><![CDATA[<trackback /><strong><a href="http://www.scriptygoddess.com/archives/003712.php">RSS 2.0 for pMachine</a></strong><br />
Everyone with a blog should have a good strong RSS feed. Now the pMachine users can too!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Dictum</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/comment-page-1/#comment-9707</link>
		<dc:creator>Daily Dictum</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/#comment-9707</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;And another thing&lt;/strong&gt;
I concur, that&#039;s right I concur. I can&#039;t tell ya how many times it&#039;s been mentionedand how easy it is to upgrade to full rss, but now is more of a reason then any. So. Do it. Now. Here&#039;s a...
</description>
		<content:encoded><![CDATA[<trackback /><strong>And another thing</strong><br />
I concur, that&#039;s right I concur. I can&#039;t tell ya how many times it&#039;s been mentionedand how easy it is to upgrade to full rss, but now is more of a reason then any. So. Do it. Now. Here&#039;s a&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lynda</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/comment-page-1/#comment-9705</link>
		<dc:creator>lynda</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/#comment-9705</guid>
		<description>I have no clue whether it&#039;s provided or not.  I think it is probably provided, but the xml parser is not.  I am not at all farmiliar with the free version of pMachine.

The problem is the RSS feed provided with pMachine is version .91.  I am simply providing an easy way to use RSS 2.0.  

This is also to note that future versions of pMachine will have the ability to create your own RSS feeds, so at that time, this hack will be obsolete.</description>
		<content:encoded><![CDATA[<p>I have no clue whether it&#039;s provided or not.  I think it is probably provided, but the xml parser is not.  I am not at all farmiliar with the free version of pMachine.</p>
<p>The problem is the RSS feed provided with pMachine is version .91.  I am simply providing an easy way to use RSS 2.0.  </p>
<p>This is also to note that future versions of pMachine will have the ability to create your own RSS feeds, so at that time, this hack will be obsolete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/comment-page-1/#comment-9704</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/12/rss-20-for-pmachine/#comment-9704</guid>
		<description>Er, um, can I raise my hand and play the village idiot here for a moment?  If RSS feeds aren&#039;t provided with pMachine, that&#039;s a not-too-difficult set of mysql queries to put together.  I had to write something similar to take data from my database and transform it into a viable RSS feed, so I&#039;ve probably got some code that could be reused.

If this is true, and RSS feeds really aren&#039;t made available as part of the free version of pMachine, color me dumbfounded and leave a comment here.  As tinkering with the code I wrote will require a modicum of experience with PHP and mySQL, please make sure you have at least a base familiarity with both before you volunteer.</description>
		<content:encoded><![CDATA[<p>Er, um, can I raise my hand and play the village idiot here for a moment?  If RSS feeds aren&#039;t provided with pMachine, that&#039;s a not-too-difficult set of mysql queries to put together.  I had to write something similar to take data from my database and transform it into a viable RSS feed, so I&#039;ve probably got some code that could be reused.</p>
<p>If this is true, and RSS feeds really aren&#039;t made available as part of the free version of pMachine, color me dumbfounded and leave a comment here.  As tinkering with the code I wrote will require a modicum of experience with PHP and mySQL, please make sure you have at least a base familiarity with both before you volunteer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

