<?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: AutoCorrect 0+1i</title>
	<atom:link href="http://molelog.molehill.org/2003/02/25/autocorrect-01i/feed/" rel="self" type="application/rss+xml" />
	<link>http://molelog.molehill.org/2003/02/25/autocorrect-01i/</link>
	<description>Changing blogging platforms since 2001</description>
	<lastBuildDate>Wed, 18 Jan 2006 12:38:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fletcher</title>
		<link>http://molelog.molehill.org/2003/02/25/autocorrect-01i/comment-page-1/#comment-231</link>
		<dc:creator>Fletcher</dc:creator>
		<pubDate>Fri, 11 Apr 2003 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=235#comment-231</guid>
		<description>&lt;p&gt;Could the issue be related to Blosxom having it&#8217;s own $path_info variable?  Just a thought&#8230;  Perhaps the source should be changed to CGI::path_info() by default?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Could the issue be related to Blosxom having it&#8217;s own $path_info variable?  Just a thought&#8230;  Perhaps the source should be changed to CGI::path_info() by default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fletcher</title>
		<link>http://molelog.molehill.org/2003/02/25/autocorrect-01i/comment-page-1/#comment-230</link>
		<dc:creator>Fletcher</dc:creator>
		<pubDate>Fri, 11 Apr 2003 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=235#comment-230</guid>
		<description>&lt;p&gt;I changed it to CGI::path_info() and now it seems to be working fine.&lt;/p&gt;
&lt;p&gt;Thanks&#33;&#33;&#33;&lt;/p&gt;
&lt;p&gt;PS&gt; As for the &#8220;error&#8221; on your site, I think I was so tired of looking at the file not found warning on my site that I didn&#8217;t notice that their was a difference between the url I clicked and the page I was shown.  My bad&#33;&#33;&lt;/p&gt;
&lt;p&gt;Thanks again&#33;&#33;&#33;&#33;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I changed it to CGI::path_info() and now it seems to be working fine.</p>
<p>Thanks&#33;&#33;&#33;</p>
<p>PS&gt; As for the &#8220;error&#8221; on your site, I think I was so tired of looking at the file not found warning on my site that I didn&#8217;t notice that their was a difference between the url I clicked and the page I was shown.  My bad&#33;&#33;</p>
<p>Thanks again&#33;&#33;&#33;&#33;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Larason</title>
		<link>http://molelog.molehill.org/2003/02/25/autocorrect-01i/comment-page-1/#comment-229</link>
		<dc:creator>Todd Larason</dc:creator>
		<pubDate>Thu, 10 Apr 2003 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=235#comment-229</guid>
		<description>&lt;p&gt;The path_info() problem can probably be fixed by replacing it with CGI::path_info().  I&#8217;m not sure why some systems need the CGI:: and some don&#8217;t.&lt;/p&gt;
&lt;p&gt;The second problem I can&#8217;t reproduce, at least not on my site &#8212; valid .html links work fine, as far as I can tell.  Can you give an exact example?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The path_info() problem can probably be fixed by replacing it with CGI::path_info().  I&#8217;m not sure why some systems need the CGI:: and some don&#8217;t.</p>
<p>The second problem I can&#8217;t reproduce, at least not on my site &#8212; valid .html links work fine, as far as I can tell.  Can you give an exact example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fletcher</title>
		<link>http://molelog.molehill.org/2003/02/25/autocorrect-01i/comment-page-1/#comment-228</link>
		<dc:creator>Fletcher</dc:creator>
		<pubDate>Thu, 10 Apr 2003 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=235#comment-228</guid>
		<description>&lt;p&gt;I downloaded autocorrect, and it worked perfectly on my local installation (Mac OS X 10.2.4).  Then I installed it on my live site at freeshell.org.  It would crash during load due to an error on line 75.&lt;/p&gt;
&lt;p&gt;I was able to fix this by changing path_info() to $blosxom::path_info.  This allows it to load, but it doesn&#8217;t seem to work properly.  And when I go to a valid link ending in .html, it gives me a page not found error, but redirects me to the exact same page I entered.  (Just as your site does&#8230; But I just realized your site only chokes on html, not on writeback.&#8230;)&lt;/p&gt;
&lt;p&gt;I am not sure if these two problems are related, but I was wondering if you had given any thought to this.&#8230;&lt;/p&gt;
&lt;p&gt;Thanks, and it has potential to be a great plugin if the last few bugs can get worked out&#33;&#33;&#33;&#33;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I downloaded autocorrect, and it worked perfectly on my local installation (Mac OS X 10.2.4).  Then I installed it on my live site at freeshell.org.  It would crash during load due to an error on line 75.</p>
<p>I was able to fix this by changing path_info() to $blosxom::path_info.  This allows it to load, but it doesn&#8217;t seem to work properly.  And when I go to a valid link ending in .html, it gives me a page not found error, but redirects me to the exact same page I entered.  (Just as your site does&#8230; But I just realized your site only chokes on html, not on writeback.&#8230;)</p>
<p>I am not sure if these two problems are related, but I was wondering if you had given any thought to this.&#8230;</p>
<p>Thanks, and it has potential to be a great plugin if the last few bugs can get worked out&#33;&#33;&#33;&#33;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
