Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 975 Rev 990
Line 135... Line 135...
135
couleur_alphabet_debut = "255,255,255"
135
couleur_alphabet_debut = "255,255,255"
136
couleur_alphabet_fin = "208,171,225"
136
couleur_alphabet_fin = "208,171,225"
Line 137... Line 137...
137
 
137
 
138
; +------------------------------------------------------------------------------------------------------+
138
; +------------------------------------------------------------------------------------------------------+
-
 
139
; Autres urls
-
 
140
urlApiChart = "http://chart.apis.google.com/chart"
139
; Autres urls
141
urlQrCodeTpl = "http://www.tela-botanica.org/tmp/eflore_v5_cache/qrcode/%s"
140
baseUrlServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
142
baseUrlServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
Line 141... Line 143...
141
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
143
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
142
 
144
 
Line 219... Line 221...
219
 
221
 
220
statutsTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}"
222
statutsTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}"
Line 221... Line 223...
221
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
223
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
222
 
224
 
223
; +------------------------------------------------------------------------------------------------------+
225
; +------------------------------------------------------------------------------------------------------+
224
; chemin vers outil de conversion pdf
-
 
225
WKHTMLTOPDF = "/usr/local/bin/wkhtmltopdf" 
-
 
226
 
-
 
Line 227... Line 226...
227
; chemin de stockage temporaire pour les Html & les PDF 
226
; Chemin vers outil de conversion pdf
228
dossier_pdf = "/home/mathilde/web/serveur/cache/eflore/pdf/" 
227
WKHTMLTOPDF = "wkhtmltopdf"
229
 
228
 
230
; +------------------------------------------------------------------------------------------------------+
229
; +------------------------------------------------------------------------------------------------------+
Line 231... Line 230...
231
;permaliens
230
;permaliens
-
 
231
permalienNumNomTpl = "http://{ref:domaine}/{ref_tax}-nn-{id}";
-
 
232
permalienTaxonTpl = "http://{ref:domaine}/{ref_tax}/{ref_version}-nt-{id}";
232
permalienNumNomTpl = "http://{ref:domaine}/{ref_tax}-nn-{id}";
233
 
233
permalienTaxonTpl = "http://{ref:domaine}/{ref_tax}/{ref_version}-nt-{id}";
234
; +------------------------------------------------------------------------------------------------------+
234
 
235
; Gestion du cache et des dossiers de stockage
235
; +------------------------------------------------------------------------------------------------------+
236
; Active (true) ou désactive (false) le cache
236
cache = false
237
cache = false
-
 
238
; chemin du cache
-
 
239
chemincache = "/home/telabotap/www/tmp/eflore_v5_cache/"
-
 
240
; durée du cache 
-
 
241
dureecache = "php:60*60*24*365"
-
 
242
 
237
; chemin du cache
243
; chemin de stockage temporaire pour les Html & les PDF