Subversion Repositories Applications.papyrus

Rev

Rev 439 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 442
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; 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
// CVS : $Id: iw_config.inc.php,v 1.6 2005-09-09 09:37:17 ddelon Exp $
24
// CVS : $Id: iw_config.inc.php,v 1.7 2005-09-14 09:12:15 ddelon Exp $
25
/**
25
/**
26
* Configuration de l'intégrateur de page Wikini
26
* Configuration de l'intégrateur de page Wikini
27
*
27
*
28
* Fichier de configuration de l'intégrateur de page Wikini
28
* Fichier de configuration de l'intégrateur de page Wikini
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.6 $ $Date: 2005-09-09 09:37:17 $
37
*@version       $Revision: 1.7 $ $Date: 2005-09-14 09:12:15 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
56
define('IW_CHEMIN_LANGUES', IW_CHEMIN_RACINE.'langues'.GEN_SEP);
56
define('IW_CHEMIN_LANGUES', IW_CHEMIN_RACINE.'langues'.GEN_SEP);
57
/** Constante stockant le chemin du dossier contenant la bibliothèque de code.*/
57
/** Constante stockant le chemin du dossier contenant la bibliothèque de code.*/
58
define('IW_CHEMIN_BIBLIO', IW_CHEMIN_RACINE.'bibliotheque'.GEN_SEP);
58
define('IW_CHEMIN_BIBLIO', IW_CHEMIN_RACINE.'bibliotheque'.GEN_SEP);
59
/** Constante stockant le chemin du dossier contenant la bibliothèque Wikini.*/
59
/** Constante stockant le chemin du dossier contenant la bibliothèque Wikini.*/
60
define('IW_CHEMIN_BIBLIO_WIKINI', IW_CHEMIN_BIBLIO.'wikini'.GEN_SEP);
60
define('IW_CHEMIN_BIBLIO_WIKINI', IW_CHEMIN_BIBLIO.'wikini'.GEN_SEP);
-
 
61
/** Constante stockant le chemin du dossier contenant la bibliothèque Wikini.*/
-
 
62
define('IW_CHEMIN_BIBLIO_ACEDITOR', IW_CHEMIN_BIBLIO.'ACeditor'.GEN_SEP);
61
/** Constante stockant le chemin du dossier contenant les sites Wikini.*/
63
/** Constante stockant le chemin du dossier contenant les sites Wikini.*/
62
define('IW_CHEMIN_WIKINI', GEN_CHEMIN_WIKINI);
64
define('IW_CHEMIN_WIKINI', GEN_CHEMIN_WIKINI);
-
 
65
/** Chemin vers la bibliothèque API.*/
-
 
66
define('IW_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
-
 
67
/** Chemin vers la bibliothèque API : fckeditor.*/
Line 63... Line 68...
63
 
68
 
64
// TODO : un wiki par défaut pour chaque papyrus à l'installation de Papyrus
69
// TODO : un wiki par défaut pour chaque papyrus à l'installation de Papyrus
65
if (!isset($GLOBALS['_GEN_commun']['info_application']->wikini)) {
70
if (!isset($GLOBALS['_GEN_commun']['info_application']->wikini)) {
66
   $GLOBALS['_GEN_commun']['info_application']->wikini = 'defaut';
71
   $GLOBALS['_GEN_commun']['info_application']->wikini = 'defaut';
Line 158... Line 163...
158
 
163
 
159
 
164
 
160
/* +--Fin du code ----------------------------------------------------------------------------------------+
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
166
*
-
 
167
* $Log: not supported by cvs2svn $
-
 
168
* Revision 1.6  2005/09/09 09:37:17  ddelon
161
*
169
* Integrateur Wikini et administration des Wikini
162
* $Log: not supported by cvs2svn $
170
*
163
* Revision 1.5  2005/09/06 08:35:36  ddelon
171
* Revision 1.5  2005/09/06 08:35:36  ddelon
164
* Integrateur Wikini et administration des Wikini
172
* Integrateur Wikini et administration des Wikini
165
*
173
*