Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 151 | Rev 171 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 152
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.3                                                                                      |
4
// | PHP version 4.3                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eFlore-consultation.                                                            |
8
// | This file is part of eFlore-consultation.                                                            |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: eflore_config.inc.php,v 1.7 2005-02-15 13:01:25 jpm Exp $
24
// CVS : $Id: eflore_config.inc.php,v 1.8 2005-02-15 13:33:25 jpm Exp $
25
/**
25
/**
26
* Fichier de configuration d'eFlore.
26
* Fichier de configuration d'eFlore.
27
*
27
*
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-consultation.
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-consultation.
29
*
29
*
30
*@package eflore
30
*@package eflore
31
*@subpackage configuration
31
*@subpackage configuration
32
//Auteur original :
32
//Auteur original :
33
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
33
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.7 $ $Date: 2005-02-15 13:01:25 $
37
*@version       $Revision: 1.8 $ $Date: 2005-02-15 13:33:25 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTETE du PROGRAMME                                       |
42
// |                                            ENTETE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
 
44
 
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
// |                                            CORPS du PROGRAMME                                        |
47
// |                                            CORPS du PROGRAMME                                        |
48
// +------------------------------------------------------------------------------------------------------+
48
// +------------------------------------------------------------------------------------------------------+
49
 
49
 
50
/** Definition de la variable globale d'eFlore.*/
50
/** Definition de la variable globale d'eFlore.*/
51
$GLOBALS['_EFLORE_'] = array();
51
$GLOBALS['_EFLORE_'] = array();
52
 
52
 
53
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
54
// Paramétrage de la base de données.
-
 
55
/** Constante stockant le nom du serveur de bases de données.*/
-
 
56
define('EFLORE_BDD_SERVEUR', 'localhost');
-
 
57
/** Constante stockant le nom de l'utilisateur de la base de données de Génésia.*/
-
 
58
define('EFLORE_BDD_UTILISATEUR', '');
-
 
59
/** Constante stockant le mot de passse de l'utilisateur de la base de données de Génésia.*/
-
 
60
define('EFLORE_BDD_MOT_DE_PASSE', '');
-
 
61
/** Constante stockant le nom de la base de données de Génésia.*/
-
 
62
define('EFLORE_BDD_NOM', 'tela_test_eflore');
-
 
63
// +------------------------------------------------------------------------------------------------------+
-
 
64
// Paramétrage de la valeur du DSN pour Pear DB.
-
 
65
/** Constante stockant le DSN permetant de se connecter à la base de données de Génésia.*/
-
 
66
define('EFLORE_DSN', 'mysql://'.EFLORE_BDD_UTILISATEUR.':'.EFLORE_BDD_MOT_DE_PASSE.'@'.EFLORE_BDD_SERVEUR.'/'.EFLORE_BDD_NOM);
-
 
67
 
-
 
68
// +------------------------------------------------------------------------------------------------------+
-
 
69
// Définition des chemins de fichiers.
54
// Définition des chemins de fichiers.
70
/** Constante stockant le chemin du dossier contenant les images de plantes.*/
55
/** Constante stockant le chemin du dossier contenant les images de plantes.*/
71
define('EFLORE_CHEMIN_IMG_PLTE', 'sites/eflore/generique/images/photos_plte/');
56
define('EFLORE_CHEMIN_IMG_PLTE', 'sites/eflore/generique/images/photos_plte/');
72
/** Constante stockant le chemin du dossier contenant les fichiers rdf.*/
57
/** Constante stockant le chemin du dossier contenant les fichiers rdf.*/
73
define('EFLORE_CHEMIN_RDF', 'sites/eflore/generique/images/photos_plte/');
58
define('EFLORE_CHEMIN_RDF', 'sites/eflore/generique/images/photos_plte/');
74
/** Constante stockant l'URL de base de l'application recherche de plante.*/
59
/** Constante stockant l'URL de base de l'application recherche de plante.*/
75
define('EFLORE_CHEMIN_APPLI', GEN_CHEMIN_CLIENT.'eflore/');
60
define('EFLORE_CHEMIN_APPLI', GEN_CHEMIN_CLIENT.'eflore/');
76
/** Constante stockant le chemin vers le dossier bibliothèque.*/
61
/** Constante stockant le chemin vers le dossier bibliothèque.*/
77
define('EFLORE_CHEMIN_BIBLIO', EFLORE_CHEMIN_APPLI.'bibliotheque/');
62
define('EFLORE_CHEMIN_BIBLIO', EFLORE_CHEMIN_APPLI.'bibliotheque/');
78
/** Constante stockant le chemin vers le dossier présentation.*/
63
/** Constante stockant le chemin vers le dossier présentation.*/
79
define('EFLORE_CHEMIN_PRESENTATION', EFLORE_CHEMIN_APPLI.'presentations/');
64
define('EFLORE_CHEMIN_PRESENTATION', EFLORE_CHEMIN_APPLI.'presentations/');
80
/** Constante stockant le chemin vers le dossier styles.*/
65
/** Constante stockant le chemin vers le dossier styles.*/
81
define('EFLORE_CHEMIN_STYLE', EFLORE_CHEMIN_PRESENTATION.'styles/');
66
define('EFLORE_CHEMIN_STYLE', EFLORE_CHEMIN_PRESENTATION.'styles/');
82
 
67
 
83
/** Constante stockant l'URL de base de l'application recherche de plante sous forme d'objet Pear URL.*/
68
/** Constante stockant l'URL de base de l'application recherche de plante sous forme d'objet Pear URL.*/
84
$GLOBALS['_EFLORE_']['url'] = $GLOBALS['_GEN_commun']['url'];
69
$GLOBALS['_EFLORE_']['url'] = $GLOBALS['_GEN_commun']['url'];
85
$GLOBALS['_EFLORE_']['url_base'] = $GLOBALS['_GEN_commun']['url'];
70
$GLOBALS['_EFLORE_']['url_base'] = $GLOBALS['_GEN_commun']['url'];
86
 
71
 
87
// +------------------------------------------------------------------------------------------------------+
72
// +------------------------------------------------------------------------------------------------------+
88
// Définition des urls du serveur de ressources
73
// Définition des urls du serveur de ressources
89
/** Constante stockant l'url de base du serveur eRibosome.*/
74
/** Constante stockant l'url de base du serveur eRibosome.*/
90
define('EFLORE_URL_ERIBO', 'http://eflore-test.tela-botanica.org/serveurXML/eribo_serveur.php');
75
define('EFLORE_URL_ERIBO', 'http://eflore-test.tela-botanica.org/serveurXML/eribo_serveur.php');
91
/** Constante stockant l'url pour obtenir une liste de noms à partir d'un radical de nom scientifique.*/
76
/** Constante stockant l'url pour obtenir une liste de noms à partir d'un radical de nom scientifique.*/
92
define('EFLORE_URL_LISTE_NOM_LATIN', EFLORE_URL_ERIBO.'?cle=recherche_latin&radical=%s');
77
define('EFLORE_URL_LISTE_NOM_LATIN', EFLORE_URL_ERIBO.'?cle=recherche_latin&radical=%s');
93
/** Constante stockant l'url pour obtenir une liste de noms à partir d'un radical de nom vernaculaire.*/
78
/** Constante stockant l'url pour obtenir une liste de noms à partir d'un radical de nom vernaculaire.*/
94
define('EFLORE_URL_LISTE_NOM_VERNA', EFLORE_URL_ERIBO.'?cle=recherche_verna&radical=%s');
79
define('EFLORE_URL_LISTE_NOM_VERNA', EFLORE_URL_ERIBO.'?cle=recherche_verna&radical=%s');
95
/** Constante stockant l'url pour obtenir une synthèse sur un nom scientifique.*/
80
/** Constante stockant l'url pour obtenir une synthèse sur un nom scientifique.*/
96
define('EFLORE_URL_FICHE_SYNTHESE', EFLORE_URL_ERIBO.'?cle=fiche_synthese&nn=%s');
81
define('EFLORE_URL_FICHE_SYNTHESE', EFLORE_URL_ERIBO.'?cle=fiche_synthese&nn=%s');
97
/** Constante stockant l'url pour obtenir une synthèse sur un nom scientifique pour un projet donné.*/
82
/** Constante stockant l'url pour obtenir une synthèse sur un nom scientifique pour un projet donné.*/
98
define('EFLORE_URL_FICHE_SYNTHESE_PROJET', EFLORE_URL_ERIBO.'?cle=fiche_synthese&nn=%s&nvp=%s');
83
define('EFLORE_URL_FICHE_SYNTHESE_PROJET', EFLORE_URL_ERIBO.'?cle=fiche_synthese&nn=%s&nvp=%s');
99
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
84
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
100
define('EFLORE_URL_FORM_TAXON', EFLORE_URL_ERIBO.'?cle=form_taxon');
85
define('EFLORE_URL_FORM_TAXON', EFLORE_URL_ERIBO.'?cle=form_taxon');
101
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
86
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
102
define('EFLORE_URL_FORM_TAXON_ALPHABET', EFLORE_URL_ERIBO.'?cle=form_taxon&nvp=%s&rg=%s&od=%s&le=%s');
87
define('EFLORE_URL_FORM_TAXON_ALPHABET', EFLORE_URL_ERIBO.'?cle=form_taxon&nvp=%s&rg=%s&od=%s&le=%s');
103
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
88
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
104
define('EFLORE_URL_LISTE_TAXON', EFLORE_URL_ERIBO.'?cle=recherche_taxon&nvp=%s&rg=%s&od=%s&le=%s');
89
define('EFLORE_URL_LISTE_TAXON', EFLORE_URL_ERIBO.'?cle=recherche_taxon&nvp=%s&rg=%s&od=%s&le=%s');
105
/** Constante stockant l'url pour obtenir une liste des taxons fils d'un taxon.*/
90
/** Constante stockant l'url pour obtenir une liste des taxons fils d'un taxon.*/
106
define('EFLORE_URL_LISTE_CLASSIF', EFLORE_URL_ERIBO.'?cle=recherche_classif&nvp=%s&nt=%s');
91
define('EFLORE_URL_LISTE_CLASSIF', EFLORE_URL_ERIBO.'?cle=recherche_classif&nvp=%s&nt=%s');
107
 
92
 
108
// +------------------------------------------------------------------------------------------------------+
93
// +------------------------------------------------------------------------------------------------------+
109
// Définition de la langue
94
// Définition de la langue
110
/** Constante stockant la langue utilisée pour l'application.*/
95
/** Constante stockant la langue utilisée pour l'application.*/
111
define('EFLORE_LANGUE', substr($GLOBALS['_GEN_commun']['i18n'], 0, 2));
96
define('EFLORE_LANGUE', substr($GLOBALS['_GEN_commun']['i18n'], 0, 2));
112
 
97
 
113
// +------------------------------------------------------------------------------------------------------+
98
// +------------------------------------------------------------------------------------------------------+
114
// Définition de constante spécifiques
99
// Définition de constante spécifiques
115
define('EFLORE_RECH_NOM_FORM_TAB', '1');
100
define('EFLORE_RECH_NOM_FORM_TAB', '1');
116
define('EFLORE_RECH_NOM_FORM_NOM_SIZE', '45');
101
define('EFLORE_RECH_NOM_FORM_NOM_SIZE', '45');
117
define('EFLORE_RECH_NOM_FORM_NOM_MAXLENGTH', '255');
102
define('EFLORE_RECH_NOM_FORM_NOM_MAXLENGTH', '255');
118
 
103
 
119
// +------------------------------------------------------------------------------------------------------+
104
// +------------------------------------------------------------------------------------------------------+
120
// Définition des variables temporairement utilisées pour les essais de l'application.
105
// Définition des variables temporairement utilisées pour les essais de l'application.
121
define('N_TAXON', 3288);
106
define('N_TAXON', 3288);
122
define('N_VERSION_PROJET_TAXON', 1);
107
define('N_VERSION_PROJET_TAXON', 1);
123
define('CONTRIBUTEUR', 4);
108
define('CONTRIBUTEUR', 4);
124
 
109
 
125
/* +--Fin du code ----------------------------------------------------------------------------------------+
110
/* +--Fin du code ----------------------------------------------------------------------------------------+
126
*
111
*
127
* $Log: not supported by cvs2svn $
112
* $Log: not supported by cvs2svn $
-
 
113
* Revision 1.7  2005/02/15 13:01:25  jpm
-
 
114
* Ajout de constantes.
-
 
115
*
128
* Revision 1.6  2005/01/28 19:49:26  jpm
116
* Revision 1.6  2005/01/28 19:49:26  jpm
129
* Ajout de nouvelles constantes pour les url entre autres.
117
* Ajout de nouvelles constantes pour les url entre autres.
130
*
118
*
131
* Revision 1.5  2004/12/23 20:04:59  jpm
119
* Revision 1.5  2004/12/23 20:04:59  jpm
132
* Début prise en maine eflore-consultation.
120
* Début prise en maine eflore-consultation.
133
*
121
*
134
* Revision 1.4  2004/08/17 11:22:45  linda
122
* Revision 1.4  2004/08/17 11:22:45  linda
135
* définition du chemin de l'application et des constantes nécessaires pour le fonctionnement de l'appli eflore mais non encore disponibles via le site test
123
* définition du chemin de l'application et des constantes nécessaires pour le fonctionnement de l'appli eflore mais non encore disponibles via le site test
136
*
124
*
137
* Revision 1.3  2004/06/22 12:25:02  linda
125
* Revision 1.3  2004/06/22 12:25:02  linda
138
* modifications des paramètre de connexion à la base de données
126
* modifications des paramètre de connexion à la base de données
139
*
127
*
140
* Revision 1.2  2004/06/17 15:21:37  linda
128
* Revision 1.2  2004/06/17 15:21:37  linda
141
* ajout du fichier initial
129
* ajout du fichier initial
142
*
130
*
143
* +-- Fin du code ----------------------------------------------------------------------------------------+
131
* +-- Fin du code ----------------------------------------------------------------------------------------+
144
*/
132
*/
145
?>
133
?>