On Thu, Jan 19, 2006 at 05:19:35PM +0100, Andrea Arcangeli wrote: > What do twisted-web readers think about FormKit as a replacement for > formless? (Cheetah replaced the template rendering of nevow already)
formless is not a web library but webform was. I don't think the form library should be bundled with the web server. It's something that has to do with the toolkit. And Nevow already has a replacement for that called forms, which is similar in the API to that of FormKit but it can understand deferreds. Since Nevow is going to remove the context somehow even forms will remove it, once that is done you could easily use forms with web2 without Nevow (although form rendering depends on Nevow of course since it uses stan). Of course I think it is right to bundle it with your new toolkit (sigh... yet another one in the python world). -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de
pgp4mVT04DpFK.pgp
Description: PGP signature
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
