Commit | Line | Data |
---|---|---|
0cc5f772 CR |
1 | # -*- encoding: utf-8 -*- |
2 | ||
3 | ### Configuration de SEP | |
4 | ||
0cc5f772 CR |
5 | # Sources de données |
6 | RESOURCES = { | |
7 | 'CRITAOI': { | |
8 | 'type': 'oai', | |
9 | 'acces': 'generic', | |
10 | 'url': 'http://biblio.critaoi.auf.org/' | |
11 | }, | |
8decba87 CR |
12 | 'Archives ouvertes du Moyen-Orient': { |
13 | 'type': 'oai', | |
14 | 'acces': 'generic', | |
15 | 'url': 'http://hal-confremo.archives-ouvertes.fr/' | |
16 | }, | |
17 | 'CECA': { | |
18 | 'type': 'oai', | |
19 | 'acces': 'generic', | |
20 | 'url': 'http://ceca.auf.org/', | |
21 | }, | |
22 | 'Revue-signes': { | |
23 | 'type': 'lodel', | |
24 | 'acces': 'html', | |
25 | 'url': 'http://www.revue-signes.info/', | |
26 | }, | |
27 | 'ERGI': { | |
28 | 'type': 'lodel', | |
29 | 'acces': 'html', | |
30 | 'url': 'http://www.revue-genie-industriel.info/', | |
31 | }, | |
32 | 'e-Santé': { | |
33 | 'type': 'lodel', | |
34 | 'acces': 'html', | |
35 | 'url': 'http://www.revue-esante.info/', | |
36 | }, | |
37 | 'Radisma': { | |
38 | 'type': 'lodel', | |
39 | 'acces': 'html', | |
40 | 'url': 'http://www.radisma.info/', | |
41 | }, | |
42 | 'RMNSci.net': { | |
43 | 'type': 'lodel', | |
44 | 'acces': 'html', | |
45 | 'url': 'http://www.rmnsci.net/', | |
46 | }, | |
47 | 'Urbamag': { | |
48 | 'type': 'lodel', | |
49 | 'acces': 'html', | |
50 | 'url': 'http://www.urbamag.net/', | |
51 | }, | |
52 | 'Afrique Science': { | |
53 | 'type': 'lodel', | |
54 | 'acces': 'html', | |
55 | 'url': 'http://www.afriquescience.info/', | |
56 | }, | |
57 | 'e-Ti': { | |
58 | 'type': 'lodel', | |
59 | 'acces': 'html', | |
60 | 'url': 'http://www.revue-eti.net/', | |
61 | }, | |
62 | 'Taloha': { | |
63 | 'type': 'lodel', | |
64 | 'acces': 'html', | |
65 | 'url': 'http://www.taloha.info/', | |
66 | }, | |
67 | 'TDR': { | |
68 | 'type': 'lodel', | |
69 | 'acces': 'html', | |
70 | 'url': 'http://www.revue-tice.info/', | |
71 | }, | |
72 | #'Exchorésis': { | |
73 | # 'type': 'lodel', | |
74 | # 'acces': 'html', | |
75 | # 'url': 'http://exchoresis.refer.ga/', | |
76 | #}, | |
77 | 'Annales des sciences agronomiques du Bénin': { | |
78 | 'type': 'lodel', | |
79 | 'acces': 'html', | |
80 | 'url': 'http://www.annales-fsa.bj.refer.org/', | |
81 | }, | |
82 | 'Bulletin des OSCB': { | |
83 | 'type': 'lodel', | |
84 | 'acces': 'html', | |
85 | 'url': 'http://www.osc.bj.refer.org/', | |
86 | }, | |
87 | 'Bibliothèque Numérique de Ouagadougou': { | |
88 | 'type': 'oai', | |
89 | 'acces': 'generic', | |
90 | 'url': 'http://greenstone.bf.refer.org/' | |
91 | }, | |
0cc5f772 CR |
92 | } |
93 |