What is Blosxonomy?

Simply put: It's a Zen thing...

Blosxonomy is a very lightweight Blosxom like blogging system written in Ruby, and designed around four core ities: simplic-ity, taggabil-ity, extensibil-ity and compatibil-ity.

Download the latest version, and a sample flavour to get started! There's also a set of plugins too. Already a pyBlosxom user?

RSS Renderer Patch
Posted 61 days ago

I discovered a small bug in my RSS Renderer tonight -- if you're using Blosxonomy, you should edit your config['codebase']/handlers/renderer/RSS2Renderer.rb file, and make the following change to line #16:

@pubdatefmt = '%a, %d %b %Y %H:%M:%S GMT'

The existing class reads: '%a, %m %b %Y %H:%M:%S GMT', which causes problems for aggregators when they try to sort your blog!

The patched renderer will be out in 0.6

( permalink | add to del.icio.us | 2 comments | tags: rss patch )