Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 171 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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