X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=dokuwiki-config.patch;h=1da0444a16a4cffd9b156c9b6133b1b7502ba109;hb=02fb90334ed94d9b113cbb2d3ad216959a338c2a;hp=3a66ece5b0e138cbb06b8b46d2efcea7a4a82388;hpb=8e4e22ac5ba78049eb5027f08e71426a24fe6b70;p=packages%2Fdokuwiki.git diff --git a/dokuwiki-config.patch b/dokuwiki-config.patch index 3a66ece..1da0444 100644 --- a/dokuwiki-config.patch +++ b/dokuwiki-config.patch @@ -1,30 +1,34 @@ ---- dokuwiki-rc2009-02-06.new/conf/dokuwiki.php 2009-02-07 10:53:46.339771628 +0100 -+++ dokuwiki-0.0.20090214/conf/dokuwiki.php 2009-02-14 19:18:54.000000000 +0100 -@@ -18,7 +18,7 @@ - $conf['lang'] = 'en'; //your language +--- 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['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['savedir'] = './data'; //where to store all the files -+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files - $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1 + $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 - /* Display Options */ -@@ -26,7 +26,7 @@ - $conf['start'] = 'start'; //name of start page - $conf['title'] = '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-rc2009-12-02/install.php~ 2009-12-07 20:47:01.000000000 +0200 -+++ dokuwiki-rc2009-12-02/install.php 2009-12-07 20:47:41.702560038 +0200 -@@ -47,6 +47,7 @@ - '2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad', - '2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865', - 'rc2009-12-02' => '993c4b2b385643efe5abf8e7010e11f4', -+ 'rc2009-12-02-pld' => 'b9f4419b5b1b9b915c35f4cd3c66bda1', + /* 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-2012-09-10/install.php~ 2012-09-10 18:03:15.000000000 +0300 ++++ dokuwiki-2012-09-10/install.php 2012-09-10 18:03:48.869223181 +0300 +@@ -56,7 +56,7 @@ + '2011-05-25' => '4241865472edb6fa14a1227721008072', + '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', + '2012-01-25' => '72c083c73608fc43c586901fd5dabb74', +- '2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3' ++ '2012-09-10' => '465c1415bfcc2865aab936d54b35307c' );