Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?
John Nagle
nagle at animats.com
Mon Mar 15 00:05:36 EDT 2010
The HTMLTemplate module is useful for static web page generation.
It doesn't do much. It's not a "content management system".
If you just need to generate a page with some data items filled in, it's fine.
If you need more than that, there are bigger packages, but they have more
baggage.
John Nagle
More information about the Python-list
mailing list