]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-config.patch
- merge update to 20080505 from DEVEL
[packages/dokuwiki.git] / dokuwiki-config.patch
1 NOTE:
2 you need to update checksum when you modify docuwiki.php
3
4 --- docuwiki/conf/dokuwiki.php~ 2007-06-26 21:27:15.000000000 +0300
5 +++ docuwiki/conf/dokuwiki.php  2007-08-19 19:39:43.468686519 +0300
6 @@ -18,7 +18,7 @@
7  $conf['lang']        = 'en';              //your language
8  $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
9  $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
10 -$conf['savedir']     = './data';          //where to store all the files
11 +$conf['savedir']     = '/var/lib/dokuwiki';          //where to store all the files
12  $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
13  
14  /* Display Options */
15 --- dokuwiki-2008-05-05/install.php~    2008-05-05 21:33:44.000000000 +0300
16 +++ dokuwiki-2008-05-05/install.php     2008-05-05 21:33:49.877839346 +0300
17 @@ -44,6 +44,8 @@
18      '2007-05-24'   => 'd80f2740c84c4a6a791fd3c7a353536f',
19      '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
20      '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
21 +       # md5sum -b conf/dokuwiki.php
22 +    '2008-05-04-pld'   => '12f43c697bd6405854685c2cb4aaeaad',
23  );
24  
25  
This page took 0.100547 seconds and 3 git commands to generate.