Line 8... |
Line 8... |
8 |
argSeparatorInput = "&"
|
8 |
argSeparatorInput = "&"
|
9 |
; Indication de la locale (setLocale(LC_ALL, ?)) pour les classes appelées par Widget.php
|
9 |
; Indication de la locale (setLocale(LC_ALL, ?)) pour les classes appelées par Widget.php
|
10 |
locale = "fr_FR.UTF-8"
|
10 |
locale = "fr_FR.UTF-8"
|
11 |
; Indication du fuseau horraire par défaut date_default_timezone_set(?)pour les classes appelées par Widget.php
|
11 |
; Indication du fuseau horraire par défaut date_default_timezone_set(?)pour les classes appelées par Widget.php
|
12 |
fuseauHoraire = "Europe/Paris"
|
12 |
fuseauHoraire = "Europe/Paris"
|
- |
|
13 |
; Mode (serveur) : "prod", "test" ou "local"
|
- |
|
14 |
modeServeur = "prod"
|
Line 13... |
Line 15... |
13 |
|
15 |
|
14 |
[chemins]
|
16 |
[chemins]
|
15 |
; Chemins à utiliser dans la méthode autoload des widgets
|
17 |
; Chemins à utiliser dans la méthode autoload des widgets
|
16 |
autoload = "bibliotheque/"
|
18 |
autoload = "bibliotheque/"
|
Line 38... |
Line 40... |
38 |
infosTaxonUrl = "http://www.tela-botanica.org/service:eflore:0.1/bdtfx/noms/%s"
|
40 |
infosTaxonUrl = "http://www.tela-botanica.org/service:eflore:0.1/bdtfx/noms/%s"
|
39 |
; Url du service wiki fournissant les pages d'aide
|
41 |
; Url du service wiki fournissant les pages d'aide
|
40 |
aideWikiniUrl = 'http://www.tela-botanica.org/wikini/eflore/api/rest/0.5/pages/{page}?txt.format=text/html';
|
42 |
aideWikiniUrl = 'http://www.tela-botanica.org/wikini/eflore/api/rest/0.5/pages/{page}?txt.format=text/html';
|
41 |
; URL du widget de remarques
|
43 |
; URL du widget de remarques
|
42 |
widgetRemarquesUrl = "http://www.tela-botanica.org/widget:reseau:remarques"
|
44 |
widgetRemarquesUrl = "http://www.tela-botanica.org/widget:reseau:remarques"
|
- |
|
45 |
; URL de base du dépôt de ressources
|
- |
|
46 |
baseURLRessources = "http://resources.tela-botanica.org/%s"
|
Line 43... |
Line 47... |
43 |
|
47 |
|
44 |
[authentification]
|
48 |
[authentification]
|
45 |
serviceUrlTpl = "http://www.tela-botanica.org/service:annuaire:TestLoginMdp/%s/%s"
|
49 |
serviceUrlTpl = "http://www.tela-botanica.org/service:annuaire:TestLoginMdp/%s/%s"
|
46 |
administrateurs = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
|
50 |
administrateurs = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
|
47 |
;*/?>
|
51 |
;*/?>
|