parameters to get polls, board, wiki and tracker

This commit is contained in:
Romain Bignon 2011-03-21 13:35:43 +01:00
commit 57cbb758f4
2 changed files with 18 additions and 9 deletions

View file

@ -26,7 +26,7 @@ REGEXPS = {'/users/%s/journaux/%s': 'D%s.%s',
'/wiki/%s': 'W.%s',
'/suivi/%s': 'T.%s',
'/sondages/%s': 'P.%s',
'/forums/%s/posts/%s': 'B.%s',
'/forums/%s/posts/%s': 'B%s.%s',
}
def f2re(f):