Re: Regex based publisher proposal

2006-09-07 Thread Graham Dumpleton
On 08/09/2006, at 2:53 PM, Sébastien Arnaud wrote: In short, Nicolas did read my mind correctly in regards to what I am attempting to do here. I have searched and searched like many python developers for a proper web framework and I have settled for mod_python about 2 years ago. I tried af

Re: Regex based publisher proposal

2006-09-07 Thread Sébastien Arnaud
Thank you all for taking the time to read my code, I apologize for not including a better description of what I intended to do, but I was reluctant to post a very very long message to the list to start with, so I am going to blame my poor editing skills and the late hour I sent this email a

Re: Regex based publisher proposal

2006-09-07 Thread Nicolas Lehuen
Note that Routes can be integrated to mod_python, and provides a very useful feature (that can be find in Rails as well) : URL generation, which is the inverse of dispatching. Given parameter names, the URL generator build a full URL that can be inserted into an HTML page, for example. I'm dreaming