Subversion Repositories Applications.papyrus

Rev

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

Rev 352 Rev 436
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.15 2005-04-21 16:46:51 jpm Exp $
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.16 2005-08-31 17:34:52 ddelon 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.15 $ $Date: 2005-04-21 16:46:51 $
39
*@version           $Revision: 1.16 $ $Date: 2005-08-31 17:34:52 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 124... Line 124...
124
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
124
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
125
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
125
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
126
define('GEN_CHEMIN_CLIENT', 'client'.GEN_SEP);
126
define('GEN_CHEMIN_CLIENT', 'client'.GEN_SEP);
127
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des sites.*/
127
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des sites.*/
128
define('GEN_CHEMIN_SITES', 'sites'.GEN_SEP);
128
define('GEN_CHEMIN_SITES', 'sites'.GEN_SEP);
-
 
129
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des wikini*/
-
 
130
define('GEN_CHEMIN_WIKINI', 'wikini'.GEN_SEP);
129
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers de configuration de Papyrus.*/
131
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers de configuration de Papyrus.*/
130
define('GEN_CHEMIN_CONFIG', GEN_CHEMIN_PAP.'configuration'.GEN_SEP);
132
define('GEN_CHEMIN_CONFIG', GEN_CHEMIN_PAP.'configuration'.GEN_SEP);
131
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers sql d'installation de Papyrus.*/
133
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers sql d'installation de Papyrus.*/
132
define('GEN_CHEMIN_INSTAL', GEN_CHEMIN_PAP.'installation'.GEN_SEP);
134
define('GEN_CHEMIN_INSTAL', GEN_CHEMIN_PAP.'installation'.GEN_SEP);
133
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications internes à Papyrus.*/
135
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications internes à Papyrus.*/
Line 193... Line 195...
193
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
195
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
194
    'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
196
    'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
195
);
197
);
196
/* +--Fin du code ---------------------------------------------------------------------------------------+
198
/* +--Fin du code ---------------------------------------------------------------------------------------+
197
* $Log: not supported by cvs2svn $
199
* $Log: not supported by cvs2svn $
-
 
200
* Revision 1.15  2005/04/21 16:46:51  jpm
-
 
201
* Gestion via Papyrus du XHTML de Text_Wiki_Papyrus.
-
 
202
*
198
* Revision 1.14  2005/04/18 16:40:39  jpm
203
* Revision 1.14  2005/04/18 16:40:39  jpm
199
* Ajout de constantes pour contrôler les permaliens.
204
* Ajout de constantes pour contrôler les permaliens.
200
*
205
*
201
* Revision 1.12  2005/04/06 13:22:58  jpm
206
* Revision 1.12  2005/04/06 13:22:58  jpm
202
* Ajout du chemin vers l'API PEAR présente dans le dossier api.
207
* Ajout du chemin vers l'API PEAR présente dans le dossier api.