<?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: Fix a bad feed date using SimplePie</title>
	<atom:link href="http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 00:31:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: henri</title>
		<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/comment-page-1/#comment-22</link>
		<dc:creator>henri</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=26#comment-22</guid>
		<description>Hi Michael, 

I want to rewritte the url display with SPWP and I know that I can do it with post processing but I have no idea how to do that.

The aim is to rewritte url like that :

http://www.domaine2.com/url to http://www.domaine1.com/goto/domaine2.com/url 

So that I can track the number of clics back!

Thanks for your kind help

henri</description>
		<content:encoded><![CDATA[<p>Hi Michael, </p>
<p>I want to rewritte the url display with SPWP and I know that I can do it with post processing but I have no idea how to do that.</p>
<p>The aim is to rewritte url like that :</p>
<p><a href="http://www.domaine2.com/url" rel="nofollow">http://www.domaine2.com/url</a> to <a href="http://www.domaine1.com/goto/domaine2.com/url" rel="nofollow">http://www.domaine1.com/goto/domaine2.com/url</a> </p>
<p>So that I can track the number of clics back!</p>
<p>Thanks for your kind help</p>
<p>henri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marin</title>
		<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/comment-page-1/#comment-17</link>
		<dc:creator>marin</dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=26#comment-17</guid>
		<description>Hey Michael!
Thanks for your time, it works great. I use it to display my latest forum posts.
Thanks for you time! 
But it won&#039;t work with multifeed ha? Pity :)
Thanks, Marin</description>
		<content:encoded><![CDATA[<p>Hey Michael!<br />
Thanks for your time, it works great. I use it to display my latest forum posts.<br />
Thanks for you time!<br />
But it won&#8217;t work with multifeed ha? Pity <img src='http://www.michaelpshipley.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks, Marin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marin</title>
		<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/comment-page-1/#comment-16</link>
		<dc:creator>marin</dc:creator>
		<pubDate>Tue, 24 Jun 2008 06:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=26#comment-16</guid>
		<description>Hey, thanks for the reply. 
It&#039;s a multifeed :). I had had this problems before, with displaying latest forum posts (vbulletin rss) with other metods (not Simplepie). I still don&#039;t understand the core of this problem. Isn&#039;t there a published date assigned to each rss? Does this change in process or it just doesn&#039;t care?</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the reply.<br />
It&#8217;s a multifeed <img src='http://www.michaelpshipley.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I had had this problems before, with displaying latest forum posts (vbulletin rss) with other metods (not Simplepie). I still don&#8217;t understand the core of this problem. Isn&#8217;t there a published date assigned to each rss? Does this change in process or it just doesn&#8217;t care?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Shipley</title>
		<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/comment-page-1/#comment-15</link>
		<dc:creator>Michael Shipley</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=26#comment-15</guid>
		<description>Hi Marin,

It should be possible, using SPWP&#039;s post processing feature, to alter the date. It would cause a problem though with merged feeds. If only one feed&#039;s date is altered, the items won&#039;t seem to be sorted correctly since the feeds are sorted before the date is altered. But for a single feed, that wouldn&#039;t be a problem. Is this a single feed situation or multifeed? What feed has the bad date?

Either way, I&#039;ll work on the SPWP method and post an update to this article asap.</description>
		<content:encoded><![CDATA[<p>Hi Marin,</p>
<p>It should be possible, using SPWP&#8217;s post processing feature, to alter the date. It would cause a problem though with merged feeds. If only one feed&#8217;s date is altered, the items won&#8217;t seem to be sorted correctly since the feeds are sorted before the date is altered. But for a single feed, that wouldn&#8217;t be a problem. Is this a single feed situation or multifeed? What feed has the bad date?</p>
<p>Either way, I&#8217;ll work on the SPWP method and post an update to this article asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marin</title>
		<link>http://www.michaelpshipley.com/simplepie/fix-bad-feed-date-using-simplepie-26/comment-page-1/#comment-14</link>
		<dc:creator>marin</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=26#comment-14</guid>
		<description>Thanks for this article!
I have a question. I use Simplepie plugin for WP and my rss time is not correct. Where should i put your code to fix it?
Thanks, Marin</description>
		<content:encoded><![CDATA[<p>Thanks for this article!<br />
I have a question. I use Simplepie plugin for WP and my rss time is not correct. Where should i put your code to fix it?<br />
Thanks, Marin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.073 seconds -->
