<?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: Arale, a Java web spider</title>
	<atom:link href="http://flavio.tordini.org/arale/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.tordini.org/arale</link>
	<description>I create simple and useful apps</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Open Source Web Crawler &#124; Junbiao Pan&#039;s Homepage</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-9803</link>
		<dc:creator>Open Source Web Crawler &#124; Junbiao Pan&#039;s Homepage</dc:creator>
		<pubDate>Mon, 19 Sep 2011 04:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-9803</guid>
		<description>[...] Arale [...]</description>
		<content:encoded><![CDATA[<p>[...] Arale [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camestres.com &#187; Links for 10/3/2011 - paolo manca's blog</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-5886</link>
		<dc:creator>camestres.com &#187; Links for 10/3/2011 - paolo manca's blog</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-5886</guid>
		<description>[...] Arale, a Java web spider &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Arale, a Java web spider &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GALVIN</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-1362</link>
		<dc:creator>GALVIN</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-1362</guid>
		<description>help pls, how do i run Arale on windox vista? I added add the homes files to java and arale like this ......

if not &quot;%JAVA_HOME%&quot; == &quot;&quot; goto gotJavaHome
set JAVA_HOME=&quot;C:\Program Files\Java\jre6&quot;
echo You must set JAVA_HOME to point at your Java Development Kit installation
goto cleanup
:gotJavaHome

if not &quot;%ARALE_HOME%&quot; == &quot;&quot; goto gotAraleHome
echo ARALE_HOME is not set. Setting ARALE_HOME to current directory
set ARALE_HOME=&quot;C:\Users\Desktop\arale&quot;
:gotAraleHome

....and it still wont run</description>
		<content:encoded><![CDATA[<p>help pls, how do i run Arale on windox vista? I added add the homes files to java and arale like this &#8230;&#8230;</p>
<p>if not &#8220;%JAVA_HOME%&#8221; == &#8220;&#8221; goto gotJavaHome<br />
set JAVA_HOME=&#8221;C:\Program Files\Java\jre6&#8243;<br />
echo You must set JAVA_HOME to point at your Java Development Kit installation<br />
goto cleanup<br />
:gotJavaHome</p>
<p>if not &#8220;%ARALE_HOME%&#8221; == &#8220;&#8221; goto gotAraleHome<br />
echo ARALE_HOME is not set. Setting ARALE_HOME to current directory<br />
set ARALE_HOME=&#8221;C:\Users\Desktop\arale&#8221;<br />
:gotAraleHome</p>
<p>&#8230;.and it still wont run</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crone</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-607</link>
		<dc:creator>crone</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-607</guid>
		<description>I had to modify arale.bat so it would run on my machine.
...
if not &quot;%JAVA_HOME%&quot; == &quot;&quot; goto gotJavaHome
-&gt;SET JAVA_HOME=&quot;C:\Program Files\Java\jre6&quot;
-&gt;goto gotJavaHome
echo You must set JAVA_HOME to point at your Java Development Kit installation
...
echo Using ARALE_HOME: %ARALE_HOME%

 is a line inserted and &lt;- is a line removed.</description>
		<content:encoded><![CDATA[<p>I had to modify arale.bat so it would run on my machine.<br />
&#8230;<br />
if not &#8220;%JAVA_HOME%&#8221; == &#8220;&#8221; goto gotJavaHome<br />
-&gt;SET JAVA_HOME=&#8221;C:\Program Files\Java\jre6&#8243;<br />
-&gt;goto gotJavaHome<br />
echo You must set JAVA_HOME to point at your Java Development Kit installation<br />
&#8230;<br />
echo Using ARALE_HOME: %ARALE_HOME%</p>
<p> is a line inserted and &lt;- is a line removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alxqa</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-476</link>
		<dc:creator>alxqa</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-476</guid>
		<description>is there any instruction for how to useing arale?</description>
		<content:encoded><![CDATA[<p>is there any instruction for how to useing arale?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry LaLone</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-475</link>
		<dc:creator>Barry LaLone</dc:creator>
		<pubDate>Sun, 26 Apr 2009 19:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-475</guid>
		<description>Is there a document that explains what the settings in the properties files do?</description>
		<content:encoded><![CDATA[<p>Is there a document that explains what the settings in the properties files do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guangfei du</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-461</link>
		<dc:creator>guangfei du</dc:creator>
		<pubDate>Thu, 09 Apr 2009 07:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-461</guid>
		<description>I&#039;ve bean using arale for a long time,it is simple,but is powerful.Great work!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve bean using arale for a long time,it is simple,but is powerful.Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyleft</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-332</link>
		<dc:creator>cyleft</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-332</guid>
		<description>one more thing, the url was broken the last time I tried to download this, the one that worked for me was: http://flavio.tordini.org/download/arale.zip</description>
		<content:encoded><![CDATA[<p>one more thing, the url was broken the last time I tried to download this, the one that worked for me was: <a href="http://flavio.tordini.org/download/arale.zip" rel="nofollow">http://flavio.tordini.org/download/arale.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyleft</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-331</link>
		<dc:creator>cyleft</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-331</guid>
		<description>I&#039;ve used Arale for a few years now, very useful, and easy to use. Great work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Arale for a few years now, very useful, and easy to use. Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roy</title>
		<link>http://flavio.tordini.org/arale/comment-page-1#comment-104</link>
		<dc:creator>roy</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider#comment-104</guid>
		<description>Hi 
can i use Arale for downloading web pages for offline viewing for example to download 
news.bbc.co.uk to local disk

how to install in Linux?when i  download arale.zip there is no executable file</description>
		<content:encoded><![CDATA[<p>Hi<br />
can i use Arale for downloading web pages for offline viewing for example to download<br />
news.bbc.co.uk to local disk</p>
<p>how to install in Linux?when i  download arale.zip there is no executable file</p>
]]></content:encoded>
	</item>
</channel>
</rss>

