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?

Blosxonomy 0.6.1
Posted 5 days ago

Many thanks to Casey for pointing out that Blosxonomy 0.6 chokes on quoted entry titles! I patched my entry parser and am releasing 0.6.1. It is currently the only change from 0.6.

Blosxonomy 0.6.1

Please continue to submit bug reports -- comments are fine or you can email me directly, my address is in the readme (which, I should point out, is still for 0.5 :-\).

( permalink | add to del.icio.us | 0 comments | tags: release patch downloads )

RSS Renderer Patch
Posted 5 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 )