Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1105 | Rev 1111 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1105 Rev 1109
Line 145... Line 145...
145
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
145
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
Line 146... Line 146...
146
 
146
 
147
; +------------------------------------------------------------------------------------------------------+
147
; +------------------------------------------------------------------------------------------------------+
148
; Paramètres spécifiques à l'API 0.1 d'eFlore
148
; Paramètres spécifiques à l'API 0.1 d'eFlore
-
 
149
baseUrlApiEflore = "http://{ref:domaine}/service:eflore:0.1/{projet}"
149
baseUrlApiEflore = "http://{ref:domaine}/service:eflore:0.1/{projet}"
150
 
150
nomsTpl = "{ref:baseUrlApiEflore}/noms"
151
nomsTpl = "{ref:baseUrlApiEflore}/noms"
151
nomTpl = "{ref:nomsTpl}/{id}"
152
nomTpl = "{ref:nomsTpl}/{id}"
152
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
153
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
153
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}&navigation.limite=500"
154
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}&navigation.limite=500"
Line 224... Line 225...
224
 
225
 
225
statutsTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}"
226
statutsTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}"
Line 226... Line 227...
226
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
227
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
-
 
228
 
-
 
229
; +------------------------------------------------------------------------------------------------------+
-
 
230
; Paramètres spécifiques à l'API 0.1 de DEL
-
 
231
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
-
 
232
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
227
 
233
 
228
; +------------------------------------------------------------------------------------------------------+
234
; +------------------------------------------------------------------------------------------------------+
Line 229... Line 235...
229
; Chemin vers outil de conversion pdf
235
; Chemin vers outil de conversion pdf
230
WKHTMLTOPDF = "wkhtmltopdf"
236
WKHTMLTOPDF = "wkhtmltopdf"