<?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; restxom</title>
	<atom:link href="http://dentedreality.com.au/tags/restxom/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>RESTments? REST-based comments for RESTxom</title>
		<link>http://dentedreality.com.au/2003/04/restments-rest-based-comments-for-restxom/</link>
		<comments>http://dentedreality.com.au/2003/04/restments-rest-based-comments-for-restxom/#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[comments]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/restments-rest-based-comments-for-restxom/</guid>
		<description><![CDATA[Am working on a commenting system for RESTxom which will store a parallel file for each entry called &#8220;&#60;entry&#62;.comments&#8221; and will act like a small flatfile database to store comments for each post, which will also, of course, have REST-friendly URLs.]]></description>
			<content:encoded><![CDATA[<p>Am working on a commenting system for RESTxom which will store a parallel file for each entry called &#8220;&lt;entry&gt;.comments&#8221; and will act like a small flatfile database to store comments for each post, which will also, of course, have REST-friendly URLs.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/restments-rest-based-comments-for-restxom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Putting blosxom to REST</title>
		<link>http://dentedreality.com.au/2003/04/putting-blosxom-to-rest/</link>
		<comments>http://dentedreality.com.au/2003/04/putting-blosxom-to-rest/#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[blosxom]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/putting-blosxom-to-rest/</guid>
		<description><![CDATA[The plan with these helper scripts that I am writing is that blosxom will be able to operate in a &#8220;REST-like&#8221; environment. This means that directing a browser to a URL like /blogging/blogger.com/ should load the blog entries in that directory (if it is within a defined blog-tree). It&#8217;s working so far, and I have [...]]]></description>
			<content:encoded><![CDATA[<p>The plan with these helper scripts that I am writing is that blosxom will be able to operate in a &#8220;REST-like&#8221; environment. This means that directing a browser to a URL like /blogging/blogger.com/ should load the blog entries in that directory (if it is within a defined blog-tree).</p>
<p>It&#8217;s working so far, and I have added in the option of linking to &#8216;rss.xml&#8217; within any directory in the blog-tree to get an RSS feed of that level/category/sub-blog. Sweeeet. Next up is to eliminate the permalinks needing to use the blosxom.pl script in the URL (i.e. so that archives don&#8217;t have to link to blosxom.pl at all).</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/putting-blosxom-to-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Changes are afoot</title>
		<link>http://dentedreality.com.au/2003/04/changes-are-afoot/</link>
		<comments>http://dentedreality.com.au/2003/04/changes-are-afoot/#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[comments]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/changes-are-afoot/</guid>
		<description><![CDATA[I am re-writing a large proportion of the code which runs RESTxom, to make it more portable and reliable. Also trying to make sure that *everything* works properly, rather than getting any nasty surprises down the line! Once this is done properly, then RESTments should be pretty simple(?) to add in.]]></description>
			<content:encoded><![CDATA[<p>I am re-writing a large proportion of the code which runs RESTxom, to make it more portable and reliable. Also trying to make sure that *everything* works properly, rather than getting any nasty surprises down the line!</p>
<p>Once this is done properly, then RESTments should be pretty simple(?) to add in.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/changes-are-afoot/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>Calendar Added to RESTxom features</title>
		<link>http://dentedreality.com.au/2003/04/calendar-added-to-restxom-features/</link>
		<comments>http://dentedreality.com.au/2003/04/calendar-added-to-restxom-features/#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[calendar]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/calendar-added-to-restxom-features/</guid>
		<description><![CDATA[I have added a simple calendar which will be displayed in the place of a @ CALENDAR@ tag in your RESTxom templates (head or foot preferably!) The calendar will include links to any days which contain posts, and those links will go directly to the archives, where that day will be shown, and you can [...]]]></description>
			<content:encoded><![CDATA[<p>I have added a simple calendar which will be displayed in the place of a @ CALENDAR@ tag in your RESTxom templates (head or foot preferably!)</p>
<p>The calendar will include links to any days which contain posts, and those links will go directly to the archives, where that day will be shown, and you can locate whichever post interests you. I&#8217;d like to add support for allowing the browsing of months, but the handling of the 403 errors doesn&#8217;t seem to allow that&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/calendar-added-to-restxom-features/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>
		<item>
		<title>I Lost My Path</title>
		<link>http://dentedreality.com.au/2003/04/i-lost-my-path/</link>
		<comments>http://dentedreality.com.au/2003/04/i-lost-my-path/#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[directory]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[restxom]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/i-lost-my-path/</guid>
		<description><![CDATA[There appears to be something dodgy going on with my paths. They aren&#8217;t resolving properly, which is causing internal links to be one or more levels (directory-speaking) out of whack. This is really annoying&#8230; until I fix this I can&#8217;t really work on the commenting system, and I&#8217;m not launching the new Dented Reality website [...]]]></description>
			<content:encoded><![CDATA[<p>There appears to be something dodgy going on with my paths. They aren&#8217;t resolving properly, which is causing internal links to be one or more levels (directory-speaking) out of whack.</p>
<p>This is really annoying&#8230; until I fix this I can&#8217;t really work on the commenting system, and I&#8217;m not launching the new Dented Reality website without the ability for people to comment on posts&#8230; no way!</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/i-lost-my-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

