<?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: switched from movable type to wordpress</title>
	<atom:link href="http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/</link>
	<description>A computer programmer&#039;s commentary on news, Linux, programming, music, web design, trivia, humor, usability and whatever else strikes his fancy at the time.</description>
	<lastBuildDate>Tue, 22 May 2012 06:10:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4345</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 19 Oct 2004 04:26:28 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4345</guid>
		<description>I just found a category on DMOZ about how to &lt;a href=&quot;http://editors.dmoz.org/Computers/Internet/Abuse/Spam/Comment_Spam/&quot;&gt;avoid comment spam&lt;/a&gt; and &lt;a href=&quot;http://editors.dmoz.org/Computers/Internet/Abuse/Spam/Referrer_Spam/&quot;&gt;referrer spam&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I just found a category on DMOZ about how to <a href="http://editors.dmoz.org/Computers/Internet/Abuse/Spam/Comment_Spam/">avoid comment spam</a> and <a href="http://editors.dmoz.org/Computers/Internet/Abuse/Spam/Referrer_Spam/">referrer spam</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4231</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 06 Oct 2004 17:29:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4231</guid>
		<description>Renee: Their solution was to release 3.x but I don&#039;t know if that has solved the slowness or not.

I wasn&#039;t willing to upgrade because I didn&#039;t want to pay the amount they were asking.  It&#039;s not because I&#039;m not willing to pay; I contributed $50  voluntarily when I began using it, but 3.0 wasn&#039;t worth what they were asking, especially when WordPress is better in certain respects and is open source.</description>
		<content:encoded><![CDATA[<p>Renee: Their solution was to release 3.x but I don&#8217;t know if that has solved the slowness or not.</p>
<p>I wasn&#8217;t willing to upgrade because I didn&#8217;t want to pay the amount they were asking.  It&#8217;s not because I&#8217;m not willing to pay; I contributed $50  voluntarily when I began using it, but 3.0 wasn&#8217;t worth what they were asking, especially when WordPress is better in certain respects and is open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renee</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4230</link>
		<dc:creator>Renee</dc:creator>
		<pubDate>Wed, 06 Oct 2004 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4230</guid>
		<description>Do you think MT&#039;s going to do anything about the comment issue? It&#039;s prevalent on a lot of blogs I got to, even ones w/o many comments.</description>
		<content:encoded><![CDATA[<p>Do you think MT&#8217;s going to do anything about the comment issue? It&#8217;s prevalent on a lot of blogs I got to, even ones w/o many comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4222</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 05 Oct 2004 21:24:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4222</guid>
		<description>Kaimi: That would have been helpful but I just posted about how I did &lt;a href=&quot;http://dan.hersam.com/archives/2004/10/05/converting-links-from-mt-to-wordpress&quot;&gt;link conversions&lt;/a&gt; and from what I can tell they seem to be working.

I was planning to switch to the new link format anyway though, so I&#039;ll use that going forward and leave the forwarding in place.</description>
		<content:encoded><![CDATA[<p>Kaimi: That would have been helpful but I just posted about how I did <a href="http://dan.hersam.com/archives/2004/10/05/converting-links-from-mt-to-wordpress">link conversions</a> and from what I can tell they seem to be working.</p>
<p>I was planning to switch to the new link format anyway though, so I&#8217;ll use that going forward and leave the forwarding in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaimi</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4221</link>
		<dc:creator>Kaimi</dc:creator>
		<pubDate>Tue, 05 Oct 2004 20:48:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4221</guid>
		<description>It may be too late if you&#039;ve already done your import/export, but there&#039;s a hack that we used, which keeps the post ID intact.  

If the post ID is the same, then through .htaccess you can redirect archives to the correct post using the p= query on wordpress.

E.g., if it was archives/0001.html, set the htaccess to redirect to index.php?p=1 .  

The key to making that work is preserving the ID, which does _not_ happen in normal WP import, but there&#039;s a hack we used to do this.  As a result, all of our old archive links are still functional.

You can also set up your WP permalinks to configure just like the MT permalinks, but I haven&#039;t quite gotten that to work on my site.  (And haven&#039;t needed to, really -- once I did the htaccess, I stopped worrying about it).  Again, the key will be preserving the same post ID.</description>
		<content:encoded><![CDATA[<p>It may be too late if you&#8217;ve already done your import/export, but there&#8217;s a hack that we used, which keeps the post ID intact.  </p>
<p>If the post ID is the same, then through .htaccess you can redirect archives to the correct post using the p= query on wordpress.</p>
<p>E.g., if it was archives/0001.html, set the htaccess to redirect to index.php?p=1 .  </p>
<p>The key to making that work is preserving the ID, which does _not_ happen in normal WP import, but there&#8217;s a hack we used to do this.  As a result, all of our old archive links are still functional.</p>
<p>You can also set up your WP permalinks to configure just like the MT permalinks, but I haven&#8217;t quite gotten that to work on my site.  (And haven&#8217;t needed to, really &#8212; once I did the htaccess, I stopped worrying about it).  Again, the key will be preserving the same post ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danithew</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4220</link>
		<dc:creator>danithew</dc:creator>
		<pubDate>Tue, 05 Oct 2004 20:13:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4220</guid>
		<description>Congrats ... I&#039;ve been happy with Wordpress ever since I started using it.  Hope you like it to.  Pretty quickly I&#039;m sure I&#039;ll be having to ask you questions about Worpdress if I can&#039;t figure something out.</description>
		<content:encoded><![CDATA[<p>Congrats &#8230; I&#8217;ve been happy with WordPress ever since I started using it.  Hope you like it to.  Pretty quickly I&#8217;m sure I&#8217;ll be having to ask you questions about Worpdress if I can&#8217;t figure something out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4219</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 05 Oct 2004 18:14:49 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4219</guid>
		<description>I made extensive modifications to index.php and I use my own stylesheet instead of wp-layout.css, but I only have 5-10 calls to the WP framework, so I&#039;m hoping it won&#039;t be too bad.  I&#039;d prefer to go with a beta instead of the alpha, but maybe I&#039;ll switch anyway.</description>
		<content:encoded><![CDATA[<p>I made extensive modifications to index.php and I use my own stylesheet instead of wp-layout.css, but I only have 5-10 calls to the WP framework, so I&#8217;m hoping it won&#8217;t be too bad.  I&#8217;d prefer to go with a beta instead of the alpha, but maybe I&#8217;ll switch anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4215</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 05 Oct 2004 07:42:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4215</guid>
		<description>I think we would be lucky to see it for Christmas.  I have been using 1.3 alpha on my site for a bit and I really can&#039;t complain at all, everything seems to work.  The bulk comment moderation is nice.  Depending on how much you changed the default index.php and wp-layout.css expect quite a bit of time to upgrade to 1.3.</description>
		<content:encoded><![CDATA[<p>I think we would be lucky to see it for Christmas.  I have been using 1.3 alpha on my site for a bit and I really can&#8217;t complain at all, everything seems to work.  The bulk comment moderation is nice.  Depending on how much you changed the default index.php and wp-layout.css expect quite a bit of time to upgrade to 1.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4214</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 05 Oct 2004 02:45:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4214</guid>
		<description>Cool.  That&#039;s going to come in 1.3 by default too.  I wonder how much longer 1.3 will be.</description>
		<content:encoded><![CDATA[<p>Cool.  That&#8217;s going to come in 1.3 by default too.  I wonder how much longer 1.3 will be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://dan.hersam.com/2004/10/03/switched-from-movable-type-to-wordpress/comment-page-1/#comment-4213</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Tue, 05 Oct 2004 01:39:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=1039#comment-4213</guid>
		<description>And the moderation after a few days can be found &lt;a href=&quot;http://theubergeeks.net/2004/08/25/optional-comment-moderation-03/&quot; title=&quot;Optional comment moderation&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>And the moderation after a few days can be found <a href="http://theubergeeks.net/2004/08/25/optional-comment-moderation-03/" title="Optional comment moderation">here</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 319/320 objects using apc

Served from: dan.hersam.com @ 2012-05-22 10:19:24 -->
