Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 80 → Rev 81

/trunk/serveur/configuration/eflore_config_avancee.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_config_avancee.inc.php,v 1.2 2004-12-22 13:33:18 jpm Exp $
// CVS : $Id: eflore_config_avancee.inc.php,v 1.3 2005-01-19 12:54:47 jpm Exp $
/**
* Fichier de configuration avancée d'eFlore-Serveur
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2004-12-22 13:33:18 $
*@version $Revision: 1.3 $ $Date: 2005-01-19 12:54:47 $
// +------------------------------------------------------------------------------------------------------+
*/
 
66,6 → 66,8
define('EFSE_CHEMIN_BIBLIO', 'bibliotheque'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque des classes.*/
define('EFSE_CHEMIN_CLASSE', EFSE_CHEMIN_BIBLIO.'classes'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque des fonctions.*/
define('EFSE_CHEMIN_FONCTION', EFSE_CHEMIN_BIBLIO.'fonctions'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque des interfaces.*/
define('EFSE_CHEMIN_INTERFACE', EFSE_CHEMIN_BIBLIO.'interfaces'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier des définitions.*/
88,6 → 90,14
define('EFSE_CHEMIN_MV_MACRO_GROUPE', EFSE_CHEMIN_MV_MODELE.'groupes_macro_elements'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier permettant d'automatiser la création de PHP pour les macro-éléments.*/
define('EFSE_CHEMIN_MV_MACRO', EFSE_CHEMIN_MV_MODELE.'macro_elements'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier du générateur vis à vis de la racine des fichiers du serveur.*/
define('EFSE_CHEMIN_GENERATEUR', 'generateur'.EFSE_SEP);
/** Constante stockant le chemin pour aller à la racine du serveur vis à vis du fichier principal du générateur.*/
define('EFSE_CHEMIN_GENERATEUR_RACINE', '..'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier xslt du générateur vis à vis de l'emplacement du fichier principal du générateur.*/
define('EFSE_CHEMIN_GENE_XSLT', 'xslt'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier css du générateur.*/
define('EFSE_CHEMIN_GENE_CSS', 'css'.EFSE_SEP);
 
/** Constante stockant le chemin vers la carte des services principaux.*/
define('EFSE_FICHIER_MAP', EFSE_CHEMIN_MV.'eflore_services.map');
94,13 → 104,13
/** Constante stockant le chemin vers le fichier de configuration principal.*/
define('EFSE_FICHIER_CONFIG', EFSE_CHEMIN_CONFIG.'eflore_config.php');
 
/** Constante stockant la valeur de la racine des chemins.*/
define('EFSE_CHEMIN_GENERATEUR_RACINE', '..'.EFSE_SEP);
 
*/
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/12/22 13:33:18 jpm
* Modification commentaire.
*
* Revision 1.1 2004/12/22 13:28:16 jpm
* Les constantes et variables non liées à la sécurité.
*