Python tools for managing static websites?
jkn
jkn_gg at nicorp.f9.co.uk
Tue Oct 31 12:22:42 EST 2006
Hi there
I used cheetah (cheetahtemplate) and a makefile for something similar
;-). It worked pretty well for me. I only have a dozen or so pages
though.
I'm currently converting this to Jinja, which is a similar templating
system compatible with Django. I plan to later migrate to dynamic pages
under Django.
http://www.cheetahtemplate.org
http://wsgiarea.pocoo.org/jinja/
HTH
Jon N
More information about the Python-list
mailing list