]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-config.patch
e9735f302e6c922036b51e9bf97b6d040a0bb3db
[packages/dokuwiki.git] / dokuwiki-config.patch
1 --- dokuwiki-rc2009-02-06.new/conf/dokuwiki.php 2009-02-07 10:53:46.339771628 +0100
2 +++ dokuwiki-0.0.20090214/conf/dokuwiki.php     2009-02-14 19:18:54.000000000 +0100
3 @@ -18,7 +18,7 @@
4  $conf['lang']        = 'en';              //your language
5  $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
6  $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
7 -$conf['savedir']     = './data';          //where to store all the files
8 +$conf['savedir']     = '/var/lib/dokuwiki';          //where to store all the files
9  $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
10  
11  /* Display Options */
12 @@ -26,7 +26,7 @@
13  $conf['start']       = 'start';           //name of start page
14  $conf['title']       = 'DokuWiki';        //what to show in the title
15  $conf['template']    = 'default';         //see lib/tpl directory
16 -$conf['license']     = 'cc-by-nc-sa';     //see conf/license.php
17 +$conf['license']     = 'publicdomain';    //see conf/license.php
18  $conf['fullpath']    = 0;                 //show full path of the document or relative to datadir only? 0|1
19  $conf['recent']      = 20;                //how many entries to show in recent
20  $conf['breadcrumbs'] = 10;                //how many recent visited pages to show
21 --- dokuwiki-rc2011-04-22/install.php~  2011-04-27 00:21:28.000000000 +0300
22 +++ dokuwiki-rc2011-04-22/install.php   2011-04-27 00:22:10.117915194 +0300
23 @@ -48,7 +48,7 @@
24      '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
25      '2009-12-25'   => '993c4b2b385643efe5abf8e7010e11f4',
26      '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8',
27 -    'rc2011-04-22' => '4241865472edb6fa14a1227721008072',
28 +    'rc2011-04-22pld' => '9e9496204af31a3fe6b3b97d58d7c58f',
29  );
30  
31  
This page took 0.042994 seconds and 3 git commands to generate.