]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
982e1b45
ER
1--- dokuwiki-2012-01-25/conf/dokuwiki.php~ 2012-01-27 09:33:02.000000000 +0200
2+++ dokuwiki-2012-01-25/conf/dokuwiki.php 2012-01-27 09:33:34.363230629 +0200
3@@ -19,7 +19,7 @@
2872d9cf
ER
4 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
5 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
982e1b45 6 $conf['cookiedir'] = ''; //Cookie path. Leave blank for using baseurl.
2872d9cf 7-$conf['savedir'] = './data'; //where to store all the files
982e1b45 8+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
2872d9cf 9 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
982e1b45 10 $conf['mediarevisions'] = 1; //enable/disable media revisions
2872d9cf 11
f6b36384
ER
12@@ -26,7 +26,7 @@
13 $conf['start'] = 'start'; //name of start page
0825d6d6 14 $conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title
f6b36384
ER
15 $conf['template'] = 'default'; //see lib/tpl directory
16-$conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
17+$conf['license'] = 'publicdomain'; //see conf/license.php
18 $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
19 $conf['recent'] = 20; //how many entries to show in recent
20 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
982e1b45
ER
21--- dokuwiki-2012-01-25/install.php~ 2012-01-27 09:34:09.000000000 +0200
22+++ dokuwiki-2012-01-25/install.php 2012-01-27 09:34:34.872417423 +0200
23@@ -50,7 +50,7 @@
4b73b5a6 24 '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8',
26e4ef5b 25 '2011-05-25' => '4241865472edb6fa14a1227721008072',
982e1b45
ER
26 '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
27- '2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
28+ '2012-01-25pld' => '9e3d022699048b720ff54b6bdf49118f',
2872d9cf
ER
29 );
30
31
This page took 0.060392 seconds and 4 git commands to generate.