diff -dur -x '*.orig' dokuwiki-2011-05-25.orig/conf/dokuwiki.php dokuwiki-2011-05-25/conf/dokuwiki.php --- dokuwiki-2011-05-25.orig/conf/dokuwiki.php 2011-06-08 10:34:21.000000000 +0200 +++ dokuwiki-2011-05-25/conf/dokuwiki.php 2011-06-08 10:34:49.000000000 +0200 @@ -18,7 +18,7 @@ $conf['lang'] = 'en'; //your language $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 /* Display Options */ @@ -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 diff -dur -x '*.orig' dokuwiki-2011-05-25.orig/install.php dokuwiki-2011-05-25/install.php --- dokuwiki-2011-05-25.orig/install.php 2011-06-08 10:34:21.000000000 +0200 +++ dokuwiki-2011-05-25/install.php 2011-06-08 10:36:30.000000000 +0200 @@ -48,7 +48,7 @@ '2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865', '2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4', '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8', - '2011-05-25' => '4241865472edb6fa14a1227721008072', + '2011-05-25pld' => '9e9496204af31a3fe6b3b97d58d7c58f', );