Weblog is a blog publisher. It takes structured
text files as input and outputs static HTML and
RSS files. It aims to be simple and robust.
License: BSD License (revised)
Changes:
This release features a command line interface, pagination, limits for the number of posts in RSS files, support for head, header, and footer definition in the HTML file, which could allow you to have a custom logo or search box, the ability to include custom CSS without editing the templates, the ability to copy extra files via the extra_files directive, and better error handling and meaningful error messages. Initial unit tests were added.