Today, I've show this static web site generating tools write 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 ?
I know Sphinx, but this tools is oriented documentation.
Thanks for your information,
Stephane
--
Stéphane Klein <step...@harobed.org>
Blog : http://harobed.org
Jabber : stephan...@jabber.fr
I'm only aware of Hyde (http://ringce.com/hyde)
Paul
There are also jekyll and cyrax:
http://github.com/mojombo/jekyll/
http://pypi.python.org/pypi/cyrax/0.1.5
I haven't tried any of them, but it looks like cyrax is in active
development and its design was inspired in both jekyll and hyde.
Best regards,
Javier
rst2web
--
-----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
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 ?
I know Sphinx, but this tools is oriented documentation.
Blogofile is a static file blog engine/compiler, inspired by Jekyll.
http://blogofile.com/
http://github.com/EnigmaCurry/blogofile
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
John Nagle