old doc bug for Routes

2009-02-23 Thread Chris Curvey

It appears that routes has changed since
http://wiki.pylonshq.com/display/pylonscookbook/Routes+for+people+in+a+hurry
was written.  To map a controller/action to the root of the site, you
now need to specify map.connect(/, controller=mycontroller,
action=index).

Where/how should I report issues like this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: old doc bug for Routes

2009-02-23 Thread Philip Jenvey


On Feb 23, 2009, at 11:00 AM, Chris Curvey wrote:


 It appears that routes has changed since
 http://wiki.pylonshq.com/display/pylonscookbook/Routes+for+people+in+a+hurry
 was written.  To map a controller/action to the root of the site, you
 now need to specify map.connect(/, controller=mycontroller,
 action=index).

 Where/how should I report issues like this?

You should be able to edit any page in the Pylons Cookbook, as long as  
you're logged in.

--
Philip Jenvey

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: old doc bug for Routes

2009-02-23 Thread Mike Orr

On Mon, Feb 23, 2009 at 11:00 AM, Chris Curvey ccur...@gmail.com wrote:

 It appears that routes has changed since
 http://wiki.pylonshq.com/display/pylonscookbook/Routes+for+people+in+a+hurry
 was written.  To map a controller/action to the root of the site, you
 now need to specify map.connect(/, controller=mycontroller,
 action=index).

 Where/how should I report issues like this?

I deleted the article since it's out of date and doesn't cover
anything more than the Pylons documentation does:

http://pylonshq.com/docs/en/0.9.7/configuration/#url-configuration

I wrote a new manual for Routes which is waiting to get into the documentation:

http://sluggo.scrapping.cc/python/routes-manual.html
http://sluggo.scrapping.cc/python/routes-manual.txt  (source)

-- 
Mike Orr sluggos...@gmail.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---