Subversion Repositories Applications.papyrus

Rev

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

Rev 767 Rev 832
Line 20... Line 20...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | You should have received a copy of the GNU Lesser General Public                                     |
21
// | License along with this library; if not, write to the Free Software                                  |
21
// | License along with this library; 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
// +------------------------------------------------------------------------------------------------------+
24
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.19 2006-03-13 21:00:20 ddelon Exp $
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.20 2006-04-28 12:41:49 florian Exp $
26
/**
26
/**
27
* Page de configuration avancée de Papyrus
27
* Page de configuration avancée de Papyrus
28
*
28
*
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
30
*
30
*
Line 34... Line 34...
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
38
*@copyright         Tela-Botanica 2000-2004
38
*@copyright         Tela-Botanica 2000-2004
39
*@version           $Revision: 1.19 $ $Date: 2006-03-13 21:00:20 $
39
*@version           $Revision: 1.20 $ $Date: 2006-04-28 12:41:49 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
// |                                            ENTÊTE du PROGRAMME                                       |
44
// |                                            ENTÊTE du PROGRAMME                                       |
Line -... Line 45...
-
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
 
46
 
47
include_once 'pap_config.inc.php';
47
// +------------------------------------------------------------------------------------------------------+
48
// +------------------------------------------------------------------------------------------------------+
48
// Paramétrage du mode d'écriture des fichiers sur le serveur
49
// Paramétrage du mode d'écriture des fichiers sur le serveur
Line 116... Line 117...
116
    $chemin_racine = PAP_CHEMIN_RACINE;
117
    $chemin_racine = PAP_CHEMIN_RACINE;
117
}*/
118
}*/
118
/** Séparateur dans les chemins d'accès aux fichiers.*/
119
/** Séparateur dans les chemins d'accès aux fichiers.*/
119
define('GEN_SEP', '/');
120
define('GEN_SEP', '/');
120
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
121
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
121
define('GEN_CHEMIN_API', 'api'.GEN_SEP);
122
define('GEN_CHEMIN_API', PAP_CHEMIN_RACINE.'api'.GEN_SEP);
122
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
123
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
123
define('PAP_CHEMIN_API_PEAR', GEN_CHEMIN_API.'pear'.GEN_SEP);
124
define('PAP_CHEMIN_API_PEAR', GEN_CHEMIN_API.'pear'.GEN_SEP);
124
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant le reste de l'application Papyrus.*/
125
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant le reste de l'application Papyrus.*/
125
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
126
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
126
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
127
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
Line 197... Line 198...
197
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
198
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
198
    'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
199
    'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
199
);
200
);
200
/* +--Fin du code ---------------------------------------------------------------------------------------+
201
/* +--Fin du code ---------------------------------------------------------------------------------------+
201
* $Log: not supported by cvs2svn $
202
* $Log: not supported by cvs2svn $
-
 
203
* Revision 1.19  2006/03/13 21:00:20  ddelon
-
 
204
* Suppression messages d'erreur multilinguisme
-
 
205
*
202
* Revision 1.18  2006/03/02 10:49:49  ddelon
206
* Revision 1.18  2006/03/02 10:49:49  ddelon
203
* Fusion branche multilinguisme dans branche principale
207
* Fusion branche multilinguisme dans branche principale
204
*
208
*
205
* Revision 1.17.2.1  2005/12/01 23:31:57  ddelon
209
* Revision 1.17.2.1  2005/12/01 23:31:57  ddelon
206
* Merge Head vers multilinguisme
210
* Merge Head vers multilinguisme