Lines Matching full:to

6  * a local.php file instead to override the settings from here.
16 $conf['title'] = 'DokuWiki'; //what to show in the title
23 $conf['savedir'] = './data'; //where to store all the files
25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
32 $conf['recent'] = 20; //how many entries to show in recent
33 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
34 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
36 $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
44 $conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (max. 5)
46 $conf['maxtoclevel'] = 3; //Up to which level include into AutoTOC (max. 5)
47 $conf['maxseclevel'] = 3; //Up to which level create editable sections (max. 5)
52 $conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes
55 $conf['useacl'] = 0; //Use Access Control Lists to restrict access?
56 $conf['autopasswd'] = 1; //autogenerate passwords and email them to user
59 $conf['defaultgroup']= 'user'; //Default groups new Users are added to
62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user profile
64 $conf['disableactions'] = ''; //comma separated list of actions to disable
65 $conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users
70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remote interfaces. Asterisk (*) to allow all origins. leave empty to deny.
79 // 'hex' - use hex entities to encode the mail address
85 $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes)
86 $conf['cachetime'] = 60*60*24; //maximum age for cachefile in seconds (defaults to a day)
89 // Set target to use when creating links - leave empty for same window
99 $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
100 $conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD)
108 $conf['notify'] = ''; //send change info to this email (leave blank for nobody)
109 $conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody)
115 $conf['logretain'] = 3; //how many days of logs to keep
119 $conf['rss_type'] = 'rss1'; //type of RSS feed to provide, by default:
125 $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
130 $conf['rss_content'] = 'abstract'; //what to put in the items by default?
139 $conf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
140 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
156 $conf['cssdatauri'] = 512; //Maximum byte size of small images to embed into CSS, won't work on IE<8
160 $conf['renderer_xhtml'] = 'xhtml'; //renderer to use for main page generation
161 $conf['readdircache'] = 0; //time cache in second for the readdir operation, 0 to deactivate.
162 $conf['search_nslimit'] = 0; //limit the search to the current X namespaces
166 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
170 $conf['dnslookups'] = 1; //disable to disallow IP to hostname lookups
173 // Trusted proxy servers from which to read the X-Forwarded-For header.
181 // Proxy setup - if your Server needs a proxy to access the web set these