Revision history for ConfigurationOptions


Revision [2484]

Last edited on 2019-09-02 21:10:59 by BrianKoontz [updated with reverse_proxy setting]
Additions:
{{since version="1.4.1" display="inline"}}
||##behind_reverse_proxy##||'0'||Generates correct wikilinks if behind a reverse proxy by processing X-Forwarded-* headers. '1' to enable.||
||##allow_user_registration##||'0'||Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).||
Deletions:
||##allow_user_registration##||'1'||Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).||


Revision [2480]

Edited on 2019-09-02 19:25:07 by BrianKoontz [removed toc]
Additions:
~-the ##[[WikkaConfigActionInfo | {{wikkaconfig}}]]## action
Deletions:
<<{{{toc}}}<<::c::
~-the ##[[WikkaConfigActionInfo {{wikkaconfig}}]]## action


Revision [2479]

Edited on 2019-09-02 19:21:32 by BrianKoontz [Added toc]
Additions:
<<{{{toc}}}<<::c::
~-the ##[[WikkaConfigActionInfo {{wikkaconfig}}]]## action
Deletions:
~-the ##[[WikkaConfigActionInfo | {{wikkaconfig}}]]## action


Revision [2308]

Edited on 2012-09-13 02:03:25 by DotMG [default_locale needs to be documented]
Additions:
||##default_locale##|| || // todo // ||


Revision [2259]

Edited on 2011-09-25 10:05:35 by BrianKoontz [deprecated base_url]
Additions:
~-the ##[[WikkaConfigActionInfo | {{wikkaconfig}}]]## action
||##base_url##||''(autodetected)''||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The Wikka installer tries to guess the proper value. Change this only if you know what you're doing, see ModRewrite for further information. If you wish to use HTTPS, you will have to adjust this parameter accordingly ''REQUIRED.''{{until version="1.3.2" display="inline"}}||
Deletions:
~-the ##[[WikkaConfigActionInfo {{wikkaconfig}}]]## action
||##base_url##||''(autodetected)''||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The Wikka installer tries to guess the proper value. Change this only if you know what you're doing, see ModRewrite for further information. If you wish to use HTTPS, you will have to adjust this parameter accordingly ''REQUIRED.''||


Revision [2182]

Edited on 2010-08-06 20:19:16 by BrianKoontz [added utf8_compat_search]
Additions:
~-the ##[[WikkaConfigActionInfo {{wikkaconfig}}]]## action
||##utf8_compat_search##||'0'|| '0' for legacy search (case-sensitive, wildcards, but incompatible with some character encodings [default]); '1' for UTF-8 compatible searches (non-case-sensitive, no wildcards). ||
Deletions:
~-the ##[[WikkaConfigActionInfo | {{wikkaconfig}}]]## action


Revision [2170]

Edited on 2010-07-08 08:28:33 by DarTar [new settings as of 1.3]
Additions:
{{since version="1.3" display="inline"}}
||##default_comment_read_acl##||'*'||Sets the default [[ACLInfo | permissions]] for reading comments. ||
||##default_comment_write_acl##||'+'||Sets the default [[ACLInfo | permissions]] for posting comments. ||
||##default_comment_acl##||'*'||Sets the default rights for commenting pages. See ##default_write_acl## {{until version="1.2" display="inline"}}||
Deletions:
||##default_comment_acl##||'*'||The right to comment pages. See ##default_write_acl##||


Revision [2154]

Edited on 2010-06-29 15:57:22 by BrianKoontz [Added default_comment_display config param]
Additions:
||##default_comment_display##||'threaded'||How comments are displayed to anonymous users or newly registered users. Options are 'threaded' (default, comments are nested), 'date_asc' (listing starts with oldest comment), and 'date_desc' (listing starts with newest comment). These are configurable on a per-user basis in the ''UserSettings'' page.||


Revision [2074]

Edited on 2009-09-02 03:53:23 by DarTar [formatting]
Additions:
||##stylesheet_hash##||''(random sequence)''||Internally generated during installation/upgrade to ensure stylesheets are reloaded when accessing the new site for the first time.||
Deletions:
||##stylesheet_hash##||Random sequence||Internally generated during installation/upgrade to ensure stylesheets are reloaded when accessing the new site for the first time.||


Revision [2073]

Edited on 2009-09-02 03:52:36 by DarTar [default -> light]
Additions:
||##theme##||'light'||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. As of 1.2 it defaults to ##light##.||
Deletions:
||##theme##||'default'||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. As of 1.2 it defaults to ##light##.||


Revision [2072]

Edited on 2009-09-02 03:52:21 by DarTar [default -> light]
Additions:
||##theme##||'default'||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. As of 1.2 it defaults to ##light##.||
Deletions:
||##theme##||'default'||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. It defaults to ##default##.||


Revision [2044]

Edited on 2009-08-30 12:39:40 by BrianKoontz [Added stylesheet_hash param]
Additions:
||##safehtml_path##||'3rdparty/core/safehtml'||Path to SafeHTML code module.||
||##stylesheet_hash##||Random sequence||Internally generated during installation/upgrade to ensure stylesheets are reloaded when accessing the new site for the first time.||
Deletions:
||##safehtml_path##||'3rdparty/core/safehtml'||Path to SafeHTML code module||


Revision [2043]

Edited on 2009-08-30 12:34:05 by BrianKoontz [Added safehtml_path param]
Additions:
||##safehtml_path##||'3rdparty/core/safehtml'||Path to SafeHTML code module||


Revision [2042]

Edited on 2009-08-29 02:09:50 by BrianKoontz [Added enable_user_host_lookup entry]
Additions:
||##enable_user_host_lookup##||'1'||Enables ('1') or disables ('0') lookup of user hostname from IP address. Disable this setting when reverse DNS lookups are slow or not available. Default is '1'.||


Revision [2034]

Edited on 2009-08-19 08:14:52 by DarTar [formatting default values]
Additions:
||##version_check_interval##||'1h'||Minimum time interval between version checks. Possible interval units are ##h## (hours), ##m## (minutes), ##s## (seconds), ##d## (days), ##w## (weeks), ##M## (months), and ##y## (years).||
||##allow_user_registration##||'1'||Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).||
||##enable_version_check##||'1'||Enables automatic check of Wikka updates for admins (default: 1 - strongly recommended). Set this value to "0" to disable version upgrade check.||
||##public_sysinfo##||'0'||Toggles public vs. admin-only (default) display of system information.||
||##mysql_host##||'localhost'||The host your MySQL server is running on. Usually ##localhost## i.e., the same machine your Wikka site is on. ''REQUIRED''||
||##mysql_user##||'wikka'||Name of the MySQL user used to connect to your database. ''REQUIRED.''||
||##table_prefix##||'wikka_'||Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes. ''REQUIRED.''||
||##root_page##||'HomePage'||Your Wikka site's home page. You can use a WikiName for CamelCase linking.||
||##wakka_name##||'MyWikkaSite'||The name of your Wikka site. It usually is a WikiName||
||##base_url##||''(autodetected)''||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The Wikka installer tries to guess the proper value. Change this only if you know what you're doing, see ModRewrite for further information. If you wish to use HTTPS, you will have to adjust this parameter accordingly ''REQUIRED.''||
||##rewrite_mode##||''(autodetected)''||URL rewriting enabled = ##'1'##. URL rewriting disabled = ##'0'##. See ModRewrite for further information||
||##wiki_suffix##||'@wikka'||Used to distinguish different wikkas. If you want to have more then one wikka on the same server, you'll have to set a different suffix for all of them.||
||##action_path##||'plugins/actions, actions'||The path to the ##actions## directory. It is relative to the root of your wikka directory. Additionally, path to the ##plugins/actions## directory {{since version="1.1.6.6" display="inline"}}||
||##wikka_formatter_path##||'plugins/formatters, formatters'||location of Wikka formatter - ''REQUIRED'' Additionally, path to the ##plugins/formatters## directory {{since version="1.1.6.6" display="inline"}}||
||##wikka_highlighters_path##||'formatters'||location of Wikka built-in code highlighters - ''REQUIRED''||
||##geshi_path##||'3rdparty/plugins/geshi'||location of GeSHi package||
||##geshi_language_path##||'3rdparty/plugins/geshi/geshi'||location of GeSHi language highlighting files||
||##xml_recent_changes##||'10'||Number of recent change items that are sent when the RecentChanges feed is accessed.||
||##admin_users##||''(admin user created during installation)''||A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: DarTar, NilsLindenberg, YanB||
||##admin_email##||''(admin email address setup during installation)''||Email address of the wiki administrator.||
||##mime_types##||'mime_types.txt'||not in use at the moment||
||##geshi_header##||'div'||##div## or ##'pre'## to wrap code block||
||##wakka_version##||'1.2'||Wikka's version number. Do not change this value! Your installation would get out of sync with the official releases.||
||##navigation_links##||||Specifies the navigation links that are output in the header and displayed to all users.{{until version="1.1.6.7" display="inline"}}||
||##logged_in_navigation_links##||||Specifies the navigation links that are output in the header and displayed to logged in users.{{until version="1.1.6.7" display="inline"}}||
Deletions:
||##version_check_interval##||1h||Minimum time interval between version checks. Possible interval units are ##h## (hours), ##m## (minutes), ##s## (seconds), ##d## (days), ##w## (weeks), ##M## (months), and ##y## (years).||
||##allow_user_registration##||1||Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).||
||##enable_version_check##||1||Enables automatic check of Wikka updates for admins (default: 1 - strongly recommended). Set this value to "0" to disable version upgrade check.||
||##public_sysinfo##||0||Toggles public vs. admin-only (default) display of system information.||
||##mysql_host##||localhost||The host your MySQL server is running on. Usually ##localhost## i.e., the same machine your Wikka site is on. ''REQUIRED''||
||##mysql_user##||wikka||Name of the MySQL user used to connect to your database. ''REQUIRED.''||
||##table_prefix##||wikka_||Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes. ''REQUIRED.''||
||##root_page##||HomePage||Your Wikka site's home page. You can use a WikiName for CamelCase linking.||
||##wakka_name##||MyWikkaSite||The name of your Wikka site. It usually is a WikiName||
||##base_url##||''detected by the installer''||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The Wikka installer tries to guess the proper value. Change this only if you know what you're doing, see ModRewrite for further information. If you wish to use HTTPS, you will have to adjust this parameter accordingly ''REQUIRED.''||
||##rewrite_mode##||''detected by the installer''||URL rewriting enabled = ##'1'##. URL rewriting disabled = ##'0'##. See ModRewrite for further information||
||##wiki_suffix##||@wikka||Used to distinguish different wikkas. If you want to have more then one wikka on the same server, you'll have to set a different suffix for all of them.||
||##action_path##||'plugins/actions,actions'||The path to the ##actions## directory. It is relative to the root of your wikka directory. Additionally, path to the ##plugins/actions## directory {{since version="1.1.6.6" display="inline"}}||
||##wikka_formatter_path##||plugins/formatters,formatters||location of Wikka formatter - ''REQUIRED'' Additionally, path to the ##plugins/formatters## directory {{since version="1.1.6.6" display="inline"}}||
||##wikka_highlighters_path##||formatters||location of Wikka built-in code highlighters - ''REQUIRED''||
||##geshi_path##||3rdparty/plugins/geshi||location of GeSHi package||
||##geshi_language_path##||3rdparty/plugins/geshi/geshi||location of GeSHi language highlighting files||
||##navigation_links##||||Specifies the navigation links that are output in the header and displayed to all users.||
||##logged_in_navigation_links##||||Specifies the navigation links that are output in the header and displayed to logged in users.||
||##xml_recent_changes##||10||Number of recent change items that are sent when the RecentChanges feed is accessed.||
||##admin_users##||//Admin user created during installation.//||A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: DarTar, NilsLindenberg, YanB||
||##admin_email##||//Admin email addres setup during installation.//||Email address of the wiki administrator.||
||##mime_types##||mime_types.txt||not in use at the moment||
||##geshi_header##||div||##div## or ##'pre'## to wrap code block||
||##wakka_version##||1.1.6.4||Wikka's version number. Do not change this value! Your installation would get out of sync with the official releases.||


Revision [2033]

Edited on 2009-08-19 08:09:31 by DarTar [discontinued options]
Additions:
||##external_link_tail##||'∞'||Appended to any external link as a visual indicator that the link points to a location outside the wiki {{until version="1.1.6.5" display="inline"}}.||
Deletions:
||##external_link_tail##||infinity symbol||Appended to any external link as a visual indicator that the link points to a location outside the wiki {{until version="1.1.6.5" display="inline"}}.||


Revision [2032]

Edited on 2009-08-19 08:08:03 by DarTar [formatting]
Additions:
||##theme##||'default'||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. It defaults to ##default##.||
||##wikka_template_path##||'plugins/templates, templates'||The path to the ##templates## directory. It is relative to the root of your wikka directory.||
Deletions:
||##theme##||default||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. It defaults to ##default##.||
||##wikka_template_path##||templates||The path to the ##templates## directory. It is relative to the root of your wikka directory.||


Revision [2031]

Edited on 2009-08-19 08:07:18 by DarTar [theme option, obsoleting stylesheet]
Additions:
||##theme##||default||Global theme selected by the wiki owner. It should match the name of an existing folder under ##templates/## or ##plugins/templates##. It defaults to ##default##.||
||##stylesheet##||'wikka.css'||Specifies the name of the stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files. {{until version="1.1.6.7" display="inline"}}||
Deletions:
||##stylesheet##||'wikka.css'||Specifies the name of the stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files.||


Revision [1994]

Edited on 2009-07-12 01:28:45 by BrianKoontz [Added new {{checkversion}} config param]
Additions:
{{since version="1.2" display="inline"}}
||##version_check_interval##||1h||Minimum time interval between version checks. Possible interval units are ##h## (hours), ##m## (minutes), ##s## (seconds), ##d## (days), ##w## (weeks), ##M## (months), and ##y## (years).||


Revision [1929]

Edited on 2009-02-16 16:25:22 by NilsLindenberg [+ plugin/ dirctories]
Additions:
||##action_path##||'plugins/actions,actions'||The path to the ##actions## directory. It is relative to the root of your wikka directory. Additionally, path to the ##plugins/actions## directory {{since version="1.1.6.6" display="inline"}}||
||##handler_path##||'plugins/handlers,handlers'||The path to the ##handlers## directory. It is relative to the root of your wikka directory. Additionally, path to the ##plugins/handlers## directory {{since version="1.1.6.6" display="inline"}}||
||##wikka_formatter_path##||plugins/formatters,formatters||location of Wikka formatter - ''REQUIRED'' Additionally, path to the ##plugins/formatters## directory {{since version="1.1.6.6" display="inline"}}||
Deletions:
||##action_path##||'actions'||The path to the ##actions## directory. It is relative to the root of your wikka directory.||
||##handler_path##||'handlers'||The path to the ##handlers## directory. It is relative to the root of your wikka directory.||
||##wikka_formatter_path##||formatters||location of Wikka formatter - ''REQUIRED''||


Revision [1770]

Edited on 2009-01-19 00:19:19 by BrianKoontz [Removed reference to additional_stylesheets]
Additions:
||##stylesheet##||'wikka.css'||Specifies the name of the stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files.||
Deletions:
||##stylesheet##||'wikka.css'||Specifies the name of the stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files. Additional stylesheets can be specified since 1.1.6.6 using the ##additional_stylesheet## option||


Revision [1769]

Edited on 2009-01-19 00:18:05 by BrianKoontz [Removed reference to additional_stylesheets]
Deletions:
{{since version="1.1.6.6" display="inline"}}
||##additional_stylesheets##||||Specifies a space-delimited list of CSS stylesheets to be included in the HTML-rendered Wikka page (in addition to stylesheets loaded by default and specified via the ##stylesheet## setting).||


Revision [1717]

Edited on 2009-01-14 07:12:12 by DarTar [moving external_link_tail to obsolete settings]
Additions:
||##external_link_tail##||infinity symbol||Appended to any external link as a visual indicator that the link points to a location outside the wiki {{until version="1.1.6.5" display="inline"}}.||
||##header_action##||'header'||Specifies the name of the file that generates the header of wiki pages {{until version="1.1.6.3" display="inline"}}||
||##footer_action##||'footer'||Specifies the name of the file that generates the footer of every wiki page {{until version="1.1.6.3" display="inline"}}||
Deletions:
||##external_link_tail##||infinity symbol||This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki.||
||##header_action##||'header'||Specifies the name of the file that generates the header of wiki pages {{until version="1.1.6.3" display="inline"}}
||
||##footer_action##||'footer'||Specifies the name of the file that generates the footer of every wiki page {{until version="1.1.6.3" display="inline"}}
||


Revision [1705]

Edited on 2009-01-09 11:42:51 by DarTar [some further explanation of config settings]
Additions:
||##additional_stylesheets##||||Specifies a space-delimited list of CSS stylesheets to be included in the HTML-rendered Wikka page (in addition to stylesheets loaded by default and specified via the ##stylesheet## setting).||
||##base_url##||''detected by the installer''||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The Wikka installer tries to guess the proper value. Change this only if you know what you're doing, see ModRewrite for further information. If you wish to use HTTPS, you will have to adjust this parameter accordingly ''REQUIRED.''||
||##rewrite_mode##||''detected by the installer''||URL rewriting enabled = ##'1'##. URL rewriting disabled = ##'0'##. See ModRewrite for further information||
||##stylesheet##||'wikka.css'||Specifies the name of the stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files. Additional stylesheets can be specified since 1.1.6.6 using the ##additional_stylesheet## option||
||##wikka_highlighters_path##||formatters||location of Wikka built-in code highlighters - ''REQUIRED''||
Deletions:
||##additional_stylesheets##||<empty>||Specifies a space-delimited list of CSS stylesheets to be included in the HTML-rendered Wikka page (in addition to stylesheets included by default).||
||##base_url##||//guess by installer//||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing. If you want to use HTTPS, you wil have to adjust this parameter accordingly ''REQUIRED.''||
||##rewrite_mode##||//guess by installer//||URL rewriting enabled = ##'1'##. URL rewriting disabled = ##'0'##.||
||##stylesheet##||'wikka.css'||Specifies which cascading stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files.||
||##wikka_highlighters_path##||formatters||location of Wikka build-in code highlighters - ''REQUIRED''||


Revision [1702]

Edited on 2008-12-24 02:37:27 by BrianKoontz [Added additional_stylesheets]
Additions:
{{since version="1.1.6.6" display="inline"}}
||##additional_stylesheets##||<empty>||Specifies a space-delimited list of CSS stylesheets to be included in the HTML-rendered Wikka page (in addition to stylesheets included by default).||


Revision [1350]

Edited on 2008-11-01 23:23:06 by DarTar [Removed HomePage link]
Deletions:
HomePage


Revision [1182]

Edited on 2008-09-17 17:16:13 by DarTar [typo]
Additions:
>>The table below lists the configuration options available in the ##wikka.config.php## file. The ##wikka.config.php## file is generated by the [[WikkaInstallation | installer]] when installing Wikka for the first time and when [[UpgradeNotes | upgrading]] from previous versions. It is intended to be edited only by the web site admin only, because it contains sensitive password information and crucial configuration options for the operation of Wikka. You can use a FTP client to edit this file on your web server.
Deletions:
>>The table below lists the configuration options available in the ##wikka.config.php## file. The ##wikka.config.php## file is generated by the [[WikkaInstallation | installer]] when installing Wikka for the first time [[UpgradeNotes | upgrading]] from previous versions. It is intended to be edited only by the web site admin only, because it contains sensitive password information and crucial configuration options for the operation of Wikka. You can use a FTP client to edit this file on your web server.


Revision [1021]

Edited on 2008-03-20 08:54:16 by DarTar [wikka_template_path]
Additions:
||##wikka_template_path##||templates||The path to the ##templates## directory. It is relative to the root of your wikka directory.||


Revision [1020]

Edited on 2008-03-20 08:51:36 by DarTar [obsolete options]
Additions:
===Discontinued===
||##header_action##||'header'||Specifies the name of the file that generates the header of wiki pages {{until version="1.1.6.3" display="inline"}}
||
||##footer_action##||'footer'||Specifies the name of the file that generates the footer of every wiki page {{until version="1.1.6.3" display="inline"}}
||
Deletions:
||##header_action##||'header'||Sets the php file that outputs the header listed at the top of every page and everything that appears above the header (like the HTML head and DOCTYPE)||
||##footer_action##||'footer'||Sets the php file that outputs the header listed at the bottom of every page||


Revision [1019]

Edited on 2008-03-20 08:47:02 by DarTar [documenting enable_version_check and note on root_page]
Additions:
||##enable_version_check##||1||Enables automatic check of Wikka updates for admins (default: 1 - strongly recommended). Set this value to "0" to disable version upgrade check.||
||##root_page##||HomePage||Your Wikka site's home page. You can use a WikiName for CamelCase linking.||
Deletions:
||##root_page##||HomePage||Your Wikka site's home page. Should be a WikiName.||


Revision [928]

Edited on 2008-02-29 17:32:37 by DarTar [minor]
Additions:
{{since version="1.1.6.4" display="inline"}}
Deletions:
|?|{{since version="1.1.6.4" display="inline"}}||
|?|Overview of the config entries||


Revision [927]

Edited on 2008-02-29 15:58:18 by NilsLindenberg [tables changed to table markup]
Additions:
|?|{{since version="1.1.6.4" display="inline"}}||
|=|Option|=|Default|=|Description|=|
||##allow_user_registration##||1||Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).||
||##public_sysinfo##||0||Toggles public vs. admin-only (default) display of system information.||
|?|Overview of the config entries||
|=|Option|=|Default|=|Description|=|
||##mysql_host##||localhost||The host your MySQL server is running on. Usually ##localhost## i.e., the same machine your Wikka site is on. ''REQUIRED''||
||##mysql_user##||wikka||Name of the MySQL user used to connect to your database. ''REQUIRED.''||
||##mysql_password##||||Password of the MySQL user used to connect to your database. ''REQUIRED.''||
||##table_prefix##||wikka_||Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes. ''REQUIRED.''||
||##root_page##||HomePage||Your Wikka site's home page. Should be a WikiName.||
||##wakka_name##||MyWikkaSite||The name of your Wikka site. It usually is a WikiName||
||##base_url##||//guess by installer//||Your Wikka site's base URL. Page names get appended to it, so it should include the ##'?wakka='## bit if URL rewriting doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing. If you want to use HTTPS, you wil have to adjust this parameter accordingly ''REQUIRED.''||
||##rewrite_mode##||//guess by installer//||URL rewriting enabled = ##'1'##. URL rewriting disabled = ##'0'##.||
||##wiki_suffix##||@wikka||Used to distinguish different wikkas. If you want to have more then one wikka on the same server, you'll have to set a different suffix for all of them.||
||##action_path##||'actions'||The path to the ##actions## directory. It is relative to the root of your wikka directory.||
||##handler_path##||'handlers'||The path to the ##handlers## directory. It is relative to the root of your wikka directory.||
||##gui_editor##||'1'||When set to '1', users see a toolbar (WikkaEdit) when editing pages that allows them to apply some of the markup by clicking toolbar buttons. When set to '0', the toolbar is disabled.||
||##stylesheet##||'wikka.css'||Specifies which cascading stylesheet to use. Stylesheets are stored in the ##css## directory. (Make sure your webserver has read access to the ##css## directory and the ##*.css## files.||
||##wikka_formatter_path##||formatters||location of Wikka formatter - ''REQUIRED''||
||##wikka_highlighters_path##||formatters||location of Wikka build-in code highlighters - ''REQUIRED''||
||##geshi_path##||3rdparty/plugins/geshi||location of GeSHi package||
||##geshi_language_path##||3rdparty/plugins/geshi/geshi||location of GeSHi language highlighting files||
||##header_action##||'header'||Sets the php file that outputs the header listed at the top of every page and everything that appears above the header (like the HTML head and DOCTYPE)||
||##footer_action##||'footer'||Sets the php file that outputs the header listed at the bottom of every page||
||##navigation_links##||||Specifies the navigation links that are output in the header and displayed to all users.||
||##logged_in_navigation_links##||||Specifies the navigation links that are output in the header and displayed to logged in users.||
||##referrers_purge_time##||'30'||The number of days referring pages (pages that link to your wiki) are kept in the referral logs. Setting this option to '0' or leaving it empty disables the referrer log.||
||##pages_purge_time##||'0'|| Setting <code>pages_purge_time</code> will remove old page revisions older than the specified setting. So if you set this to 7, page revisions older than 7 days will be deleted. The most recent pages will never be purged. If you have a huge wiki with thousands of pages that are all frequently updated you might want to turn this on, but most wikis will never need to adjust this setting.||
||##xml_recent_changes##||10||Number of recent change items that are sent when the RecentChanges feed is accessed.||
||##hide_comments##||'0'||If set to '1', Comments and the 'Add Comment' form will not be visible. If set to '0', users can see and add comments.||
||##require_edit_note##||'0'||≈||
||##anony_delete_own_comments##||'1'||If set to '1', anonymous users can delete their own comments, provided they do so from the host machine they used to create the comment. If '0', anonymous users cannot delete their own comments.||
||##double_doublequote_html##||'safe'||determines if HTML in wikkapages is passed through SafeHtml ('safe'), shown as it is ('raw') or passed through ##htmlspecialchars_en## (anything else)||
||##public_sysinfo##||'0'||enable or disable public display of system information in SysInfo||
||##external_link_tail##||infinity symbol||This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki.||
||##sql_debugging##||'0'||Set this to '1' to see all of the database queries that are made when a page is generated. The queries will appear at the bottom of the page.||
||##admin_users##||//Admin user created during installation.//||A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: DarTar, NilsLindenberg, YanB||
||##admin_email##||//Admin email addres setup during installation.//||Email address of the wiki administrator.||
||##upload_path##||'uploads'||The path to the directory file attachments will be stored in.||
||##mime_types##||mime_types.txt||not in use at the moment||
||##geshi_header##||div||##div## or ##'pre'## to wrap code block||
||##geshi_line_numbers##||1||disable line numbers (0), or enable normal (1) or fancy line numbers (2)||
||##geshi_tab_width##||4||set tab width (in spaces) in GeSHi||
||##grabcode_button##||1||enable (1) or disable (0) code block downloading.||
||##wikiping_server##||||server to report your recentchanges to. See WikiPing for details||
||##default_write_acl##||'+'||write-access to pages. See AclInfo for details. Changes here only affect newly created pages, not existing ones! Common values are '*' (everyone), '+' (registered users) 'UserName' (user with Username)||
||##default_read_acl##||'*'||Reading-access to pages. See ##default_write_acl##||
||##default_comment_acl##||'*'||The right to comment pages. See ##default_write_acl##||
||##meta_keywords##||||This is set during install. Controls the meta tag keywords included in the head of every Wikka page.||
||##meta_description##||||This is set during install. Controls the meta tag description included in the head of every Wikka page.||
||##wakka_version##||1.1.6.4||Wikka's version number. Do not change this value! Your installation would get out of sync with the official releases.||
Deletions:
{{since version="1.1.6.4" display="inline"}}
""<table border="1" class="data">
<thead>
<tr>
<th scope="col">Option</th>
<th scope="col"> Default</th>
<th scope="col"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>allow_user_registration</code></td>
<td>1</td>
<td>Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).</td>
</tr>
<tr>
<td><code>public_sysinfo</code></td>
<td>0</td>
<td>Toggles public vs. admin-only (default) display of system information.</td>
</tr>
</tbody>
</table>""
""<table border="1" class="data">
<thead>
<tr>
<th scope="col">Option</th>
<th scope="col"> Default</th>
<th scope="col"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td> <code>mysql_host</code></td>
<td>localhost</td>
<td>The host your MySQL server is running on. Usually <code>localhost</code> i.e., the same machine your Wikka site is on. REQUIRED</td>
</tr>
<tr>
<td> <code>mysql_database</code></td>
<td>wikka</td>
<td>The MySQL database Wikka should use. REQUIRED.</td>
</tr>
<tr>
<td><code> mysql_user</code></td>
<td>wikka</td>
<td>Name of the MySQL user used to connect to your database. REQUIRED.</td>
</tr>
<tr>
<td> <code>table_prefix</code></td>
<td><code>wikka_</td>
<td>Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes. REQUIRED.</td>
</tr>
<tr>
<td> <code>root_page</code></td>
<td><code>HomePage</code></td>
<td>Your Wikka site's home page. Should be a WikiName.</td>
</tr>
<tr>
<td><code> wakka_name</code></td>
<td><code>MyWikkaSite</code></td>
<td>The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.</td>
</tr>
<tr>
<td> <code>base_url</code></td>
<td>guess by installer</code></td>
<td>Your Wikka site's base URL. Page names get appended to it, so it should include the <code>'?wakka='</code> bit if URL rewriting doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing. If you want to use HTTPS, you wil have to adjust this parameter accordingly REQUIRED.</td>
</tr>
<tr>
<td> <code>rewrite_mode</code></td>
<td>guess by installer</td>
<td>URL rewriting enabled = <code>'1'</code>. URL rewriting disabled = <code>'0'</code>.</td>
</tr>
<tr>
<td> <code>wiki_suffix</code></td>
<td><code>@wikka</code></td>
<td>Used to distinguish different wikkas. If you want to have more then one wikka on the same server, you'll have to set a different suffix for all of them.</td>
</tr>
<tr>
<td> <code>action_path</code></td>
<td><code>'actions'</code></td>
<td>The path to the <code>actions</code> directory. It is relative to the root of your wikka directory.</td>
</tr>
<tr>
<td><code> handler_path</code></td>
<td><code>'handlers'</code></td>
<td>The path to the <code>handlers</code> directory. It is relative to the root of your wikka directory.</td>
</tr>
<tr>
<td> <code>gui_editor</code></td>
<td><code>'1'</code></td>
<td>When set to '1', users see a toolbar when editing pages that allows them to apply some of the markup by clicking toolbar buttons. When set to '0', the toolbar is disabled.</td>
</tr>
<tr>
<td> <code>stylesheet</code></td>
<td><code>'wikka.css'</code></td>
<td>Specifies which cascading stylesheet to use. Stylesheets are stored in the <code>css</code> directory. (Make sure your webserver has read access to the <code>css</code> directory and the <code>*.css</code> files.</td>
</tr>
<tr>
<td><code>wikka_formatter_path</code></td>
<td><code>formatters</code></td>
<td>location of Wikka formatter - REQUIRED</td>
</tr>
<tr>
<td><code>wikka_highlighters_path</code></td>
<td><code>formatters</code></td>
<td>location of Wikka build-in code highlighters - REQUIRED</td>
</tr>
<tr>
<td><code>geshi_path</code></td>
<td><code>3rdparty/plugins/geshi</code></td>
<td>location of GeSHi package</td>
</tr>
<tr>
<td><code>geshi_languages_path</code></td>
<td><code>3rdparty/plugins/geshi/geshi</code></td>
<td>location of GeSHi language highlighting files</td>
</tr>
<tr>
<td><code>header_action</code></td>
<td><code>'header'</code></td>
<td>Sets the php file in the <code>'actions'</code> directory that outputs the header listed at the top of every page and everything that appears above the header (like the HTML head and DOCTYPE)</td>
</tr>
<tr>
<td> <code>footer_action</code></td>
<td><code>'footer'</code></td>
<td>Sets the php file in the <code>actions</code> directory that outputs the footer listed at the bottom of every page.</td>
</tr>
<tr>
<td> <code>navigation_links</code></td>
<td><br /></td>
<td>Specifies the navigation links that are output in the header and displayed to all users.</td>
</tr>
<tr>
<td> <code>logged_in_navigation_links</code></td>
<td><br /></td>
<td>Specifies the navigation links that are output in the header and displayed to logged in users.</td>
</tr>
<tr>
<td><code> referrers_purge_time</code></td>
<td><code>'30'</code></td>
<td>The number of days referring pages (pages that link to your wiki) are kept in the referral logs. Setting this option to '0' or leaving it empty disables the referrer log.</td>
</tr>
<tr>
<td> <code>pages_purge_time</code></td>
<td><code>'0'</code></td>
<td> Setting <code>pages_purge_time</code> will remove old page revisions older than the specified setting. So if you set this to 7, page revisions older than 7 days will be deleted. The most recent pages will never be purged. If you have a huge wiki with thousands of pages that are all frequently updated you might want to turn this on, but most wikis will never need to adjust this setting.</td>
</tr>
<tr>
<td><code> xml_recent_changes</code></td>
<td><code>10</code></td>
<td>Number of recent change items that are sent when the RecentChanges feed is accessed.</td>
</tr>
<tr>
<td> <code>hide_comments</code></td>
<td><code>'0'</code></td>
<td>If set to '1', Comments and the 'Add Comment' form will not be visible. If set to '0', users can see and add comments.</td>
</tr>
<tr>
<td><code> require_edit_note</code></td>
<td><code>'0'</code></td>
<td>Edit note optional <code>(',default)</code>, edit note required (1) edit note disabled (2).</td>
</tr>
<tr>
<td> <code>anony_delete_own_comments</code></td>
<td><code>'1'</code></td>
<td>If set to '1', anonymous users can delete their own comments, provided they do so from the host machine they used to create the comment. If '0', anonymous users cannot delete their own comments.</td>
</tr>
<tr>
<td> <code>double_doublequote_html</code></td>
<td><code>'safe'</code></td>
<td>determines if HTML in wikkapages is passed through SafeHtml ('safe'), shown as it is ('raw') or passed through <code>htmlspecialchars_en</code> (anything else)</td>
</tr>
<tr>
<td><code> public_sysinfo</code></td>
<td><code>'0'</code></td>
<td>enable or disable public display of system information in SysInfo</td>
</tr>
<tr>
<td><code> external_link_tail</code></td>
<td>infinity symbol</td>
<td> This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki.</td>
</tr>
<tr>
<td><code> sql_debugging</code></td>
<td><code>'0'</code></td>
<td>Set this to '1' to see all of the database queries that are made when a page is generated. The queries will appear at the bottom of the page.</td>
</tr>
<tr>
<td> <code>admin_users</code></td>
<td>Admin user created during installation.</td>
<td>A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: DarTar, NilsLindenberg, YanB</td>
</tr>
<tr>
<td><code> admin_email</code></td>
<td>Admin email addres setup during installation.</td>
<td>Email address of the wiki administrator.</td>
</tr>
<tr>
<td><code> upload_path</code></td>
<td><code>'uploads'</code></td>
<td>The path to the directory file attachments will be stored in.</td>
</tr>
<tr>
<td> <code>mime_types</code></td>
<td><code>mime_types.txt</code></td>
<td>not in use at the moment</td>
</tr>
<tr>
<td> geshi_header</code></td>
<td><code>div</code></td>
<td><code>'div'</code> or <code>'pre'</code> to wrap code block</td>
</tr>
<tr>
<td><code> geshi_line_numbers</code></td>
<td><code>1</code></td>
<td>disable line numbers (0), or enable normal (1) or fancy line numbers (2)</td>
</tr>
<tr>
<td> <code>geshi_tab_width</code></td>
<td><code>4</code></td>
<td>set tab width (in spaces) in GeSHi</td>
</tr>
<tr>
<td> <code>grabcode_button</code></td>
<td><code>1</code></td>
<td>enable (1) or disable (0) code block downloading.</td>
</tr>
<tr>
<td><code> wikiping_server</code></td>
<td><br /></td>
<td>server to report your recentchanges to. See WikiPing for details</td>
</tr>
<tr>
<td> <code>default_write_acl</code></td>
<td><code>'+'</code></td>
<td>write-access to pages. See AclInfo for details. Changes here only affect newly created pages, not existing ones! Common values are '*' (everyone), '+' (registered users) 'UserName' (user with Username)</td>
</tr>
<tr>
<td> <code>default_read_acl</code></td>
<td><code>'*'</code></td>
<td>Reading-access to pages. See <code>default_write_acl</code></td>
</tr>
<tr>
<td> <code>default_comment_acl</code></td>
<td><code>'*'</code></td>
<td>The right to comment pages. See <code>default_write_acl</code></td>
</tr>
<tr>
<td> <code>mysql_password</code></td>
<td><br /></td>
<td>Password of the MySQL user used to connect to your database. REQUIRED.</td>
</tr>
<tr>
<td> <code>meta_keywords</code></td>
<td><br /></td>
<td>This is set during install. Controls the meta tag keywords included in the head of every Wikka page.</td>
</tr>
<tr>
<td> <code>meta_description</code></td>
<td><br /></td>
<td>This is set during install. Controls the meta tag description included in the head of every Wikka page.</td>
</tr>
<tr>
<td> <code>wakka_version</code></td>
<td><code>1.1.6.2</code></td>
<td>Wikka's version number. Do not change this value! Your installation would get out of sync with the official releases.</td>
</tr>
</tbody>
</table>""


Revision [861]

Edited on 2008-02-22 07:55:56 by DarTar [adding public_sysinfo]
Additions:
<td><code>public_sysinfo</code></td>
<td>0</td>
<td>Toggles public vs. admin-only (default) display of system information.</td>
<td>Your Wikka site's base URL. Page names get appended to it, so it should include the <code>'?wakka='</code> bit if URL rewriting doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing. If you want to use HTTPS, you wil have to adjust this parameter accordingly REQUIRED.</td>
Deletions:
<td>Your Wikka site's base URL. Page names get appended to it, so it should include the <code>'?wakka='</code> parameter stuff if the funky URL rewriting stuff doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing! If you want to use HTTPS, you have to adjust the base dir. REQUIRED.</td>


Revision [843]

Edited on 2008-02-21 20:03:23 by DarTar [links]
Additions:
>>==See also==
~-the ##[[WikkaConfigActionInfo | {{wikkaconfig}}]]## action
>>The table below lists the configuration options available in the ##wikka.config.php## file. The ##wikka.config.php## file is generated by the [[WikkaInstallation | installer]] when installing Wikka for the first time [[UpgradeNotes | upgrading]] from previous versions. It is intended to be edited only by the web site admin only, because it contains sensitive password information and crucial configuration options for the operation of Wikka. You can use a FTP client to edit this file on your web server.
Deletions:
The following table describes the configuration options available in the ##wikka.config.php## file. The ##wikka.config.php## file is generated by the wikka installer. It is intended to be edited only by the web site admin, because it contains sensitive password information and crucial configuration options for the operation of Wikka.
Use a FTP client to edit this file on the web server.
Feel free to fill in or leave comments about any missing info.


Revision [818]

Edited on 2008-02-21 18:20:05 by DarTar [adding CSS class]
Additions:
""<table border="1" class="data">
""<table border="1" class="data">
Deletions:
""<table border="1">
""<table border="1">


Revision [817]

Edited on 2008-02-21 18:01:50 by BrianKoontz [rearranged sections for better clarity]

No Differences

Revision [677]

Edited on 2008-02-18 01:16:34 by BrianKoontz [Minor edit]
Additions:
{{since version="1.1.6.2" display="inline"}}
Deletions:
<<Since Wikka ##1.1.6.2##<<::c::


Revision [676]

Edited on 2008-02-18 01:15:35 by BrianKoontz [Minor layout change]
Additions:
{{since version="1.1.6.4" display="inline"}}


Revision [675]

Edited on 2008-02-18 01:09:05 by BrianKoontz [allow_user_registration]
Additions:
<td><code>allow_user_registration</code></td>
<td>1</td>
<td>Setting this to "1" (default) allows user registrations. Setting this value to "0" disables all new user registrations (logins remain enabled).</td>


Revision [304]

Edited on 2006-11-19 09:45:27 by YanB [lots of formatting changes and updates]
Additions:
HomePage
<<Since Wikka ##1.1.6.2##<<::c::
The following table describes the configuration options available in the ##wikka.config.php## file. The ##wikka.config.php## file is generated by the wikka installer. It is intended to be edited only by the web site admin, because it contains sensitive password information and crucial configuration options for the operation of Wikka.
""<table border="1">
<td> <code>mysql_host</code></td>
<td>The host your MySQL server is running on. Usually <code>localhost</code> i.e., the same machine your Wikka site is on. REQUIRED</td>
<td> <code>mysql_database</code></td>
<td>The MySQL database Wikka should use. REQUIRED.</td>
<td><code> mysql_user</code></td>
<td>Name of the MySQL user used to connect to your database. REQUIRED.</td>
<td> <code>table_prefix</code></td>
<td><code>wikka_</td>
<td>Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes. REQUIRED.</td>
<td> <code>root_page</code></td>
<td><code>HomePage</code></td>
<td><code> wakka_name</code></td>
<td><code>MyWikkaSite</code></td>
<td> <code>base_url</code></td>
<td>guess by installer</code></td>
<td>Your Wikka site's base URL. Page names get appended to it, so it should include the <code>'?wakka='</code> parameter stuff if the funky URL rewriting stuff doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing! If you want to use HTTPS, you have to adjust the base dir. REQUIRED.</td>
<td> <code>rewrite_mode</code></td>
<td>URL rewriting enabled = <code>'1'</code>. URL rewriting disabled = <code>'0'</code>.</td>
<td> <code>wiki_suffix</code></td>
<td><code>@wikka</code></td>
<td> <code>action_path</code></td>
<td><code>'actions'</code></td>
<td>The path to the <code>actions</code> directory. It is relative to the root of your wikka directory.</td>
<td><code> handler_path</code></td>
<td><code>'handlers'</code></td>
<td>The path to the <code>handlers</code> directory. It is relative to the root of your wikka directory.</td>
<td> <code>gui_editor</code></td>
<td><code>'1'</code></td>
<td> <code>stylesheet</code></td>
<td><code>'wikka.css'</code></td>
<td>Specifies which cascading stylesheet to use. Stylesheets are stored in the <code>css</code> directory. (Make sure your webserver has read access to the <code>css</code> directory and the <code>*.css</code> files.</td>
<td><code>wikka_formatter_path</code></td>
<td><code>formatters</code></td>
<td><code>wikka_highlighters_path</code></td>
<td><code>formatters</code></td>
<td><code>geshi_path</code></td>
<td><code>3rdparty/plugins/geshi</code></td>
<td><code>geshi_languages_path</code></td>
<td><code>3rdparty/plugins/geshi/geshi</code></td>
<td><code>header_action</code></td>
<td><code>'header'</code></td>
<td>Sets the php file in the <code>'actions'</code> directory that outputs the header listed at the top of every page and everything that appears above the header (like the HTML head and DOCTYPE)</td>
<td> <code>footer_action</code></td>
<td><code>'footer'</code></td>
<td>Sets the php file in the <code>actions</code> directory that outputs the footer listed at the bottom of every page.</td>
<td> <code>navigation_links</code></td>
<td> <code>logged_in_navigation_links</code></td>
<td><code> referrers_purge_time</code></td>
<td><code>'30'</code></td>
<td>The number of days referring pages (pages that link to your wiki) are kept in the referral logs. Setting this option to '0' or leaving it empty disables the referrer log.</td>
<td> <code>pages_purge_time</code></td>
<td><code>'0'</code></td>
<td> Setting <code>pages_purge_time</code> will remove old page revisions older than the specified setting. So if you set this to 7, page revisions older than 7 days will be deleted. The most recent pages will never be purged. If you have a huge wiki with thousands of pages that are all frequently updated you might want to turn this on, but most wikis will never need to adjust this setting.</td>
<td><code> xml_recent_changes</code></td>
<td><code>10</code></td>
<td> <code>hide_comments</code></td>
<td><code>'0'</code></td>
<td><code> require_edit_note</code></td>
<td><code>'0'</code></td>
<td>Edit note optional <code>(',default)</code>, edit note required (1) edit note disabled (2).</td>
<td> <code>anony_delete_own_comments</code></td>
<td><code>'1'</code></td>
<td> <code>double_doublequote_html</code></td>
<td><code>'safe'</code></td>
<td>determines if HTML in wikkapages is passed through SafeHtml ('safe'), shown as it is ('raw') or passed through <code>htmlspecialchars_en</code> (anything else)</td>
<td><code> public_sysinfo</code></td>
<td><code>'0'</code></td>
<td><code> external_link_tail</code></td>
<td><code> sql_debugging</code></td>
<td><code>'0'</code></td>
<td> <code>admin_users</code></td>
<td>A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: DarTar, NilsLindenberg, YanB</td>
<td><code> admin_email</code></td>
<td><code> upload_path</code></td>
<td><code>'uploads'</code></td>
<td> <code>mime_types</code></td>
<td><code>mime_types.txt</code></td>
<td> geshi_header</code></td>
<td><code>div</code></td>
<td><code>'div'</code> or <code>'pre'</code> to wrap code block</td>
<td><code> geshi_line_numbers</code></td>
<td><code>1</code></td>
<td> <code>geshi_tab_width</code></td>
<td><code>4</code></td>
<td> <code>grabcode_button</code></td>
<td><code>1</code></td>
<td><code> wikiping_server</code></td>
<td> <code>default_write_acl</code></td>
<td><code>'+'</code></td>
<td> <code>default_read_acl</code></td>
<td><code>'*'</code></td>
<td>Reading-access to pages. See <code>default_write_acl</code></td>
<td> <code>default_comment_acl</code></td>
<td><code>'*'</code></td>
<td>The right to comment pages. See <code>default_write_acl</code></td>
<td> <code>mysql_password</code></td>
<td>Password of the MySQL user used to connect to your database. REQUIRED.</td>
<td> <code>meta_keywords</code></td>
<td> <code>meta_description</code></td>
<td> <code>wakka_version</code></td>
<td><code>1.1.6.2</code></td>
CategoryEN
Deletions:
[[WikkaDocumentation | Wikka Documentation]]
<<Since Wikka ##1.1.6.2<<::c::
The following table describes the configuration options available in the wikka.config.php file. The wikka.config.php file is generated by the wikka installer. It is intended to be edited only by the web site admin, because it contains sensitive password information and crucial configuration options for the operation of Wikka.
""<table>
<td> mysql_host</td>
<td>The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.</td>
<td> mysql_database</td>
<td>The MySQL database Wikka should use.</td>
<td> mysql_user</td>
<td>Name of the MySQL user used to connect to your database.</td>
<td> table_prefix</td>
<td>wikka_</td>
<td>Prefix of all tables used by Wikka. This allows you to run multiple Wikka installations using the same MySQL database by configuring them to use different table prefixes.</td>
<td> root_page</td>
<td>HomePage</td>
<td> wakka_name</td>
<td>MyWikkaSite</td>
<td> base_url</td>
<td>Your Wikka site's base URL. Page names get appended to it, so it should include the '?wakka=' parameter stuff if the funky URL rewriting stuff doesn't work on your server. The wikka installer tries to guess the proper value. Change this only if you know what you're doing! If you want to use HTTPS, you have to adjust the base dir</td>
<td> rewrite_mode</td>
<td>URL rewriting enabled = '1'. URL rewriting disabled = '0'.</td>
<td> wiki_suffix</td>
<td>@wikka</td>
<td> action_path</td>
<td>'actions'</td>
<td>The path to the action directory. It is relative to the root of your wikka directory.</td>
<td> handler_path</td>
<td>'handlers'</td>
<td>The path to the handler directory. It is relative to the root of your wikka directory.</td>
<td> gui_editor</td>
<td>'1'</td>
<td> stylesheet</td>
<td>'wikka.css'</td>
<td>Specifies which cascading stylesheet to use. Stylesheets are stored in the css directory. (Make sure your webserver has read access to the css directory and the *.css files.</td>
<td>wikka_formatter_path</td>
<td>formatters</td>
<td>wikka_highlighters_path</td>
<td>formatters</td>
<td>geshi_path</td>
<td>3rdparty/plugins/geshi</td>
<td>geshi_languages_path</td>
<td>3rdparty/plugins/geshi/geshi</td>
<td>header_action</td>
<td>'header'</td>
<td>Sets the php file in the 'actions' directory that outputs the header listed at the top of every page and everything that appears above the header (like the HTML head and DOCTYPE)</td>
<td> footer_action</td>
<td>'footer'</td>
<td>Sets the php file in the actions directory that outputs the footer listed at the bottom of every page.</td>
<td> navigation_links</td>
<td> logged_in_navigation_links</td>
<td> referrers_purge_time</td>
<td>'30'</td>
<td>The number of days referring pages (pages that link to your wiki) are kept in the referral logs. Setting this option to '0' or leaving it empty disables the referrer log. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?) - It really purges the log. See below for the actual code that does this.</td>
<td> pages_purge_time</td>
<td>'0'</td>
<td> Setting pages_purge_time will remove old page revisions older than the specified setting. So if you set this to 7, page revisions older than 7 days will be deleted. The most recent pages will never be purged. If you have a huge wiki with thousands of pages that are all frequently updated you might want to turn this on, but most wikis will never need to adjust this setting.</td>
<td> xml_recent_changes</td>
<td>10</td>
<td> hide_comments</td>
<td>'0'</td>
<td> require_edit_note</td>
<td>'0'</td>
<td>Edit note optional (',default), edit note required (1) edit note disabled (2).</td>
<td> anony_delete_own_comments</td>
<td>'1'</td>
<td> double_doublequote_html</td>
<td>'safe'</td>
<td>determines if HTML in wikkapages is passed through SafeHtml ('safe'), shown as it is ('raw') or passed thourgh htmlspecialchars_en (anything else)</td>
<td> public_sysinfo</td>
<td>'0'</td>
<td> external_link_tail</td>
<td> sql_debugging</td>
<td>'0'</td>
<td> admin_users</td>
<td>A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin </td>
<td> admin_email</td>
<td> upload_path</td>
<td>'uploads'</td>
<td> mime_types</td>
<td>mime_types.txt</td>
<td> geshi_header</td>
<td>div</td>
<td>'div' or 'pre' to wrap code block</td>
<td> geshi_line_numbers</td>
<td>1</td>
<td> geshi_tab_width</td>
<td>4</td>
<td> grabcode_button</td>
<td>1</td>
<td> wikiping_server</td>
<td> default_write_acl</td>
<td>'+'</td>
<td> default_read_acl</td>
<td>'*'</td>
<td>Reading-access to pages. See default_write_acl</td>
<td> default_comment_acl</td>
<td>'*'</td>
<td>The right to comment pages. See default_write_acl</td>
<td> mysql_password</td>
<td><br />''</td>
<td>Password of the MySQL user used to connect to your database.</td>
<td> meta_keywords</td>
<td><br />''</td>
<td> meta_description</td>
<td><br />''</td>
<td> wakka_version</td>
<td>1.1.6.2</td>
CategoryDocumentation


Revision [169]

The oldest known version of this page was created on 2006-06-14 02:58:45 by DarTar [lots of formatting changes and updates]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki