Pour un wiki qui marche #2
1 changed files with 12 additions and 6 deletions
|
@ -10,19 +10,25 @@
|
|||
$conf['start'] = 'accueil';
|
||||
$conf['lang'] = 'fr';
|
||||
$conf['template'] = 'bootstrap3';
|
||||
$conf['license'] = '0';
|
||||
$conf['breadcrumbs'] = 0;
|
||||
$conf['htmlok'] = 1;
|
||||
$conf['license'] = 'cc-by-sa';
|
||||
$conf['breadcrumbs'] = 0; # On s'en fiche de l'historique des pages visitées
|
||||
$conf['youarehere'] = true; # Par contre on veut notre position dans la hiérarchie du site
|
||||
# On veut que les liens externes s'ouvrent dans de nouveaux onglets
|
||||
$conf['target'] = array(
|
||||
'extern' => '_tab'
|
||||
);
|
||||
$conf['htmlok'] = 1; # On peut mettre du html dans les pages
|
||||
$conf['sitemap'] = 7;
|
||||
$conf['rss_type'] = 'rss2';
|
||||
$conf['userewrite'] = '1';
|
||||
$conf['userewrite'] = 1; # Important, sinon on casse tout avec les règles nginx définies par le module nixos
|
||||
$conf['useslash'] = 1;
|
||||
$conf['plugin']['tokenbucketauth']['tba_send_mail'] = 'hackens@clipper.ens.fr';
|
||||
$conf['plugin']['tokenbucketauth']['tba_send_mail'] = 'hackens@clipper.ens.fr'; # Ban auto des IPs qui brute-forcent
|
||||
$conf['htmlmail'] = 0; # On envoie les mails en plain text
|
||||
$conf['useacl'] = 1; # On ne veut pas que n'importe qui écrive
|
||||
'';
|
||||
|
||||
pluginsConfig = ''
|
||||
$plugins['authmysql'] = 0;
|
||||
$plugins['syntaxhighlighter3'] = 0;
|
||||
$plugins['popularity'] = 0;
|
||||
$plugins['authpgsql'] = 0;
|
||||
$plugins['authpdo'] = 0;
|
||||
|
|
Loading…
Reference in a new issue