<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bybjorn.com &#124; Bjørn Børresen - freelance web developer &#187; movabletype</title>
	<atom:link href="http://www.bybjorn.com/tag/movabletype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bybjorn.com</link>
	<description>bybjorn.com &#62;&#62; Bjørn Børresen - freelance web developer</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:08:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Exporting s9y to MT</title>
		<link>http://www.bybjorn.com/75/</link>
		<comments>http://www.bybjorn.com/75/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 06:31:01 +0000</pubDate>
		<dc:creator>Bjørn Børresen</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[movabletype]]></category>

		<guid isPermaLink="false">http://bie.no/blog/metabjorn/2007/09/exporting-s9y-to-mt/</guid>
		<description><![CDATA[When I wanted the skitX blog converted from Serendipity to ExpressionEngine I asked around for an MT Export script for s9y. There was none, so I decided to create it for myself. For those of you who don&#8217;t know, MT stands for Movable Type and is SixApart&#8216;s blogsystem. It&#8217;s a pretty simple plain-text format which [...]]]></description>
			<content:encoded><![CDATA[<p>When I wanted the <a href="http://www.skitx.com">skitX blog</a> converted from <a href="http://www.s9y.org">Serendipity</a> to <a href="http://bybjorn.com/ee2_the_most_flexible_cms_yet/">ExpressionEngine</a> I <a href="http://board.s9y.org/viewtopic.php?t=8926&amp;highlight=export">asked around</a> for an MT Export script for s9y. There was none, so I decided to create it for myself.</p>

<p>For those of you who don&#8217;t know, MT stands for Movable Type and is <a href="http://www.sixapart.com">SixApart</a>&#8216;s blogsystem. It&#8217;s a pretty simple plain-text format which many blogsystems (like for instance <a href="http://bybjorn.com/ee2_the_most_flexible_cms_yet/">EE</a>) can do an import from. I used the <a href="http://www.sixapart.com/movabletype/docs/mtimport">format description found here</a>.</p>

<p>Download the script here: <a id="p74" href="http://www.bybjorn.com/wp-content/uploads/2007/09/s9y_mt_export.zip">Serendipity (s9y) MT Export</a></p>

<p>The process is simple &#8212; just edit the following lines in the script:</p>

<p><code>
$db_host = "localhost";
$db_user = "db_user";
$db_pass = "db_password";
$db_name = "db_name";</p>

<p>$filename = "s9y_export_mt.txt";        // file to write to
</code></p>

<p>Upload the script and load it in your browser. A file (s9y_export_mt.txt by default) will be written. This is the file you import.</p>

<p>Enjoy, and ask in the comment section if something is unclear <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bybjorn.com/75/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
