<?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: Create Your Own Search Engine with Python</title>
	<atom:link href="http://www.zackgrossbart.com/hackito/search-engine-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zackgrossbart.com/hackito/search-engine-python/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 21:13:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Editor</title>
		<link>http://www.zackgrossbart.com/hackito/search-engine-python/#comment-120</link>
		<dc:creator>Editor</dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zackgrossbart.com/hackito/2007/11/30/create-your-own-search-engine-with-python/#comment-120</guid>
		<description>I&#039;ve got it working now for my charity site iprescue.org.uk. Thanks!! Apart from the obvious configurations, the only things I needed to change to the search.py file were the addition of print &quot;Content-type: text/html\n&quot; (which I inserted immediately before running doresultspage()) and adding a variable BASE_URL to use in the doresults funtion (where it refers to the &quot;test&quot; directory). Fantastic to find a really useful script like this that works!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got it working now for my charity site iprescue.org.uk. Thanks!! Apart from the obvious configurations, the only things I needed to change to the search.py file were the addition of print &#8220;Content-type: text/html\n&#8221; (which I inserted immediately before running doresultspage()) and adding a variable BASE_URL to use in the doresults funtion (where it refers to the &#8220;test&#8221; directory). Fantastic to find a really useful script like this that works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editor</title>
		<link>http://www.zackgrossbart.com/hackito/search-engine-python/#comment-119</link>
		<dc:creator>Editor</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zackgrossbart.com/hackito/2007/11/30/create-your-own-search-engine-with-python/#comment-119</guid>
		<description>Very nice idea and the tester works fine on the local pc but only 500 error messages when put on the server (with permissions; cgi enabled etc). Should there be a &quot;content-type: text/html&quot; somewhere in the script?</description>
		<content:encoded><![CDATA[<p>Very nice idea and the tester works fine on the local pc but only 500 error messages when put on the server (with permissions; cgi enabled etc). Should there be a &#8220;content-type: text/html&#8221; somewhere in the script?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
