<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Hack of the Year</title>
	<atom:link href="http://www.jackscott.id.au/2009/04/hack-of-the-year/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackscott.id.au/2009/04/hack-of-the-year/</link>
	<description>Then, one day, I found myself all grown up with my own point of view...</description>
	<lastBuildDate>Thu, 29 Jul 2010 01:56:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jack Scott</title>
		<link>http://www.jackscott.id.au/2009/04/hack-of-the-year/#comment-123</link>
		<dc:creator>Jack Scott</dc:creator>
		<pubDate>Mon, 20 Apr 2009 01:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jackscott.org/?p=141#comment-123</guid>
		<description>I wouldn&#039;t mind at all that this is the way it works, it&#039;s wonderful, except that Statpress no longer works properly. And I like my Statpress. :)</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t mind at all that this is the way it works, it&#8217;s wonderful, except that Statpress no longer works properly. And I like my Statpress. <img src='http://www.jackscott.id.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.jackscott.id.au/2009/04/hack-of-the-year/#comment-120</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 18 Apr 2009 06:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jackscott.org/?p=141#comment-120</guid>
		<description>Actually, it&#039;s not that bad as it sounds.
This is the way how static pages work in django - when 404 is raised, except statement catches it &amp; checks the URL against the list of static pages</description>
		<content:encoded><![CDATA[<p>Actually, it&#8217;s not that bad as it sounds.<br />
This is the way how static pages work in django &#8211; when 404 is raised, except statement catches it &amp; checks the URL against the list of static pages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Scott</title>
		<link>http://www.jackscott.id.au/2009/04/hack-of-the-year/#comment-102</link>
		<dc:creator>Jack Scott</dc:creator>
		<pubDate>Sun, 12 Apr 2009 01:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jackscott.org/?p=141#comment-102</guid>
		<description>As an update, I&#039;ve just been given the correct mod-rewrite rules for lighttpd by my friend &lt;a href=&quot;http://www.theskorm.net&quot; rel=&quot;nofollow&quot;&gt;Michael&lt;/a&gt;.
&lt;pre&gt;
url.rewrite-final = (
&quot;^/(wp-admin&#124;wp-includes&#124;wp-content&#124;gallery2)/(.*)&quot; =&gt; &quot;$0&quot;,
&quot;^/(.*\.php)&quot; =&gt; &quot;$0&quot;,
&quot;^/(.*)$&quot; =&gt; &quot;/index.php/$1&quot;
)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>As an update, I&#8217;ve just been given the correct mod-rewrite rules for lighttpd by my friend <a href="http://www.theskorm.net" rel="nofollow">Michael</a>.</p>
<pre>
url.rewrite-final = (
"^/(wp-admin|wp-includes|wp-content|gallery2)/(.*)" => "$0",
"^/(.*\.php)" => "$0",
"^/(.*)$" => "/index.php/$1"
)
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
