<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: reBlog</title>
	<atom:link href="http://asrir.wordpress.com/2008/01/30/reblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://asrir.wordpress.com/2008/01/30/reblog/</link>
	<description>Augmented Speech Recognition in Information Retrieval</description>
	<lastBuildDate>Tue, 15 Apr 2008 22:55:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nucflash</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-13</link>
		<dc:creator>nucflash</dc:creator>
		<pubDate>Tue, 15 Apr 2008 22:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-13</guid>
		<description>Hi,

 Although I used reBlog for a project of mine, after a while I abandoned it and wrote a script based on &lt;a href=&quot;http://simplepie.org&quot; rel=&quot;nofollow&quot;&gt;SimplePie&lt;/a&gt;. So, to be honest I can&#039;t help with feedback since I dont have it installed. You can still use this area though for posting comments. It would be useful if you included along with your comment your PHP and reBlog version so people can compare against their installations.

 Thanks for all the useful comments!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> Although I used reBlog for a project of mine, after a while I abandoned it and wrote a script based on <a href="http://simplepie.org" rel="nofollow">SimplePie</a>. So, to be honest I can&#8217;t help with feedback since I dont have it installed. You can still use this area though for posting comments. It would be useful if you included along with your comment your PHP and reBlog version so people can compare against their installations.</p>
<p> Thanks for all the useful comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-12</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 15 Apr 2008 20:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-12</guid>
		<description>There&#039;s a problem with the code relating to the &quot;source&quot; tag of the RSS2.0 output.  I modified this document in the cache/ folder:
%%E7^E77^E77779C6%%page-rss2.tpl.php

Noting that the feed title is not an array, the following replacement fixed the RSS2.0 problem for me.  

/*echo ((is_array($_tmp=$this-&gt;_tpl_vars[&#039;item&#039;]-&gt;feed[&#039;title&#039;])) ? $this-&gt;_run_mod_handler(&#039;escape&#039;, true, $_tmp) : smarty_modifier_escape($_tmp)); */
echo ((is_array($_tmp=$this-&gt;_tpl_vars[&#039;item&#039;]-&gt;feed-&gt;title)) ? $this-&gt;_run_mod_handler(&#039;escape&#039;, true, $_tmp) : smarty_modifier_escape($_tmp)); ?&gt;
</description>
		<content:encoded><![CDATA[<p>There&#8217;s a problem with the code relating to the &#8220;source&#8221; tag of the RSS2.0 output.  I modified this document in the cache/ folder:<br />
%%E7^E77^E77779C6%%page-rss2.tpl.php</p>
<p>Noting that the feed title is not an array, the following replacement fixed the RSS2.0 problem for me.  </p>
<p>/*echo ((is_array($_tmp=$this-&gt;_tpl_vars['item']-&gt;feed['title'])) ? $this-&gt;_run_mod_handler(&#8216;escape&#8217;, true, $_tmp) : smarty_modifier_escape($_tmp)); */<br />
echo ((is_array($_tmp=$this-&gt;_tpl_vars['item']-&gt;feed-&gt;title)) ? $this-&gt;_run_mod_handler(&#8216;escape&#8217;, true, $_tmp) : smarty_modifier_escape($_tmp)); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plaka999</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-11</link>
		<dc:creator>plaka999</dc:creator>
		<pubDate>Sun, 13 Apr 2008 18:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-11</guid>
		<description>methinks this is a php issue. Don&#039;t have time to dig into it, but I&#039;ve been tinkering with reblog this morning,  on php5.2. Got the same error(s, also pgcount error). &quot;downgraded&quot; to php4.4, and voila, all appears well (including rss2). HTH....</description>
		<content:encoded><![CDATA[<p>methinks this is a php issue. Don&#8217;t have time to dig into it, but I&#8217;ve been tinkering with reblog this morning,  on php5.2. Got the same error(s, also pgcount error). &#8220;downgraded&#8221; to php4.4, and voila, all appears well (including rss2). HTH&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J2D3 &#187; Blog Archive &#187; Reblogger</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-7</link>
		<dc:creator>J2D3 &#187; Blog Archive &#187; Reblogger</dc:creator>
		<pubDate>Wed, 20 Feb 2008 00:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-7</guid>
		<description>[...] reblog, an open source project by eyebeam. It didn&#8217;t work straight off the bat, but I found this bugfix which tells you that there are a pair of lines out of order (line 737-8 of the file [...]</description>
		<content:encoded><![CDATA[<p>[...] reblog, an open source project by eyebeam. It didn&#8217;t work straight off the bat, but I found this bugfix which tells you that there are a pair of lines out of order (line 737-8 of the file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: retiring</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-5</link>
		<dc:creator>retiring</dc:creator>
		<pubDate>Thu, 14 Feb 2008 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-5</guid>
		<description>I got past the 737 code problem, but got this one when I press published feeds:
Fatal error: Call to a member function itemPageCount() on a non-object in /home/admin03/public_html/refeed/library/RF/ClientController.class.php on line 604</description>
		<content:encoded><![CDATA[<p>I got past the 737 code problem, but got this one when I press published feeds:<br />
Fatal error: Call to a member function itemPageCount() on a non-object in /home/admin03/public_html/refeed/library/RF/ClientController.class.php on line 604</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nucflash</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-4</link>
		<dc:creator>nucflash</dc:creator>
		<pubDate>Sun, 03 Feb 2008 00:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-4</guid>
		<description>Thank you for your feedback Shonari!

Well, I can&#039;t find _why_ it can&#039;t produce RSS2.0 feeds. The template it uses for RSS 2.0:&lt;code&gt;page-rss2.tpl&lt;/code&gt; is similar to RSS 1.0: &lt;code&gt;page-rss1.tpl&lt;/code&gt; found in the &lt;code&gt;refeed/styles/templates/out/&lt;/code&gt; directory.

The only workaround I found to be working is to enable RSS 1.0 feed at least. You can do this by adding the following two lines in &lt;code&gt;refeed/out/rss.php&lt;/code&gt;:

The last line should look like:
&lt;code&gt;
    echo $client_controller-&gt;respond(REBLOG_RESPONSE_PUBLISHED_FEED);
&lt;/code&gt;

you need to delete the line and replace it with:
&lt;code&gt;
    $ARGS = $_GET;
    $ARGS[&#039;v&#039;] = &#039;rss1.0&#039;;
    echo $client_controller-&gt;respond(REBLOG_RESPONSE_PUBLISHED_FEED, $ARGS);
&lt;/code&gt;

Once you save the file, and try again you&#039;ll hopefully get an RSS feed. Mind though that it is version 1.0, regardless what the links say..

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Thank you for your feedback Shonari!</p>
<p>Well, I can&#8217;t find _why_ it can&#8217;t produce RSS2.0 feeds. The template it uses for RSS 2.0:<code>page-rss2.tpl</code> is similar to RSS 1.0: <code>page-rss1.tpl</code> found in the <code>refeed/styles/templates/out/</code> directory.</p>
<p>The only workaround I found to be working is to enable RSS 1.0 feed at least. You can do this by adding the following two lines in <code>refeed/out/rss.php</code>:</p>
<p>The last line should look like:<br />
<code><br />
    echo $client_controller-&gt;respond(REBLOG_RESPONSE_PUBLISHED_FEED);<br />
</code></p>
<p>you need to delete the line and replace it with:<br />
<code><br />
    $ARGS = $_GET;<br />
    $ARGS['v'] = 'rss1.0';<br />
    echo $client_controller-&gt;respond(REBLOG_RESPONSE_PUBLISHED_FEED, $ARGS);<br />
</code></p>
<p>Once you save the file, and try again you&#8217;ll hopefully get an RSS feed. Mind though that it is version 1.0, regardless what the links say..</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shonari</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-3</link>
		<dc:creator>Shonari</dc:creator>
		<pubDate>Sat, 02 Feb 2008 04:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-3</guid>
		<description>let me clarify a bit more:
Under feeds the output ATOM has articles there but there is no articles in the RSS 2.0 why is that? and how do i get them to display

thanks</description>
		<content:encoded><![CDATA[<p>let me clarify a bit more:<br />
Under feeds the output ATOM has articles there but there is no articles in the RSS 2.0 why is that? and how do i get them to display</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shonari</title>
		<link>http://asrir.wordpress.com/2008/01/30/reblog/#comment-2</link>
		<dc:creator>Shonari</dc:creator>
		<pubDate>Sat, 02 Feb 2008 03:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://asrir.wordpress.com/?p=4#comment-2</guid>
		<description>Thanks alot

Worked like a charm

Question though...how do you fetch reblog to post the feed?

I have not been able to get any of the feeds into my feed</description>
		<content:encoded><![CDATA[<p>Thanks alot</p>
<p>Worked like a charm</p>
<p>Question though&#8230;how do you fetch reblog to post the feed?</p>
<p>I have not been able to get any of the feeds into my feed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
