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

Dynamic HTML

0 views
Skip to first unread message

Luca Manini

unread,
Mar 5, 1999, 3:00:00 AM3/5/99
to
Hi,

where can I find (stupid safe) python
code that generates dynamic html ?

Thanks, Luca.

-----------------------------
Luca Manini
GIS and Database Developer
ArcView and Delphi Programmer
mail: man...@ies.it
-----------------------------
Informatica e Servizi
via IV Novembre, 100
38014 Gardolo (Trento)
Italy
tel: +39 (461) 992 040
fax: +39 (461) 991 666
www: www.ies.it
-----------------------------

Quinn Dunkan

unread,
Mar 7, 1999, 3:00:00 AM3/7/99
to
On Fri, 05 Mar 1999 11:16:06 GMT, Luca Manini <man...@ies.it> wrote:
>Hi,
>
>where can I find (stupid safe) python
>code that generates dynamic html ?

Look on python.org for HTMLgen, and there are a few others, but I have
not used them. ZTemplate (DocumentTemplate) from Zope is what I use, and
it is very powerful. You don't need to use Zope or even ZPublisher to
use it (although it does some cool stuff with them). By "stupid safe" I
assume you mean idiot-proof... well, that's difficult, since idiots are
so clever, but it does have a "safe evaluation" system so you can include
python code and at least protect other parts of the system.

0 new messages