<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The player of games</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://damien.krotkine.com/blog/atom.xml" />
    <id>tag:damien.krotkine.com,2008-07-06:/blog//1</id>
    <updated>2008-07-15T10:38:00Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.1</generator>

<entry>
    <title>RSS / Atom feeds per category in Movable Type</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/07/rss-atom-feeds-per-category-in.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.19</id>

    <published>2008-07-15T10:04:07Z</published>
    <updated>2008-07-15T10:38:00Z</updated>

    <summary>At last ! I found a nice and easy howto describing how to enable RSS feed per category in Movable Type version 4.x. Here it is This blog entry describes how to create a new template (RSS category), map it...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mt" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="atom" label="atom" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="feed" label="feed" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movable type" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mt" label="mt" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rss" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![CDATA[<p>At last !</p>

<p>I found a nice and easy howto describing how to enable <span class="caps">RSS </span>feed per category in Movable Type version 4.x. <br />
<a href="http://www.tildemark.com/blogging/category-rss-with-movable-type-4.html">Here it is</a></p>

<p>This blog entry describes how to create a new template (RSS category), map it to the categories, and change the main category widget to link to it. I did the similar steps to create an atom feed for each categories.</p>

<p>So now you can see a small feed icon near each category name, on the main page of my blog index page.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Apache RewriteRule nightmare</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/07/apace-rewriterule-nightmare.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.18</id>

    <published>2008-07-15T01:14:20Z</published>
    <updated>2008-07-15T09:55:47Z</updated>

    <summary>I spent 2 hours banging my head against the wall regarding Apache RewriteRule. What I wanted was simple : Redirect every http:// URLs to https:// Except if it&apos;s the atom or RSS URL Redirect the https://.*atom.xml or rss URL to...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mt" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apache" label="apache" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rewriterule" label="rewriterule" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![CDATA[<p>I spent 2 hours banging my head against the wall regarding <em>Apache RewriteRule</em>. What I wanted was simple :</p>


<ul>
<li>Redirect every <em>http://</em> <span class="caps">URL</span>s to <em>https://</em></li>
<li>Except if it's the <em>atom</em> or <em><span class="caps">RSS</span></em> <span class="caps">URL</span></li>
<li>Redirect the <em>https://.*atom.xml</em> or rss <span class="caps">URL </span>to <em>http://</em></li>
</ul>



<p>And I failed. I couldn't make a pattern that says : "that doesn't end with atom.xml" or similar...</p>

<p>So I ended up with a compromise : only redirect <em>/cgi-bin/mt</em> <span class="caps">URL</span>s to <em>https://</em>. It works but I'm not quite satisfied. I'll give it another try later</p>]]>
        
    </content>
</entry>

<entry>
    <title>server reinstallation</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/07/server-reinstallation.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.16</id>

    <published>2008-07-03T23:09:07Z</published>
    <updated>2008-07-03T23:10:03Z</updated>

    <summary>The server I&apos;m paying for (dedibox) crashed for unknown reason, I had to reinstall it. Luckilly enough I could boot in rescue mode and archive my important data, it helped to get everything up and running again, or at least...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="gentoo" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mt" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![CDATA[<p>The server I'm paying for (dedibox) crashed for unknown reason, I had to reinstall it. Luckilly enough I could boot in rescue mode and archive my important data, it helped to get everything up and running again, or at least the important bits (gentoo, apache, this blog, postgresql)</p>

<p>The newest addition on this server :</p>


<ul>
<li>squid to act as proxy</li>
<li>backup-manager as a backup solution</li>
</ul>



<p>backup-manager is not very powerful, but it's small, light and simple to install and configure. All you need is Perl and gettext :) It'll do until I migrate to bacula.</p>]]>
        
    </content>
</entry>

<entry>
    <title>New Home</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/04/new-home-page.html" />
    <id>tag:88.191.63.225,2008:/blog//1.10</id>

    <published>2008-04-08T00:38:15Z</published>
    <updated>2008-04-08T00:45:50Z</updated>

    <summary>It&apos;s nearly 2pm and I&apos;m bored. I am halfway through migrating my old home page to this new Movable Type blog - well actually it&apos;s more like a CMS. The features are nice and it looks great, plus the statically...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mt" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![CDATA[<p>It's nearly 2pm and I'm bored. I am halfway through migrating my old home page to this new Movable Type blog - well actually it's more like a <span class="caps">CMS.</span></p>

<p>The features are nice and it looks great, plus the statically generated content means it's fast to deliver. But it's quite a pain to add and edit all the pages through the web interface. I'm quite new to Movable Type, so it might be that I just missed the powerful editor.</p>

<p>Anyway I kind of like it as a whole, but I ca't wait to use advanced features that made me choose MT in the first place : blogging from an iphone, installing new plugins, and editing my templates.</p>]]>
        
    </content>
</entry>

</feed>
