<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Blogofile</title>
    <link>http://www.blogofile.com/blog</link>
    <description>A static blog engine/compiler</description>
    <pubDate>Sun, 01 May 2011 19:23:16 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Blogofile 0.7.1 released</title>
      <link>http://www.blogofile.com/blog/2011/02/19/blogofile-0.7.1-released</link>
      <pubDate>Sat, 19 Feb 2011 23:18:00 EST</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2011/02/19/blogofile-0.7.1-released</guid>
      <description>Blogofile 0.7.1 released</description>
      <content:encoded><![CDATA[<p>I've been bad about updating this blog, while most of the discussion
is happening <a href="http://groups.google.com/group/blogofile-discuss">on the mailing
list</a>.</p>
<p>So, for anyone that has this blog in their feeds and was expecting
timely updates.. sorry.</p>
<p>The Blogofile 0.7 series is fresh and feature-full. The
<a href="/documentation">documentation</a> is up to date.</p>]]></content:encoded>
    </item>
    <item>
      <title>Blogofile 0.6 released</title>
      <link>http://www.blogofile.com/blog/2010/03/30/blogofile-0.6-released</link>
      <pubDate>Tue, 30 Mar 2010 20:57:00 EDT</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2010/03/30/blogofile-0.6-released</guid>
      <description>Blogofile 0.6 released</description>
      <content:encoded><![CDATA[<p>Blogofile 0.6 is released today. If you've been following along <a href="http://www.github.com/EnigmaCurry/blogofile">on github</a>, you'll have noticed that there are more commits that have not made it into a release than otherwise. This is my own fault for not adhering to the <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">Release Early, Release Often</a> axiom. I apologize! I hope to be better about this in the future, in fact, 0.7 (and maybe even 1.0) should be right around the corner.</p>
<p>That said, 0.6 is a major milestone in Blogofile development and I'm happy to see the product mature as many people have helped out on the <a href="http://groups.google.com/group/blogofile-discuss">mailing list</a> by giving great suggestions as well as patches.</p>
<p>Changelog (in rough chronological order):</p>
<ul>
<li>Posts can now have arbitrary user-defined fields.</li>
<li>Added <a href="http://localhost:8080/documentation/controllers.html">Controllers</a>, which enables users to write their own extensions to Blogofile in userspace. Blogofile no longer has any intrinsic knowledge of what a 'blog' is, this is all controlled in userspace inside a new _controllers directory.</li>
<li>Added <a href="http://blogofile.com/documentation/filters">Filters</a>, which enables people to write their own text processors, for example: syntax highlighters.</li>
<li>Easily debuggable in <a href="http://winpdb.org">Winpdb</a> by setting the BLOGOFILE_DEBUG=t environment variable. (this is equally usable by actual Blogofile core developers, or in your own user extensions).</li>
<li>Non-broken unicode support throughout templates and blog posts.</li>
<li>Lots of unit tests.</li>
<li>reStructuredText support for blog posts.</li>
</ul>
<p>Thanks again to the many supporters of Blogofile!</p>]]></content:encoded>
    </item>
    <item>
      <title>Blogofile 0.5 released</title>
      <link>http://www.blogofile.com/blog/2009/08/30/blogofile-0.5-released</link>
      <pubDate>Sun, 30 Aug 2009 11:54:00 EDT</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2009/08/30/blogofile-0.5-released</guid>
      <description>Blogofile 0.5 released</description>
      <content:encoded><![CDATA[<p>As far as the <a href="http://github.com/EnigmaCurry/blogofile/commits/master">commit history</a> goes, it's been way too long since a released version of Blogofile. There has been a flurry of things happening with Blogofile over the last month, numerous people having started testing Blogofile out, suggesting new features, and even sending patches. </p>
<p>I really like the current Blogofile. It's running both blogofile.com and <a href="http://www.enigmacurry.com">enigmacurry.com</a> (my personal blog) quite well. But we're not done yet. Blogofile started out as a personal project so that I could build my own sites the way I wanted to, and although that has been greatly expanded so that other's could start using the app too, there's still a bit left in Blogofile that is a bit, shall we say, hard coded for the way I like to build sites. Blogofile is soon going to get an overhaul that will allow it create a much more diverse range of types of Blogs, as well as other types of sites, while still trying to keep the simple sites simple. A fine, delicate, line to walk to be sure, but I think it'll make for a better Blogofile. I'm excited to get working on these enhancements, but before we get ahead of ourselves, and seeing as the master branch is looking pretty good the way it is, it's time for a new release of Blogofile.</p>
<p>New, for Blogofile 0.5 (roughly in commit order):</p>
<ul>
<li>Syntax highlighting of page templates.</li>
<li>New Python _config.py file replaces config.conf. This change really appeals to me, we have something that resembles Emacs style configuration rather than a Windows INI file.</li>
<li>init command that spits out a skeleton of a Blogofile site in the current directory, with multiple templates to choose from.</li>
<li>Blogofile is now <a href="/LICENSE.html">MIT licensed</a>.</li>
<li>Lots of new unit tests.</li>
<li>Org-mode mark up for posts</li>
<li>Automatic permalink generation if you don't explicitly set it in the post.</li>
<li>Replaced OptParse with ArgParse for better command line UI.</li>
<li>New <a href="/documentation">documentation</a>.</li>
</ul>
<p>You can install the new version with a simple:</p>
<p>sudo easy_install -U blogofile</p>]]></content:encoded>
    </item>
    <item>
      <title>Blogofile 0.4 released</title>
      <link>http://www.blogofile.com/blog/2009/07/20/blogofile-0.4-released</link>
      <pubDate>Mon, 20 Jul 2009 22:53:00 EDT</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2009/07/20/blogofile-0.4-released</guid>
      <description>Blogofile 0.4 released</description>
      <content:encoded><![CDATA[<p>I've just released Blogofile 0.4. </p>
<p>Nothing terribly major, but it does represent a maturing product:</p>
<ul>
<li>Less buggy syntax highlighting now with a home-grown &lt;pre&gt; tag parser</li>
<li><a href="http://www.enigmacurry.com">EnigmaCurry.com</a>, my personal blog, is now powered by Blogofile. This shows that real blogs can and do run Blogofile.</li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>Blogofile 0.3</title>
      <link>http://www.blogofile.com/blog/2009/03/03/blogofile-version-0.3</link>
      <pubDate>Tue, 03 Mar 2009 13:09:00 EST</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2009/03/03/blogofile-version-0.3</guid>
      <description>Blogofile 0.3</description>
      <content:encoded><![CDATA[
<p>I've been making a lot of changes to blogofile today. Consider blogofile to still be alpha-quality, although I think it's quite useable right now.</p>

<p>I just released <a href="http://github.com/EnigmaCurry/blogofile/tarball/0.3">version 0.3</a> on github as well as on <a href="http://pypi.python.org/pypi/Blogofile">PyPI</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Introducing Blogofile</title>
      <link>http://www.blogofile.com/blog/2009/03/02/introducing-blogofile</link>
      <pubDate>Mon, 02 Mar 2009 13:09:00 EST</pubDate>
      <category><![CDATA[releases]]></category>
      <guid>http://www.blogofile.com/blog/2009/03/02/introducing-blogofile</guid>
      <description>Introducing Blogofile</description>
      <content:encoded><![CDATA[
<h3>First post!</h3>
This is <a href="http://www.blogofile.com">Blogofile</a>, a new blog engine designed for simplicity and efficiency. With blogofile you can run an entire blog on any server using plain HTML files.
<br/><br/>
The first release, <a href="http://github.com/EnigmaCurry/blogofile/tarball/0.2">version 0.2 is available now</a>.
]]></content:encoded>
    </item>
  </channel>
</rss>

