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.14 2005-04-18 16:40:39 jpm Exp $
|
25 |
// CVS : $Id: pap_config_avancee.inc.php,v 1.15 2005-04-21 16:46:51 jpm 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.14 $ $Date: 2005-04-18 16:40:39 $
|
39 |
*@version $Revision: 1.15 $ $Date: 2005-04-21 16:46:51 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
Line 171... |
Line 171... |
171 |
|
171 |
|
172 |
// +------------------------------------------------------------------------------------------------------+
|
172 |
// +------------------------------------------------------------------------------------------------------+
|
173 |
// Nom des styles de Papyrus.
|
173 |
// Nom des styles de Papyrus.
|
174 |
/** Style erreur.*/
|
174 |
/** Style erreur.*/
|
- |
|
175 |
define('GEN_CSS_ERREUR', 'pap_erreur');
|
- |
|
176 |
// +------------------------------------------------------------------------------------------------------+
|
Line -... |
Line 177... |
- |
|
177 |
//Gestion des actions Papyrus
|
- |
|
178 |
|
- |
|
179 |
/** Les sites correspodant aux liens interwiki. */
|
- |
|
180 |
$GLOBALS['_PAPYRUS_']['interwiki_sites'] = array(
|
- |
|
181 |
'Papyrus' => 'http://'.$_SERVER['HTTP_HOST'].'/'.$_SERVER['PHP_SELF'].'?menu=%s',
|
- |
|
182 |
'Weflore' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s',
|
- |
|
183 |
'Wikipedia' => 'http://fr.wikipedia.org/wiki/%s',
|
175 |
define('GEN_CSS_ERREUR', 'pap_erreur');
|
184 |
'Wikipedia_fr' => 'http://fr.wikipedia.org/wiki/%s'
|
- |
|
185 |
);
|
- |
|
186 |
|
- |
|
187 |
/** Les sites correspodant à l'action inclure. */
|
- |
|
188 |
$GLOBALS['_PAPYRUS_']['inclure_sites'] = array(
|
- |
|
189 |
'Papyrus' => array('preg' => '/<!-- start contenu -->(.*)<!-- end contenu -->/Umsi', 'url' => 'http://'.$_SERVER['HTTP_HOST'].'/'.$_SERVER['PHP_SELF'].'?menu=%s'),
|
- |
|
190 |
'Wikipedia' => array('preg' => '/<!-- start content -->(.*)<!-- end content -->/Umsi', 'url' => 'http://fr.wikipedia.org/wiki/%s'),
|
- |
|
191 |
'Wikipedia_fr' => array('preg' => '/<!-- start content -->(.*)<!-- end content -->/Umsi', 'url' => 'http://fr.wikipedia.org/wiki/%s'),
|
- |
|
192 |
'Wikipedia_en' => array('preg' => '/<!-- start content -->(.*)<!-- end content -->/Umsi', 'url' => 'http://en.wikipedia.org/wiki/%s'),
|
- |
|
193 |
'Wikini_eFlore' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/eflore/wakka.php?wiki=%s'),
|
176 |
|
194 |
'Wikini_isff' => array('preg' => '/<div class="page">(.*)<\/div>.*<div class="commentsheader">/Umsi', 'url' => 'http://wiki.tela-botanica.org/isff/wakka.php?wiki=%s')
|
177 |
|
195 |
);
|
- |
|
196 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
197 |
* $Log: not supported by cvs2svn $
|
- |
|
198 |
* Revision 1.14 2005/04/18 16:40:39 jpm
|
178 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
199 |
* Ajout de constantes pour contrôler les permaliens.
|
179 |
* $Log: not supported by cvs2svn $
|
200 |
*
|
180 |
* Revision 1.12 2005/04/06 13:22:58 jpm
|
201 |
* Revision 1.12 2005/04/06 13:22:58 jpm
|
181 |
* Ajout du chemin vers l'API PEAR présente dans le dossier api.
|
202 |
* Ajout du chemin vers l'API PEAR présente dans le dossier api.
|
182 |
*
|
203 |
*
|