Changeset 1181

Show
Ignore:
Timestamp:
09/11/08 19:56:57 (2 months ago)
Author:
gawel
Message:

add feeds

Location:
PyBB/trunk/pybb
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • PyBB/trunk/pybb/config/routing.py

    r1162 r1181  
    38 38  
    39 39     # forum view / edit / delete 
    40       map.connect('/:forum', controller='forum', action='view') 
      40     map.connect('/{forum}', controller='forum', action='view') 
      41     map.connect('/{forum}/{action}.xml', controller='feed') 
    41 42     map.connect('/{forum}/{action}', controller='forum', 
    42 43                 requirements=dict(action='(edit|delete|subscribe)'))