slitaz-doc-wiki-data rev 78 2011.07.10
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 | 75b257633142 |
children | 678350da8e0d |
files | conf/local.php |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/conf/local.php Sun Jul 10 11:30:31 2011 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +<?php 1.5 +/* 1.6 + * Dokuwiki's Main Configuration File - Local Settings 1.7 + * Auto-generated by config plugin 1.8 + * Run for user: pankso 1.9 + * Date: Sat, 30 Apr 2011 18:13:58 +0200 1.10 + */ 1.11 + 1.12 +$conf['title'] = 'SliTaz Doc'; 1.13 +$conf['template'] = 'slitaz-orange'; 1.14 +$conf['license'] = 'gnufdl'; 1.15 +$conf['tocminheads'] = '4'; 1.16 +$conf['maxtoclevel'] = '2'; 1.17 +$conf['useacl'] = 1; 1.18 +$conf['superuser'] = '@admin'; 1.19 +$conf['subscribers'] = 1; 1.20 +$conf['userewrite'] = '1'; 1.21 +$conf['sepchar'] = '-'; 1.22 +$conf['mailfrom'] = 'devel@slitaz.org'; 1.23 +$conf['rss_type'] = 'rss2'; 1.24 +$conf['rss_linkto'] = 'rev'; 1.25 +$conf['recent_days'] = 5; 1.26 +$conf['plugin']['captcha']['mode'] = 'text'; 1.27 +$conf['plugin']['translation']['translations'] = 'cn de en es fr id it pt ru'; 1.28 +$conf['plugin']['translation']['checkage'] = 1; 1.29 + 1.30 +// end auto-generated content