]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
include rev for NEWPAGE links
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
eb3c9a20
ER
1--- dokuwiki-2012-06-24/conf/dokuwiki.php 2012-07-07 15:08:02.939975138 +0300
2+++ dokuwiki-2012-09-23/conf/dokuwiki.php 2012-10-13 18:12:31.417612300 +0300
efe25e4d 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
eb3c9a20
ER
15@@ -139,7 +140,7 @@
16 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
17
18 /* Advanced Settings */
19-$conf['updatecheck'] = 1; //automatically check for new releases?
20+$conf['updatecheck'] = 0; //automatically check for new releases?
21 $conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal
22 $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on
23 $conf['sepchar'] = '_'; //word separator character in page names; may be a
96e799e4
ER
24--- dokuwiki-2013-05-10/install.php~ 2013-05-28 09:35:09.731229689 +0300
25+++ dokuwiki-2013-05-10/install.php 2013-05-28 09:36:57.022834802 +0300
5089b23b 26@@ -57,7 +57,7 @@
982e1b45 27 '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
566f6bd4 28 '2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
5089b23b 29 '2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3',
96e799e4
ER
30- '2013-05-10' => '7b62b75245f57f122d3e0f8ed7989623',
31+ '2013-05-10' => '3a8e2c95eae3b9ec9af1f0e08f15e993',
2872d9cf
ER
32 );
33
34
This page took 0.095737 seconds and 4 git commands to generate.