source: documentation/trunk/packages/dokuwiki-2011-05-25a/conf/local.php.bak@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 784 bytes
Line 
1<?php
2/*
3 * Dokuwiki's Main Configuration File - Local Settings
4 * Auto-generated by config plugin
5 * Run for user: jmt12
6 * Date: Tue, 24 Jan 2012 09:41:07 +1300
7 */
8
9$conf['title'] = 'Greenstone Manual Wiki';
10$conf['template'] = 'monobook';
11$conf['license'] = 'gnufdl';
12$conf['breadcrumbs'] = 0;
13$conf['youarehere'] = 1;
14$conf['typography'] = '0';
15$conf['maxseclevel'] = '5';
16$conf['useacl'] = 1;
17$conf['superuser'] = '@admin';
18$conf['plugin']['publish']['apr_namespaces'] = 'en';
19$conf['plugin']['discussion']['wikisyntaxok'] = 0;
20$conf['tpl']['monobook']['monobook_sitenotice'] = 0;
21$conf['tpl']['monobook']['monobook_copyright_default'] = 0;
22$conf['tpl']['monobook']['monobook_donate'] = 0;
23$conf['tpl']['monobook']['monobook_donate_default'] = 0;
24
25// end auto-generated content
Note: See TracBrowser for help on using the repository browser.