Subversion Repositories Applications.papyrus

Rev

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

Rev 1298 Rev 1783
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.10 2007-04-11 08:30:12 neiluj Exp $
24
// CVS : $Id: iw_config.inc.php,v 1.11 2008-01-30 12:58:39 jp_milcent 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.10 $ $Date: 2007-04-11 08:30:12 $
37
*@version       $Revision: 1.11 $ $Date: 2008-01-30 12:58:39 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 153... Line 153...
153
    'referrers_purge_time'  => 24,
153
    'referrers_purge_time'  => 24,
154
    'pages_purge_time'      => 90,
154
    'pages_purge_time'      => 90,
155
    'default_write_acl'     => '*',
155
    'default_write_acl'     => '*',
156
    'default_read_acl'      => '*',
156
    'default_read_acl'      => '*',
157
    'default_comment_acl'   => '*',
157
    'default_comment_acl'   => '*',
158
    'preview_before_save'   => '0');
158
    'preview_before_save'   => '0',
-
 
159
    'allow_raw_html'		=> TRUE);
159
// Suppression de l'URL générale du Query String wiki spécifique à l'intégrateur
160
// Suppression de l'URL générale du Query String wiki spécifique à l'intégrateur
160
$GLOBALS['_GEN_commun']['url']->removeQueryString('wiki', '');
161
$GLOBALS['_GEN_commun']['url']->removeQueryString('wiki', '');
161
// +------------------------------------------------------------------------------------------------------+
162
// +------------------------------------------------------------------------------------------------------+
162
// |                                            PIED du PROGRAMME                                         |
163
// |                                            PIED du PROGRAMME                                         |
163
// +------------------------------------------------------------------------------------------------------+
164
// +------------------------------------------------------------------------------------------------------+
Line 165... Line 166...
165
 
166
 
166
 
167
 
167
/* +--Fin du code ----------------------------------------------------------------------------------------+
168
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
169
*
-
 
170
* $Log: not supported by cvs2svn $
-
 
171
* Revision 1.10  2007-04-11 08:30:12  neiluj
168
*
172
* remise en état du CVS...
169
* $Log: not supported by cvs2svn $
173
*
170
* Revision 1.8  2006/11/09 17:50:41  jp_milcent
174
* Revision 1.8  2006/11/09 17:50:41  jp_milcent
171
* Compatibilité avec les nouveaux permaliens de Papyrus.
175
* Compatibilité avec les nouveaux permaliens de Papyrus.
172
*
176
*