<?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"
	>
<channel>
	<title>Comments on: PHP and Wget sitemap generator for search engines</title>
	<atom:link href="http://ardoino.com/15-google-php-wget-sitemap-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://ardoino.com/15-google-php-wget-sitemap-generator/</link>
	<description>Homo quisque faber ipse fortunae suae</description>
	<pubDate>Tue, 06 Jan 2009 04:02:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Paolo Ardoino</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-4723</link>
		<dc:creator>Paolo Ardoino</dc:creator>
		<pubDate>Mon, 11 Aug 2008 07:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-4723</guid>
		<description>You should create multiple sitemaps and submit a sitemap index file.</description>
		<content:encoded><![CDATA[<p>You should create multiple sitemaps and submit a sitemap index file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Germán Schultz</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-4703</link>
		<dc:creator>Germán Schultz</dc:creator>
		<pubDate>Sat, 09 Aug 2008 20:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-4703</guid>
		<description>Paolo:

My sitemap contains more than 50,000 urls. Do you know how can I split the file?

Germán</description>
		<content:encoded><![CDATA[<p>Paolo:</p>
<p>My sitemap contains more than 50,000 urls. Do you know how can I split the file?</p>
<p>Germán</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredi</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-3532</link>
		<dc:creator>Fredi</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-3532</guid>
		<description>I completely agree with all that here is told  PHP and Wget sitemap generator for search engines

&lt;a href="http://www.smokescigarette.com" rel="nofollow"&gt;Fredi&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I completely agree with all that here is told  PHP and Wget sitemap generator for search engines</p>
<p><a href="http://www.smokescigarette.com" rel="nofollow">Fredi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechJammer</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1816</link>
		<dc:creator>TechJammer</dc:creator>
		<pubDate>Tue, 27 May 2008 22:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1816</guid>
		<description>Ok, New question for Paolo,

Is it possible to disable 'mirror' functionality?  I have a VERY large site, and apparently the mirror function completely exhausted my 1G of disk space.</description>
		<content:encoded><![CDATA[<p>Ok, New question for Paolo,</p>
<p>Is it possible to disable &#8216;mirror&#8217; functionality?  I have a VERY large site, and apparently the mirror function completely exhausted my 1G of disk space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechJammer</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1803</link>
		<dc:creator>TechJammer</dc:creator>
		<pubDate>Tue, 27 May 2008 18:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1803</guid>
		<description>Paolo:  

Ignore the message above. I was able to use 'var' in place of public and the class seems to be working ok using that change under php4.</description>
		<content:encoded><![CDATA[<p>Paolo:  </p>
<p>Ignore the message above. I was able to use &#8216;var&#8217; in place of public and the class seems to be working ok using that change under php4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechJammer</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1800</link>
		<dc:creator>TechJammer</dc:creator>
		<pubDate>Tue, 27 May 2008 16:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-1800</guid>
		<description>Paolo:  
My web server is stuck at php v4.  The 'Public' scope is not available in php4. Is there an alternative scope I can use to make your class work in php4?</description>
		<content:encoded><![CDATA[<p>Paolo:<br />
My web server is stuck at php v4.  The &#8216;Public&#8217; scope is not available in php4. Is there an alternative scope I can use to make your class work in php4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo Ardoino</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-26</link>
		<dc:creator>Paolo Ardoino</dc:creator>
		<pubDate>Tue, 26 Feb 2008 08:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-26</guid>
		<description>Hello,
from wget man page you can see two options: --reject and --accept
You need this: --reject .gif
So edit this line:
    exec("wget -m ".$this-&gt;opts["website_url"]." 2&gt; wget.log");
as follows:
    exec("wget -R .gif -m ".$this-&gt;opts["website_url"]." 2&gt; wget.log");

This should work</description>
		<content:encoded><![CDATA[<p>Hello,<br />
from wget man page you can see two options: &#8211;reject and &#8211;accept<br />
You need this: &#8211;reject .gif<br />
So edit this line:<br />
    exec(&#8221;wget -m &#8220;.$this->opts["website_url"].&#8221; 2> wget.log&#8221;);<br />
as follows:<br />
    exec(&#8221;wget -R .gif -m &#8220;.$this->opts["website_url"].&#8221; 2> wget.log&#8221;);</p>
<p>This should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-27</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 26 Feb 2008 02:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://ardoino.com/15-google-php-wget-sitemap-generator/#comment-27</guid>
		<description>Hi. Thanks for the scripts

I'm working with you PHP Wget Sitemap generator v0.2 script and was wondering if it's possible to exclude gifs?</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for the scripts</p>
<p>I&#8217;m working with you PHP Wget Sitemap generator v0.2 script and was wondering if it&#8217;s possible to exclude gifs?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
