slitaz-doc-wiki-data view conf/local.php @ rev 78

Added conf/local.php file so we can have same look and feel on local doc.slitaz.org.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jul 10 11:30:31 2011 +0000 (2011-07-10)
parents
children
line source
1 <?php
2 /*
3 * Dokuwiki's Main Configuration File - Local Settings
4 * Auto-generated by config plugin
5 * Run for user: pankso
6 * Date: Sat, 30 Apr 2011 18:13:58 +0200
7 */
9 $conf['title'] = 'SliTaz Doc';
10 $conf['template'] = 'slitaz-orange';
11 $conf['license'] = 'gnufdl';
12 $conf['tocminheads'] = '4';
13 $conf['maxtoclevel'] = '2';
14 $conf['useacl'] = 1;
15 $conf['superuser'] = '@admin';
16 $conf['subscribers'] = 1;
17 $conf['userewrite'] = '1';
18 $conf['sepchar'] = '-';
19 $conf['mailfrom'] = 'devel@slitaz.org';
20 $conf['rss_type'] = 'rss2';
21 $conf['rss_linkto'] = 'rev';
22 $conf['recent_days'] = 5;
23 $conf['plugin']['captcha']['mode'] = 'text';
24 $conf['plugin']['translation']['translations'] = 'cn de en es fr id it pt ru';
25 $conf['plugin']['translation']['checkage'] = 1;
27 // end auto-generated content