<?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>Norwinter Studios &#187; redmine</title>
	<atom:link href="http://www.norwinter.com/tag/redmine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.norwinter.com</link>
	<description>Home of Bouncy Hunters and Konkret.</description>
	<lastBuildDate>Sat, 17 Jul 2010 20:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Migrate Eventum to Redmine.</title>
		<link>http://www.norwinter.com/2009/08/27/migrate-eventum-to-redmine/</link>
		<comments>http://www.norwinter.com/2009/08/27/migrate-eventum-to-redmine/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 23:22:29 +0000</pubDate>
		<dc:creator>siker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Eventum]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.norwinter.com/?p=172</guid>
		<description><![CDATA[I have migrated more stuff to the new Redmine setup. This time I pulled all issue data from an old and well used Eventum setup. I made some educated guesses about how the Eventum data was laid out and then hacked up the Redmine trac migration script until it worked for Eventum. It&#8217;s really not [...]]]></description>
			<content:encoded><![CDATA[<p>I have migrated more stuff to the new Redmine setup. This time I pulled all issue data from an old and well used Eventum setup. I made some educated guesses about how the Eventum data was laid out and then hacked up the Redmine trac migration script until it worked for Eventum.</p>
<p>It&#8217;s really not a very pretty script but since I won&#8217;t be doing any more work on it I&#8217;ll release it here in the spirit of open source. Whether it works for you or not is anyone&#8217;s guess, but one thing is for sure: if it was just sitting on my hard drive it definitely would not.</p>
<p>Download: <a href='http://www.norwinter.com/wp-content/uploads/2009/08/migrate_from_eventum.rake'>migrate_from_eventum.rake</a></p>
<p>See instructions in the beginning of the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.norwinter.com/2009/08/27/migrate-eventum-to-redmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate MoinMoinWiki to Redmine.</title>
		<link>http://www.norwinter.com/2009/08/02/migrate-moinmoinwiki-to-redmine/</link>
		<comments>http://www.norwinter.com/2009/08/02/migrate-moinmoinwiki-to-redmine/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 04:18:59 +0000</pubDate>
		<dc:creator>siker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[moinmoin]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.norwinter.com/?p=144</guid>
		<description><![CDATA[Today I switched a small wiki from MoinMoin to a new Redmine setup. I couldn&#8217;t find any existing scripts to convert the wiki pages over. For a moment I thought I could do MoinMoin to Trac and Trac to Redmine but I thought better of it. It&#8217;d be a lot of work and the wiki [...]]]></description>
			<content:encoded><![CDATA[<p>Today I switched a small wiki from MoinMoin to a new Redmine setup. I couldn&#8217;t find any existing scripts to convert the wiki pages over. For a moment I thought I could do MoinMoin to Trac and Trac to Redmine but I thought better of it. It&#8217;d be a lot of work and the wiki syntax would probably be completely mangled in the process.</p>
<p>Instead I hacked up Carl Nygard&#8217;s <a href="http://www.redmine.org/issues/1224">MediaWiki to Redmine script</a>. It&#8217;s an awful hack really but it worked for the pages I needed, and it does preserve revision history.</p>
<ul>
<li>Download  the script: <a href='http://www.norwinter.com/wp-content/uploads/2009/08/migrate_from_moinmoin.rake'>migrate_from_moinmoin.rake</a></li>
<li>Edit the source and enter your own email address instead of <code>admin@example.com</code>.</li>
<li>Place the file in <code>lib/tasks/</code> in your Redmine installation.</li>
<li>Run the command with
<pre><code>rake redmine:migrate_from_moinmoin RAILS_ENV="production"</pre>
<p></code></lI></p>
<li>Enter a project identifier.</li>
<li>Enter an absolute path to the <code>data/pages</code> folder of your MoinMoin install.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.norwinter.com/2009/08/02/migrate-moinmoinwiki-to-redmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
