Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

14 views
Skip to first unread message

KLEIN Stéphane

unread,
Mar 9, 2010, 3:57:32 AM3/9/10
to pytho...@python.org
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 <step...@harobed.org>
Blog : http://harobed.org
Jabber : stephan...@jabber.fr

dorzey

unread,
Mar 9, 2010, 5:21:49 AM3/9/10
to
On Mar 9, 8:57 am, KLEIN Stéphane <steph...@harobed.org> 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

Javier Collado

unread,
Mar 9, 2010, 5:43:05 AM3/9/10
to pytho...@python.org
> 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

garabik-ne...@kassiopeia.juls.savba.sk

unread,
Mar 9, 2010, 6:28:23 AM3/9/10
to
KLEIN Stéphane <step...@harobed.org> 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!

KLEIN Stéphane

unread,
Mar 9, 2010, 3:30:05 AM3/9/10
to pytho...@python.org
Hi,

Today, I've show this static web site generating tools writed in ruby :

I like this tools, I'm wonder if there are similar tools in Python ?

I know Sphinx, but this tools is oriented documentation.

Matthew Behrens

unread,
Mar 9, 2010, 12:37:12 PM3/9/10
to pytho...@python.org
> 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

Stefan Behnel

unread,
Mar 9, 2010, 2:19:44 PM3/9/10
to pytho...@python.org
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

John Nagle

unread,
Mar 15, 2010, 12:05:36 AM3/15/10
to
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

0 new messages