<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dented Reality &#187; archives</title>
	<atom:link href="http://dentedreality.com.au/tags/archives/feed/" rel="self" type="application/rss+xml" />
	<link>http://dentedreality.com.au</link>
	<description>Beau Lebens throws down his opinion on all sorts of things he doesn&#039;t know too much about.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:48:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Good idea for the calendar in the archives&#8230;</title>
		<link>http://dentedreality.com.au/2003/04/good-idea-for-the-calendar-in-the-archives/</link>
		<comments>http://dentedreality.com.au/2003/04/good-idea-for-the-calendar-in-the-archives/#comments</comments>
		<pubDate>Tue, 08 Apr 2003 12:12:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[blosxom]]></category>
		<category><![CDATA[calendar]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/good-idea-for-the-calendar-in-the-archives/</guid>
		<description><![CDATA[Just had a good idea, it&#8217;d be nice to have the calendar display the month which the current (requested) post was made in. So if I just go directly to /archives/2003/12/* then it would display the month of December, 2003 in the calendar. Shouldn&#8217;t be a hard modification to make, and I only have to [...]]]></description>
			<content:encoded><![CDATA[<p>Just had a good idea, it&#8217;d be nice to have the calendar display the month which the current (requested) post was made in. So if I just go directly to /archives/2003/12/* then it would display the month of December, 2003 in the calendar.</p>
<p>Shouldn&#8217;t be a hard modification to make, and I only have to make it to the archive processing script &#8211; so should be easy. I&#8217;ll add it before the site goes live.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/good-idea-for-the-calendar-in-the-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Now Working on RESTy Archives</title>
		<link>http://dentedreality.com.au/2003/04/now-working-on-resty-archives/</link>
		<comments>http://dentedreality.com.au/2003/04/now-working-on-resty-archives/#comments</comments>
		<pubDate>Tue, 08 Apr 2003 12:12:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Techn(ical|ology)]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/now-working-on-resty-archives/</guid>
		<description><![CDATA[I seem to have sorted out the main code for making blosxom at least pretend to be RESTy, now I am working on the archives system to clean that up. It is largely based on the main code, but needs to take into account the &#8220;forced&#8221; /archives/ directory when working out relative paths and stuff [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to have sorted out the main code for making blosxom at least pretend to be RESTy, now I am working on the archives system to clean that up. It is largely based on the main code, but needs to take into account the &#8220;forced&#8221; /archives/ directory when working out relative paths and stuff like that.</p>
<p>Once this is complete, I will then start working on creating some templates for the actual site (coverting my Visio wireframes into real XHTML!).</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/now-working-on-resty-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Oversight</title>
		<link>http://dentedreality.com.au/2003/04/oversight/</link>
		<comments>http://dentedreality.com.au/2003/04/oversight/#comments</comments>
		<pubDate>Tue, 08 Apr 2003 12:12:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Techn(ical|ology)]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restxom]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/oversight/</guid>
		<description><![CDATA[When I thought I had &#8220;finished&#8221; the mainline code for RESTxom, I forgot that I hadn&#8217;t thoroughly tested the RSS code (allowing you to request rss.xml from any topic and get a correct feed from that point &#8216;down&#8217;). Turns out it doesn&#8217;t work properly&#8230; double-slashing problems and whatnot, shouldn&#8217;t be too hard to fix hopefully, [...]]]></description>
			<content:encoded><![CDATA[<p>When I thought I had &#8220;finished&#8221; the mainline code for RESTxom, I forgot that I hadn&#8217;t thoroughly tested the RSS code (allowing you to request rss.xml from any topic and get a correct feed from that point &#8216;down&#8217;). Turns out it doesn&#8217;t work properly&#8230; double-slashing problems and whatnot, shouldn&#8217;t be too hard to fix hopefully, but darned annoying in the meantime.</p>
<p>So off I go to fix the RSS code, then have to fix it in the archives as well (which are working now!)</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/oversight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>RESTxom Now Has RESTy Archives</title>
		<link>http://dentedreality.com.au/2003/04/restxom-now-has-resty-archives/</link>
		<comments>http://dentedreality.com.au/2003/04/restxom-now-has-resty-archives/#comments</comments>
		<pubDate>Tue, 08 Apr 2003 12:12:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Techn(ical|ology)]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/restxom-now-has-resty-archives/</guid>
		<description><![CDATA[I have made it so that the /archives/ directory, from the root of the blog, houses all of the archives for the entire blog, organised by date. It simply parses the dates and then requests the details from blosxom. To sort out the issues related to relative vs. absolute references, I have added in # [...]]]></description>
			<content:encoded><![CDATA[<p>I have made it so that the /archives/ directory, from the root of the blog, houses all of the archives for the entire blog, organised by date. It simply parses the dates and then requests the details from blosxom. To sort out the issues related to relative vs. absolute references, I have added in # # #URL# # # (actually no spaces between any of the #&#8217;s) to the story template, which is replaced by my scripts with the root of the blog-tree when displaying it.</p>
<p>The only problem with this system at the moment is that I don&#8217;t think it&#8217;s actually passing the internal page anchor (after the #) when it displays the page, so it might not link down on the page to the specific post&#8230; I will have to experiment with this some more.</p>
<p><strong>UPDATED:</strong> (about 3 seconds later) &#8212; it does load the correct place in the page, so it&#8217;s all good!</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/restxom-now-has-resty-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

