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.

John Nagle
--
http://mail.python.org/mailman/listinfo/python-list


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 ?


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

--
http://mail.python.org/mailman/listinfo/python-list


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 is oriented documentation.

Thanks for your information,
Stephane

-- 
http://mail.python.org/mailman/listinfo/python-list


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 regards,
Javier
-- 
http://mail.python.org/mailman/listinfo/python-list


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 Python ?
>

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!
-- 
http://mail.python.org/mailman/listinfo/python-list


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 similar tools in Python ?
>
> I know Sphinx, but this tools is oriented documentation.
>
> Thanks for your information,
> Stephane

I'm only aware of Hyde (http://ringce.com/hyde)

Paul
-- 
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 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 
Blog : http://harobed.org 
Jabber : stephane.kl...@jabber.fr

-- 
http://mail.python.org/mailman/listinfo/python-list