<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Write an Internet search engine with 200 lines of Ruby code</title>
	<atom:link href="http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/</link>
	<description>technology, people and life in general</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:49:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Santosh Waghmare</title>
		<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/#comment-1177</link>
		<dc:creator>Santosh Waghmare</dc:creator>
		<pubDate>Sat, 27 Feb 2010 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=281#comment-1177</guid>
		<description>Hi Dear,

I am very initial level ruby programmer, want some stuffs on crawler and seen your 
nice piece of code, but I am unable to configure it on my machine. I am getting error  &quot;required --dm-more&quot;.

Also I am unable to pluin the dm-more with your code.

Please help me on the same issue.

Regards,
Santosh Waghmare</description>
		<content:encoded><![CDATA[<p>Hi Dear,</p>
<p>I am very initial level ruby programmer, want some stuffs on crawler and seen your<br />
nice piece of code, but I am unable to configure it on my machine. I am getting error  &#8220;required &#8211;dm-more&#8221;.</p>
<p>Also I am unable to pluin the dm-more with your code.</p>
<p>Please help me on the same issue.</p>
<p>Regards,<br />
Santosh Waghmare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Si</title>
		<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/#comment-1146</link>
		<dc:creator>Abraham Si</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=281#comment-1146</guid>
		<description>Is this multithreaded? I think that the crawler, indexer can run as 1 thread. But the query stuff has to be separated into another thread. Or are you runnng them thru 2 ruby instances?

Abraham</description>
		<content:encoded><![CDATA[<p>Is this multithreaded? I think that the crawler, indexer can run as 1 thread. But the query stuff has to be separated into another thread. Or are you runnng them thru 2 ruby instances?</p>
<p>Abraham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalibor Nasevic</title>
		<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/#comment-1003</link>
		<dc:creator>Dalibor Nasevic</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=281#comment-1003</guid>
		<description>Here is my fork at GIthub: http://github.com/dalibor/saushengine

Changes:
- Code moved to Ruby on Rails framework
- Spider uses Active Record ORM
- Fixed proper indexing of cyrilic characters
- Rescued Timeout errors in robots library</description>
		<content:encoded><![CDATA[<p>Here is my fork at GIthub: <a href="http://github.com/dalibor/saushengine" rel="nofollow">http://github.com/dalibor/saushengine</a></p>
<p>Changes:<br />
- Code moved to Ruby on Rails framework<br />
- Spider uses Active Record ORM<br />
- Fixed proper indexing of cyrilic characters<br />
- Rescued Timeout errors in robots library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BloggerDude</title>
		<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/#comment-959</link>
		<dc:creator>BloggerDude</dc:creator>
		<pubDate>Fri, 09 Oct 2009 00:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=281#comment-959</guid>
		<description>I don&#039;t know If I said it already but ...Hey good stuff...keep up the good work! :) I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#039;m glad I found your blog.  Thanks,)

A definite great read....</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know If I said it already but &#8230;Hey good stuff&#8230;keep up the good work! :) I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#8217;m glad I found your blog.  Thanks,)</p>
<p>A definite great read&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20+ Rubyists are using Sinatra &#8211; Do you?</title>
		<link>http://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/#comment-834</link>
		<dc:creator>20+ Rubyists are using Sinatra &#8211; Do you?</dc:creator>
		<pubDate>Mon, 29 Jun 2009 02:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=281#comment-834</guid>
		<description>[...] Sheong Chang&gt;&gt; I picked up Sinatra first when I was writing my search engine and I was looking for a simple way to write my search engine interface. The simplicity of Sinatra [...]</description>
		<content:encoded><![CDATA[<p>[...] Sheong Chang&gt;&gt; I picked up Sinatra first when I was writing my search engine and I was looking for a simple way to write my search engine interface. The simplicity of Sinatra [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
