]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- up to 2009-01-26 rc
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
2872d9cf
ER
1NOTE:
2you 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 */
7df7f76f
ER
15--- dokuwiki-rc2009-01-26/install.php~ 2009-01-27 12:52:00.000000000 +0200
16+++ dokuwiki-rc2009-01-26/install.php 2009-01-27 12:52:51.349556857 +0200
17@@ -46,6 +46,8 @@
2872d9cf 18 '2007-06-26' => 'b3ca19c7a654823144119980be73cd77',
c9db9c16 19 '2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad',
7df7f76f 20 'rc2009-01-26' => 'ec8c04210732a14fdfce0f7f6eead865',
c9db9c16 21+ # md5sum -b conf/dokuwiki.php
7df7f76f 22+ 'rc2009-01-26-pld' => 'b6a09aaed22c1865ba154ec11021997e',
2872d9cf
ER
23 );
24
25
This page took 0.027854 seconds and 4 git commands to generate.