]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- adjust and apply backlinks to rightside patch
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
0825d6d6
JK
1diff -dur -x '*.orig' dokuwiki-2011-05-25.orig/conf/dokuwiki.php dokuwiki-2011-05-25/conf/dokuwiki.php
2--- dokuwiki-2011-05-25.orig/conf/dokuwiki.php 2011-06-08 10:34:21.000000000 +0200
3+++ dokuwiki-2011-05-25/conf/dokuwiki.php 2011-06-08 10:34:49.000000000 +0200
2872d9cf
ER
4@@ -18,7 +18,7 @@
5 $conf['lang'] = 'en'; //your language
6 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
7 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
8-$conf['savedir'] = './data'; //where to store all the files
9+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
10 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
11
12 /* Display Options */
f6b36384
ER
13@@ -26,7 +26,7 @@
14 $conf['start'] = 'start'; //name of start page
0825d6d6 15 $conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title
f6b36384
ER
16 $conf['template'] = 'default'; //see lib/tpl directory
17-$conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
18+$conf['license'] = 'publicdomain'; //see conf/license.php
19 $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
20 $conf['recent'] = 20; //how many entries to show in recent
21 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
26e4ef5b
ER
22--- dokuwiki-rc2011-11-10/install.php~ 2011-11-21 12:43:24.000000000 +0200
23+++ dokuwiki-rc2011-11-10/install.php 2011-11-21 12:43:49.050477388 +0200
24@@ -49,7 +49,7 @@
c4df8b0c 25 '2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4',
4b73b5a6 26 '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8',
26e4ef5b
ER
27 '2011-05-25' => '4241865472edb6fa14a1227721008072',
28- '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
29+ '2011-11-10pld' => '551f1a079e8e83981789b951bd9db29c',
2872d9cf
ER
30 );
31
32
This page took 0.045343 seconds and 4 git commands to generate.