Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?
Stefan Behnel
stefan_ml at behnel.de
Tue Mar 9 14:19:44 EST 2010
KLEIN Stéphane, 09.03.2010 09:30:
> Today, I've show this static web site generating tools writed in ruby :
>
> * http://webgen.rubyforge.org/index.html
> * http://nanoc.stoneship.org/about/
> * http://webby.rubyforge.org/tutorial/
>
> I like this tools, I'm wonder if there are similar tools in Python ?
Here's a still incomplete but not so short list of web frameworks in Python:
http://wiki.python.org/moin/WebFrameworks
You might be interested in the templating frameworks if all you want is
generate static pages.
Stefan
More information about the Python-list
mailing list