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/

 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  
examples  
test  
weblog  
.hgignore 65 B 16 months ago Ingore doc/.build
.hgtags 855 B 12 months ago Added tag 2.1 for changeset 5f8669ae7a1a
COPYING 760 B 18 months ago Updated copyright
INSTALL 1.2 KB 8 months ago Version 2.2
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 10.7 KB 8 months ago fixed unit tests
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)