[Web-SIG] Revive HTMLGen

Ian Bicking ianb at colorstudy.com
Fri Apr 15 23:57:48 CEST 2005


François Granger wrote:
> I recently discovered HTMLGen.
> http://starship.python.net/crew/friedrich/HTMLgen/html/main.html
> 
> It fits neatly with my idea of a Really Simple Web Service construction kit
> in Python.
> http://www.fgranger.com/cgi-bin/view/Development/ReallySimpleWebServicesPyth
> on

There's a bunch of alternatives that have been developed since then, 
most of which are a little simpler and more regular than HTMLGen.  Nevow 
has stan, for instance, and I wrote a similar thing based on ElementTree:

http://svn.colorstudy.com/trunk/Validator/validator/htmlgen.py

There exist several other forms of the same thing out there too, and 
I've played around with it in a couple different forms, e.g.:

http://svn.colorstudy.com/home/ianb/recipes/htmlstream.py
http://svn.colorstudy.com/home/ianb/recipes/html.py

-- 
Ian Bicking  /  ianb at colorstudy.com  /  http://blog.ianbicking.org


More information about the Web-SIG mailing list