Re: Trouble with Routes

2007-08-30 Thread Marcin Kasperski
Indeed, in Routes 2.0 the behavior you expect will be the default, I blogged more about other Routes 2.0 and 1.X features: http://groovie.org/articles/2007/08/29/routes-planning-and-the-road-to-routes-2-0 Cool! Apart from clearing name route confusion, I noticed you plan to solve another

Re: using Pudge

2007-08-30 Thread Frederik
Hi, On 16 Jul., 08:09, Max Ischenko [EMAIL PROTECTED] wrote: I'm trying to migrate to Pylons 0.9.6rc1 and noticed it encouragespudgetool for documentation. Does it work for you? When I tried to use it I first got: python setup.pypudge runningpudge error: error in setup.cfg: command

Re: using Pudge

2007-08-30 Thread Mike Orr
On 8/30/07, Frederik [EMAIL PROTECTED] wrote: Hi, On 16 Jul., 08:09, Max Ischenko [EMAIL PROTECTED] wrote: I'm trying to migrate to Pylons 0.9.6rc1 and noticed it encouragespudgetool for documentation. Does it work for you? When I tried to use it I first got: python

Re: Pudge Doc Working?

2007-08-30 Thread Aaron R
In another message string it was mentioned that James was working on a replacement for Pudge? Any info on this, i would potentially be interested in helping as I have a desire for documentation system. Also, a little more poking around: I ran setup.py --help-commands and got the following

Re: ANN: Orbited Pylons Tutorial

2007-08-30 Thread Mike Orr
On 8/29/07, desmaj [EMAIL PROTECTED] wrote: Hi Everyone, I've lately been playing with an http-push library called orbited[0]. It's lightweight and pretty easy to understand. I found that they had some tutorials that walk though setting up a simple web chat using either Rails or CherryPy,

Re: Pudge Doc Working?

2007-08-30 Thread Aaron R
Ok I got pudge working (Still figuring out the formatting). In my project directory: c:\\path\to\my\project $python c:\python25\scripts\pudge --modules theme=pythonpaste.org Wasn't able to run it from setup.py, and for some reason even though the pudge script was python scripts folder, and

Re: Trouble with Routes

2007-08-30 Thread Jose Galvez
Ben I took a look at your link and I'm confused. When you say *Routes recognition and generation will always be explicit* does this mean that the mapper mapper(':controller/:action/:id' action='index') will not match /main as /main/index Jose Ben Bangert wrote: On Aug 28, 2007, at 2:00 AM,

Re: Trouble with Routes

2007-08-30 Thread Ben Bangert
On Aug 30, 2007, at 6:07 PM, Jose Galvez wrote: Ben I took a look at your link and I'm confused. When you say *Routes recognition and generation will always be explicit* does this mean that the mapper mapper(':controller/:action/:id' action='index') will not match /main as /main/index It

Re: ANN: Orbited Pylons Tutorial

2007-08-30 Thread desmaj
Hi Mike, On Aug 30, 4:58 pm, Mike Orr [EMAIL PROTECTED] wrote: Cool! Can you put a link to it in the Pylons Cookbook? We may need a new page for external tutorials. I added an external tutorials page under the tutorials section as well as an Orbited PylonsChat Tutorial page that includes

Re: Trouble with Routes

2007-08-30 Thread Jose Galvez
ok so if I get it then mapper(':controller/:action', action='index') will match /main/index but not main. is that correct? Jose Ben Bangert wrote: On Aug 30, 2007, at 6:07 PM, Jose Galvez wrote: Ben I took a look at your link and I'm confused. When you say *Routes recognition and generation