Just in case it is causing confusion it was Jonathan who responded
rather than me. We are both J. Gardner but I'll still be posting as
James Gardner from ja...@pythonweb.org.
Jonathan, perhaps you could change your subscription settings to use
your name as the name that gets displayed rather
Hi all,
My current thinking is that Routes is far too complicated, even this new
spec is too complicated. All it needs to do is convert a URL to a
routing variable dictionary and back again. This can be automated to a
degree by specifying variables in a URL string and for more complex
cases t
Mike Orr wrote:
>> g should be renamed persist. The interesting thing about g isn't that it is
>> global, rather that the variables attached to it persist across requests.
>
> The interesting thing about 'g' is, um... is there anything
> interesting about it?
> I've found two rare cases for it.
Hi Mike,
> So I think the book should at least say "Look online for an
> alternative form building strategy using ToscaWidgets", and the
> Official Docs or Cookbook should have a complete howto covering as
> much of the TW state-of-the-art as is known at the time.
I think you are right - the boo
Hi Philip,
>> I've been recommending workingenv, and James Gardener has started
>> promoting zc.buildout.
>
> Has he?
Only to Mike but I do think it could be the best long-term solution.
There are a few rough edges at the moment though.
>> I'd like to see one strategy laid out in the tutorial