]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-config.patch
Up to 2023-04-04
[packages/dokuwiki.git] / dokuwiki-config.patch
index d34ea00b7c251b9085e881dace011b60176f2d41..8401d6873a82700d59281ab27c610c3c10d1acf3 100644 (file)
@@ -1,6 +1,13 @@
---- 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 @@
+--- dokuwiki-2020-07-29a/conf/dokuwiki.php     2023-03-27 11:52:04.144883301 +0300
++++ dokuwiki-2020-07-29a/conf/dokuwiki.php     2023-03-27 12:03:50.328816007 +0300
+@@ -13,14 +13,16 @@
+ /* Basic Settings */
+-$conf['title']       = 'DokuWiki';        //what to show in the title
++$conf['title']       = 'PLD Linux DokuWiki'; //what to show in the title
+ $conf['start']       = 'start';           //name of start page
+ $conf['lang']        = 'en';              //your language
  $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']     = 'publicdomain';    //see conf/license.php
 +$conf['savedir']     = '/var/lib/dokuwiki';  //where to store all the files
 +$conf['cachedir']    = '/var/cache/dokuwiki';  //where cache files are stored
++$conf['logdir']      = '/var/log/php/dokuwiki';
  $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
+@@ -140,7 +142,7 @@
+ $conf['rss_show_deleted'] = 1;           //Show deleted items 0|1
  
  /* Advanced Settings */
 -$conf['updatecheck'] = 1;                //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-rc2013-03-06/install.php~ 2013-03-06 19:59:27.000000000 +0200
-+++ dokuwiki-rc2013-03-06/install.php  2013-03-06 20:05:08.848230442 +0200
-@@ -57,7 +57,7 @@
-     '2011-11-10'   => 'b46ff19a7587966ac4df61cbab1b8b31',
-     '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
-     '2012-09-10'   => 'eb0b3fc90056fbc12bac6f49f7764df3',
--    '2013-04-06'   => '7b62b75245f57f122d3e0f8ed7989623',
-+    '2013-04-06'   => '3a8e2c95eae3b9ec9af1f0e08f15e993',
- );
This page took 0.045382 seconds and 4 git commands to generate.