<?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>An Experiment in Bloggery &#187; site</title>
	<atom:link href="http://kevin.sb.org/tag/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.sb.org</link>
	<description>The occasional view into my life</description>
	<lastBuildDate>Fri, 09 Sep 2011 00:19:38 +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>Back from the grave</title>
		<link>http://kevin.sb.org/2008/03/09/back-from-the-grave/</link>
		<comments>http://kevin.sb.org/2008/03/09/back-from-the-grave/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 19:14:30 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kevin.sb.org/2008/03/09/back-from-the-grave/</guid>
		<description><![CDATA[Well, after about 5 hours of hacking, I got a ruby script together to migrate all my data from Typo 4.11 to WordPress, so the site is back from the dead, and now running on an engine that DreamHost is actually happy with. Update: The conversion script is now available at GitHub.]]></description>
			<content:encoded><![CDATA[<p>Well, after about 5 hours of hacking, I got a ruby script together to migrate all my data from Typo 4.11 to WordPress, so the site is back from the dead, and now running on an engine that DreamHost is actually happy with.</p>

<p><strong>Update</strong>: The conversion script is now available at <a href="http://github.com/kballard/typo-wordpress/">GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2008/03/09/back-from-the-grave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo 4.0 is out</title>
		<link>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/</link>
		<comments>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 04:15:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://04c0fc07-e4f6-4bfe-aa5c-76b5eb28984d</guid>
		<description><![CDATA[Typo 4.0 is out! Many thanks to Scott Laird for his wonderful work on Akismet support and the new gem installer.]]></description>
			<content:encoded><![CDATA[<p><a href="http://scottstuff.net/blog/articles/2006/07/22/typo-4-0-0">Typo 4.0</a> is out! Many thanks to <a href="http://www.scottstuff.net">Scott Laird</a> for his wonderful work on <a href="http://www.akismet.com">Akismet</a> support and the new gem installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now with trunk goodness!</title>
		<link>http://kevin.sb.org/2005/07/18/now-with-trunk-goodness/</link>
		<comments>http://kevin.sb.org/2005/07/18/now-with-trunk-goodness/#comments</comments>
		<pubDate>Tue, 19 Jul 2005 01:55:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svk]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://877e3679431f9125b387ff47415e0cf1</guid>
		<description><![CDATA[Well, I finally bit the bullet and upgraded my blog from the Typo stable release to the HEAD of the svn trunk. I wasn&#8217;t going to do this for a while, because of the complexity in keeping site-specific changes away from my Typo hacking, but I ran across this article that explained how to use [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally bit the bullet and upgraded my blog from the Typo stable release to the HEAD of the svn trunk. I wasn&#8217;t going to do this for a while, because of the complexity in keeping site-specific changes away from my Typo hacking, but I ran across <a href="http://scottstuff.net/blog/articles/2005/07/07/distributed-development-with-svk" title="Distributed Development with SVK">this article</a> that explained how to use <a href="http://svk.elixus.org/" title="svk Version Control System">svk</a> to manage all this for me, and now I&#8217;m testing it out. Hopefully everything will work fine, but if anything weird goes on, you&#8217;ll know why.</p>

<p>Typo trunk has a bunch of nifty stuff. The most noticeable is the new look, although I do plan on changing it at some point. Another thing that was just added is cached pages (and by just added I mean added yesterday). This is why the &#8220;Posted 27 days ago&#8221; timestamps are gone, although we&#8217;re looking into re-adding that with JavaScript (Update: this has now been re-added). There&#8217;s some other stuff in here, like support for <a href="http://daringfireball.net/projects/smartypants/">SmartyPants</a>, emails on the comments, and more.</p>

<p>If you notice anything wrong that doesn&#8217;t go away shortly, please, leave a comment telling me what the problem is, or if comments are a problem, send me an <a href="mailto:kevin@sb.org" title="kevin@sb.org">email</a> about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2005/07/18/now-with-trunk-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo Linkage</title>
		<link>http://kevin.sb.org/2005/07/13/typo-linkage/</link>
		<comments>http://kevin.sb.org/2005/07/13/typo-linkage/#comments</comments>
		<pubDate>Wed, 13 Jul 2005 11:24:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://5e4aeafb38258e1b5e6e56062e8e4ab9</guid>
		<description><![CDATA[Well, it turns out at least one person reads my blog. Jonas Luster kindly, and surprisingly, linked my blog in one of his posts, referring to my switch to Typo. Jonas himself switched to Typo 9 days ago, although he&#8217;s already got a nice new style to his site and I haven&#8217;t spent the time [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it turns out at least one person reads my blog. Jonas Luster kindly, and surprisingly, <a href="http://www.jluster.org/articles/2005/07/13/switcheroo">linked</a> my blog in one of his posts, referring to my switch to <a href="http://typo.leetsoft.com">Typo</a>. Jonas himself <a href="http://www.jluster.org/articles/2005/07/03/holy-shit-jonas-what-happened">switched</a> to Typo 9 days ago, although he&#8217;s already got a nice new style to his site and I haven&#8217;t spent the time coming up with one for this one yet.</p>

<p>Anyway, I think this is pretty cool, and I hope more blogs switch to Typo as it&#8217;s a great engine.</p>

<p>Thanks Jonas!</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2005/07/13/typo-linkage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say Hello to Typo</title>
		<link>http://kevin.sb.org/2005/07/08/say-hello-to-typo/</link>
		<comments>http://kevin.sb.org/2005/07/08/say-hello-to-typo/#comments</comments>
		<pubDate>Sat, 09 Jul 2005 02:42:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://302963ed28fae471aa61677b43329bdb</guid>
		<description><![CDATA[If you can see this post, you&#8217;ll notice that everything&#8217;s changed. Not only has the entire look of the blog changed, but so has the server the blog is hosted on. This blog is now being hosted by DreamHost, and the blog system I&#8217;m using is Typo. Play around with it &#8212; I think you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>If you can see this post, you&#8217;ll notice that everything&#8217;s changed. Not only has the entire look of the blog changed, but so has the server the blog is hosted on. This blog is now being hosted by <a href="http://www.dreamhost.com">DreamHost</a>, and the blog system I&#8217;m using is <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a>. Play around with it &#8212; I think you&#8217;ll find it&#8217;s very cool. For example, you can do live searches, posting a comment is live too, and everything should also be nice and zippy. The first two are because of the new <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a> engine (which uses <a href="http://www.rubyonrails.com/">Ruby on Rails</a>, an excellent web application framework), and the last is a combination of <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a> and the new server.</p>

<p>So hopefully, with this new blog in place, I&#8217;ll actually be motivated to start posting again. I&#8217;m sure if I have anybody that still reads this (and by reads I mean is subscribed in their newsreader), you&#8217;ll be happy to hear this.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2005/07/08/say-hello-to-typo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
