<?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: Generating XML Sitemaps for MediaWiki</title>
	<atom:link href="http://www.jeffdarlington.com/2008/08/22/generating-xml-sitemaps-for-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdarlington.com/2008/08/22/generating-xml-sitemaps-for-mediawiki/</link>
	<description>The personal blog of Jeffrey T. Darlington, creator of General Protection Fault</description>
	<lastBuildDate>Sat, 05 Dec 2009 02:07:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.jeffdarlington.com/2008/08/22/generating-xml-sitemaps-for-mediawiki/comment-page-1/#comment-184</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 10 Oct 2008 12:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdarlington.com/?p=154#comment-184</guid>
		<description>Answered my own question... after running the script, it looks like it generates a separate file for each namespace within the wiki. In the case of GPF, this means there&#039;s a file for regular pages, a separate one for images, another for categories, others for edited standard pages (sidebar, help, etc.). Redirects are (unfortunately) included; I&#039;d rather leave those out, even though I don&#039;t really have that many. If it weren&#039;t for the redirects, I &lt;em&gt;could&lt;/em&gt; just ignore the files I don&#039;t want to include when I generate my own sitemap index file. At this point, though, I&#039;ll probably stick with my previous script and run a few additional tests.</description>
		<content:encoded><![CDATA[<p>Answered my own question&#8230; after running the script, it looks like it generates a separate file for each namespace within the wiki. In the case of GPF, this means there&#8217;s a file for regular pages, a separate one for images, another for categories, others for edited standard pages (sidebar, help, etc.). Redirects are (unfortunately) included; I&#8217;d rather leave those out, even though I don&#8217;t really have that many. If it weren&#8217;t for the redirects, I <em>could</em> just ignore the files I don&#8217;t want to include when I generate my own sitemap index file. At this point, though, I&#8217;ll probably stick with my previous script and run a few additional tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.jeffdarlington.com/2008/08/22/generating-xml-sitemaps-for-mediawiki/comment-page-1/#comment-183</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 10 Oct 2008 12:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdarlington.com/?p=154#comment-183</guid>
		<description>Thanks for the tip, alxndr. I&#039;ve done very little poking around in the MediaWiki maintenance scripts; to be honest, I find &lt;em&gt;all&lt;/em&gt; the MediaWiki documentation to be lacking or confusing, so I never knew this existed.

Out of curiosity, do you know if it dumps everything in the wiki database, such as redirects and images, or just regular pages? I&#039;ve done everything short of looking directly at their code (which I&#039;m doing now) and haven&#039;t found anything that indicates one way or the other. I&#039;d rather be selective about what entries get put into the sitemap as the wiki URLs have to be counted along with all the other links on the GPF site. So far it looks like sticking to my custom script will better suit my needs. I&#039;d rather not mess with their code lest I inadvertently screw something up that will make upgrading impossible.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, alxndr. I&#8217;ve done very little poking around in the MediaWiki maintenance scripts; to be honest, I find <em>all</em> the MediaWiki documentation to be lacking or confusing, so I never knew this existed.</p>
<p>Out of curiosity, do you know if it dumps everything in the wiki database, such as redirects and images, or just regular pages? I&#8217;ve done everything short of looking directly at their code (which I&#8217;m doing now) and haven&#8217;t found anything that indicates one way or the other. I&#8217;d rather be selective about what entries get put into the sitemap as the wiki URLs have to be counted along with all the other links on the GPF site. So far it looks like sticking to my custom script will better suit my needs. I&#8217;d rather not mess with their code lest I inadvertently screw something up that will make upgrading impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alxndr</title>
		<link>http://www.jeffdarlington.com/2008/08/22/generating-xml-sitemaps-for-mediawiki/comment-page-1/#comment-182</link>
		<dc:creator>alxndr</dc:creator>
		<pubDate>Fri, 10 Oct 2008 06:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdarlington.com/?p=154#comment-182</guid>
		<description>Mediawiki has had &lt;a href=&quot;http://www.mediawiki.org/wiki/Manual:GenerateSitemap.php&quot; rel=&quot;nofollow&quot;&gt;a maintenance script to generate XML sitemaps&lt;/a&gt; since 1.6 (and there&#039;s &lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:Google_Sitemap&quot; rel=&quot;nofollow&quot;&gt;an extension&lt;/a&gt; to get it done on older versions).</description>
		<content:encoded><![CDATA[<p>Mediawiki has had <a href="http://www.mediawiki.org/wiki/Manual:GenerateSitemap.php" rel="nofollow">a maintenance script to generate XML sitemaps</a> since 1.6 (and there&#8217;s <a href="http://www.mediawiki.org/wiki/Extension:Google_Sitemap" rel="nofollow">an extension</a> to get it done on older versions).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
