]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-config.patch
up to 2013-12-08 "Binky" release
[packages/dokuwiki.git] / dokuwiki-config.patch
index 1fc87d6b23f93984005ee7e5975d816d2c46e478..be6ae2f1c219cf674a61c9eb5007cb65938c9058 100644 (file)
@@ -1,31 +1,34 @@
---- dokuwiki-2012-01-25/conf/dokuwiki.php~     2012-01-27 09:33:02.000000000 +0200
-+++ dokuwiki-2012-01-25/conf/dokuwiki.php      2012-01-27 09:33:34.363230629 +0200
-@@ -19,7 +19,7 @@
- $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
- $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
- $conf['cookiedir']   = '';                //Cookie path. Leave blank for using baseurl.
+--- dokuwiki-2012-06-24/conf/dokuwiki.php      2012-07-07 15:08:02.939975138 +0300
++++ dokuwiki-2012-09-23/conf/dokuwiki.php      2012-10-13 18:12:31.417612300 +0300
+@@ -19,8 +19,9 @@
+ $conf['template']    = 'dokuwiki';         //see lib/tpl directory
+ $conf['tagline']     = '';                //tagline in header (if template supports it)
+ $conf['sidebar']     = 'sidebar';         //name of sidebar in root namespace (if template supports it)
+-$conf['license']     = 'cc-by-nc-sa';     //see conf/license.php
 -$conf['savedir']     = './data';          //where to store all the files
++$conf['license']     = 'publicdomain';    //see conf/license.php
 +$conf['savedir']     = '/var/lib/dokuwiki';  //where to store all the files
- $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
- $conf['mediarevisions'] = 1;              //enable/disable media revisions
++$conf['cachedir']    = '/var/cache/dokuwiki';  //where cache files are stored
+ $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
+ $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
+ $conf['cookiedir']   = '';                //path to use in cookies - blank for basedir
+@@ -139,7 +140,7 @@
+ $conf['rss_show_summary'] = 1;           //Add revision summary to title? 0|1
  
-@@ -26,7 +26,7 @@
- $conf['start']       = 'start';           //name of start page
- $conf['title']       = 'PLD Linux DokuWiki'; //what to show in the title
- $conf['template']    = 'default';         //see lib/tpl directory
--$conf['license']     = 'cc-by-nc-sa';     //see conf/license.php
-+$conf['license']     = 'publicdomain';    //see conf/license.php
- $conf['fullpath']    = 0;                 //show full path of the document or relative to datadir only? 0|1
- $conf['recent']      = 20;                //how many entries to show in recent
- $conf['breadcrumbs'] = 10;                //how many recent visited pages to show
---- dokuwiki-2012-01-25/install.php~   2012-01-27 09:34:09.000000000 +0200
-+++ dokuwiki-2012-01-25/install.php    2012-01-27 09:34:34.872417423 +0200
-@@ -50,7 +50,7 @@
-     '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8',
-     '2011-05-25'   => '4241865472edb6fa14a1227721008072',
-     '2011-11-10'   => 'b46ff19a7587966ac4df61cbab1b8b31',
--    '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
-+    '2012-01-25pld' => '9e3d022699048b720ff54b6bdf49118f',
+ /* Advanced Settings */
+-$conf['updatecheck'] = 1;                //automatically check for new releases?
++$conf['updatecheck'] = 0;                //automatically check for new releases?
+ $conf['userewrite']  = 0;                //this makes nice URLs: 0: off 1: .htaccess 2: internal
+ $conf['useslash']    = 0;                //use slash instead of colon? only when rewrite is on
+ $conf['sepchar']     = '_';              //word separator character in page names; may be a
+--- dokuwiki-2013-12-08/install.php~   2013-12-18 23:05:54.321131662 +0200
++++ dokuwiki-2013-12-08/install.php    2013-12-18 23:06:30.110557953 +0200
+@@ -58,7 +58,7 @@
+     '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
+     '2012-09-10'   => 'eb0b3fc90056fbc12bac6f49f7764df3',
+     '2013-05-10'   => '7b62b75245f57f122d3e0f8ed7989623',
+-    '2013-12-08'   => '263c76af309fbf083867c18a34ff5214',
++    '2013-12-08'   => '5527d61a24b4feb0ade5a952848108fb',
  );
  
  
This page took 0.525456 seconds and 4 git commands to generate.