]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- up to 2012-06-24 snapshot
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
566f6bd4
ER
1--- dokuwiki-2012-06-23/conf/dokuwiki.php~ 2012-06-23 13:08:48.000000000 +0300
2+++ dokuwiki-2012-06-23/conf/dokuwiki.php 2012-06-23 13:09:12.871130284 +0300
3@@ -19,8 +19,8 @@
4 $conf['template'] = 'dokuwiki'; //see lib/tpl directory
5 $conf['tagline'] = ''; //tagline in header (if template supports it)
6 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
f6b36384 7-$conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
566f6bd4 8-$conf['savedir'] = './data'; //where to store all the files
f6b36384 9+$conf['license'] = 'publicdomain'; //see conf/license.php
566f6bd4
ER
10+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
11 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
12 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
13 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
14--- dokuwiki-2012-06-24/install.php~ 2012-06-24 21:55:08.000000000 +0300
15+++ dokuwiki-2012-06-24/install.php 2012-06-24 21:56:11.184049230 +0300
16@@ -55,6 +55,7 @@
982e1b45 17 '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
566f6bd4
ER
18 '2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
19 'devel' => 'eb0b3fc90056fbc12bac6f49f7764df3'
20+ 'devel-pld' => 'e41c579c958478060232b8d6a16bc915'
2872d9cf
ER
21 );
22
23
This page took 0.221823 seconds and 4 git commands to generate.