<?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>Uncorrupted State</title>
	<atom:link href="http://uncorruptedstate.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://uncorruptedstate.com</link>
	<description>Therapy for the OSS soul...</description>
	<lastBuildDate>Wed, 12 Oct 2011 02:39:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Started</title>
		<link>http://uncorruptedstate.com/2011/07/getting-started/</link>
		<comments>http://uncorruptedstate.com/2011/07/getting-started/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 20:54:03 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>
		<category><![CDATA[site-development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=196</guid>
		<description><![CDATA[I have a domain name and an idea for a web application. This is not new, I have had them for a few months now. Since I have very little time to devote to personal projects and abundant initiative has &#8230; <a href="http://uncorruptedstate.com/2011/07/getting-started/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/07/getting-started/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hosting on Linode</title>
		<link>http://uncorruptedstate.com/2011/07/hosting-on-linode/</link>
		<comments>http://uncorruptedstate.com/2011/07/hosting-on-linode/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 23:28:47 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>
		<category><![CDATA[site-development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=204</guid>
		<description><![CDATA[Starting with yesterday&#8217;s post, I listed a number of requirements for getting a web application up and running. The first is finding a hosting provider. As I mentioned, I compared a number of providers such as Google App Engine and &#8230; <a href="http://uncorruptedstate.com/2011/07/hosting-on-linode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/07/hosting-on-linode/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Git and Setting up Django</title>
		<link>http://uncorruptedstate.com/2011/07/using-git-and-setting-up-django/</link>
		<comments>http://uncorruptedstate.com/2011/07/using-git-and-setting-up-django/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:35:41 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>
		<category><![CDATA[site-development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=222</guid>
		<description><![CDATA[Now that the server is setup and Nginx is handling inbound requests and proxying them to gunicorn/Django it is high time to setup the first git repository and start configuring your Django environment. Git I have been using SVN for &#8230; <a href="http://uncorruptedstate.com/2011/07/using-git-and-setting-up-django/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/07/using-git-and-setting-up-django/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates, Theme, and Authentication</title>
		<link>http://uncorruptedstate.com/2011/08/updates-theme-and-authentication/</link>
		<comments>http://uncorruptedstate.com/2011/08/updates-theme-and-authentication/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 01:30:49 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=274</guid>
		<description><![CDATA[Just a quick post since I have not had a chance to update in a couple of weeks. Work has progressed, but a lot of bumps along the way. Particularly, with the decision to use MongoDB. So, I&#8217;m going to &#8230; <a href="http://uncorruptedstate.com/2011/08/updates-theme-and-authentication/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/08/updates-theme-and-authentication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GridFS, Nginx and Python Imaging Library</title>
		<link>http://uncorruptedstate.com/2011/08/gridfs-nginx-and-python-imaging-library/</link>
		<comments>http://uncorruptedstate.com/2011/08/gridfs-nginx-and-python-imaging-library/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 02:15:30 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=278</guid>
		<description><![CDATA[After spending quite of bit of time on the server setup and beginning development, I realized that I missed a key component for the some of the basic site functionality. Image uploads. MongoDB provides this support through GridFS which is &#8230; <a href="http://uncorruptedstate.com/2011/08/gridfs-nginx-and-python-imaging-library/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/08/gridfs-nginx-and-python-imaging-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Development Methodology and Django</title>
		<link>http://uncorruptedstate.com/2011/09/development-methodology-and-django/</link>
		<comments>http://uncorruptedstate.com/2011/09/development-methodology-and-django/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 01:15:41 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=281</guid>
		<description><![CDATA[It has been a few weeks. Work has been hectic and I have not had as much to devote to this project as I would like. I am hoping for some time off soon so I can knuckle down and &#8230; <a href="http://uncorruptedstate.com/2011/09/development-methodology-and-django/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/09/development-methodology-and-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sublime Text, iTerm, Cyberduck</title>
		<link>http://uncorruptedstate.com/2011/10/sublime-text-iterm-cyberduck/</link>
		<comments>http://uncorruptedstate.com/2011/10/sublime-text-iterm-cyberduck/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 04:28:13 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=284</guid>
		<description><![CDATA[I am still working away at the site. Hopefully, my next post will be a cumulative update on some of the interesting facets of Django, GridFS and MongoDB. In an earlier post, I mentioned the django-easy-maps package, I have moved &#8230; <a href="http://uncorruptedstate.com/2011/10/sublime-text-iterm-cyberduck/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/10/sublime-text-iterm-cyberduck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django, Nginx and GridFS Con&#8217;t</title>
		<link>http://uncorruptedstate.com/2011/10/django-nginx-and-gridfs-cont/</link>
		<comments>http://uncorruptedstate.com/2011/10/django-nginx-and-gridfs-cont/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 02:39:54 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://uncorruptedstate.com/?p=292</guid>
		<description><![CDATA[Whew. Took a little while longer than I anticipated but I have successfully managed to get uploaded files into MongoDB using GridFS and then served through nginx-gridfs in a nifty modal media viewer called Shadowbox.js. In an earlier post I &#8230; <a href="http://uncorruptedstate.com/2011/10/django-nginx-and-gridfs-cont/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://uncorruptedstate.com/2011/10/django-nginx-and-gridfs-cont/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

