url(r'^$',
'document_list', name='wiki_doclist'),
url(r'^gallery/(?P<directory>[^/]+)$',
'document_gallery', name="wiki_gallery"),
url(r'^(?P<name>[^/]+)/history$',
'document_history', name="wiki_history"),
url(r'^$',
'document_list', name='wiki_doclist'),
url(r'^gallery/(?P<directory>[^/]+)$',
'document_gallery', name="wiki_gallery"),
url(r'^(?P<name>[^/]+)/history$',
'document_history', name="wiki_history"),