]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - config/config-dist.ini
document new options
[SourceForge/phpwiki.git] / config / config-dist.ini
1 ; This is the main configuration file for PhpWiki.
2 ; Note that certain characters are used as comment char and therefore 
3 ; these entries must be in double-quotes. Such as ":", ";", "," and "|"
4 ;
5 ; <?php die(); ?> for security
6 ;
7 ; This file is divided into eight parts. 
8 ; Each one has different configuration settings you can
9 ; change; in all cases the default should work on your system,
10 ; however, we recommend you tailor things to your particular setting.
11 ; Here undefined definitions get defined by config-default.ini settings.
12
13 ;=========================================================================
14 ; Part Zero: Latest Development and Tricky Options
15 ;=========================================================================
16 ; If PHP needs help in finding where you installed the rest of the PhpWiki
17 ; code, you can set the include_path here.
18 ;
19 ; Override PHP's include path so that it can find some needed additional libraries.
20 ; You shouldn't need to do this unless your system include_path esp. your 
21 ; system pear libs are broken or oudated. The PHPWIKI_DIR is automatically 
22 ; put to the front and the local lib/pear path is automatically added to the end.
23 ; But if you define it, be sure to include either the system pear path or 
24 ; the phpwiki/lib/pear path to override your Pear_DB.
25 ; Note that on Windows-based servers, you should use ; rather than :
26 ; as the path separator.
27 ;INCLUDE_PATH = ".:/usr/local/httpd/phpwiki:/usr/share/pear"
28
29 ; Set DEBUG to 1 to view the XHTML and CSS validator icons, page
30 ; processing timer, and possibly other debugging messages at the
31 ; bottom of each page. 65 for a more verbose level with AUTH hints. 
32 ; See lib/config.php for all supported values.
33 ; Default: 0
34 ;DEBUG = 1
35
36 ; Graphical buttons on edit. Default: true
37 ; Reportedly broken on MacOSX Safari
38 ;ENABLE_EDIT_TOOLBAR = false
39
40 ; Adds two additional buttons in EDIT_TOOLBAR, Search&Replace and Undo.
41 ; Undo is experimental. Default: true
42 ;JS_SEARCHREPLACE = true
43
44 ; Note: Enable it for all users. Otherwise as per-user setting in UserPreferences.
45 ; Default: false
46 ;ENABLE_DOUBLECLICKEDIT = false
47
48 ; Enable WYSIWYG editing. Converting back HTML to wikitext does not work in most engines. 
49 ; Experimental!
50 ;ENABLE_WYSIWYG = true
51
52 ; Which backend? Must be seperately installed. See lib/WysiwygEdit/
53 ;  Wikiwyg     http://openjsan.org/doc/i/in/ingy/Wikiwyg/
54 ;  tinymce     http://tinymce.moxiecode.com/ 
55 ;  FCKeditor   http://fckeditor.net/ 
56 ;  spaw        http://sourceforge.net/projects/spaw 
57 ;  htmlarea3   
58 ;  htmlarea2   
59 ;WYSIWYG_BACKEND = Wikiwyg
60
61 ; Store all WYSIWYG pages as HTML? Will loose most link and plugin options.
62 ; Not recommended, but presented here to test several WYSIWYG backends.
63 ;WYSIWYG_DEFAULT_PAGETYPE_HTML = false
64
65 ; Needed for inlined SVG and MathM, but conflicts with document.write(). 
66 ; Experimental. Default: false. Problematic with MSIE6
67 ; See http://hixie.ch/advocacy/xhtml
68 ;ENABLE_XHTML_XML = true
69
70 ; Needs babycart installed. See http://phpwiki.org/SpamAssassinIntegration
71 ; Optionally define BABYCART_PATH. Default: /usr/local/bin/babycart
72 ;ENABLE_SPAMASSASSIN = true
73
74 ; Check for links to blocked external tld domains in new edits, against 
75 ; multi.surbl.org and bl.spamcop.net.
76 ;ENABLE_SPAMBLOCKLIST = true
77
78 ; If more than this number of external links appear on non-authenticated 
79 ; edits it will be rejected as spam.
80 ;NUM_SPAM_LINKS = 20
81
82 ; If GOOGLE_LINKS_NOFOLLOW is true, ref=nofollow is added to 
83 ; all external links to discourage spam. You might want to turn it off,
84 ; if you want to improve pageranks on external links.
85 ; TODO: Add ref=nofollow only for external links added by anonymous users.
86 ; All internal action links do contain ref=nofollow
87 ;GOOGLE_LINKS_NOFOLLOW = false
88
89 ; LiveSearch enables immediate title search results via XMLHttpRequest.
90 ; Displays the results in a dropdown under the titlesearch inputbox
91 ; while typing. (experimental, only with certain themes)
92 ; You'll have to copy livesearch.js from http://blog.bitflux.ch/wiki/LiveSearch
93 ; to themes/default/ and define ENABLE_LIVESEARCH in config.ini to true. 
94 ; See themes/blog/themeinfo.php.
95 ; We used the bitflux.ch library temporarily, but we are changing to 
96 ; the better moacdropdown. 
97 ;ENABLE_LIVESEARCH = true
98
99 ; ENABLE_ACDROPDOWN replaces ENABLE_LIVESEARCH
100 ; http://momche.net/publish/article.php?page=acdropdown
101 ;ENABLE_ACDROPDOWN = true
102
103 ; Experimental WikiPedia feature: Force Discussion/Article link at the topnavbar.
104 ;ENABLE_DISCUSSION_LINK = true
105
106 ; If set to true, add some anti-spam countermeasures based on captcha
107 ; tests.  See http://www.captcha.net/ for more information on captcha.
108 ;ENABLE_CAPTCHA = true 
109
110 ; If USE_CAPTCHA_RANDOM_WORD is set to true,
111 ; Captcha will use a random word, otherwise a dictionary word.
112 ;USE_CAPTCHA_RANDOM_WORD = false
113
114 ; USE_SAFE_DBSESSION should be enabled, if you encounter session problems, with 
115 ; duplicate INSERT sess_id warnings at the bottom of the page. Reason is a 
116 ; unreliable affected_rows implementation() in the sql backend. 
117 ; Default is Disabled, using the fastest DbSession UPDATE method.
118 ;USE_SAFE_DBSESSION = false
119
120 ; If true don't use UserName/Blog/day/time pagenames for the ADMIN_USER, but 
121 ; Blog/day/time only. Convenience for a single-user blog theme.
122 ;BLOG_DEFAULT_EMPTY_PREFIX = true
123
124 ;==========================================================================
125 ; Part One: Authentication and security settings.
126 ;
127 ; See Part Three for more.
128 ;==========================================================================
129
130 ; The name of your wiki.
131 ;
132 ; This is used to generate a keywords meta tag in the HTML templates,
133 ; in bookmark titles for any bookmarks made to pages in your wiki,
134 ; and during RSS generation for the title of the RSS channel.
135 ;
136 ; To use your own logo and signature files, name them PhpWikiLogo.png
137 ; and PhpWikiSignature.png and put them into themes/default/images
138 ; (substituting "PhpWiki" in the filename with the name you define
139 ; here).
140 ;
141 ; It is recommended this be a relatively short WikiWord like the
142 ; InterWiki monikers found in the InterWikiMap. (For examples, see
143 ; lib/interwiki.map).
144 WIKI_NAME = PhpWiki
145
146 ; Username and password of administrator.
147 ;
148 ; Set these to your preferences. For heaven's sake pick a good
149 ; password and use the passencrypt.php tool to encrypt the password from
150 ; prying eyes.
151 ; http://wolfram.org/writing/howto/password.html
152
153 ; Logging into the wiki with the admin user and password allows you to lock,
154 ; unlock, or remove pages and to perform other PhpWikiAdministration
155 ; functions. On all other occasions you should simply log in with your
156 ; regular WikiName.
157 ; If your password contains special chars like ";" or ":" better quote it in double-quotes.
158 ;ADMIN_USER = 
159
160 ; You must set this! Username and password of the administrator.
161 ; ADMIN_PASSWD is ignored on HttpAuth
162 ;ADMIN_PASSWD =
163
164 ; It is recommended that you use encrypted passwords to be stored in the 
165 ; config.ini and the users homepages metadata.
166 ; You might want to use the passencrypt.php utility to encode the
167 ; admin password, in the event that someone gains ftp or ssh access to the
168 ; server and directory containing phpwiki. 
169 ; <i>SQL access passwords cannot be encrypted, besides using external DATABASE_DSN aliases within PDO.</i>
170
171 ; If true, all user passwords will be stored encrypted.
172 ; You might have to set it to false, if your PHP doesn't support crypt().
173 ; To use plain text passwords, in particular for the ADMIN_PASSWD, set
174 ; ENCRYPTED_PASSWD to false.
175 ENCRYPTED_PASSWD = true
176
177 ; Visitor Hostname Lookup
178 ;
179 ; If set, reverse dns lookups will be performed to attempt to convert
180 ; the user's IP number into a host name, in the case where the http
181 ; server does not do this.
182 ENABLE_REVERSE_DNS = true
183
184 ; Private ZIP Dumps of All Wiki Pages
185 ;
186 ; If true, only the admin user can make zip dumps. Otherwise anyone
187 ; may download all wiki pages as a single zip archive.
188 ZIPDUMP_AUTH = false
189
190 ; The RawHtml plugin allows page authors to embed real, raw HTML into Wiki
191 ; pages.  This is a possible security threat, as much HTML (or, rather,
192 ; JavaScript) can be very risky.  If you are in a controlled environment,
193 ; or you are using the two options below, however, it could be of use. 
194 ENABLE_RAW_HTML = true
195
196 ; If this is set, only pages locked by the Administrator may contain the
197 ; RawHtml plugin
198 ENABLE_RAW_HTML_LOCKEDONLY = true
199
200 ; If this is set, all unsafe html code is stripped automatically (experimental!)
201 ; See http://chxo.com/scripts/safe_html-test.php
202 ENABLE_RAW_HTML_SAFE = true
203
204 ; If you define this to true, (MIME-type) page-dumps (either zip dumps,
205 ; or "dumps to directory" will be encoded using the quoted-printable
206 ; encoding.  If you're actually thinking of mailing the raw page dumps,
207 ; then this might be useful, since (among other things,) it ensures
208 ; that all lines in the message body are under 80 characters in length.
209 ;
210 ; Also, setting this will cause a few additional mail headers
211 ; to be generated, so that the resulting dumps are valid
212 ; RFC 2822 e-mail messages.
213 ;
214 ; Probably you can just leave this set to false, in which case you get
215 ; raw ('binary' content-encoding) page dumps.
216 STRICT_MAILABLE_PAGEDUMPS = false
217
218 ; Here you can change the default dump directories.
219 ; (Can be overridden by the directory argument)
220 DEFAULT_DUMP_DIR = /tmp/wikidump
221 HTML_DUMP_DIR    = /tmp/wikidumphtml
222
223 ; Filename suffix used for XHTML page dumps.
224 ; If you don't want any suffix just comment this out.
225 HTML_DUMP_SUFFIX = .html
226
227 ; The maximum file upload size, in bytes.
228 ; The default, 16777216, is 16MB.
229 MAX_UPLOAD_SIZE = 16777216
230
231 ; If the last edit is older than MINOR_EDIT_TIMEOUT seconds, the
232 ; default state for the "minor edit" checkbox on the edit page form
233 ; will be off.
234 ; The default, 604800, is one week (7 days): 7 * 24 * 3600
235 MINOR_EDIT_TIMEOUT = 604800
236
237 ; Actions listed in this array will not be allowed.  The complete list
238 ; of actions can be found in lib/main.php with the function
239 ; getActionDescription. 
240 ;
241 ; browse, create, diff, dumphtml, dumpserial, edit, loadfile, lock, 
242 ; remove, revert, xmlrpc, soap, unlock, upload, viewsource, zip, ziphtml, ...
243 ;DISABLED_ACTIONS = "dumpserial : loadfile"
244
245 ; If you enable this option, every page is moderated by the ModeratedPage
246 ; actionpage plugin. Changing a moderated page will be delayed to be 
247 ; granted by a moderator by email. Default: false to allow finer control.
248 ;ENABLE_MODERATEDPAGE_ALL = true
249
250 ; PhpWiki can generate an access_log (in "NCSA combined log" format)
251 ; for you. If you want one, define this to the name of the log
252 ; file. The server must have write access to the directory specified.
253 ; Preferred is to use SQL access logging as below.
254 ; Note that even you define ACCESS_LOG_SQL logs are written to this file also.
255 ;
256 ; Default: empty - no access log file will be generated.
257 ;ACCESS_LOG = /var/tmp/wiki_access_log
258
259 ; PhpWiki can read and/or write mod_log_sql accesslog tables for faster
260 ; abuse detection and referer lists.
261 ; See http://www.outoforder.cc/projects/apache/mod_log_sql/docs-2.0/#id2756178
262 ;
263 ; If defined (e.g. 1) read-access is done via SQL. 
264 ; If flag 2 is set, phpwiki also writes. Default on SQL database.
265 ; This must use DATABASE_TYPE = SQL or ADODB or PDO.
266 ;   ACCESS_LOG_SQL = 0 ; disable SQL access logging
267 ;   ACCESS_LOG_SQL = 1 ; phpwiki reads, apache mod_log_sql writes
268 ;ACCESS_LOG_SQL = 2 ; read + write
269
270 ; By default PhpWiki will try to have PHP compress its output
271 ; before sending it to the browser, if you have a recent enough
272 ; version of PHP and the browser and action supports it.
273 ;
274 ; Define COMPRESS_OUTPUT to false to prevent output compression.
275 ; Define COMPRESS_OUTPUT to true to force output compression,
276 ; even if we think your version of PHP does this in a buggy
277 ; fashion.
278 ; Leave it undefined to leave the choice up to PhpWiki. (Recommended)
279 ;
280 ; WARNING: Compressing the output has been reported to cause problems
281 ; when PHP is running on MacOSX or on redirected requests.
282 ; This setting should now be correctly determined automatically.
283 ;COMPRESS_OUTPUT = false
284
285 ; This controls how PhpWiki sets the HTTP cache control
286 ; headers (Expires: and Cache-Control:) 
287 ;
288 ; Choose one of:
289 ;
290 ; NO_CACHE: This is roughly the old (pre 1.3.4) behavior.  PhpWiki will
291 ;       instruct proxies and browsers never to cache PhpWiki output.
292 ;       This was previously called 'NONE', but NONE was treated specially 
293 ;       by parse_ini_config().
294 ;
295 ; STRICT: Cached pages will be invalidated whenever the database global
296 ;       timestamp changes.  This should behave just like NO_CACHE (modulo
297 ;       bugs in PhpWiki and your proxies and browsers), except that
298 ;       things will be slightly more efficient.
299 ;
300 ; LOOSE: Cached pages will be invalidated whenever they are edited,
301 ;       or, if the pages include plugins, when the plugin output could
302 ;       concievably have changed.
303 ;
304 ;       Behavior should be much like STRICT, except that sometimes
305 ;       wikilinks will show up as undefined (with the question mark)
306 ;       when in fact they refer to (recently) created pages.
307 ;       (Hitting your browsers reload or perhaps shift-reload button
308 ;       should fix the problem.)
309 ;
310 ; ALLOW_STALE: Proxies and browsers will be allowed to used stale pages.
311 ;       (The timeout for stale pages is controlled by CACHE_CONTROL_MAX_AGE.)
312 ;
313 ;       This setting will result in quirky behavior.  When you edit a
314 ;       page your changes may not show up until you shift-reload the
315 ;       page, etc...
316 ;
317 ;       This setting is generally not advisable, however it may be useful
318 ;       in certain cases (e.g. if your wiki gets lots of page views,
319 ;       and few edits by knowledgable people who won't freak over the quirks.)
320 ;
321 ; The recommended default is currently LOOSE.
322 ;
323 CACHE_CONTROL = LOOSE
324
325 ; Maximum page staleness, in seconds.
326 ;
327 ; This only has effect if CACHE_CONTROL is set to ALLOW_STALE.
328 CACHE_CONTROL_MAX_AGE = 600
329
330 ; PhpWiki normally caches a preparsed version (i.e. mostly
331 ; converted to HTML) of the most recent version of each page.
332 ; (Parsing the wiki-markup takes a fair amount of CPU.)
333 ; Define WIKIDB_NOCACHE_MARKUP to true to disable the
334 ; caching of marked-up page content.
335 ; Note that you can also disable markup caching on a per-page
336 ; temporary basis by addinging a query arg of '?nocache=1'
337 ; to the URL to the page or by adding a NoCache plugin line. 
338 ; Use '?nocache=purge' to completely discard the cached version of the page.
339 ; You can also purge the cached markup globally by using the
340 ; "Purge Markup Cache" button on the PhpWikiAdministration page.
341 ; Enable only for old php's with low memory or memory_limit=8MB.
342 ; Default: false
343 ;WIKIDB_NOCACHE_MARKUP = true
344
345 COOKIE_EXPIRATION_DAYS = 365
346 ; Default path for the wikiuser cookie. You need to specify this more explicitly
347 ; if you want to enable different users on different wikis on the same host.
348 ;COOKIE_DOMAIN = "/"
349
350 ; The login code now uses PHP's session support. Usually, the default
351 ; configuration of PHP is to store the session state information in
352 ; /tmp. That probably will work fine, but fails e.g. on clustered
353 ; servers where each server has their own distinct /tmp (this is the
354 ; case on SourceForge's project web server.) You can specify an
355 ; alternate directory in which to store state information like so
356 ; (whatever user your httpd runs as must have read/write permission
357 ; in this directory)
358 ;
359 ; On USE_DB_SESSION = true you can ignore this.
360 ;SESSION_SAVE_PATH = some_other_directory
361
362 ; On USE_DB_SESSION = true or false you can force the behaviour 
363 ; how to transport session data.
364 ;USE_DB_SESSION = false 
365
366 ;======================================================================
367 ; Part Two: Database Selection
368 ;======================================================================
369
370 ; Select the database backend type:
371 ;
372 ;       SQL:   access one of several SQL databases using the PEAR DB library.
373 ;       ADODB: uses the ADODB library for data access.     (most general)
374 ;       PDO:   The new PHP5 dataobkject library. (experimental, no paging yet)
375 ;       dba:   use one of the standard UNIX dbm libraries. Use BerkeleyDB (db3,4) (fastest)
376 ;       file:  use a serialized file database. (easiest)
377 ;       flatfile:  use a flat file database. (experimental, readable, slow)
378 ;       cvs:   use a CVS server to store everything. (experimental, slowest, not recommended)
379 DATABASE_TYPE = dba
380    
381 ; Prefix for filenames or table names
382 ;
383 ; Currently you MUST EDIT THE SQL file too (in the schemas/
384 ; directory because we aren't doing on the fly sql generation
385 ; during the installation.
386 ; Note: This prefix is NOT prepended to the default DBAUTH_
387 ;       tables user, pref and member!
388 ;DATABASE_PREFIX = phpwiki_
389
390 ; For SQL based backends, specify the database as a DSN (Data Source Name),
391 ; a kind of URL for databases.
392 ;
393 ; The most general form of a DSN looks like:
394 ;
395 ;       dbtype(dbsyntax)://username:password@protocol+hostspec/database?option=value&option2=value2
396 ;
397 ; For a MySQL database, the following should work:
398 ;
399 ;       mysql://user:password@host/databasename
400 ;
401 ; To connect over a unix socket, use something like
402 ;
403 ;       mysql://user:password@unix(/path/to/socket)/databasename
404 ;
405 ; Valid values for dbtype are mysql, pgsql, or sqlite.
406 ;
407 DATABASE_DSN = "mysql://guest@unix(/var/lib/mysql/mysql.sock)/test"
408
409 ; Keep persistent connections: (mysql_pconnect, ...)
410 ; Recommended is false for bigger servers, and true for small servers 
411 ; with not so many connections. postgresql: Please leave it false. Default: false
412 ; Should really be set as database option in the DSN above.
413 DATABASE_PERSISTENT = false
414
415 ; A table to store session information.  Only needed by SQL backends.
416 ;
417 ; A word of warning - any prefix defined above will be prepended to whatever
418 ; is given here.
419 DATABASE_SESSION_TABLE = session
420
421 ; For the file and dba backends, this specifies where the data files will be
422 ; located.  Ensure that the user that the webserver runs as has write access
423 ; to this directory.
424 ;
425 ; WARNING: leaving this as the default of '/tmp' will almost guarantee that
426 ; you'll lose your wiki data at some stage.
427 DATABASE_DIRECTORY = /tmp
428
429 ; For the dba backend, this defines which DBA variant you wish to use.
430 ;       gdbm - commonly available, Fedora not. Not recommended anymore.
431 ;       db2 - Berkeley DB v2; not supported by modern versions of PHP.
432 ;       db3 - Berkeley DB v3; as per db2. The best on Windows.
433 ;       db4 - Berkeley DB v4; current version, however PHP has some issues
434 ;               with it's db4 support.
435 ;       dbm - Older dba handler; suffers from limits on the size of data
436 ;               items.
437 ; Better not use other hacks such as inifile, flatfile or cdb.
438 DATABASE_DBA_HANDLER = db4
439
440 ; How long will the system wait for a database operation to complete?
441 ; Specified in seconds.
442 DATABASE_TIMEOUT = 12
443
444 ; How often to try and optimise the database. Specified in seconds. 
445 ; Set to 0 to disable optimisation completely. Default is 50 (seconds).
446 ;
447 ; This is a fairly crude way of doing things as it requires a page save
448 ; to occur during the right minute for the optimisation to be triggered. 
449 ;
450 ; With most modern databases (eg. Postgres) and distributions (eg. Debian)
451 ; the system maintenance scripts take care of this nightly, so you will want
452 ; to set this parameter to 0 (disabled).
453 ;DATABASE_OPTIMISE_FREQUENCY = 50
454
455 ; Optional: Administrative SQL DB access (for action=upgrade)
456 ; If action=upgrade detects (My)SQL problems, but has no ALTER permissions, 
457 ; give here a database username which has the necessary ALTER or CREATE permissions.
458 ; Of course you can fix your database manually. See lib/upgrade.php for known issues.
459 ;DBADMIN_USER = root
460
461 ; Optional: Administrative SQL DB access (for action=upgrade)
462 ;DBADMIN_PASSWD = secret
463
464 ; Store DB query results (esp. for page lists) in memory to avoid duplicate queries.
465 ; Disable only for old php's with low memory or memory_limit=8MB.
466 ; Requires at least memory_limit=16MB
467 ; Default: true
468 ;USECACHE = false
469
470 ;========================================================================
471 ; Section 3a: Page revisions
472 ;
473 ; The next section controls how many old revisions of each page are
474 ; kept in the database.
475 ;========================================================================
476
477 ; There are two basic classes of revisions: major and minor. Which
478 ; class a revision belongs in is determined by whether the author
479 ; checked the "this is a minor revision" checkbox when they saved the
480 ; page.
481
482 ; There is, additionally, a third class of revisions: author
483 ; revisions. The most recent non-mergable revision from each distinct
484 ; author is an author revision.
485 ;
486 ; The expiry parameters for each of those three classes of revisions
487 ; can be adjusted seperately. For each class there are five
488 ; parameters (usually, only two or three of the five are actually
489 ; set) which control how long those revisions are kept in the
490 ; database.
491 ;
492 ;   MAX_KEEP: If set, this specifies an absolute maximum for the
493 ;             number of archived revisions of that class. This is
494 ;             meant to be used as a safety cap when a non-zero
495 ;             min_age is specified. It should be set relatively high,
496 ;             and it's purpose is to prevent malicious or accidental
497 ;             database overflow due to someone causing an
498 ;             unreasonable number of edits in a short period of time.
499 ;
500 ;   MIN_AGE:  Revisions younger than this (based upon the supplanted
501 ;             date) will be kept unless max_keep is exceeded. The age
502 ;             should be specified in days. It should be a
503 ;             non-negative, real number,
504 ;
505 ;   MIN_KEEP: At least this many revisions will be kept.
506 ;
507 ;   KEEP: No more than this many revisions will be kept.
508 ;
509 ;   MAX_AGE:  No revision older than this age will be kept.
510 ;
511 ; Definitions of terms used above:
512 ;
513 ; Supplanted date: Revisions are timestamped at the instant that they
514 ; cease being the current revision. Revision age is computed using
515 ; this timestamp, not the edit time of the page.
516 ;
517 ; Merging: When a minor revision is deleted, if the preceding
518 ; revision is by the same author, the minor revision is merged with
519 ; the preceding revision before it is deleted. Essentially: this
520 ; replaces the content (and supplanted timestamp) of the previous
521 ; revision with the content after the merged minor edit, the rest of
522 ; the page metadata for the preceding version (summary, mtime, ...)
523 ; is not changed.
524 ;
525 ; Let all revisions be stored. Default since 1.3.11
526 ;MAJOR_MIN_KEEP = 2147483647
527 ;MINOR_MIN_KEEP = 2147483647
528
529 ; Keep up to 8 major edits, but keep them no longer than a month.
530 MAJOR_MAX_AGE = 32
531 MAJOR_KEEP = 8
532
533 ; Keep up to 4 minor edits, but keep them no longer than a week.
534 MINOR_MAX_AGE = 7
535 MINOR_KEEP = 4
536
537 ; Keep the latest contributions of the last 8 authors up to a year.
538 ; Additionally, (in the case of a particularly active page) try to
539 ; keep the latest contributions of all authors in the last week (even
540 ; if there are more than eight of them,) but in no case keep more
541 ; than twenty unique author revisions.
542 AUTHOR_MAX_AGE = 365
543 AUTHOR_KEEP = 8
544 AUTHOR_MIN_AGE = 7
545 AUTHOR_MAX_KEEP = 20
546
547 ;========================================================================
548 ; Part Three: User Authentication
549 ;========================================================================
550 ;
551 ; New user authentication configuration:
552 ; We support three basic authentication methods and a stacked array 
553 ; of advanced auth methods to get and check the passwords:
554 ;
555 ; ALLOW_ANON_USER         default true
556 ; ALLOW_ANON_EDIT         default true
557 ; ALLOW_BOGO_LOGIN        default true
558 ; ALLOW_USER_PASSWORDS    default true
559
560 ; allow anon users to view or edit any existing pages
561 ALLOW_ANON_USER = true
562 ; allow anon users to edit pages
563 ALLOW_ANON_EDIT = true
564
565 ; If ALLOW_BOGO_LOGIN is true, users are allowed to login (with
566 ; any/no password) using any userid which: 
567 ;  1) is not the ADMIN_USER, and
568 ;  2) is a valid WikiWord (matches $WikiNameRegexp.)
569 ; If true, users may be created by themselves. Otherwise we need seperate auth. 
570 ; If such a user will create a so called HomePage with his userid, he will 
571 ; be able to store his preferences and password there.
572 ALLOW_BOGO_LOGIN = true
573
574 ; True User Authentication:
575 ; To require user passwords:
576 ;   ALLOW_ANON_USER = false
577 ;   ALLOW_ANON_EDIT = false
578 ;   ALLOW_BOGO_LOGIN = false,
579 ;   ALLOW_USER_PASSWORDS = true.
580 ; Otherwise any anon or bogo user might login without any or a wrong password.
581 ALLOW_USER_PASSWORDS = true
582
583 ; Many different methods can be used to check user's passwords:
584 ;   BogoLogin:     WikiWord username, with no *actual* password checking,
585 ;                   although the user will still have to enter one.
586 ;   PersonalPage:  Store passwords in the users homepage metadata (simple)
587 ;   Db:            Use DBAUTH_AUTH_* (see below) with PearDB or 
588 ;                   ADODB only.
589 ;   LDAP:          Authenticate against LDAP_AUTH_HOST with LDAP_BASE_DN
590 ;   IMAP:          Authenticate against IMAP_AUTH_HOST (email account)
591 ;   POP3:          Authenticate against POP3_AUTH_HOST (email account)
592 ;   Session:       Get username and level from a PHP session variable. (e.g. for gforge)
593 ;   File:          Store username:crypted-passwords in .htaccess like files. 
594 ;                  Use Apache's htpasswd to manage this file.
595 ;   HttpAuth:      Use the protection by the webserver (.htaccess/.htpasswd)
596 ;                  Note that the ADMIN_USER should exist also.
597 ;                  Using HttpAuth disables all other methods and no userauth sessions are used.
598 ;                  With mod_ntlm and mod_auth_sspi use this. (automatic login with MSIE)
599 ;
600 ; Several of these methods can be used together, in the manner specified by
601 ; USER_AUTH_POLICY, below.  To specify multiple authentication methods,
602 ; separate the name of each one with colons.
603 ; USER_AUTH_ORDER = "BogoLogin : PersonalPage"
604 ;USER_AUTH_ORDER = "PersonalPage : Db"
605
606 ; For "security" purposes, you can specify that a password be at least a
607 ; certain number of characters long.  This applies even to the BogoLogin
608 ; method. Default: 0 (to allow immediate passwordless BogoLogin)
609 ;PASSWORD_LENGTH_MINIMUM = 6
610     
611 ; The following policies are available for user authentication:
612 ;       first-only: use only the first method in USER_AUTH_ORDER
613 ;       old:        ignore USER_AUTH_ORDER and try to use all available 
614 ;                       methods as in the previous PhpWiki releases (slow)
615 ;       strict:     check if the user exists for all methods: 
616 ;                       on the first existing user, try the password. 
617 ;                       dont try the other methods on failure then
618 ;       stacked:    check the given user - password combination for all
619 ;                       methods and return true on the first success.
620 USER_AUTH_POLICY = stacked
621
622 ; Enable the new extended method of handling WikiUsers to support external auth and PAGEPERM.
623 ; Servers with memory-limit problems might want to turn it off. It costs ~300KB
624 ; Default: true
625 ;ENABLE_USER_NEW = false
626
627 ; Use access control lists (as in Solaris and Windows NTFS) per page and group, 
628 ; not per user for the whole wiki.
629
630 ; We suspect ACL page permissions to degrade speed by 10%. 
631 ; GROUP_METHOD=WIKIPAGE is slowest.
632 ; Default: true
633 ;ENABLE_PAGEPERM = false
634
635 ; LDAP authentication options:
636 ;
637 ; The LDAP server to connect to.  Can either be a hostname, or a complete
638 ; URL to the server (useful if you want to use ldaps or specify a different
639 ; port number).
640 ;LDAP_AUTH_HOST = "ldap://localhost:389"
641
642 ; The organizational or domain BASE DN: e.g. "dc=mydomain,dc=com".
643 ;
644 ; Note: ou=Users and ou=Groups are used for GroupLdap Membership
645 ; Better use LDAP_OU_USERS and LDAP_OU_GROUP with GROUP_METHOD=LDAP.
646 ;LDAP_BASE_DN = "ou=Users,o=Development,dc=mycompany.com"
647
648 ; Some LDAP servers need some more options, such as the Windows Active
649 ; Directory Server.  Specify the options (as allowed by the PHP LDAP module)
650 ; and their values as NAME=value pairs separated by colons.
651 ;LDAP_SET_OPTION = "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0"
652
653 ; DN to initially bind to the LDAP server as. This is needed if the server doesn't 
654 ; allow anonymous queries. (Windows Active Directory Server)
655 ;LDAP_AUTH_USER = "CN=ldapuser,ou=Users,o=Development,dc=mycompany.com"
656
657 ; Password to use to initially bind to the LDAP server, as the DN 
658 ; specified in the LDAP_AUTH_USER option (above).
659 ;LDAP_AUTH_PASSWORD = secret
660
661 ; If you want to match usernames against an attribute other than uid,
662 ; specify it here. Default: uid
663 ;LDAP_SEARCH_FIELD = sAMAccountName
664
665 ; If you have an organizational unit for all users, define it here.
666 ; This narrows the search, and is needed for LDAP group membership (if GROUP_METHOD=LDAP)
667 ; Default: ou=Users
668 ;LDAP_OU_USERS = ou=Users
669
670 ; If you have an organizational unit for all groups, define it here.
671 ; This narrows the search, and is needed for LDAP group membership (if GROUP_METHOD=LDAP)
672 ; The entries in this ou must have a gidNumber and cn attribute.
673 ; Default: ou=Groups
674 ;LDAP_OU_GROUP = ou=Groups
675
676
677 ; IMAP authentication options:
678 ;
679 ; The IMAP server to check usernames from.  Defaults to localhost.
680 ;
681 ; Some IMAP_AUTH_HOST samples:
682 ;   "localhost", "localhost:143/imap/notls", 
683 ;   "localhost:993/imap/ssl/novalidate-cert" (SuSE refuses non-SSL conections)
684 ;IMAP_AUTH_HOST = "localhost:143/imap/notls"
685
686 ; POP3 authentication options:
687 ;
688 ; Host to connect to.
689 ;POP3_AUTH_HOST = "localhost:110"
690
691 ; Port to connect. Deprecated: Use POP3_AUTH_HOST:<port> instead
692 ;POP3_AUTH_PORT = 110
693
694 ; File authentication options:
695 ;
696 ; File to read for authentication information.
697 ; Popular choices are /etc/shadow and /etc/httpd/.htpasswd
698 ;AUTH_USER_FILE = /etc/shadow
699
700 ; Defines whether the user is able to change their own password via PHPWiki.
701 ; Note that this means that the webserver user must be able to write to the
702 ; file specified in AUTH_USER_FILE.
703 ;AUTH_USER_FILE_STORABLE = false
704
705 ; Session Auth:
706 ; Name of the session variable which holds the already authenticated username.
707 ; Sample: "userid", "user[username]", "user->username"
708 ;AUTH_SESS_USER = userid
709
710 ; Which level will the user be? 1 = Bogo or 2 = Pass
711 ;AUTH_SESS_LEVEL = 2
712
713 ; Group membership.  PhpWiki supports defining permissions for a group as
714 ; well as for individual users.  This defines how group membership information
715 ; is obtained.  Supported values are:
716 ;
717 ;       "NONE"          Disable group membership (Fastest). Note the required quoting.
718 ;       WIKIPAGE        Define groups as list at "CategoryGroup". (Slowest, but easiest to maintain)
719 ;       DB              Stored in an SQL database. Optionally external. See USERS/GROUPS queries
720 ;       FILE            Flatfile. See AUTH_GROUP_FILE below.
721 ;       LDAP            LDAP groups. See "LDAP authentication options" above and 
722 ;                       lib/WikiGroup.php. (experimental)
723 GROUP_METHOD = WIKIPAGE
724
725 ; Page where all groups are listed. Default: Translation of "CategoryGroup"
726 ;CATEGORY_GROUP_PAGE = CategoryGroup
727
728 ; For GROUP_METHOD = FILE, the file given below is referenced to obtain
729 ; group membership information.  It should be in the same format as the
730 ; standard unix /etc/groups(5) file.
731 ;AUTH_GROUP_FILE = /etc/groups
732
733 ; External database authentication and authorization.
734 ;
735 ; If USER_AUTH_ORDER includes Db, or GROUP_METHOD = DB, the options listed
736 ; below define the SQL queries used to obtain the information out of the
737 ; database, and (in some cases) store the information back to the DB.
738 ;
739 ; The options appropriate for each query are currently undocumented, and
740 ; you should not be surprised if things change mightily in the future.
741 ;
742 ; A database DSN to connect to.  Defaults to the DSN specified for the Wiki
743 ; as a whole.
744 ;DBAUTH_AUTH_DSN = "mysql://wikiuser:@127.0.0.1/phpwiki"
745 ;
746 ; USER/PASSWORD queries
747 ;
748 ; For USER_AUTH_POLICY=strict and the Db method this is required:
749 ;DBAUTH_AUTH_USER_EXISTS = "SELECT userid FROM pref WHERE userid='$userid'"
750
751 ; Check to see if the supplied username/password pair is OK
752 ;
753 ; Plaintext Passwords:
754 ; DBAUTH_AUTH_CHECK = "SELECT IF(TRIM(passwd)='$password',1,0) AS ok FROM pref WHERE TRIM(userid)='$userid'"
755 ;
756 ; Database-hashed passwords (more secure):
757 ;DBAUTH_AUTH_CHECK = "SELECT IF(TRIM(passwd)=PASSWORD('$password'),1,0) AS ok FROM pref WHERE TRIM(userid)='$userid'"
758 DBAUTH_AUTH_CRYPT_METHOD = plain
759
760 ; If you want to use Unix crypt()ed passwords, you can use DBAUTH_AUTH_CHECK
761 ; to get the password out of the database with a simple SELECT query, and
762 ; specify DBAUTH_AUTH_USER_EXISTS and DBAUTH_AUTH_CRYPT_METHOD:
763 ;DBAUTH_AUTH_CHECK = "SELECT passwd FROM pref WHERE TRIM(userid)='$userid'"
764 ; DBAUTH_AUTH_CRYPT_METHOD = crypt
765
766 ; Update the user's authentication credential.  If this is not defined but
767 ; DBAUTH_AUTH_CHECK is, then the user will be unable to update their
768 ; password.
769 ;
770 ; Database-hashed passwords:
771 ; DBAUTH_AUTH_UPDATE = "UPDATE pref SET passwd=PASSWORD('$password') WHERE userid='$userid'"
772 ; Plaintext passwords:
773 ;DBAUTH_AUTH_UPDATE = "UPDATE pref SET passwd='$password' WHERE userid='$userid'"
774
775 ; Allow users to create their own account.
776 ; with CRYPT_METHOD=crypt e.g:
777 ; DBAUTH_AUTH_CREATE = "INSERT INTO pref (passwd,userid) VALUES ('$password','$userid')"
778 ; with CRYPT_METHOD=plain:
779 ;DBAUTH_AUTH_CREATE = "INSERT INTO pref (passwd,userid) VALUES (PASSWORD('$password'),'$userid')"
780
781 ; USER/PREFERENCE queries
782 ;
783 ; If you choose to store your preferences in an external database, enable
784 ; the following queries.  Note that if you choose to store user preferences
785 ; in the 'user' table, only registered users get their prefs from the database,
786 ; self-created users do not.  Better to use the special 'pref' table.
787 ;
788 ; The prefs field stores the serialized form of the user's preferences array,
789 ; to ease the complication of storage.
790 ;DBAUTH_PREF_SELECT = "SELECT prefs FROM pref WHERE userid='$userid'"
791
792 ; Update the user's preferences
793 ;DBAUTH_PREF_UPDATE = "UPDATE pref SET prefs='$pref_blob' WHERE userid='$userid'"
794 ;DBAUTH_PREF_INSERT = "INSERT INTO pref (userid,prefs) VALUES ('$userid','$pref_blob')"
795
796 ; USERS/GROUPS queries
797 ;
798 ; You can define 1:n or n:m user<=>group relations, as you wish.
799 ;
800 ; Sample configurations:
801 ;  Only one group per user - 1:n: (Default)
802 ;   DBAUTH_IS_MEMBER     = "SELECT userid FROM pref WHERE userid='$userid' AND groupname='$groupname'"
803 ;   DBAUTH_GROUP_MEMBERS = "SELECT userid FROM pref WHERE groupname='$groupname'"
804 ;   DBAUTH_USER_GROUPS   = "SELECT groupname FROM pref WHERE userid='$userid'"
805 ;  Multiple groups per user - n:m:
806 ;   DBAUTH_IS_MEMBER     = "SELECT userid FROM member WHERE userid='$userid' AND groupname='$groupname'"
807 ;   DBAUTH_GROUP_MEMBERS = "SELECT DISTINCT userid FROM member WHERE groupname='$groupname'"
808 ;   DBAUTH_USER_GROUPS   = "SELECT groupname FROM member WHERE userid='$userid'"
809
810 ;========================================================================
811 ; Part Four: Page appearance and layout
812 ;========================================================================
813
814 ; THEMES
815 ;
816 ; Most of the page appearance is controlled by files in the theme
817 ; subdirectory.
818 ;
819 ; There are a number of pre-defined themes shipped with PhpWiki.
820 ; Or you may create your own (e.g. by copying and then modifying one of
821 ; stock themes.)
822 ;
823 ; The complete list of installed themes can be found by doing 'ls themes/'
824 ; from the root of your PHPWiki installation.
825 ; white on yellow with fat blue links:
826 THEME = default
827 ; almost fully iconized classic grey MacOSX design:
828 ;THEME = MacOSX
829 ; as default, just some tricks to make the buttons smaller:
830 ;THEME = smaller
831 ; the popular wikipedia layout:
832 ;THEME = MonoBook
833 ; the popular Wordpress layout:
834 ;THEME = Wordpress
835 ; pure old-style c2wiki layout:
836 ;THEME = Portland
837 ; example with some sidebar boxes:
838 ;THEME = Sidebar
839 ; mozilla friendly, with lots of icons instead of buttons (i18n friendly):
840 ;THEME = Crao
841 ; default + rateit navbar:
842 ;THEME = wikilens
843 ; blogger style, rounded (experimental):
844 ;THEME = blog
845 ; minimalistic:
846 ;THEME = shamino_com
847 ; heavy space-y layout:
848 ;THEME = SpaceWiki
849 ; random heavy images:
850 ;THEME = Hawaiian
851
852 ; Select a valid charset name to be inserted into the xml/html pages,
853 ; and to reference links to the stylesheets (css). For more info see:
854 ; <http://www.iana.org/assignments/character-sets>. Note that PhpWiki
855 ; has been extensively tested only with the latin1 (iso-8859-1)
856 ; character set.
857 ;
858 ; If you change the default from iso-8859-1 with existing pages, 
859 ; PhpWiki may not work properly and will require modifications in all existing pages. 
860 ; You'll have to dump the old pages with the old charset
861 ; and import it into the new one after having changed the charset.
862 ; Currently we support utf-8 for zh and ja, euc-jp for ja (not enabled)
863 ; and iso-8859-1 for all other langs. Changing languages (UserPreferences) 
864 ; from one charset to another will not work!
865 ;
866 ; Character sets similar to iso-8859-1 may work with little or no
867 ; modification depending on your setup. The database must also
868 ; support the same charset, and of course the same is true for the
869 ; web browser. euc-jp and utf-8 is also supported.
870 CHARSET = iso-8859-1
871
872 ; Most exotic charsets are not supported by htmlspecialchars, which prints a warning:
873 ; "charset `bla' not supported, assuming iso-8859-1"
874 ; Even on simple 8bit charsets, where just <>& need to be replaced.
875 ; See <php-src>/ext/standard/html.c
876 ; We can ignore these warnings then.
877 ;IGNORE_CHARSET_NOT_SUPPORTED_WARNING = true
878
879 ; Select your language/locale - Default language is "" for auto-detection.
880 ; Available languages:
881 ; English  "en" (English    - HomePage)
882 ; Dutch    "nl" (Nederlands - ThuisPagina)
883 ; Spanish  "es" (Español    - PáginaPrincipal)
884 ; French   "fr" (Français   - PageAccueil))
885 ; German   "de" (Deutsch    - StartSeite)
886 ; Swedish  "sv" (Svenska    - Framsida)
887 ; Italian  "it" (Italiano   - PaginaPrincipale)
888 ; Japanese "ja" (Japanese   - Â¥Ã›Â¡Â¼Â¥Ã Â¥ÃšÂ¡Â¼Â¥Â¸)
889 ; Chinese  "zh" (Chinese    - ?)
890 ;
891 ; If you set DEFAULT_LANGUAGE to the empty string, the users 
892 ; preferred language as determined by the browser setting will be used.
893 ; Japanese requires CHARSET=euc-jp or utf-8, Chinese CHARSET=utf-8
894 ;DEFAULT_LANGUAGE = en
895
896 ; WIKI_PGSRC -- specifies the source for the initial page contents of
897 ; the Wiki. The setting of WIKI_PGSRC only has effect when the wiki is
898 ; accessed for the first time (or after clearing the database.)
899 ; WIKI_PGSRC can either name a directory or a zip file. In either case
900 ; WIKI_PGSRC is scanned for files -- one file per page.
901 ;WIKI_PGSRC = pgsrc
902
903 ; DEFAULT_WIKI_PGSRC is only used when the language is *not* the
904 ; default (English) and when reading from a directory: in that case
905 ; some English pages are inserted into the wiki as well.
906 ; DEFAULT_WIKI_PGSRC defines where the English pages reside.
907 ;DEFAULT_WIKI_PGSRC = pgsrc
908
909 ; These are ':'-seperated pages which will get loaded untranslated from DEFAULT_WIKI_PGSRC.
910 ;DEFAULT_WIKI_PAGES = "ReleaseNotes:SteveWainstead:TestPage"
911
912 ;=========================================================================
913 ; Part Five: Mark-up options.
914 ;=========================================================================
915 ;
916 ; Allowed protocols for links - be careful not to allow "javascript:"
917 ; URL of these types will be automatically linked.
918 ; within a named link [name|uri] one more protocol is defined: phpwiki
919 ; Separate each of the protocol names with a vertical pipe, and ensure there
920 ; is no extraneous whitespace.
921 ;ALLOWED_PROTOCOLS = "http|https|mailto|ftp|news|nntp|ssh|gopher"
922
923 ; URLs ending with the following extension should be inlined as images.
924 ; Specify as per ALLOWED_PROTOCOLS.
925 ; Note that you can now also allow class|svg|svgz|vrml|swf ...,
926 ; which will create embedded <object> instead of <img>. 
927 ; Typical CGI extensions as pl or cgi maybe allowed too, but those two will be enforced to <img>
928 ;INLINE_IMAGES = "png|jpg|jpeg|gif"
929
930 ; Perl regexp for WikiNames ("bumpy words")
931 ; (?<!..) & (?!...) used instead of '\b' because \b matches '_' as well
932 ;WIKI_NAME_REGEXP = "(?<![[:alnum:]])(?:[[:upper:]][[:lower:]]+){2,}(?![[:alnum:]])"
933
934 ; Defaults to '/', but '.' was also used.
935 ;SUBPAGE_SEPARATOR = /
936
937 ; InterWiki linking -- wiki-style links to other wikis on the web
938 ;
939 ; The map will be taken from a page name InterWikiMap.
940 ; If that page is not found (or is not locked), or map
941 ; data can not be found in it, then the file specified
942 ; by INTERWIKI_MAP_FILE (if any) will be used.
943 ;INTERWIKI_MAP_FILE = lib/interwiki.map
944
945 ; Display a warning if the internal lib/interwiki.map is used, and 
946 ; not the public InterWikiMap page. This file is not readable from outside.
947 ;WARN_NONPUBLIC_INTERWIKIMAP = false
948
949 ; Search term used for automatic page classification by keyword extraction.
950 ;
951 ; Any links on a page to pages whose names match this search 
952 ; will be used keywords in the keywords html meta tag. This is an aid to
953 ; classification by search engines. The value of the match is
954 ; used as the keyword.
955 ;
956 ; The default behavior is to match Category* or Topic* links.
957 ;KEYWORDS = "Category* OR Topic*"
958
959 ; Author and Copyright Site Navigation Links
960 ;
961 ; These will be inserted as <link rel> tags in the html header of
962 ; every page, for search engines and for browsers like Mozilla which
963 ; take advantage of link rel site navigation.
964 ;
965 ; If you have your own copyright and contact information pages change
966 ; these as appropriate.
967 ;COPYRIGHTPAGE_TITLE = "GNU General Public License"
968 ;COPYRIGHTPAGE_URL = "http://www.gnu.org/copyleft/gpl.html#SEC1"
969 ; Other useful alternatives to consider:
970 ; COPYRIGHTPAGE_TITLE = "GNU Free Documentation License"
971 ; COPYRIGHTPAGE_URL = "http://www.gnu.org/copyleft/fdl.html"
972 ; COPYRIGHTPAGE_TITLE = "Creative Commons License 2.0"
973 ; COPYRIGHTPAGE_URL = "http://creativecommons.org/licenses/by/2.0/"
974 ;  see http://creativecommons.org/learn/licenses/ for variations
975 ;AUTHORPAGE_TITLE = The PhpWiki Programming Team
976 ;AUTHORPAGE_URL = http://phpwiki.org/ThePhpWikiProgrammingTeam
977
978 ; Allow full markup in headers to be parsed by the CreateToc plugin.
979 ;
980 ; If false you may not use WikiWords or [] links or any other markup in 
981 ; headers in pages with the CreateToc plugin. But if false the parsing is 
982 ; faster and more stable.
983 ;TOC_FULL_SYNTAX = true
984
985 ; If false the %color=... %% syntax will be disabled. Since 1.3.11
986 ; Default: true
987 ;ENABLE_MARKUP_COLOR = false
988
989 ; Enable mediawiki-style {{TemplatePage|vars=value|...}} syntax. Since 1.3.11
990 ; Default: undefined. Enabled automatically on the MonoBook theme if undefined.
991 ;ENABLE_MARKUP_TEMPLATE = true
992
993 ; Disable automatic linking of camelcase (wiki-)words to pages. 
994 ; Internal page links must be forced with [ pagename ] then.
995 ; Default: false
996 ;DISABLE_MARKUP_WIKIWORD = true
997
998 ; Enable <div> and <span> HTML blocks and attributes. Experimental. Not yet working.
999 ;ENABLE_MARKUP_DIVSPAN = true
1000
1001 ; Plugin shortcuts: Enable <xml> syntax mapped to a plugin invocation. (as in mediawiki)
1002 ; <name arg=value>body</name> or <name /> => <?plugin pluginname arg=value body ?>
1003 ; This breaks the InlineParser.
1004 ;PLUGIN_MARKUP_MAP = "html:RawHtml dot:GraphViz toc:CreateToc amath:AsciiMath richtable:RichTable include:IncludePage tex:TexToPng"
1005
1006 ;==========================================================================
1007 ; Part Six: URL options.
1008 ;==========================================================================
1009 ;
1010 ; You can probably skip this section.
1011
1012 ; The following section contains settings which you can use to tailor
1013 ; the URLs which PhpWiki generates.
1014 ;
1015 ; Any of these parameters which are left undefined will be deduced
1016 ; automatically. You need only set them explicitly if the
1017 ; auto-detected values prove to be incorrect.
1018 ;
1019 ; In most cases the auto-detected values should work fine, so
1020 ; hopefully you don't need to mess with this section.
1021 ;
1022 ; In case of local overrides of short placeholders, which themselves 
1023 ; include index.php, we check for most constants. See '/wiki'.
1024 ; We can override DATA_PATH and PHPWIKI_DIR to support multiple phpwiki 
1025 ; versions (for development), but most likely other values like 
1026 ; THEME, LANG and DbParams for a WikiFarm.
1027
1028 ; Canonical name and httpd port of the server on which this PhpWiki
1029 ; resides.
1030 ;/
1031 ;SERVER_NAME = some.host.com
1032 ;SERVER_PORT = 80
1033 ;SERVER_PROTOCOL = http 
1034
1035 ; Relative URL (from the server root) of the PhpWiki
1036 ; script.
1037 ;SCRIPT_NAME = /some/where/index.php
1038
1039 ; URL of the PhpWiki install directory.  (You only need to set this
1040 ; if you've moved index.php out of the install directory.)  This can
1041 ; be either a relative URL (from the directory where the top-level
1042 ; PhpWiki script is) or an absolute one.
1043 ;DATA_PATH = /home/user/phpwiki
1044
1045 ; Path to the PhpWiki install directory.  This is the local
1046 ; filesystem counterpart to DATA_PATH.  (If you have to set
1047 ; DATA_PATH, your probably have to set this as well.)  This can be
1048 ; either an absolute path, or a relative path interpreted from the
1049 ; directory where the top-level PhpWiki script (normally index.php)
1050 ; resides.
1051 ;PHPWIKI_DIR = /home/user/public_html/phpwiki
1052
1053 ; PhpWiki will try to use short urls to pages, eg 
1054 ; http://www.example.com/index.php/HomePage
1055 ; If you want to use urls like 
1056 ; http://www.example.com/index.php?pagename=HomePage
1057 ; then define 'USE_PATH_INFO' as false by uncommenting the line below.
1058 ; NB:  If you are using Apache >= 2.0.30, then you may need to to use
1059 ; the directive "AcceptPathInfo On" in your Apache configuration file
1060 ; (or in an appropriate <.htaccess> file) for the short urls to work:  
1061 ; See http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo
1062
1063 ; See also http://phpwiki.sourceforge.net/phpwiki/PrettyWiki for more ideas
1064 ; on prettifying your urls.
1065 ;
1066 ; Note that Google doesn't follow the default /index.php/PageName links.
1067 ; You must use either a PrettyWiki setup (see below), or force USE_PATH_INFO=false.
1068 ;
1069 ; Default: PhpWiki will try to divine whether use of PATH_INFO
1070 ; is supported in by your webserver/PHP configuration, and will
1071 ; use PATH_INFO if it thinks that is possible.
1072 ;USE_PATH_INFO = false
1073
1074 ; VIRTUAL_PATH is the canonical URL path under which your your wiki
1075 ; appears. Normally this is the same as dirname(SCRIPT_NAME), however
1076 ; using, e.g. apaches mod_actions (or mod_rewrite), you can make it
1077 ; something different.
1078 ;
1079 ; If you do this, you should set VIRTUAL_PATH here.
1080 ;
1081 ; E.g. your phpwiki might be installed at at /scripts/phpwiki/index.php,
1082 ; but  * you've made it accessible through eg. /wiki/HomePage.
1083 ;
1084 ; One way to do this is to create a directory named 'wiki' in your
1085 ; server root. The directory contains only one file: an .htaccess
1086 ; file which reads something like:
1087 ;
1088 ;    Action x-phpwiki-page /scripts/phpwiki/index.php
1089 ;    SetHandler x-phpwiki-page
1090 ;    DirectoryIndex /scripts/phpwiki/index.php
1091 ;
1092 ; In that case you should set VIRTUAL_PATH to '/wiki'.
1093 ;
1094 ; (VIRTUAL_PATH is only used if USE_PATH_INFO is true.)
1095 ;/
1096 ;VIRTUAL_PATH = /SomeWiki
1097
1098 ; In case your system has no idea about /tmp, TEMP or TMPDIR, 
1099 ; better provide it here. E.g. needed for zipdumps.
1100 ;TEMP_DIR = /tmp
1101
1102 ;===========================================================================
1103 ; Part Seven: Miscellaneous settings
1104 ;===========================================================================
1105
1106 ; Disable HTTP redirects.
1107 ; (You probably don't need to touch this.)
1108 ;
1109 ; PhpWiki uses HTTP redirects for some of it's functionality.
1110 ; (e.g. after saving changes, PhpWiki redirects your browser to
1111 ; view the page you just saved.)
1112 ; Some web service providers (notably free European Lycos) don't seem to
1113 ; allow these redirects.  (On Lycos the result in an "Internal Server Error"
1114 ; report.)  In that case you can set DISABLE_HTTP_REDIRECT to true.
1115 ; (In which case, PhpWiki will revert to sneakier tricks to try to
1116 ; redirect the browser...)
1117 ;DISABLE_HTTP_REDIRECT = true
1118
1119 ; If you get a crash at loading LinkIcons you might want to disable 
1120 ; the getimagesize() function, which crashes on certain php versions and 
1121 ; and some external images (png's, ..). 
1122 ;
1123 ; getimagesize() is only needed for spam prevention.
1124 ;
1125 ; Per default too small ploaded or external images are not displayed, 
1126 ; to prevent from external 1 pixel spam.
1127 ;DISABLE_GETIMAGESIZE = true
1128
1129 ; A interim page which gets displayed on every edit attempt, if it exists.
1130 ;EDITING_POLICY = EditingPolicy
1131
1132 ; Enable random quotes from a fortune directory when adding a new page.
1133 ; Usually at /usr/share/fortune or /usr/share/games/fortune
1134 ; If empty no quotes are inserted.
1135 ;FORTUNE_DIR = /usr/share/fortune
1136
1137 ; Add additional EDIT_TOOLBAR buttons if defined:
1138 ; They need some time and memory.
1139 ; Insert a pagelink from this list:
1140 ;TOOLBAR_PAGELINK_PULLDOWN = *
1141 ; Insert a template from this list:
1142 ;TOOLBAR_TEMPLATE_PULLDOWN = Template*
1143
1144 ; Overide the default localized stoplist.
1145 ;FULLTEXTSEARCH_STOPLIST = (A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)
1146
1147
1148 ;===========================================================================
1149 ; Optional Plugin Settings and external executables
1150 ;===========================================================================
1151
1152 ; GoogleMaps and GooglePlugin
1153 ; For using the Google API and GoogleMaps
1154 ; http://www.google.com/apis/maps/signup.html
1155 ;GOOGLE_LICENSE_KEY = "..."
1156
1157 ; On action=pdf: If enabled don't use the internal fpdf library.
1158 ; External PDF executable, %s is the xhtml filename
1159
1160 ;USE_EXTERNAL_HTML2PDF = "htmldoc --quiet --format pdf14 --no-toc --no-title %s"
1161
1162 ; Optional: SPAMASSASSIN wrapper. Only used if ENABLE_SPAMASSASSIN = true
1163 ; http://www.cynistar.net/~apthorpe/code/babycart/babycart.html
1164 BABYCART_PATH = /usr/local/bin/babycart
1165
1166 ; wikilens RateIt widget
1167 ; style of the stars: empty = yellow, red or red
1168 ; RATEIT_IMGPREFIX = 
1169 ; RATEIT_IMGPREFIX = Star
1170 ;RATEIT_IMGPREFIX = BStar
1171
1172 ; GraphViz plugin:
1173 ; http://www.graphviz.org/
1174 ;GRAPHVIZ_EXE = /usr/local/bin/dot
1175
1176 ; VisualWiki Plugin needs graphviz
1177 ;VISUALWIKIFONT = Arial
1178
1179 ; disable user options
1180 ;VISUALWIKI_ALLOWOPTIONS = false
1181
1182 ; PloticusPlugin:
1183 ; http://ploticus.sourceforge.net/doc/welcome.html
1184 ;PLOTICUS_EXE = /usr/local/bin/pl
1185 ;PLOTICUS_PREFABS = /usr/share/ploticus
1186
1187 ; JabberPresence
1188 ; http://edgar.netflint.net/howto.php
1189 ;MY_JABBER_ID = 
1190
1191 ; PhpWeather needs this external php project
1192 ; http://sourceforge.net/projects/phpweather/
1193 ;PHPWEATHER_BASE_DIR = 
1194
1195 ; SyntaxHighlight plugin
1196 ; http://www.andre-simon.de/doku/highlight/highlight.html
1197 ;HIGHLIGHT_EXE = /usr/local/bin/highlight
1198 ;HIGHLIGHT_DATA_DIR = /usr/share/highlight
1199
1200 ;===========================================================================
1201 ; Part Eight: PLUGINCACHED Pear/Cache Settings
1202 ;===========================================================================
1203
1204 ; Cache_Container storage class: 'file' is the fastest. See pear/Cache/Container/
1205 ;PLUGIN_CACHED_DATABASE = file
1206
1207 ; This is only used if database is set to file.
1208 ; The webserver must have write access to this dir!
1209 ;PLUGIN_CACHED_CACHE_DIR = /tmp/cache
1210 ; Every file name in the cache begins with this prefix
1211 ;PLUGIN_CACHED_FILENAME_PREFIX = phpwiki
1212
1213 ; The maximum total space in bytes of all files in the cache. When
1214 ; highwater is exceeded, a garbage collection will start.  It will
1215 ; collect garbage till 'lowwater' is reached.  Default: 4 * Megabyte
1216 ;PLUGIN_CACHED_HIGHWATER = 4194304
1217 ; Default: 3 * Megabyte
1218 ;PLUGIN_CACHED_LOWWATER  = 3145728
1219
1220 ; If an image has not been used for maxlifetime remove it from the
1221 ; cache. (Since there is also the highwater/lowwater mechanism and an
1222 ; image usually requires only 1kb you don't have to make it very
1223 ; small, I think.)  
1224 ; Default: 30 * Day (30 * 24*60*60)
1225 ;PLUGIN_CACHED_MAXLIFETIME = 2592000
1226
1227 ; Number of characters allowed to be send as 
1228 ; parameters in the url before using sessions
1229 ; vars instead. 
1230 ; Usually send plugin arguments as URL, but when they become
1231 ; longer than maxarglen store them in session variables.
1232 ; Setting it to 3000 worked fine for me, 30000 completely
1233 ; crashed my linux, 1000 should be safe.
1234 ;PLUGIN_CACHED_MAXARGLEN = 1000
1235
1236 ; Actually use the cache (should be always true unless you are
1237 ; debugging). If you want to avoid the usage of a cache but need
1238 ; WikiPlugins that nevertheless rely on a cache you might set
1239 ; 'PLUGIN_CACHED_USECACHE' to false. You still need to set
1240 ; 'PLUGIN_CACHED_CACHE_DIR' appropriately to allow image creation and
1241 ; you should set 'PLUGIN_CACHED_FORCE_SYNCMAP' to false.
1242 ;PLUGIN_CACHED_USECACHE = true
1243
1244 ; Will prevent image creation for an image map 'on demand'. It is a
1245 ; good idea to set this to 'true' because it will also prevent the
1246 ; html part not to fit to the image of the map.  If you don't use a
1247 ; cache, you have to set it to 'false', maps will not work otherwise
1248 ; but strange effects may happen if the output of an image map
1249 ; producing WikiPlugin is not completely determined by its parameters.
1250 ; (As it is the case for a graphical site map.)
1251 ;PLUGIN_CACHED_FORCE_SYNCMAP = true
1252
1253 ; If ImageTypes() does not exist (PHP < 4.0.2) allow the
1254 ; following image formats (IMG_PNG | IMG_GIF | IMG_JPG | IMG_WBMP)
1255 ; In principal all image types which are compiled into php: 
1256 ;   libgd, libpng, libjpeg, libungif, libtiff, libgd2, ...
1257 ;PLUGIN_CACHED_IMGTYPES = "png|gif|gd|gd2|jpeg|wbmp|xbm|xpm"