Subversion Repositories eFlore/Archives.herbiers

Rev

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

Rev 2 Rev 3
Line 19... Line 19...
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: hb_config.inc.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
24
// CVS : $Id: hb_config.inc.php,v 1.2 2006-09-22 09:19:14 jp_milcent Exp $
25
/**
25
/**
26
* Configuration générale des applications de Herbier
26
* Configuration générale des applications de Herbier
27
*
27
*
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
29
* constituant Herbier.
29
* constituant Herbier.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
37
*@copyright     Tela-Botanica 2000-2005
37
*@copyright     Tela-Botanica 2000-2005
38
*@version       $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
38
*@version       $Revision: 1.2 $ $Date: 2006-09-22 09:19:14 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 69... Line 69...
69
 
69
 
70
// +------------------------------------------------------------------------------------------------------+
70
// +------------------------------------------------------------------------------------------------------+
71
// Définition des chemins de fichiers.
71
// Définition des chemins de fichiers.
72
/** Constante stockant le chemin du dossier contenant l'API partagée.*/
72
/** Constante stockant le chemin du dossier contenant l'API partagée.*/
-
 
73
define('HB_CHEMIN_API', GEN_CHEMIN_API);
-
 
74
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
73
define('HB_CHEMIN_API', GEN_CHEMIN_API);
75
define('HB_CHEMIN_API_PEAR', PAP_CHEMIN_API_PEAR);
74
/** Constante stockant le chemin du dossier contenant l'API Débogage.*/
76
/** Constante stockant le chemin du dossier contenant l'API Débogage.*/
75
define('HB_CHEMIN_API_DEBOGAGE', HB_CHEMIN_API.'debogage'.GEN_SEP);
77
define('HB_CHEMIN_API_DEBOGAGE', HB_CHEMIN_API.'debogage'.GEN_SEP);
76
/** Constante stockant le chemin du dossier contenant l'API Fragmenteur.*/
78
/** Constante stockant le chemin du dossier contenant l'API Fragmenteur.*/
77
define('HB_CHEMIN_API_FRAGMENTEUR', HB_CHEMIN_API.'fragmenteur'.GEN_SEP);
79
define('HB_CHEMIN_API_FRAGMENTEUR', HB_CHEMIN_API.'fragmenteur'.GEN_SEP);
Line 152... Line 154...
152
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
154
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
Line 153... Line 155...
153
 
155
 
154
/* +--Fin du code ----------------------------------------------------------------------------------------+
156
/* +--Fin du code ----------------------------------------------------------------------------------------+
155
*
157
*
-
 
158
* $Log: not supported by cvs2svn $
-
 
159
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
-
 
160
* Ajout au dépot de l'application Herbiers.
-
 
161
* Elle doit à terme migrer dans eFlore.
156
* $Log: not supported by cvs2svn $
162
*
157
* Revision 1.3  2005/04/06 13:28:51  jpm
163
* Revision 1.3  2005/04/06 13:28:51  jpm
158
* Ajout des constantes de configuration.
164
* Ajout des constantes de configuration.
159
*
165
*
160
* Revision 1.2  2005/03/09 15:58:00  jpm
166
* Revision 1.2  2005/03/09 15:58:00  jpm