<:qb activity>

Two days ago <> posted <> (in German) about me blogging again and the self-made software called qb I'm using for it. This article motivated me to take the source code that's running on <> and mine and tag it as version 0.1 in the <>. Tarballs might be following tomorrow.

The next problem was that my blog is becoming longer and longer, since qb can't split the output on multiple pages. But since I expect to be blogging more often, I needed to do something about it. Therefore I've added support for pagination to qb. While I was at it, I've removed unnecessary code and commented all the remaining source code and configuration file in detail. The result was called qb 0.2, but I soon found out that parts of the template engine were broken (from 0.1 on), so I released a bugfix and called it qb 0.2.1.

Update: After posting this, I noticed that there was another off-by-one in the pagination code. Fixed it, and now it's qb 0.2.2.

If you have <> installed, you can check out the source code using:

svn co https://globalgeeks.org/svn/repos/qb/tags/release-0.2.2

Right now it's not released under a free software license, but I'll change that soon. The next feature that's gonna be added is a comment (and pingback/trackback?) function.