refer to the routes manual at http://routes.groovie.org/docs/
Format:
- http://www.winterrodeln.org/feeds/berichte/alle
- http://www.winterrodeln.org/feeds/berichte/bahn/kemater_alm
- http://www.winterrodeln.org/feeds/berichte/bahnen/22+42+132
+ http://www.winterrodeln.org/feed/berichte/alle
+ http://www.winterrodeln.org/feed/berichte/bahn/kemater_alm
+ http://www.winterrodeln.org/feed/berichte/bahnen/22+42+132
See:
http://www.winterrodeln.org/trac/wiki/UrlSchema
"""
# CUSTOM ROUTES HERE
- map.connect('/{controller}/{action}')
- map.connect('/{controller}/{action}/{id}')
+ map.connect('/berichte/alle', controller='berichte', action='alle')
+ map.connect('/berichte/{action}/{id}', controller='berichte')
return map