Commit | Line | Data |
---|---|---|
26fd2f2b | 1 | # -*- encoding: utf-8 -*- |
2 | ||
3 | ### Configuration de SEP | |
4 | ||
5 | # Sources de données | |
6 | RESOURCES = { | |
7 | ||
8 | #OAI | |
9 | ||
10 | u'aide-en-ligne': { | |
11 | 'type': 'oai', | |
12 | 'acces': 'generic', | |
13 | 'url': 'http://eprints.aidenligne-francais-universite.auf.org/', | |
14 | }, | |
15 | u'Centredoc-Org': { | |
16 | 'type': 'oai', | |
17 | 'acces': 'generic', | |
18 | 'url': 'http://doc.refer.org/', | |
19 | }, | |
20 | u'Bibliothèque Numérique de Ouagadougou': { | |
21 | 'type': 'oai', | |
22 | 'acces': 'generic', | |
23 | 'url': 'http://greenstone.bf.refer.org/' | |
24 | }, | |
25 | u'Centredoc-Fr': { | |
26 | 'type': 'oai', | |
27 | 'acces': 'generic', | |
28 | 'url': 'http://auf.centredoc.fr/ws/PMBOAI_1/' | |
29 | }, | |
30 | u'CRITAOI': { | |
31 | 'type': 'oai', | |
32 | 'acces': 'generic', | |
33 | 'url': 'http://biblio.critaoi.auf.org/' | |
34 | }, | |
35 | u'Archives ouvertes du Moyen-Orient': { | |
36 | 'type': 'oai', | |
37 | 'acces': 'generic', | |
38 | 'url': 'http://hal-confremo.archives-ouvertes.fr/' | |
39 | }, | |
40 | u'CECA': { | |
41 | 'type': 'oai', | |
42 | 'acces': 'generic', | |
43 | 'url': 'http://ceca.auf.org/', | |
44 | }, | |
45 | ||
46 | #LODEL | |
47 | u'Revue-signes': { | |
48 | 'type': 'lodel', | |
49 | 'acces': 'html', | |
50 | 'url': 'http://www.revue-signes.info/', | |
51 | }, | |
52 | u'ERGI': { | |
53 | 'type': 'lodel', | |
54 | 'acces': 'html', | |
55 | 'url': 'http://www.revue-genie-industriel.info/', | |
56 | }, | |
57 | u'e-Santé': { | |
58 | 'type': 'lodel', | |
59 | 'acces': 'html', | |
60 | 'url': 'http://www.revue-esante.info/', | |
61 | }, | |
62 | u'Radisma': { | |
63 | 'type': 'lodel', | |
64 | 'acces': 'html', | |
65 | 'url': 'http://www.radisma.info/', | |
66 | }, | |
45623684 | 67 | u'RMNSci.info': { |
26fd2f2b | 68 | 'type': 'lodel', |
69 | 'acces': 'html', | |
45623684 | 70 | 'url': 'http://www.rmnsci.info/', |
26fd2f2b | 71 | }, |
72 | u'Urbamag': { | |
73 | 'type': 'lodel', | |
74 | 'acces': 'html', | |
75 | 'url': 'http://www.urbamag.net/', | |
76 | }, | |
77 | u'Afrique Science': { | |
78 | 'type': 'lodel', | |
79 | 'acces': 'html', | |
80 | 'url': 'http://www.afriquescience.info/', | |
81 | }, | |
82 | u'e-Ti': { | |
83 | 'type': 'lodel', | |
84 | 'acces': 'html', | |
85 | 'url': 'http://www.revue-eti.net/', | |
86 | }, | |
87 | u'Taloha': { | |
88 | 'type': 'lodel', | |
89 | 'acces': 'html', | |
90 | 'url': 'http://www.taloha.info/', | |
91 | }, | |
92 | u'TDR': { | |
93 | 'type': 'lodel', | |
94 | 'acces': 'html', | |
95 | 'url': 'http://www.revue-tice.info/', | |
96 | }, | |
e2778b64 OL |
97 | u'Frantice': { |
98 | 'type': 'lodel', | |
99 | 'acces': 'html', | |
100 | 'url': 'http://www.frantice.net/', | |
101 | }, | |
26fd2f2b | 102 | #'Exchorésis': { |
103 | # 'type': 'lodel', | |
104 | # 'acces': 'html', | |
105 | # 'url': 'http://exchoresis.refer.ga/', | |
106 | #}, | |
107 | ||
108 | # SPIP | |
109 | #'Annales des sciences agronomiques du Bénin': { | |
110 | # 'type': 'lodel', | |
111 | # 'acces': 'html', | |
112 | # 'url': 'http://www.annales-fsa.bj.refer.org/', | |
113 | #}, | |
114 | ||
115 | # SPIP | |
116 | #'Bulletin des OSCB': { | |
117 | # 'type': 'lodel', | |
118 | # 'acces': 'html', | |
119 | # 'url': 'http://www.osc.bj.refer.org/', | |
120 | #}, | |
121 | } |