Re: Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-14 Thread John Nagle
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.

Re: Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread Stefan Behnel
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

Re: Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread Matthew Behrens
> I like this tools, I'm wonder if there are similar tools in Python ? Blogofile is a static file blog engine/compiler, inspired by Jekyll. http://blogofile.com/ http://github.com/EnigmaCurry/blogofile -- http://mail.python.org/mailman/listinfo/python-list

Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread KLEIN Stéphane
Hi, 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 i

Re: Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread Javier Collado
> I'm only aware of Hyde (http://ringce.com/hyde) 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 reg

Re: Are there in Python some static web site generating tools like?webgen, nanoc or webby in Ruby ?

2010-03-09 Thread garabik-news-2005-05
KLEIN Stéphane wrote: > Hi, > > 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 Pyth

Re: Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread dorzey
On Mar 9, 8:57 am, KLEIN Stéphane wrote: > Hi, > > 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 simil

Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread KLEIN Stéphane
Hi, 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