Weblog 0.6 (Default branch) |
|
|
Wednesday February 27, 2008. 02:09 PM FreshMeat
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 allows you to use relative URIs. They
will be rewritten to make them point to the right
URI. For example, <a href='test.html'> will
turn into <a
href='http://my.blog.org/test.html'> when
needed. Bugs were fixed. A standalone version
including Jinja is also available.
|