<?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: Retrieving Google&#8217;s Cache for a Whole Website</title>
	<atom:link href="http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dofs</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-152692</link>
		<dc:creator>Dofs</dc:creator>
		<pubDate>Wed, 28 Dec 2011 13:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-152692</guid>
		<description>If you don&#039;t feel like scripting yourself (even though you can learn a lot from it) there is sites like http://recovermywebsite.com which recovers your site from the cache, and i think it is free.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t feel like scripting yourself (even though you can learn a lot from it) there is sites like <a href="http://recovermywebsite.com" rel="nofollow">http://recovermywebsite.com</a> which recovers your site from the cache, and i think it is free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaja Minhajuddin</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-149719</link>
		<dc:creator>Khaja Minhajuddin</dc:creator>
		<pubDate>Wed, 21 Dec 2011 03:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-149719</guid>
		<description>Thank you very much for your script, I have posted a modified version of this script in this gist: https://gist.github.com/1504425 . It adds random sleeping to make sure that google doesn&#039;t block the crawler.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your script, I have posted a modified version of this script in this gist: <a href="https://gist.github.com/1504425" rel="nofollow">https://gist.github.com/1504425</a> . It adds random sleeping to make sure that google doesn&#8217;t block the crawler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-132723</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Thu, 10 Nov 2011 08:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-132723</guid>
		<description>Thank you Guy,

I have seen the files folder but it is empty.

I have a feeling I didn&#039;t do it the correct way.

This is what I did. 

a) I installed Python on my machine which is operating on windows 7.
b) Run the script via command line.</description>
		<content:encoded><![CDATA[<p>Thank you Guy,</p>
<p>I have seen the files folder but it is empty.</p>
<p>I have a feeling I didn&#8217;t do it the correct way.</p>
<p>This is what I did. </p>
<p>a) I installed Python on my machine which is operating on windows 7.<br />
b) Run the script via command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macdet</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-132714</link>
		<dc:creator>macdet</dc:creator>
		<pubDate>Thu, 10 Nov 2011 07:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-132714</guid>
		<description>ok, I see the prob :( shame on me!</description>
		<content:encoded><![CDATA[<p>ok, I see the prob <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  shame on me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macdet</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-132712</link>
		<dc:creator>macdet</dc:creator>
		<pubDate>Thu, 10 Nov 2011 07:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-132712</guid>
		<description>@Fentex

please put code tags around like &lt;a href=&quot;http://www.macdet.de&quot; rel=&quot;nofollow&quot;&gt;osx rocks&lt;/a&gt;


&lt;code&gt;
regex_cache = re.compile(r&#039;&lt;a&gt;]*href=&quot;([^&quot;]+)[^&gt;]+&gt;Cached]*href=&quot;([^&quot;]+)[^&gt;]+id=pnnext&#039;)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Fentex</p>
<p>please put code tags around like <a href="http://www.macdet.de" rel="nofollow">osx rocks</a></p>
<p><code><br />
regex_cache = re.compile(r'<a>]*href="([^"]+)[^&gt;]+&gt;Cached]*href="([^"]+)[^&gt;]+id=pnnext')<br />
</a></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-132452</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 09 Nov 2011 17:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-132452</guid>
		<description>It saves the file under a directory named &#039;files&#039; in the current working directory.</description>
		<content:encoded><![CDATA[<p>It saves the file under a directory named &#8216;files&#8217; in the current working directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-132299</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Wed, 09 Nov 2011 09:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-132299</guid>
		<description>Hi Guy, 

where are the files saved, after running the Script.

Isaac</description>
		<content:encoded><![CDATA[<p>Hi Guy, </p>
<p>where are the files saved, after running the Script.</p>
<p>Isaac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-114810</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 26 Sep 2011 04:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-114810</guid>
		<description>There is s slight chance, as google changed things it was written. You may need to update it.</description>
		<content:encoded><![CDATA[<p>There is s slight chance, as google changed things it was written. You may need to update it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-2/#comment-114727</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 25 Sep 2011 23:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-114727</guid>
		<description>Hi, we&#039;ve just lost the content off our site, too. Is there any luck with the new automated script?</description>
		<content:encoded><![CDATA[<p>Hi, we&#8217;ve just lost the content off our site, too. Is there any luck with the new automated script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-104655</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-104655</guid>
		<description>No, you&#039;ll have to rewrite it, it&#039;s in Python.</description>
		<content:encoded><![CDATA[<p>No, you&#8217;ll have to rewrite it, it&#8217;s in Python.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.275 seconds -->

