]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-config.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / dokuwiki-config.patch
index 3de452c94386ec6b0fa07462adb98997a8e19b3c..1fc87d6b23f93984005ee7e5975d816d2c46e478 100644 (file)
@@ -1,31 +1,31 @@
---- 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-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 */
 @@ -26,7 +26,7 @@
  $conf['start']       = 'start';           //name of start page
- $conf['title']       = 'DokuWiki';        //what to show in the title
+ $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-2010-11-07/install.php~   2010-11-07 22:42:18.000000000 +0200
-+++ dokuwiki-2010-11-07/install.php    2010-11-07 22:42:40.066936206 +0200
-@@ -47,7 +47,7 @@
-     '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
-     '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
-     '2009-12-25'   => '993c4b2b385643efe5abf8e7010e11f4',
--    '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8'
-+    '2010-11-07'   => 'e5d9d0fc37a774e37587e84e91dc84bc'
+--- 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',
  );
  
  
This page took 0.041031 seconds and 4 git commands to generate.