Announcing Weblog
Weblog is a minimal ... weblog (also known as Blog)! A lightweight weblog with almost zero server-side setup.
Weblog is basically a software that takes some files as input and output some
static HTML / RSS. By it static nature Weblog does not provide all the
hype features of the Web 2.0
. No trackbacks, no tags, no
haha lol vry funny
.
Weblog is written in Python, uses Jinja for HTML templating and PyRSS2Gen for RSS generation.
Actually configuration is done directly in the source file weblog.py. It might be nice to have a configuration file in the future.
Features:
- Ugly (focus on the content!)
- Secure (experts say static HTML without Javascript tends to be 100% secure)
- Fast
- Usability
- Documentation
Check it out: weblog-0.1.tar.gz