X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=dokuwiki-config.patch;h=1fc87d6b23f93984005ee7e5975d816d2c46e478;hb=6f11ed2daf7e86adedad38df5ecd02e2b5e01f4a;hp=fa4592fae1bb42942b212c30bb071d607c25a169;hpb=2872d9cf1615da92fb11b24a504e38012f4f9c88;p=packages%2Fdokuwiki.git diff --git a/dokuwiki-config.patch b/dokuwiki-config.patch index fa4592f..1fc87d6 100644 --- a/dokuwiki-config.patch +++ b/dokuwiki-config.patch @@ -1,24 +1,31 @@ -NOTE: -you need to update checksum when you modify docuwiki.php - ---- docuwiki/conf/dokuwiki.php~ 2007-06-26 21:27:15.000000000 +0300 -+++ docuwiki/conf/dokuwiki.php 2007-08-19 19:39:43.468686519 +0300 -@@ -18,7 +18,7 @@ - $conf['lang'] = 'en'; //your language +--- 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. -$conf['savedir'] = './data'; //where to store all the files -+$conf['savedir'] = '/var/lib/dokuwiki'; //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['mediarevisions'] = 1; //enable/disable media revisions - /* Display Options */ ---- dokuwiki/install.php~ 2007-08-19 19:43:02.000000000 +0300 -+++ dokuwiki/install.php 2007-08-19 19:43:05.005347572 +0300 -@@ -44,6 +44,7 @@ - '2006-11-06' => 'b3a8af76845977c2000d85d6990dd72b', - '2007-05-24' => 'd80f2740c84c4a6a791fd3c7a353536f', - '2007-06-26' => 'b3ca19c7a654823144119980be73cd77', -+ '2007-06-26-pld' => 'aa124bdad96ae97f3b8c0643913b9cbf', +@@ -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', );