henry / weblog (http://henry.precheur.org/weblog/)

Simple blog publisher. It reads structured text files and generates static HTML / Feed files. Weblog aims to be simple and robust.

Clone this repository (size: 745.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/henry/weblog/
commit 334: 47c622a7073a
parent 333: 4a48bc0e3439
child 335: 89de2a93832b
Added tag 2.4 for changeset 4a48bc0e3439 default
Henry Prêcheur / henry
6 weeks ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
weblog /
filename size last modified message
contrib  
doc  
test  
weblog  
.hgignore 65 B 16 months ago Ingore doc/.build
.hgtags 1.1 KB 6 weeks ago Added tag 2.4 for changeset 4a48bc0e3439
COPYING 760 B 18 months ago Updated copyright
INSTALL 1.8 KB 6 weeks ago 2.4
MANIFEST.in 241 B 16 months ago setup.cfg is automaticaly included
README 400 B 18 months ago Removed PyRSS2Gen
setup.cfg 39 B 21 months ago Use nose to do unit tests
setup.py 1.7 KB 15 months ago Fixed descriptions and requires
test.py 11.7 KB 6 weeks ago Refactored output files' creation: if source is newer than…
weblog_run.py 54 B 16 months ago Use weblog.main() instead of a custom script

README

Weblog is a web log or blog publisher. It takes structured text files as input
and outputs static HTML / RSS files. Weblog aims to be simple and robust.

to learn how to install and use weblog please read the text file:
  doc/weblog.rst

If you have docutils installed you can turn it into a HTML file:
  $ rst2html.py weblog.rst > weblog.html

Jinja is needed to use Weblog (http://jinja.pocoo.org)