Thanks Mike Burrows for fixing the issue. Figured it was a typo or something like that.
In the Pylons roadmap wiki page, it mentions a mysterious ;) new meta framework called Marco. Is this hosted anywhere? I'd like to just poke around and see where it is headed. Regarding routes in general, the public routes api is really nice and easy, but as I've been poking around in the source I've found parts somewhat hard to follow - perhaps that is the nature of url matching/ generation (I'm no expert). Thus, I'm really not sure of where or how I should customize behavior that can't be done through the public api. For example, I had to modify util._subdomain_check to get a behavior I wanted for url generation. I don't have any concrete suggestions at the moment, just rambling thoughts after staring at the source for too long. On Dec 29, 12:57 pm, Mike Orr <[email protected]> wrote: > On Tue, Dec 29, 2009 at 12:51 AM, Mike Burrows (asplake) > > <[email protected]> wrote: > > > I can't speak for Routes 2 but I'm pleased to report that my changes > > will soon make it into dev Routes. Actually "delighted" would be a > > better word - it's my first formal contribution :-) > > Routes 2 is cancelled. Some of the features have been backported to > Routes 1, and more are planned, but it will remain compatible. > > I'm letting Ben deal with Routes 1 patches, which is why I haven't > commented on them. > > > A nice next step would be to refactor a published example or two. A > > squeaky clean tutorial example with a tidy routing config and no > > redundant decorators would be nice, don't you think? If anyone > > maintains suitable candiate and would like a collaborator, please get > > in touch. > > An example of what? If it's just the new Routes features, you can put > it in the Routes docs directory (Sphinx ReST format), and will > automatically be picked up if the patch is accepted. You'll probably > have to create an appendix in the manual for examples. If it covers > more than Routes (as "decorators" suggests), it will have to go into > Pylons somewhere, so the best place for now would be the Pylons > Cookbook in the wiki. You can make a general page for "routing > examples" if you don't see an appropriate place for it. > > If anyone has time to go through the Pylons Cookbook and look for > stuff that should be in the official docs or is obsolete, now would be > a good time. Official docs material can go to me; just tell me where > it is. > > -- > Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
