SF.net SVN: phpwiki:[10921] trunk/config/config-dist.ini

vargenau--- via phpwiki-checkins <[email protected]> Thu, 20 Jan 2022 18:14:46 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10921
          http://sourceforge.net/p/phpwiki/code/10921
Author:   vargenau
Date:     2022-01-20 18:14:46 +0000 (Thu, 20 Jan 2022)
Log Message:
-----------
config/config-dist.ini: add comment about default value

Modified Paths:
--------------
    trunk/config/config-dist.ini

Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini	2022-01-20 18:03:55 UTC (rev 10920)
+++ trunk/config/config-dist.ini	2022-01-20 18:14:46 UTC (rev 10921)
@@ -33,21 +33,23 @@
 ; Default: 0
 ;DEBUG = 1
 
-; Graphical buttons on edit. Default: true
-; Reportedly broken on MacOSX Safari
+; Graphical buttons on edit.
+; Default: true
 ;ENABLE_EDIT_TOOLBAR = false
 
 ; Adds two additional buttons in EDIT_TOOLBAR, Search&amp;Replace and Undo.
-; Undo is experimental. Default: true
-;JS_SEARCHREPLACE = true
+; Undo is experimental.
+; Default: true
+;JS_SEARCHREPLACE = false
 
 ; Edit a page by double-click into the text. This will conflict with word-selection.
 ; Note: Enable it for all users. Otherwise as per-user setting in UserPreferences.
 ; Default: false
-;ENABLE_DOUBLECLICKEDIT = false
+;ENABLE_DOUBLECLICKEDIT = true
 
 ; Enable WYSIWYG editing. Converting back HTML to wikitext does not work in most engines.
 ; Experimental!
+; Default: false
 ;ENABLE_WYSIWYG = true
 
 ; Which backend? Might need to be separately installed. See lib/WysiwygEdit/
@@ -59,15 +61,18 @@
 ;  spaw        http://sourceforge.net/projects/spaw
 ;  htmlarea3
 ;  htmlarea2
+; Default: Wikiwyg
 ;WYSIWYG_BACKEND = Wikiwyg
 
 ; Store all WYSIWYG pages as HTML? Will loose most link and plugin options.
 ; Not recommended, but presented here to test several WYSIWYG backends.
-;WYSIWYG_DEFAULT_PAGETYPE_HTML = false
+; Default: false
+;WYSIWYG_DEFAULT_PAGETYPE_HTML = true
 
-; Upload into separate userdirs. If enabled (default since 1.3.13) the generated Upload: link
+; Upload into separate userdirs. If enabled the generated Upload: link
 ; will include the username plus "/". This will make all uploaded links longer, but we
 ; avoid nameclashes and you see who uploaded what file.
+; Default: true
 ;UPLOAD_USERDIR = false
 
 ; SemanticWeb Units require the standard units executable, available in every distribution.
@@ -86,19 +91,23 @@
 ;UNITS_EXE = /usr/local/bin/gunits
 
 ; Needed for FacebookLike plugin
+; Default: false
 ;ENABLE_OPEN_GRAPH = true
 
 ; Needs babycart installed.
-; Optionally define BABYCART_PATH. Default: /usr/local/bin/babycart
+; Optionally define BABYCART_PATH. 
+; Default: false
 ;ENABLE_SPAMASSASSIN = true
 
 ; Check for links to blocked external tld domains in new edits, against
 ; multi.surbl.org and bl.spamcop.net.
+; Default: false
 ;ENABLE_SPAMBLOCKLIST = true
 
 ; If more than this number of external links appear on non-authenticated
 ; edits it will be rejected as spam.
 ; Setting NUM_SPAM_LINKS to 0 will disable the check.
+; Default: 20
 ;NUM_SPAM_LINKS = 20
 
 ; By setting DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS to true, you get
@@ -107,7 +116,7 @@
 ; like executable scripts, so we disable now everything and enable
 ; only some extension.  See lib/plugin/UpLoad.php.
 ; Default: false
-;DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS = false
+;DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS = true
 
 ; If GOOGLE_LINKS_NOFOLLOW is true, ref=nofollow is added to
 ; all external links to discourage spam. You might want to turn it off,
@@ -114,6 +123,7 @@
 ; if you want to improve pageranks on external links.
 ; TODO: Add ref=nofollow only for external links added by anonymous users.
 ; All internal action links do contain ref=nofollow
+; Default: true
 ;GOOGLE_LINKS_NOFOLLOW = false
 
 ; Aysnchronous ajax callbacks to dynamically display pages
@@ -120,22 +130,27 @@
 ; (as format=xml) on demand.
 ; Experimental feature for plugin DynamicIncludePage, which might fail on
 ; some strictly non-conformant entities.
+; Default: true
 ;ENABLE_AJAX = false
 
 ; Experimental WikiPedia feature: Force Discussion/Article link at the topnavbar.
+; Default: false
 ;ENABLE_DISCUSSION_LINK = true
 
 ; If set to true, add some anti-spam countermeasures based on captcha
 ; tests.  See http://www.captcha.net/ for more information on captcha.
+; Default: false
 ;ENABLE_CAPTCHA = true
 
 ; If USE_CAPTCHA_RANDOM_WORD is set to true,
 ; Captcha will use a random word, otherwise a dictionary word.
-;USE_CAPTCHA_RANDOM_WORD = false
+; Default: false
+;USE_CAPTCHA_RANDOM_WORD = true
 
 ; If true don't use UserName/Blog/day/time pagenames for the ADMIN_USER, but
 ; Blog/day/time only. Convenience for a single-user blog theme.
-;BLOG_DEFAULT_EMPTY_PREFIX = true
+; Default: true
+;BLOG_DEFAULT_EMPTY_PREFIX = false
 
 ; External Searchengine hits are detected automatically and will be
 ; highlighted in the displayed page if enabled.
@@ -183,6 +198,7 @@
 ; It is recommended this be a relatively short WikiWord like the
 ; InterWiki monikers found in the InterWikiMap. (For examples, see
 ; lib/interwiki.map).
+; Default: PhpWiki
 WIKI_NAME = PhpWiki
 
 ; Username and password of administrator.
@@ -214,7 +230,8 @@
 ; You might have to set it to false, if your PHP doesn't support crypt().
 ; To use plain text passwords, in particular for the ADMIN_PASSWD, set
 ; ENCRYPTED_PASSWD to false.
-ENCRYPTED_PASSWD = false
+; Default: true
+;ENCRYPTED_PASSWD = false
 
 ; Visitor Hostname Lookup
 ;
@@ -221,27 +238,32 @@
 ; If set, reverse dns lookups will be performed to attempt to convert
 ; the user's IP number into a host name, in the case where the http
 ; server does not do this.
-ENABLE_REVERSE_DNS = true
+; Default: true
+;ENABLE_REVERSE_DNS = false
 
 ; Private ZIP Dumps of All Wiki Pages
 ;
 ; If true, only the admin user can make zip dumps. Otherwise anyone
 ; may download all wiki pages as a single zip archive.
-ZIPDUMP_AUTH = false
+; Default: false
+;ZIPDUMP_AUTH = true
 
 ; The RawHtml plugin allows page authors to embed real, raw HTML into Wiki
 ; pages.  This is a possible security threat, as much HTML (or, rather,
 ; JavaScript) can be very risky.  If you are in a controlled environment,
 ; or you are using the two options below, however, it could be of use.
-ENABLE_RAW_HTML = true
+; Default: true
+;ENABLE_RAW_HTML = false
 
 ; If this is set, only pages locked by the Administrator may contain the
 ; RawHtml plugin
-ENABLE_RAW_HTML_LOCKEDONLY = true
+; Default: true
+;ENABLE_RAW_HTML_LOCKEDONLY = false
 
 ; If this is set, all unsafe html code is stripped automatically (experimental!)
 ; See http://chxo.com/scripts/safe_html-test.php
-ENABLE_RAW_HTML_SAFE = true
+; Default: true
+;ENABLE_RAW_HTML_SAFE = false
 
 ; Actions listed in this array will not be allowed.  The complete list
 ; of actions can be found in lib/main.php with the function
@@ -256,12 +278,13 @@
 ; Allow for localhost only
 ; If true, only the admin user or users from localhost (without password) can do:
 ;   RPC2, SOAP, ziphtml and dumphtml
-INSECURE_ACTIONS_LOCALHOST_ONLY = true
+; Default: true
+;INSECURE_ACTIONS_LOCALHOST_ONLY = false
 
-
 ; If you enable this option, every page is moderated by the ModeratedPage
 ; actionpage plugin. Changing a moderated page will be delayed to be
-; granted by a moderator by email. Default: false to allow finer control.
+; granted by a moderator by email. 
+; Default: false to allow finer control.
 ;ENABLE_MODERATEDPAGE_ALL = true
 
 ; PhpWiki can generate an access_log (in "NCSA combined log" format)
@@ -337,12 +360,14 @@
 ;
 ; The recommended default is currently LOOSE.
 ;
-CACHE_CONTROL = LOOSE
+; Default: LOOSE
+;CACHE_CONTROL = LOOSE
 
 ; Maximum page staleness, in seconds.
 ;
 ; This only has effect if CACHE_CONTROL is set to ALLOW_STALE.
-CACHE_CONTROL_MAX_AGE = 600
+; Default: 600
+;CACHE_CONTROL_MAX_AGE = 600
 
 ; PhpWiki normally caches a preparsed version (i.e. mostly
 ; converted to HTML) of the most recent version of each page.
@@ -359,9 +384,12 @@
 ; Default: false
 ;WIKIDB_NOCACHE_MARKUP = true
 
-COOKIE_EXPIRATION_DAYS = 365
+; Default: 365
+;COOKIE_EXPIRATION_DAYS = 365
+
 ; Default path for the wikiuser cookie. You need to specify this more explicitly
 ; if you want to enable different users on different wikis on the same host.
+; Default: "/"
 ;COOKIE_DOMAIN = "/"
 
 ; The login code now uses PHP's session support. Usually, the default
@@ -391,7 +419,8 @@
 ;       dba:   use one of the standard UNIX dbm libraries. Use BerkeleyDB (db3,4) (fastest)
 ;       file:  use a serialized file database. (easiest)
 ;       flatfile:  use a flat file database. (experimental, readable, slow)
-DATABASE_TYPE = dba
+; Default: dba
+;DATABASE_TYPE = dba
 
 ; Prefix for filenames or table names
 ;
@@ -400,6 +429,7 @@
 ; during the installation.
 ; Note: This prefix is NOT prepended to the default DBAUTH_
 ;       tables user, pref and member!
+; Default: empty
 ;DATABASE_PREFIX = phpwiki_
 
 ; For SQL based backends, specify the database as a DSN (Data Source Name),
@@ -423,15 +453,16 @@
 
 ; Keep persistent connections:
 ; Recommended is false for bigger servers, and true for small servers
-; with not so many connections. postgresql: Please leave it false. Default: false
+; with not so many connections. postgresql: Please leave it false. 
 ; Should really be set as database option in the DSN above.
-DATABASE_PERSISTENT = false
+; Default: false
+;DATABASE_PERSISTENT = false
 
 ; A table to store session information.  Only needed by SQL backends.
-;
 ; A word of warning - any prefix defined above will be prepended to whatever
 ; is given here.
-DATABASE_SESSION_TABLE = session
+; Default: session
+;DATABASE_SESSION_TABLE = session
 
 ; For the file and dba backends, this specifies where the data files will be
 ; located.  Ensure that the user that the webserver runs as has write access
@@ -439,7 +470,8 @@
 ;
 ; WARNING: leaving this as the default of '/tmp' will almost guarantee that
 ; you'll lose your wiki data at some stage.
-DATABASE_DIRECTORY = /tmp
+; Default: /tmp
+;DATABASE_DIRECTORY = /tmp
 
 ; For the dba backend, this defines which DBA variant you wish to use.
 ;     gdbm - commonly available, Fedora not. Not recommended anymore.
@@ -448,11 +480,13 @@
 ;     db4 - Berkeley DB v4; current version. Default.
 ;     dbm - Older dba handler; suffers from limits on the size of data items.
 ; Better not use other hacks such as inifile, flatfile or cdb.
-DATABASE_DBA_HANDLER = db4
+; Default: db4
+;DATABASE_DBA_HANDLER = db4
 
 ; How long will the system wait for a database operation to complete?
 ; Specified in seconds.
-DATABASE_TIMEOUT = 12
+; Default: 20
+;DATABASE_TIMEOUT = 20
 
 ; How often to try and optimise the database. Specified in seconds.
 ; Set to 0 to disable optimisation completely. Default is 50 (seconds).
@@ -463,6 +497,7 @@
 ; With most modern databases (eg. Postgres) and distributions (eg. Debian)
 ; the system maintenance scripts take care of this nightly, so you will want
 ; to set this parameter to 0 (disabled).
+; Default: 50
 ;DATABASE_OPTIMISE_FREQUENCY = 50
 
 ;========================================================================
@@ -479,9 +514,11 @@
 ; ALLOW_USER_PASSWORDS    default true
 
 ; allow anon users to view or edit any existing pages
-ALLOW_ANON_USER = true
+; Default: true
+;ALLOW_ANON_USER = true
 ; allow anon users to edit pages
-ALLOW_ANON_EDIT = true
+; Default: true
+;ALLOW_ANON_EDIT = true
 
 ; If ALLOW_BOGO_LOGIN is true, users are allowed to login (with
 ; any/no password) using any userid which:
@@ -490,7 +527,8 @@
 ; If true, users may be created by themselves. Otherwise we need separate auth.
 ; If such a user will create a so called HomePage with his userid, he will
 ; be able to store his preferences and password there.
-ALLOW_BOGO_LOGIN = true
+; Default: true
+;ALLOW_BOGO_LOGIN = true
 
 ; True User Authentication:
 ; To require user passwords:
@@ -499,7 +537,8 @@
 ;   ALLOW_BOGO_LOGIN = false,
 ;   ALLOW_USER_PASSWORDS = true.
 ; Otherwise any anon or bogo user might login without any or a wrong password.
-ALLOW_USER_PASSWORDS = true
+; Default: true
+;ALLOW_USER_PASSWORDS = true
 
 ; Many different methods can be used to check user's passwords:
 ;   BogoLogin:     WikiWord username, with no *actual* password checking,
@@ -522,15 +561,18 @@
 ; USER_AUTH_POLICY, below.  To specify multiple authentication methods,
 ; separate the name of each one with colons.
 ; USER_AUTH_ORDER = "BogoLogin : PersonalPage"
+; Default: PersonalPage
 ;USER_AUTH_ORDER = "PersonalPage : Db"
 
 ; Enable/Disable additional OpenID Authentification.
 ; See http://openid.net/
-;ENABLE_AUTH_OPENID = false
+; Default: false
+;ENABLE_AUTH_OPENID = true
 
 ; For "security" purposes, you can specify that a password be at least a
 ; certain number of characters long.  This applies even to the BogoLogin
-; method. Default: 0 (to allow immediate passwordless BogoLogin)
+; method. 
+; Default: 0 (to allow immediate passwordless BogoLogin)
 ;PASSWORD_LENGTH_MINIMUM = 6
 
 ; The following policies are available for user authentication:
@@ -544,7 +586,8 @@
 ;       stacked:    check the given user - password combination for all
 ;                       methods and return true on the first success.
 ;                   Note: May result in crashes on endless recursion
-USER_AUTH_POLICY = first-only
+; Default: first-only
+;USER_AUTH_POLICY = first-only
 
 ; Use access control lists (as in Solaris and Windows NTFS) per page and group,
 ; not per user for the whole wiki.
@@ -634,14 +677,17 @@
 ; Defines whether the user is able to change their own password via PHPWiki.
 ; Note that this means that the webserver user must be able to write to the
 ; file specified in AUTH_USER_FILE.
-;AUTH_USER_FILE_STORABLE = false
+; Default: false
+;AUTH_USER_FILE_STORABLE = true
 
 ; Session Auth:
 ; Name of the session variable which holds the already authenticated username.
 ; Sample: "userid", "user[username]", "user->username"
+; Default: userid
 ;AUTH_SESS_USER = userid
 
 ; Which level will the user be? 1 = Bogo or 2 = Pass
+; Default: 2
 ;AUTH_SESS_LEVEL = 2
 
 ; Group membership.  PhpWiki supports defining permissions for a group as
@@ -654,14 +700,17 @@
 ;       FILE            Flatfile. See AUTH_GROUP_FILE below.
 ;       LDAP            LDAP groups. See "LDAP authentication options" above and
 ;                       lib/WikiGroup.php. (experimental)
-GROUP_METHOD = WIKIPAGE
+; Default: WIKIPAGE
+;GROUP_METHOD = WIKIPAGE
 
-; Page where all groups are listed. Default: Translation of "CategoryGroup"
+; Page where all groups are listed. 
+; Default: CategoryGroup
 ;CATEGORY_GROUP_PAGE = CategoryGroup
 
 ; For GROUP_METHOD = FILE, the file given below is referenced to obtain
 ; group membership information.  It should be in the same format as the
 ; standard unix /etc/groups(5) file.
+; Default: /etc/groups
 ;AUTH_GROUP_FILE = /etc/groups
 
 ; External database authentication and authorization.
@@ -685,11 +734,13 @@
 ; Check to see if the supplied username/password pair is OK
 ;
 ; Plaintext Passwords:
+; Default: "SELECT IF(passwd='$password',1,0) as ok FROM pref WHERE userid='$userid'"
 ; DBAUTH_AUTH_CHECK = "SELECT IF(TRIM(passwd)='$password',1,0) AS ok FROM pref WHERE TRIM(userid)='$userid'"
 ;
 ; Database-hashed passwords (more secure):
 ;DBAUTH_AUTH_CHECK = "SELECT IF(TRIM(passwd)=PASSWORD('$password'),1,0) AS ok FROM pref WHERE TRIM(userid)='$userid'"
-DBAUTH_AUTH_CRYPT_METHOD = plain
+; Default: plain
+;DBAUTH_AUTH_CRYPT_METHOD = plain
 
 ; If you want to use Unix crypt()ed passwords, you can use DBAUTH_AUTH_CHECK
 ; to get the password out of the database with a simple SELECT query, and
@@ -760,7 +811,7 @@
 ; white on yellow with fat blue links:
 ;THEME = default
 ; a MonoBook extension, the new default
-THEME = Sidebar
+;THEME = Sidebar
 ; almost fully iconized classic grey MacOSX design:
 ;THEME = MacOSX
 ; as default, just some tricks to make the buttons smaller:
@@ -783,6 +834,7 @@
 ;THEME = SpaceWiki
 ; random heavy images:
 ;THEME = Hawaiian
+; Default: Sidebar
 
 ; Select your language/locale - Default language is "" for auto-detection.
 ; Available languages:
@@ -798,7 +850,8 @@
 ;
 ; If you set DEFAULT_LANGUAGE to the empty string, the users
 ; preferred language as determined by the browser setting will be used.
-DEFAULT_LANGUAGE = en
+; Default: en
+;DEFAULT_LANGUAGE = en
 
 ; WIKI_PGSRC -- specifies the source for the initial page contents of
 ; the Wiki. The setting of WIKI_PGSRC only has effect when the wiki is
@@ -805,6 +858,7 @@
 ; accessed for the first time (or after clearing the database.)
 ; WIKI_PGSRC can either name a directory or a zip file. In either case
 ; WIKI_PGSRC is scanned for files -- one file per page.
+; Default: pgsrc
 ;WIKI_PGSRC = pgsrc
 
 ; DEFAULT_WIKI_PGSRC is only used when the language is *not* the
@@ -811,9 +865,11 @@
 ; default (English) and when reading from a directory: in that case
 ; some English pages are inserted into the wiki as well.
 ; DEFAULT_WIKI_PGSRC defines where the English pages reside.
+; Default: pgsrc
 ;DEFAULT_WIKI_PGSRC = pgsrc
 
 ; These are ':'-separated pages which will get loaded untranslated from DEFAULT_WIKI_PGSRC.
+; Default: "ReleaseNotes"
 ;DEFAULT_WIKI_PAGES = "ReleaseNotes"
 
 ;=========================================================================
@@ -825,6 +881,7 @@
 ; within a named link [name|uri] one more protocol is defined: phpwiki
 ; Separate each of the protocol names with a vertical pipe, and ensure there
 ; is no extraneous whitespace.
+; Default: "http|https|mailto|ftp|news|nntp|ssh|gopher"
 ;ALLOWED_PROTOCOLS = "http|https|mailto|ftp|news|nntp|ssh|gopher"
 
 ; URLs ending with the following extension should be inlined as images.
@@ -833,6 +890,7 @@
 ; which will create embedded object instead of img.
 ; Typical CGI extensions as pl or cgi maybe allowed too,
 ; but those two will be enforced to img.
+; Default: "png|jpg|jpeg|gif"
 ;INLINE_IMAGES = "png|jpg|jpeg|gif"
 
 ; Perl regexp for WikiNames ("bumpy words"):
@@ -843,6 +901,7 @@
 ;   WIKI_NAME_REGEXP = "(?<![[:alnum:]])(?:[[:upper:]][[:lower:][:digit:]\.]+){2,}(?![[:alnum:]])"
 ; Default old behaviour, no digits as lowerchars.
 ;WIKI_NAME_REGEXP = "(?<![[:alnum:]])(?:[[:upper:]][[:lower:]]+){2,}(?![[:alnum:]])"
+; Default: "(?<![[:alnum:]])(?:[[:upper:]][[:lower:][:digit:]]+){2,}(?![[:alnum:]])"
 
 ; InterWiki linking -- wiki-style links to other wikis on the web
 ;
@@ -850,11 +909,13 @@
 ; If that page is not found (or is not locked), or map
 ; data cannot be found in it, then the file specified
 ; by INTERWIKI_MAP_FILE (if any) will be used.
+; Default: lib/interwiki.map
 ;INTERWIKI_MAP_FILE = lib/interwiki.map
 
 ; Display a warning if the internal lib/interwiki.map is used, and
 ; not the public InterWikiMap page. This file is not readable from outside.
-;WARN_NONPUBLIC_INTERWIKIMAP = false
+; Default: false
+;WARN_NONPUBLIC_INTERWIKIMAP = true
 
 ; Search term used for automatic page classification by keyword extraction.
 ;
@@ -864,6 +925,7 @@
 ; used as the keyword.
 ;
 ; The default behavior is to match Category* or Topic* links.
+; Default: "Category* OR Topic*"
 ;KEYWORDS = "Category* OR Topic*"
 
 ; Author and Copyright Site Navigation Links
@@ -882,20 +944,29 @@
 ; COPYRIGHTPAGE_TITLE = "Creative Commons License 2.0"
 ; COPYRIGHTPAGE_URL = "http://creativecommons.org/licenses/by/2.0/"
 ;  see http://creativecommons.org/learn/licenses/ for variations
-;AUTHORPAGE_TITLE = The PhpWiki Programming Team
-;AUTHORPAGE_URL = http://phpwiki.demo.free.fr/index.php/The%20PhpWiki%20programming%20team
 
+; Default: "The PhpWiki Programming Team"
+;AUTHORPAGE_TITLE = "The PhpWiki Programming Team"
+
+; Default: "http://phpwiki.demo.free.fr/index.php/The%20PhpWiki%20programming%20team"
+;AUTHORPAGE_URL = "http://phpwiki.demo.free.fr/index.php/The%20PhpWiki%20programming%20team"
+
 ; Allow full markup in headers to be parsed by the CreateToc plugin.
 ;
 ; If false you may not use WikiWords or [] links or any other markup in
 ; headers in pages with the CreateToc plugin. But if false the parsing is
 ; faster and more stable.
-;TOC_FULL_SYNTAX = true
+; Default: true
+;TOC_FULL_SYNTAX = false
 
 ; If false the %color=... %% syntax will be disabled.
 ; Default: true
 ;ENABLE_MARKUP_COLOR = false
 
+; Enable Mediawiki-like templates
+; Default: true
+;ENABLE_MARKUP_TEMPLATE = false
+
 ; Disable automatic linking of camelcase (wiki-)words to pages.
 ; Internal page links must be forced with [[pagename]] then.
 ; Default: false
@@ -902,6 +973,7 @@
 ;DISABLE_MARKUP_WIKIWORD = true
 
 ; Enable "div" and "span" HTML blocks and attributes. Experimental.
+; Default: false
 ;ENABLE_MARKUP_DIVSPAN = true
 
 ;==========================================================================
@@ -1028,7 +1100,8 @@
 ;
 ; Probably you can just leave this set to false, in which case you get
 ; raw ('binary' content-encoding) page dumps.
-STRICT_MAILABLE_PAGEDUMPS = false
+; Default: false
+;STRICT_MAILABLE_PAGEDUMPS = true
 
 ; Here you can change the default dump directories.
 ; (Can be overridden by the directory argument)
@@ -1040,14 +1113,14 @@
 HTML_DUMP_SUFFIX = .html
 
 ; The maximum file upload size, in bytes.
-; The default, 16777216, is 16MB.
-MAX_UPLOAD_SIZE = 16777216
+; Default: 16777216 (16 MB)
+;MAX_UPLOAD_SIZE = 16777216
 
 ; If the last edit is older than MINOR_EDIT_TIMEOUT seconds, the
 ; default state for the "minor edit" checkbox on the edit page form
 ; will be off.
 ; The default, 604800, is one week (7 days): 7 * 24 * 3600
-MINOR_EDIT_TIMEOUT = 604800
+;MINOR_EDIT_TIMEOUT = 604800
 
 ; If you get a crash at loading LinkIcons you might want to disable
 ; the getimagesize() function, which crashes on certain php versions and
@@ -1057,7 +1130,8 @@
 ;
 ; Per default too small ploaded or external images are not displayed,
 ; to prevent from external 1 pixel spam.
-;DISABLE_GETIMAGESIZE = true
+; Default: true
+;DISABLE_GETIMAGESIZE = false
 
 ; Enable random quotes from a fortune directory when adding a new page.
 ; Usually at /usr/share/fortune or /usr/share/games/fortune
@@ -1073,7 +1147,8 @@
 ;TOOLBAR_TEMPLATE_PULLDOWN = Template*
 
 ; Insert an already uploaded image:
-;TOOLBAR_IMAGE_PULLDOWN = true
+; Default: true
+;TOOLBAR_IMAGE_PULLDOWN = false
 
 ; Overide the default localized stoplist.
 ;FULLTEXTSEARCH_STOPLIST = (A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)
@@ -1094,14 +1169,16 @@
 
 ; On format=pdf with pagelist actionpages.
 ; The multifile variant: book (with index and toc) or webpage format
-;EXTERNAL_HTML2PDF_PAGELIST = "htmldoc --quiet --book --format pdf14"
-EXTERNAL_HTML2PDF_PAGELIST = "htmldoc --quiet --webpage --format pdf14"
+; Default: "htmldoc --quiet --webpage --format pdf14"
+;EXTERNAL_HTML2PDF_PAGELIST = "htmldoc --quiet --webpage --format pdf14"
 
 ; Optional: SPAMASSASSIN wrapper. Only used if ENABLE_SPAMASSASSIN = true
 ; http://www.cynistar.net/~apthorpe/code/babycart/babycart.html
-BABYCART_PATH = /usr/local/bin/babycart
+; Default: /usr/local/bin/babycart
+;BABYCART_PATH = /usr/local/bin/babycart
 
 ; RateIt widget. Can be enabled in Sidebar theme.
+; Default: false
 ;ENABLE_RATEIT = true
 ; style of the stars: empty = yellow, red or red
 ;RATEIT_IMGPREFIX =
@@ -1140,6 +1217,7 @@
 ;===========================================================================
 
 ; Cache_Container storage class: 'file' is the fastest. See pear/Cache/Container/
+; Default: file
 ;PLUGIN_CACHED_DATABASE = file
 
 ; This is only used if database is set to file.
@@ -1146,6 +1224,7 @@
 ; The webserver must have write access to this dir!
 ;PLUGIN_CACHED_CACHE_DIR = /tmp/cache
 ; Every file name in the cache begins with this prefix
+; Default: phpwiki
 ;PLUGIN_CACHED_FILENAME_PREFIX = phpwiki
 
 ; The maximum total space in bytes of all files in the cache. When

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.