<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Migrating from pMachine to WordPress</title>
	<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/</link>
	<description>the web site of kevin williams</description>
	<pubDate>Thu, 04 Dec 2008 21:33:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Peter Høvring</title>
		<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-6965</link>
		<author>Peter Høvring</author>
		<pubDate>Sun, 29 Jul 2007 17:57:39 +0000</pubDate>
		<guid>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-6965</guid>
					<description>Kevin,
this looks very interesting to me - my blog is however a very images-based blog. What happens to all the posts with images? I guess they should still be located in the same folder on the server, but will they be included?
Best regards,
Peter</description>
		<content:encoded><![CDATA[<p>Kevin,<br />
this looks very interesting to me - my blog is however a very images-based blog. What happens to all the posts with images? I guess they should still be located in the same folder on the server, but will they be included?<br />
Best regards,<br />
Peter</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kevin Williams</title>
		<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-6970</link>
		<author>Kevin Williams</author>
		<pubDate>Sun, 29 Jul 2007 23:04:25 +0000</pubDate>
		<guid>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-6970</guid>
					<description>Hi Peter!

I'm glad you asked; I should have pointed out that images (and other dependencies, such as relative links) can create additional challenges; but nothing you can't handle, I'm sure.

In a nutshell, there are essentially three ways you can have included images in your posts:
&lt;ol&gt;
  &lt;li&gt;By a relative path (e.g. &lt;code&gt;src=&#34;images/pic.jpg&#34;&lt;/code&gt; or &lt;code&gt;src=&#34;../images/pic.jpg&#34;&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;By an absolute path (e.g. &lt;code&gt;src=&#34;/images/pic.jpg&#34;&lt;/code&gt;, or&lt;/li&gt;
  &lt;li&gt;By a complete URI (e.g. &lt;code&gt;src=&#34;http://www.mysite.com/images/pic.jpg&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
The good news is that in all three cases, you should have little to no problem keeping the images linked correctly if you keep the images folder in the same location as it is now on your existing pMachine blog on your new WordPress blog.

In the worst-case scenario, if you need to alter the links, you can actually do so "in bulk"--Just use a text editor on a .sql file to make the change as required before importing it to the new database. There are obviously other ways of doing this too, but they involve writing SQL queries which is a bit more involved and potentially complicated than just using a text editor.

Hopefully that answers your question! If you're still curious/cautious about how it will work out, remember the following:
&lt;ul&gt;
  &lt;li&gt;Back up your existing site content and keep a local copy
  &lt;/li&gt;&lt;li&gt;Back up your current database and keep a local copy
&lt;/li&gt;&lt;/ul&gt;
That way, no matter what happens, if something goes horribly wrong you'll be able to recover from the mistake quickly. As for the pMachine and Wordpress blogs, though, both can nearly co-exist completely with the exception of a couple filenames (i.e. index.php)--so recovering from a disaster will actually be quick and painless.

Good luck, and let me know if you have any other questions or need help!</description>
		<content:encoded><![CDATA[<p>Hi Peter!</p>
<p>I&#8217;m glad you asked; I should have pointed out that images (and other dependencies, such as relative links) can create additional challenges; but nothing you can&#8217;t handle, I&#8217;m sure.</p>
<p>In a nutshell, there are essentially three ways you can have included images in your posts:</p>
<ol>
<li>By a relative path (e.g. <code>src=&quot;images/pic.jpg&quot;</code> or <code>src=&quot;../images/pic.jpg&quot;</code></li>
<li>By an absolute path (e.g. <code>src=&quot;/images/pic.jpg&quot;</code>, or</li>
<li>By a complete URI (e.g. <code>src=&quot;http://www.mysite.com/images/pic.jpg</code></li>
</ol>
<p>The good news is that in all three cases, you should have little to no problem keeping the images linked correctly if you keep the images folder in the same location as it is now on your existing pMachine blog on your new WordPress blog.</p>
<p>In the worst-case scenario, if you need to alter the links, you can actually do so &#8220;in bulk&#8221;&#8212;Just use a text editor on a .sql file to make the change as required before importing it to the new database. There are obviously other ways of doing this too, but they involve writing SQL queries which is a bit more involved and potentially complicated than just using a text editor.</p>
<p>Hopefully that answers your question! If you&#8217;re still curious/cautious about how it will work out, remember the following:</p>
<ul>
<li>Back up your existing site content and keep a local copy
  </li>
<li>Back up your current database and keep a local copy
</li>
</ul>
<p>That way, no matter what happens, if something goes horribly wrong you&#8217;ll be able to recover from the mistake quickly. As for the pMachine and Wordpress blogs, though, both can nearly co-exist completely with the exception of a couple filenames (i.e. index.php)&#8212;so recovering from a disaster will actually be quick and painless.</p>
<p>Good luck, and let me know if you have any other questions or need help!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-9276</link>
		<author>jenny</author>
		<pubDate>Fri, 28 Dec 2007 22:56:47 +0000</pubDate>
		<guid>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-9276</guid>
					<description>I followed your guide and it worked perfectly. I've been dreading the move for over two years. I wish I'd thought to search for some help a long time ago.

Now I've just got to figure out the new tag system!

Thanks again.</description>
		<content:encoded><![CDATA[<p>I followed your guide and it worked perfectly. I&#8217;ve been dreading the move for over two years. I wish I&#8217;d thought to search for some help a long time ago.</p>
<p>Now I&#8217;ve just got to figure out the new tag system!</p>
<p>Thanks again.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kevin Williams</title>
		<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-9278</link>
		<author>Kevin Williams</author>
		<pubDate>Fri, 28 Dec 2007 23:04:51 +0000</pubDate>
		<guid>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-9278</guid>
					<description>Glad to hear it worked for you, Jenny! Thanks for dropping me a note to say so.</description>
		<content:encoded><![CDATA[<p>Glad to hear it worked for you, Jenny! Thanks for dropping me a note to say so.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-11693</link>
		<author>Steve</author>
		<pubDate>Wed, 11 Jun 2008 07:21:45 +0000</pubDate>
		<guid>http://www.isolationism.com/2007-03-04/migrating-from-pmachine-to-wordpress/#comment-11693</guid>
					<description>Question regarding PMachine categories.  I suspect it won't import the category designation for each entry?  If so, what if I duplicated the categories in WordPress 1.52 before importing in the PMachine database -- would the posts import into their consecutive categories then?  Have you tried this?  I've got close to 6,000 posts in my PMachine Pro 2.3 site.  This page is very helpful and I shall follow it during my conversion to WordPress.  I like Expression Engine, but it seems the most popular is WordPress and there are so many templates available for it I've seen that are cool.</description>
		<content:encoded><![CDATA[<p>Question regarding PMachine categories.  I suspect it won&#8217;t import the category designation for each entry?  If so, what if I duplicated the categories in WordPress 1.52 before importing in the PMachine database &#8212; would the posts import into their consecutive categories then?  Have you tried this?  I&#8217;ve got close to 6,000 posts in my PMachine Pro 2.3 site.  This page is very helpful and I shall follow it during my conversion to WordPress.  I like Expression Engine, but it seems the most popular is WordPress and there are so many templates available for it I&#8217;ve seen that are cool.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
