'acces': 'generic',
'url': 'http://ceca.auf.org/',
},
+ u'Journal de la Société de biologie clinique': {
+ 'type': 'oai',
+ 'acces': 'generic',
+ 'url': 'http://revues.temp.bj.refer.org/index.php/JSBC/',
+ },
+ u'Le Bénin Médical': {
+ 'type': 'oai',
+ 'acces': 'generic',
+ 'url': 'http://revues.temp.bj.refer.org/index.php/BM/',
+ },
+ u'Annales des l\'Université de Parakou : Série sciences naturelles et agronomie': {
+ 'type': 'oai',
+ 'acces': 'generic',
+ 'url': 'http://revues.temp.bj.refer.org/index.php/A-UPAR-SNA/',
+ },
#LODEL
u'Revue-signes': {
def find_location (url_str):
url = urlparse(url_str)
- possible = ("perl/oai2", "cgi/oai2", "cgi-bin/oaiserver", "oai/oai.php", "oai/oai2.php")
+ possible = ("perl/oai2", "cgi/oai2", "cgi-bin/oaiserver", "oai/oai.php",
+ "oai/oai2.php", "oai/")
for test in possible:
path = url.path + test
handle = connect(url)