fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
View for list of catalogs
[wolnelektury.git]
/
apps
/
oai
/
urls.py
1
2
from django.conf.urls.defaults import *
3
4
urlpatterns = patterns('oai.views',
5
url(r'^$', 'oaipmh', name='oaipmh'))