Subversion Repositories Applications.papyrus

Rev

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

Rev 436 Rev 443
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.16 2005-08-31 17:34:52 ddelon Exp $
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.17 2005-09-20 17:01:22 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.16 $ $Date: 2005-08-31 17:34:52 $
39
*@version           $Revision: 1.17 $ $Date: 2005-09-20 17:01:22 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 70... Line 70...
70
define('GEN_DEBOGAGE_CONTEXTE', false);// true or false
70
define('GEN_DEBOGAGE_CONTEXTE', false);// true or false
71
/** Constante permettant de savoir la langue pour le débogage du code PHP de Papyrus et de ses
71
/** Constante permettant de savoir la langue pour le débogage du code PHP de Papyrus et de ses
72
* applications.*/
72
* applications.*/
73
define('GEN_DEBOGAGE_I18N', 'fr');
73
define('GEN_DEBOGAGE_I18N', 'fr');
Line -... Line 74...
-
 
74
 
74
 
75
 
75
// +------------------------------------------------------------------------------------------------------+
76
// +------------------------------------------------------------------------------------------------------+
76
// Paramétrage du nom du champ servant à identifier un site dans l'url
77
// Paramétrage du nom du champ servant à identifier un site dans l'url
77
/** Type du code d'un site passé dans l'url.*/
78
/** Type du code d'un site passé dans l'url.*/
78
define('GEN_URL_ID_TYPE_SITE', 'int');// string ou int
79
define('GEN_URL_ID_TYPE_SITE', 'int');// string ou int
Line 195... Line 196...
195
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
196
    'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/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')
197
    'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
197
);
198
);
198
/* +--Fin du code ---------------------------------------------------------------------------------------+
199
/* +--Fin du code ---------------------------------------------------------------------------------------+
199
* $Log: not supported by cvs2svn $
200
* $Log: not supported by cvs2svn $
-
 
201
* Revision 1.16  2005/08/31 17:34:52  ddelon
-
 
202
* Integrateur Wikini et administration des Wikini
-
 
203
*
200
* Revision 1.15  2005/04/21 16:46:51  jpm
204
* Revision 1.15  2005/04/21 16:46:51  jpm
201
* Gestion via Papyrus du XHTML de Text_Wiki_Papyrus.
205
* Gestion via Papyrus du XHTML de Text_Wiki_Papyrus.
202
*
206
*
203
* Revision 1.14  2005/04/18 16:40:39  jpm
207
* Revision 1.14  2005/04/18 16:40:39  jpm
204
* Ajout de constantes pour contrôler les permaliens.
208
* Ajout de constantes pour contrôler les permaliens.