On Mon, 2006-07-24 at 09:07 +0200, Lorenzo Gil Sanchez wrote: > When I wrote the current pygtk website I try use mod_python (or any > other similar approach) to allow more dynamism to the website and I > faced to gnome.org rules for websites and scripting. They are pretty > simple: no scripting allowed :-) > > That's why I wrote stp.py[1]. We may not have a lot of dynamism in pygtk > but we try to make the website easy to maintain. Stp.py is used to > pregenerate the website from a set of files.
It seems that everything stp.py does is combine several files into a single page. This could also be done using Apache server-side includes, surely gnome.org must allow that? http://httpd.apache.org/docs/1.3/howto/ssi.html -- Erik Grinaker <[EMAIL PROTECTED]> http://erikg.codepoet.no/ "We act as though comfort and luxury were the chief requirements of life, when all that we need to make us happy is something to be enthusiastic about." -- Albert Einstein _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
