]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- refer to upstream pull
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
efe25e4d
ER
1--- dokuwiki-2012-06-23/conf/dokuwiki.php 2012-06-23 13:09:12.871130284 +0300
2+++ dokuwiki-2012-06-24/conf/dokuwiki.php 2012-07-07 15:08:02.939975138 +0300
3@@ -19,8 +19,9 @@
566f6bd4
ER
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 10+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
efe25e4d 11+$conf['cachedir'] = '/var/cache/dokuwiki'; //where cache files are stored
566f6bd4
ER
12 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
13 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
14 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
efe25e4d
ER
15--- dokuwiki-2012-06-24/install.php 2012-06-24 21:56:11.184049230 +0300
16+++ dokuwiki-2012-06-24/install.php 2012-07-07 15:10:52.440544560 +0300
17@@ -54,7 +54,8 @@
18 '2011-05-25' => '4241865472edb6fa14a1227721008072',
982e1b45 19 '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
566f6bd4 20 '2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
efe25e4d
ER
21- 'devel' => 'eb0b3fc90056fbc12bac6f49f7764df3'
22+ 'devel' => 'eb0b3fc90056fbc12bac6f49f7764df3',
23+ 'devel-pld' => '19465557caebbf3fdd381a658196d5c0',
2872d9cf
ER
24 );
25
26
This page took 0.082679 seconds and 4 git commands to generate.