WadcomBlog 0.2 Released
Feb 21 2008, 13:13 permalinkI've finally got around to release WadcomBlog version 0.2, with help from Oley in testing. Most important changes include tag cloud support and many more customizable settings.
Here is the complete changelog:
- Implemented tag cloud support.
- Pagination for indices implemented (see 'general/entries-per-page' configuration directive).
- Index file names and links are now configurable (see 'index-first-fname', 'index-rest-fname' and 'append-first-index-fname-to-links' configuration directives in the 'general' section).
- RSS feeds can now be limited with 'general/feed-size' configuration directive.
- Added a utility to facilitate creation of a new entry: wblg-new.py.
- The front page caption is now configurable (see 'general/front-page-caption' directive).
- Path to the blog root is now available as [root_path] template variable.
- Blog title is now available as [blog_title] template variable.
- Fixed minor bugs in the sample blog data.