<?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: Flatpress sitemap generator plugins</title>
	<atom:link href="http://www.vincentlecluse.com/flatpress-sitemap-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vincentlecluse.com</link>
	<description>Literature for scientist soul</description>
	<lastBuildDate>Wed, 16 Jun 2010 01:13:46 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ender</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-1268</link>
		<dc:creator>ender</dc:creator>
		<pubDate>Fri, 08 May 2009 14:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-1268</guid>
		<description>very thanks for the plugin</description>
		<content:encoded><![CDATA[<p>very thanks for the plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pulasthi</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-560</link>
		<dc:creator>pulasthi</dc:creator>
		<pubDate>Thu, 15 Jan 2009 07:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-560</guid>
		<description>hi vincent,

thank you very much for reply. That&#039;s a good idea. I&#039;ve decided to separate them into 20,000 URL sitemaps.

Thanks again</description>
		<content:encoded><![CDATA[<p>hi vincent,</p>
<p>thank you very much for reply. That&#8217;s a good idea. I&#8217;ve decided to separate them into 20,000 URL sitemaps.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-559</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-559</guid>
		<description>Hi Pulasthi.
100,000 posts is much, but however you should consider one thing before going further with what you want to do. This is quoted from the google sitemap guideline:&quot;
A Sitemap file can contain no more than 50,000 URLs and be no larger than 10MB when uncompressed. If your Sitemap is larger than this, break it into several smaller Sitemaps. These limits help ensure that your web server is not overloaded by serving large files to Google.&quot;
So it would be better to break the sitemap into smaller sitemaps containing less than 50,000 links.</description>
		<content:encoded><![CDATA[<p>Hi Pulasthi.<br />
100,000 posts is much, but however you should consider one thing before going further with what you want to do. This is quoted from the google sitemap guideline:&#8221;<br />
A Sitemap file can contain no more than 50,000 URLs and be no larger than 10MB when uncompressed. If your Sitemap is larger than this, break it into several smaller Sitemaps. These limits help ensure that your web server is not overloaded by serving large files to Google.&#8221;<br />
So it would be better to break the sitemap into smaller sitemaps containing less than 50,000 links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pulasthi</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-557</link>
		<dc:creator>pulasthi</dc:creator>
		<pubDate>Wed, 14 Jan 2009 03:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-557</guid>
		<description>hi,

Thank you so much for the great work. I&#039;m trying to make a sitemap of more than 100000 posts. Since this script uses an array to store all the sitemap data, the process stops when memory limit exceeds. I&#039;m trying to build it at once with out adding to an array. Please let me know if you have any suggestions on that regard.

Thank you</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Thank you so much for the great work. I&#8217;m trying to make a sitemap of more than 100000 posts. Since this script uses an array to store all the sitemap data, the process stops when memory limit exceeds. I&#8217;m trying to build it at once with out adding to an array. Please let me know if you have any suggestions on that regard.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidB</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-554</link>
		<dc:creator>DavidB</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-554</guid>
		<description>Thanks for fixing the plugin. I tried it on the new version of FlatPress 0.812 and its works fine except the first post is listed twice in the sitemap.xml file.  

I removed this line of code prior to the WHILE loop to remove the duplicate.

	 	$cats[] = array(
	 			&quot;loc&quot; =&gt; $actual_link,
			&quot;changefreq&quot; =&gt; &quot;monthly&quot;,
			&quot;priority&quot; =&gt; &quot;0.6&quot;
		);

How do I tell if the ping was successful since the print messages are now commented out?

Any plans to update the non-pluigin version of your tool with the new priority settings and other changes?

Thanks for your quick fixes to make it work on FlatPress 0.812.</description>
		<content:encoded><![CDATA[<p>Thanks for fixing the plugin. I tried it on the new version of FlatPress 0.812 and its works fine except the first post is listed twice in the sitemap.xml file.  </p>
<p>I removed this line of code prior to the WHILE loop to remove the duplicate.</p>
<p>	 	$cats[] = array(<br />
	 			&#8220;loc&#8221; =&gt; $actual_link,<br />
			&#8220;changefreq&#8221; =&gt; &#8220;monthly&#8221;,<br />
			&#8220;priority&#8221; =&gt; &#8220;0.6&#8243;<br />
		);</p>
<p>How do I tell if the ping was successful since the print messages are now commented out?</p>
<p>Any plans to update the non-pluigin version of your tool with the new priority settings and other changes?</p>
<p>Thanks for your quick fixes to make it work on FlatPress 0.812.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-552</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Wed, 07 Jan 2009 05:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-552</guid>
		<description>Thanks for pointing these errors to me.
I think that the problem with the google ping is that the xsl page is in reference and only accepts absolute path. 

I whould work on that to include the absolute path of the plugin folder.

I have use the only available hook that is available for this job (&#039;publish_post&#039;). It should normally trigger when a post is publish.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing these errors to me.<br />
I think that the problem with the google ping is that the xsl page is in reference and only accepts absolute path. </p>
<p>I whould work on that to include the absolute path of the plugin folder.</p>
<p>I have use the only available hook that is available for this job (&#8217;publish_post&#8217;). It should normally trigger when a post is publish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidB</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-551</link>
		<dc:creator>DavidB</dc:creator>
		<pubDate>Tue, 06 Jan 2009 20:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-551</guid>
		<description>Thanks for updating your sitemap generator and for making it a plugin.

The GooglePing is always failing with a status of 0.
I get it to work by editing google_sitemap.class.php and changing fp-plugins/sitemap/style/sitemap.xsl to http://www.vincentlecluse.com/flatpresssitemap/sitemap.xsl 

Is something different in the file or is there a problem with how it is reference?


I also notice the sitemap.xml file is only generated when an entry is not flagged at a draft and &quot;save &amp; continue&quot; is clicked. The sitemap.xml is not generated when &quot;Published&quot; is clicked. This second feature is no big deal because it gives me some control when an sitemap is generated,


Thanks for such a handy tool.</description>
		<content:encoded><![CDATA[<p>Thanks for updating your sitemap generator and for making it a plugin.</p>
<p>The GooglePing is always failing with a status of 0.<br />
I get it to work by editing google_sitemap.class.php and changing fp-plugins/sitemap/style/sitemap.xsl to <a href="http://www.vincentlecluse.com/flatpresssitemap/sitemap.xsl" rel="nofollow">http://www.vincentlecluse.com/flatpresssitemap/sitemap.xsl</a> </p>
<p>Is something different in the file or is there a problem with how it is reference?</p>
<p>I also notice the sitemap.xml file is only generated when an entry is not flagged at a draft and &#8220;save &amp; continue&#8221; is clicked. The sitemap.xml is not generated when &#8220;Published&#8221; is clicked. This second feature is no big deal because it gives me some control when an sitemap is generated,</p>
<p>Thanks for such a handy tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-549</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Sun, 04 Jan 2009 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-549</guid>
		<description>The plugin version is available</description>
		<content:encoded><![CDATA[<p>The plugin version is available</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-548</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 04 Jan 2009 18:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-548</guid>
		<description>Hey Oleg,

that was just a joke ;)</description>
		<content:encoded><![CDATA[<p>Hey Oleg,</p>
<p>that was just a joke <img src='http://www.vincentlecluse.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.vincentlecluse.com/flatpress-sitemap-generator/comment-page-1/#comment-547</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Sun, 04 Jan 2009 05:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentlecluse.com/flatpress-sitemap-generator/#comment-547</guid>
		<description>you can as from now. I have uploaded it since yesterday, but as it had the same name as the previous, my server was catching it.

Have renamed it to flatpress_sitemap_generator_new.zip</description>
		<content:encoded><![CDATA[<p>you can as from now. I have uploaded it since yesterday, but as it had the same name as the previous, my server was catching it.</p>
<p>Have renamed it to flatpress_sitemap_generator_new.zip</p>
]]></content:encoded>
	</item>
</channel>
</rss>
