<?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>Cold Chicken &#187; usability</title>
	<atom:link href="http://smux.net/blog/tag/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://smux.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 03:51:47 +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>First post and LighTTPd</title>
		<link>http://smux.net/blog/2007/12/01/first-post-and-lighttpd/</link>
		<comments>http://smux.net/blog/2007/12/01/first-post-and-lighttpd/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 01:27:48 +0000</pubDate>
		<dc:creator>Sena</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[pretty links]]></category>
		<category><![CDATA[pretty permalinks]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://smux.net/blog/2007/12/01/first-post-and-lighttpd/</guid>
		<description><![CDATA[This is my first post on this blog. Let’s see how this goes. Found lots of stuff on the web about getting Pretty Permalinks working  with WordPress and LighTTPd, but they were all very complicated… So I just wrote my own configuration: $HTTP["host"] =~ "^smux\.net$" { &#160;&#160;url.rewrite-once = ( &#160;&#160;&#160;&#160;"^/blog/(wp-.*)$" =&#62; "/blog/$1", &#160;&#160;&#160;&#160;"^/blog/(.*)$" =&#62; "/blog/index.php?$1" [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first post on this blog. Let’s see how this goes.</p>
<p>Found lots of stuff on the web about getting Pretty Permalinks working  with WordPress and LighTTPd, but they were all very complicated…</p>
<p>So I just wrote my own configuration:</p>
<p><code>$HTTP["host"] =~ "^smux\.net$" {<br />
&nbsp;&nbsp;url.rewrite-once = (<br />
&nbsp;&nbsp;&nbsp;&nbsp;"^/blog/(wp-.*)$" =&gt; "/blog/$1",<br />
&nbsp;&nbsp;&nbsp;&nbsp;"^/blog/(.*)$" =&gt; "/blog/index.php?$1"<br />
&nbsp;&nbsp;)<br />
}</code></p>
<p>Then, select “<code>/%year%/%monthnum%/%day%/%postname%/</code>” as the Permalink custom structure, and you’re done… Simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://smux.net/blog/2007/12/01/first-post-and-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
