Cappy2112 wrote:
> I looked at HTMLGen a while ago- I didn't see what the advantage was.
> I wrote soem code similar to the example above, to generate a page..
> It worked out fine.
> 
> However, I want to add HTML ouput to many of my other python programs,
> and I don't want to re-write this for each program. So some higher
> level of abastraction is needed, but I don't know how just yet.
> 
> HTMLGen is no longer maintained, so I don't know what the best choice
> is.

If you want an alternative to HTMLGen that is still maintained, you 
might want to try XIST (http://www.livinglogic.de/Python/xist)

A few simple examples can be found here:
http://www.livinglogic.de/Python/xist/Examples.html

Bye,
    Walter Dörwald
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to