~ubuntu-branches/ubuntu/quantal/dokuwiki/quantal

« back to all changes in this revision

Viewing changes to .pc/debianize.diff/conf/dokuwiki.php

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2012-01-26 23:10:28 UTC
  • mfrom: (1.1.14) (19.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120126231028-gdcxrxo3j4jqp2de
Tags: 0.0.20120125-1
* New upstream release.
* debian/patches/debianize.diff: updated for the new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
$conf['lang']        = 'en';              //your language
19
19
$conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
20
20
$conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
 
21
$conf['cookiedir']   = '';                //Cookie path. Leave blank for using baseurl.
21
22
$conf['savedir']     = './data';          //where to store all the files
22
23
$conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
 
24
$conf['mediarevisions'] = 1;              //enable/disable media revisions
23
25
 
24
26
/* Display Options */
25
27
 
108
110
$conf['subscribe_time'] = 24*60*60;      //Time after which digests / lists are sent (in sec, default 1 day)
109
111
                                         //Should be smaller than the time specified in recent_days
110
112
$conf['compress']    = 1;                //Strip whitespaces and comments from Styles and JavaScript? 1|0
 
113
$conf['cssdatauri']  = 0;                //Maximum byte size of small images to embed into CSS, won't work on IE<8
111
114
$conf['hidepages']   = '';               //Regexp for pages to be skipped from RSS, Search and Recent Changes
112
115
$conf['send404']     = 0;                //Send a HTTP 404 status for non existing pages?
113
116
$conf['sitemap']     = 0;                //Create a google sitemap? How often? In days.