Re: Being unjust

2006-01-27 Thread floydophone
Here's what I think should go in the standard library: - A set of battle-hardened WSGI gateways (CherryPy's WSGI server, ISAPI-WSGI, mpcp, PEP-333's CGI gateway, flup's fastcgi and scgi support). I think that if we included a WSGI app server with a snazzy administration user interface (ala ColdFus

Re: Merging Subway and TurboGears (was: Re: Which Python web framework is most ...)

2005-12-18 Thread floydophone
I am looking for ways to improve CrackAJAX; I added for...in loops and iterators, but it still needs work. I would plan on sticking with the Turbogears name if we were to merge. My real worries are the controller styles (functions vs classes) and the templating language (Cheetah vs Kid). Those wil

Re: Which Python web framework is most like Ruby on Rails?

2005-12-17 Thread floydophone
I'm the founder and lead developer of Subway. I am all for it. TG would have to change a couple of things IMHO, but I think it would be a great idea. If we were to merge projects, we would have to get a serious TurbowaySubgears blogging hype train going. - Peter Hunt -- http://mail.python.org/

Re: Continuations Based Web Framework - Seaside.

2005-01-03 Thread floydophone
Hi... I'm Peter Hunt. I've implemented stuff like this for a variety of different frameworks. I authored nevow.wolf and the more recent CherryFlow (http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryFlow). I came up with this idea after looking at Cocoon FlowScript examples. Python generators sui