<?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>svedin.org</title>
	<atom:link href="http://www.svedin.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svedin.org</link>
	<description>Programming, computers and stuff</description>
	<lastBuildDate>Tue, 02 Mar 2010 16:46:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server died, moved to VPS</title>
		<link>http://www.svedin.org/2010/03/server-died-moved-to-vps/</link>
		<comments>http://www.svedin.org/2010/03/server-died-moved-to-vps/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:46:18 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=112</guid>
		<description><![CDATA[My old work horse from 2002 has died. I think it was the power supply or the motherboard. Well, I took the opportunity to move to the cheapest VPS at ITSTADEN (merged with Serverconnect AB). With only 128 MB of RAM, I had too tweak the installation quite a bit. Nginx + PHP-FPM is now [...]]]></description>
		<wfw:commentRss>http://www.svedin.org/2010/03/server-died-moved-to-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Gmail Informer</title>
		<link>http://www.svedin.org/2010/03/announcing-gmail-informer/</link>
		<comments>http://www.svedin.org/2010/03/announcing-gmail-informer/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:29:55 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=110</guid>
		<description><![CDATA[I&#8217;ve created a new page for my latest app: Gmail Informer. It&#8217;s a pretty small but very useful gmail inbox notifier. Yes! The world actually needs another one!  
The current version, 0.4.1 has some known bugs and I will upload a new version ASAP.
]]></description>
		<wfw:commentRss>http://www.svedin.org/2010/03/announcing-gmail-informer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project hosting</title>
		<link>http://www.svedin.org/2009/10/project-hosting/</link>
		<comments>http://www.svedin.org/2009/10/project-hosting/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 10:52:28 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.svedin.org/2009/10/project-hosting/</guid>
		<description><![CDATA[If anyone knows of a good project hosting solution, feel free to comment on this post. I want something similar to Redmine (code browsing + tickets), but I don&#8217;t like passengers (Ruby on Rails) huge memory allocation. Maybe a solution in PHP 5?
]]></description>
		<wfw:commentRss>http://www.svedin.org/2009/10/project-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modding the link-page of iNove theme</title>
		<link>http://www.svedin.org/2009/04/modding-the-link-page-of-inova-theme/</link>
		<comments>http://www.svedin.org/2009/04/modding-the-link-page-of-inova-theme/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:30:36 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=53</guid>
		<description><![CDATA[This post is mostly a reminder for myself. I modded the current theme (iNove by mg12) so that the links on the link page are shown in categories.
In links.php I replaced:

&#60;div class=&#34;boxcaption&#34;&#62;&#60;h3&#62;Blogroll&#60;/h3&#62;&#60;/div&#62;
&#60;div class=&#34;box linkcat&#34;&#62;
  &#60;ul&#62;&#60;?php wp_list_bookmarks&#40;'title_li=&#38;categorize=0&#38;orderby=rand'&#41;; ?&#62;&#60;/ul&#62;
  &#60;div class=&#34;fixed&#34;&#62;&#60;/div&#62;
&#60;/div&#62;

with:

&#60;?php wp_list_bookmarks&#40;'category_before=&#38;title_before=&#60;div class=&#34;boxcaption&#34;&#62;&#60;h3&#62;&#38;title_after=&#60;/h3&#62;&#60;/div&#62;&#60;div class=&#34;box linkcat&#34;&#62;&#38;category_after=&#60;div class=&#34;fixed&#34;&#62;&#60;/div&#62;&#60;/div&#62;'&#41;; ?&#62;

Ugly, but it works great  
]]></description>
		<wfw:commentRss>http://www.svedin.org/2009/04/modding-the-link-page-of-inova-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing a shared server with mpm-itk</title>
		<link>http://www.svedin.org/2009/04/securing-a-shared-server-with-mpm-itk/</link>
		<comments>http://www.svedin.org/2009/04/securing-a-shared-server-with-mpm-itk/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:01:11 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=46</guid>
		<description><![CDATA[While searching for how I could secure my web server environment I came across this wonderful post. I was already used suPHP. Replacing it with mpm-itk was very simple since mpm-itk were already in the Intrepid repositories.
]]></description>
		<wfw:commentRss>http://www.svedin.org/2009/04/securing-a-shared-server-with-mpm-itk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgraded to Intrepid</title>
		<link>http://www.svedin.org/2009/04/upgraded-to-intrepid/</link>
		<comments>http://www.svedin.org/2009/04/upgraded-to-intrepid/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:58:09 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=42</guid>
		<description><![CDATA[Very soon, Jaunty is going to be released. In mean time, I decided to upgrade my server from Hardy to Intrepid. I don't know actually what I was thinking...]]></description>
		<wfw:commentRss>http://www.svedin.org/2009/04/upgraded-to-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jobeet, an advent calendar</title>
		<link>http://www.svedin.org/2008/12/jobeet-an-advent-calendar/</link>
		<comments>http://www.svedin.org/2008/12/jobeet-an-advent-calendar/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 22:57:14 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=38</guid>
		<description><![CDATA[Just perfect timing! I was going to learn using the symfony php-framework and version 1.2 has just gone stable. In addition there is now an advent calendar. Every day from 1st December to Christmas there will be hourly long tutorials on how to use symfony to create a modern web application from scratch.
You can find [...]]]></description>
		<wfw:commentRss>http://www.svedin.org/2008/12/jobeet-an-advent-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing file permissions recursively</title>
		<link>http://www.svedin.org/2008/11/changing-file-permissions/</link>
		<comments>http://www.svedin.org/2008/11/changing-file-permissions/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:01:48 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Console]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=34</guid>
		<description><![CDATA[I often find myself wanting to both change the owner and file permissions of my web served files. When apache creates new files, the owner becomes www-data, and I can&#8217;t manipulate those files directly without changing the ownership to me. Also, apache can&#8217;t write to files if they aren&#8217;t writable by group. Well. The solution [...]]]></description>
		<wfw:commentRss>http://www.svedin.org/2008/11/changing-file-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally found my CMS</title>
		<link>http://www.svedin.org/2008/11/finally-found-my-cms/</link>
		<comments>http://www.svedin.org/2008/11/finally-found-my-cms/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 10:41:22 +0000</pubDate>
		<dc:creator>Belse</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.svedin.org/?p=30</guid>
		<description><![CDATA[I can&#8217;t recall how many times I&#8217;ve been wanting to change my homepage. I&#8217;ve been looking for the &#8220;perfect&#8221; CMS to host my pages and tried out all kinds of more or less complete applications available. Well, I think I&#8217;ll settle with wordpress. It has, with a few plugins the following features that I require.

It [...]]]></description>
		<wfw:commentRss>http://www.svedin.org/2008/11/finally-found-my-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
