<?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>netCUBED Blog &#187; wordpress</title>
	<atom:link href="http://blog.netcubed.de/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.netcubed.de</link>
	<description>Just another web developer's weblog</description>
	<lastBuildDate>Mon, 29 Jun 2009 20:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why not Angerwhale?</title>
		<link>http://blog.netcubed.de/2008/12/why-not-angerwhale/</link>
		<comments>http://blog.netcubed.de/2008/12/why-not-angerwhale/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 14:07:56 +0000</pubDate>
		<dc:creator>Moritz Onken</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[angerwhale]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.netcubed.de/?p=9</guid>
		<description><![CDATA[As a Perl programmer I prefer to do everything I want in that language. Since I decided to run a blog and was wondering what blog engine I should use. The easiest way would have been to sign up at blogger.com or similar services but I want to host my stuff on my own.
I searched [...]]]></description>
			<content:encoded><![CDATA[<p>As a Perl programmer I prefer to do everything I want in that language. Since I decided to run a blog and was wondering what blog engine I should use. The easiest way would have been to sign up at blogger.com or similar services but I want to host my stuff on my own.</p>
<p>I searched the net and of course CPAN for a blogging engine based on Perl. The only one I came up with was <a href="http://search.cpan.org/perldoc?Angerwhale" target="_blank">Angerwhale</a>. I read through the CPAN pods and looked at <a href="http://blog.jrock.us" target="_blank">blog.jrock.us</a> to see it in action. It seemed pretty nice and I decided to give it a try.</p>
<p>I read the README file, ran &#8220;perl Makefile.PL&#8221; and &#8220;make test&#8221; as I was supposed to do. There were some unmet dependencies, of course. Many of them failed to install unfortunately. After spending a lot of time installing all of them manually (most of them needed additional development packages from debian) I was almost there.</p>
<p>Three to go: Catalyst::View::Jemplate. That damn thing wouldn&#8217;t install because most of the tests failed. As it turned out it was the fault of the latest Jemplate upgrade which made some changes to its API. A dev release of Jemplate fixed that problem, but that&#8217;s not the way it is supposed to work.</p>
<p>Two to go: Test::WWW::Mechanize. Tests failed. Both on my system and most of the CPAN testers&#8217;. Seems like a libwww release breaks these tests.</p>
<p>One more to go: Kate. This is a syntax highlighting engine. Angerwhale uses it to format and color code passages. It failed to install as well. There is a <a href="http://rt.cpan.org/Public/Bug/Display.html?id=36328" target="_blank">fix</a> for that problem but this patch is 4 month old! Why didn&#8217;t the maintainer apply that patch and push a new release to cpan?</p>
<p>At that point I was pretty sick and tired of trying to force install or patch any more modules.</p>
<p>After rethinking this whole blog thing I visited wordpress.com.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>wordpress.org<span style="color: #000000; font-weight: bold;">/</span>latest.tar.gz
unp latest.tar.gz
<span style="color: #c20cb9; font-weight: bold;">lynx</span> http:<span style="color: #000000; font-weight: bold;">//</span>localhost<span style="color: #000000; font-weight: bold;">/</span>wordpress</pre></div></div>

<p>Well, and after entering db user / password etc. I had my blog up and running.</p>
<p>There might have been some coincidences and bad timing but after all I must say that installing wordpress took me about 5min. Not installing Angerwhale took me more than an hour.</p>
<p>Wordpress does a great job and it just works. It&#8217;s just sad that there is no such success story with a perl written blog engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netcubed.de/2008/12/why-not-angerwhale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
