Revision history for ConfigurationOptions


Revision [22887]

Last edited on 2016-05-20 07:38:42 by JavaWoman [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:ConfigurationOptions | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/ConfigurationOptions/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:ConfigurationOptions Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/ConfigurationOptions/revisions
old revisions of this page]] is still available for reference.<<


Revision [18098]

Edited on 2008-01-27 02:34:53 by JavaWoman [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:ConfigurationOptions Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/ConfigurationOptions/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
===== Wikka Configuration Options ##(wikka.config.php)##=====
<<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.
Use a FTP client to edit this file on the web server.
Feel free to fill in or leave comments about any missing info.
""<table>
<thead>
<tr>
<th scope="col">Option</th>
<th scope="col"> Default</th>
<th scope="col"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td> mysql_host</td>
<td>localhost</td>
<td>The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.</td>
</tr>
<tr>
<td> mysql_database</td>
<td>wikka</td>
<td>The MySQL database Wikka should use.</td>
</tr>
<tr>
<td> mysql_user</td>
<td>wikka</td>
<td>Name of the MySQL user used to connect to your database.</td>
</tr>
<tr>
<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>
</tr>
<tr>
<td> root_page</td>
<td>HomePage</td>
<td>Your Wikka site's home page. Should be a WikiName.</td>
</tr>
<tr>
<td> wakka_name</td>
<td>MyWikkaSite</td>
<td>The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.</td>
</tr>
<tr>
<td> base_url</td>
<td>guessed by installer</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>
</tr>
<tr>
<td> rewrite_mode</td>
<td>guessed by installer</td>
<td>URL rewriting enabled = '1'. URL rewriting disabled = '0'.</td>
</tr>
<tr>
<td> wiki_suffix</td>
<td>@wikka</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> action_path</td>
<td>'actions'</td>
<td>The path to the action directory, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td> handler_path</td>
<td>'handlers'</td>
<td>The path to the handler directory, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td>wikka_formatter_path</td>
<td>'formatters'</td>
<td>The path to the Wikka formatter, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td>wikka_highlighters_path</td>
<td>'formatters'</td>
<td>The path to the Wikka built-in code highlighters, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td>geshi_path</td>
<td>'3rdparty/plugins/geshi'</td>
<td>The path to the GeSHi package, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td>geshi_languages_path</td>
<td>'3rdparty/plugins/geshi/geshi'</td>
<td>The path to the GeSHi language highlighting files, relative to the root of your wikka directory. REQUIRED</td>
</tr>
<tr>
<td> gui_editor</td>
<td>'1'</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 for every user.</td>
</tr>
<tr>
<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>
</tr>
<tr>
<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>
</tr>
<tr>
<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>
</tr>
<tr>
<td> navigation_links</td>
<td><br /></td>
<td>Specifies the navigation links that are output in the header and displayed to all users.</td>
</tr>
<tr>
<td> logged_in_navigation_links</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> 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>
</tr>
<tr>
<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>
</tr>
<tr>
<td> xml_recent_changes</td>
<td>10</td>
<td>Number of recent change items that are sent when the RecentChanges feed is accessed.</td>
</tr>
<tr>
<td> hide_comments</td>
<td>'0'</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> require_edit_note</td>
<td>'0'</td>
<td>Edit note optional (0, default), edit note required (1) edit note disabled (2).</td>
</tr>
<tr>
<td> anony_delete_own_comments</td>
<td>'1'</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> 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>
</tr>
<tr>
<td> public_sysinfo</td>
<td>'0'</td>
<td>enable or disable public display of system information in SysInfo</td>
</tr>
<tr>
<td> external_link_tail</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> sql_debugging</td>
<td>'0'</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> admin_users</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: JsnX, HendrikMans, CoolJoeAdmin </td>
</tr>
<tr>
<td> admin_email</td>
<td>Admin email addres setup during installation.</td>
<td>Email address of the wiki administrator.</td>
</tr>
<tr>
<td> upload_path</td>
<td>'uploads'</td>
<td>The path to the directory file attachments will be stored in.</td>
</tr>
<tr>
<td> mime_types</td>
<td>mime_types.txt</td>
<td>not in use at the moment</td>
</tr>
<tr>
<td> geshi_header</td>
<td>div</td>
<td>'div' or 'pre' to wrap code block</td>
</tr>
<tr>
<td> geshi_line_numbers</td>
<td>1</td>
<td>disable line numbers (0), or enable normal (1) or fancy line numbers (2)</td>
</tr>
<tr>
<td> geshi_tab_width</td>
<td>4</td>
<td>set tab width (in spaces) in GeSHi</td>
</tr>
<tr>
<td> grabcode_button</td>
<td>1</td>
<td>enable (1) or disable (0) code block downloading.</td>
</tr>
<tr>
<td> wikiping_server</td>
<td><br /></td>
<td>server to report your recentchanges to. See WikiPing for details</td>
</tr>
<tr>
<td> default_write_acl</td>
<td>'+'</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> default_read_acl</td>
<td>'*'</td>
<td>Reading-access to pages. See default_write_acl</td>
</tr>
<tr>
<td> default_comment_acl</td>
<td>'*'</td>
<td>The right to comment pages. See default_write_acl</td>
</tr>
<tr>
<td> mysql_password</td>
<td><br />''</td>
<td>Password of the MySQL user used to connect to your database.</td>
</tr>
<tr>
<td> meta_keywords</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> meta_description</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> wakka_version</td>
<td>1.1.6.2</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>""
CategoryDocumentation


Revision [16877]

Edited on 2007-05-31 23:26:54 by JavaWoman [Reverted]
Additions:
<td>'+'</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>
Deletions:
<td>' '</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>


Revision [16675]

Edited on 2007-05-31 10:34:54 by FaoFi3 [Reverted]
Additions:
<td>' '</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>
Deletions:
<td>'+'</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>


Revision [16358]

Edited on 2007-03-30 12:46:41 by JavaWoman [More consistency in description of path specifications]
Additions:
<td>guessed by installer</td>
<td>guessed by installer</td>
<td>The path to the action directory, relative to the root of your wikka directory. REQUIRED</td>
<td>The path to the handler directory, relative to the root of your wikka directory. REQUIRED</td>
<td>'formatters'</td>
<td>The path to the Wikka formatter, relative to the root of your wikka directory. REQUIRED</td>
<td>'formatters'</td>
<td>The path to the Wikka built-in code highlighters, relative to the root of your wikka directory. REQUIRED</td>
<td>'3rdparty/plugins/geshi'</td>
<td>The path to the GeSHi package, relative to the root of your wikka directory. REQUIRED</td>
<td>'3rdparty/plugins/geshi/geshi'</td>
<td>The path to the GeSHi language highlighting files, relative to the root of your wikka directory. REQUIRED</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 for every user.</td>
Deletions:
<td>guess by installer</td>
<td>guess by installer</td>
<td>The path to the action directory. It is relative to the root of your wikka directory.</td>
<td>The path to the handler directory. It is relative to the root of your wikka directory.</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>
<td>formatters</td>
<td>location of Wikka formatter - REQUIRED</td>
<td>formatters</td>
<td>location of Wikka build-in code highlighters - REQUIRED</td>
<td>3rdparty/plugins/geshi</td>
<td>location of GeSHi package</td>
<td>3rdparty/plugins/geshi/geshi</td>
<td>location of GeSHi language highlighting files</td>


Revision [14578]

Edited on 2006-06-14 02:58:45 by DarTar [note on version, minor changes]

No Differences

Revision [14577]

Edited on 2006-06-14 02:57:44 by DarTar [note on version, minor changes]
Additions:
<<Since Wikka ##1.1.6.2<<::c::
<td>Admin user created during installation.</td>
<td>Admin email addres setup during installation.</td>
<td>'div' or 'pre' to wrap code block</td>
<td>set tab width (in spaces) in GeSHi</td>
<td>enable (1) or disable (0) code block downloading.</td>
<td><br />''</td>
<td><br />''</td>
<td>Wikka's version number. Do not change this value! Your installation would get out of sync with the official releases.</td>
Deletions:
<td>Admin user you setup at installation.</td>
<td>Admin email addres you setup at install.</td>
<td>'div' or 'pre' to surround code block</td>
<td>how wide (in spaces) is a tab in geshi</td>
<td>allow code block downloading (1) or not (0).</td>
<td>Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases.</td>


Revision [14562]

Edited on 2006-06-12 18:23:57 by NilsLindenberg [updated for 1.1.6.2]
Additions:
<td> grabcode_button</td>
<td>allow code block downloading (1) or not (0).</td>


Revision [14561]

Edited on 2006-06-12 18:20:46 by NilsLindenberg [updated for 1.1.6.2]
Additions:
<tr>
<td> wiki_suffix</td>
<td>@wikka</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>
<td> hide_comments</td>
<tr>
<td> require_edit_note</td>
<td>Edit note optional (0, default), edit note required (1) edit note disabled (2).</td>
<tr>
<td> public_sysinfo</td>
<td>enable or disable public display of system information in SysInfo</td>
<td> geshi_header</td>
<td> geshi_line_numbers</td>
<td> geshi_tab_width</td>
<td> wikiping_server</td>
<td>1.1.6.2</td>
Deletions:
<td>hide_comments</td>
<td>geshi_header</td>
<td>geshi_line_numbers</td>
<td>geshi_tab_width</td>
<td>wikiping_server</td>
<td>1.1.6.1</td>


Revision [12926]

Edited on 2006-01-19 09:46:27 by DarTar [replacing table with embedded HTML to use correct headers]
Additions:
""<table>
<thead>
<tr>
<th scope="col">Option</th>
<th scope="col"> Default</th>
<th scope="col"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td> mysql_host</td>
<td>localhost</td>
<td>The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.</td>
</tr>
<tr>
<td> mysql_database</td>
<td>wikka</td>
<td>The MySQL database Wikka should use.</td>
</tr>
<tr>
<td> mysql_user</td>
<td>wikka</td>
<td>Name of the MySQL user used to connect to your database.</td>
</tr>
<tr>
<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>
</tr>
<tr>
<td> root_page</td>
<td>HomePage</td>
<td>Your Wikka site's home page. Should be a WikiName.</td>
</tr>
<tr>
<td> wakka_name</td>
<td>MyWikkaSite</td>
<td>The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.</td>
</tr>
<tr>
<td> base_url</td>
<td>guess by installer</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>
</tr>
<tr>
<td> rewrite_mode</td>
<td>guess by installer</td>
<td>URL rewriting enabled = '1'. URL rewriting disabled = '0'.</td>
</tr>
<tr>
<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>
</tr>
<tr>
<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>
</tr>
<tr>
<td> gui_editor</td>
<td>'1'</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> 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>
</tr>
<tr>
<td>wikka_formatter_path</td>
<td>formatters</td>
<td>location of Wikka formatter - REQUIRED</td>
</tr>
<tr>
<td>wikka_highlighters_path</td>
<td>formatters</td>
<td>location of Wikka build-in code highlighters - REQUIRED</td>
</tr>
<tr>
<td>geshi_path</td>
<td>3rdparty/plugins/geshi</td>
<td>location of GeSHi package</td>
</tr>
<tr>
<td>geshi_languages_path</td>
<td>3rdparty/plugins/geshi/geshi</td>
<td>location of GeSHi language highlighting files</td>
</tr>
<tr>
<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>
</tr>
<tr>
<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>
</tr>
<tr>
<td> navigation_links</td>
<td><br /></td>
<td>Specifies the navigation links that are output in the header and displayed to all users.</td>
</tr>
<tr>
<td> logged_in_navigation_links</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> 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>
</tr>
<tr>
<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>
</tr>
<tr>
<td> xml_recent_changes</td>
<td>10</td>
<td>Number of recent change items that are sent when the RecentChanges feed is accessed.</td>
</tr>
<tr>
<td>hide_comments</td>
<td>'0'</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> anony_delete_own_comments</td>
<td>'1'</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> 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>
</tr>
<tr>
<td> external_link_tail</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> sql_debugging</td>
<td>'0'</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> admin_users</td>
<td>Admin user you setup at installation.</td>
<td>A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin </td>
</tr>
<tr>
<td> admin_email</td>
<td>Admin email addres you setup at install.</td>
<td>Email address of the wiki administrator.</td>
</tr>
<tr>
<td> upload_path</td>
<td>'uploads'</td>
<td>The path to the directory file attachments will be stored in.</td>
</tr>
<tr>
<td> mime_types</td>
<td>mime_types.txt</td>
<td>not in use at the moment</td>
</tr>
<tr>
<td>geshi_header</td>
<td>div</td>
<td>'div' or 'pre' to surround code block</td>
</tr>
<tr>
<td>geshi_line_numbers</td>
<td>1</td>
<td>disable line numbers (0), or enable normal (1) or fancy line numbers (2)</td>
</tr>
<tr>
<td>geshi_tab_width</td>
<td>4</td>
<td>how wide (in spaces) is a tab in geshi</td>
</tr>
<tr>
<td>wikiping_server</td>
<td><br /></td>
<td>server to report your recentchanges to. See WikiPing for details</td>
</tr>
<tr>
<td> default_write_acl</td>
<td>'+'</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> default_read_acl</td>
<td>'*'</td>
<td>Reading-access to pages. See default_write_acl</td>
</tr>
<tr>
<td> default_comment_acl</td>
<td>'*'</td>
<td>The right to comment pages. See default_write_acl</td>
</tr>
<tr>
<td> mysql_password</td>
<td><br /></td>
<td>Password of the MySQL user used to connect to your database.</td>
</tr>
<tr>
<td> meta_keywords</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> meta_description</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> wakka_version</td>
<td>1.1.6.1</td>
<td>Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases.</td>
</tr>
</tbody>
</table>""
Deletions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}


Revision [10955]

Edited on 2005-09-08 22:28:21 by NilsLindenberg [note about HTTPS]
Additions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}
Deletions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}


Revision [7741]

Edited on 2005-04-30 15:13:22 by JavaWoman [it's called wikka.config.php now :)]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

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.

{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}

----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}

----


Revision [6011]

Edited on 2005-02-16 01:14:52 by BarkerJr [Minor Typos]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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 thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka's version number. Do not change it! Your installation would get out of sync with the official releases."}}

----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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;'save';determines if HTML in wikkapages is passed through SafeHtml ('save'), shown as it is ('raw') or passed thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}

----


Revision [5887]

Edited on 2005-02-10 19:15:44 by NilsLindenberg [updated doubleqoute_html]
Additions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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;'save';determines if HTML in wikkapages is passed through SafeHtml ('save'), shown as it is ('raw') or passed thourgh htmlspecialchars_en (anything else); 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}
Deletions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}


Revision [5886]

Edited on 2005-02-10 19:07:19 by NilsLindenberg [removing show_spaces]
Additions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}
Deletions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}


Revision [5824]

Edited on 2005-02-09 14:40:18 by NilsLindenberg [updated to 1.1.6.0]
Additions:
{{table columns="3" cellpadding="1" cells="**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.; mysql_database;wikka;The MySQL database Wikka should use.; mysql_user;wikka;Name of the MySQL user used to connect to your database.; 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.; 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 and looks SomethingLikeThis.; base_url;guess by installer;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 them only if you know what you're doing!; rewrite_mode;guess by installer;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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_languages_path;3rdparty/plugins/geshi/geshi;location of GeSHi language highlighting files;header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;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 in the moment;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;wikiping_server;empty;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; mysql_password;###;Password of the MySQL user used to connect to your database.; 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.0;Lists wikka version number. Do not change it! Your installation would get out of sync with the official releases."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases.;wikka_formatter_path;formatters;the path of the formatter-files;wikka_highlighters_path;formatters;path for the build-in highlighters of wikka;geshi_path;3rdparty/plugins/geshi;path of the GeShi-files;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;geshi_languages_path;3rdparty/plugins/geshi/geshi;path to the language files of geshi"}}


Revision [5822]

Edited on 2005-02-09 11:53:28 by NilsLindenberg [first additions]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases.;wikka_formatter_path;formatters;the path of the formatter-files;wikka_highlighters_path;formatters;path for the build-in highlighters of wikka;geshi_path;3rdparty/plugins/geshi;path of the GeShi-files;geshi_header;div;'div' or 'pre' to surround code block;geshi_line_numbers;1;disable line numbers (0), or enable normal (1) or fancy line numbers (2);geshi_tab_width;4;how wide (in spaces) is a tab in geshi;geshi_languages_path;3rdparty/plugins/geshi/geshi;path to the language files of geshi"}}

----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
===== Wikka Configuration Options ##(wikka.config.php)##=====

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases."}}

----


Revision [1574]

Edited on 2004-10-03 21:54:21 by DarTar [Added link to documentation & title]
Additions:
[[WikkaDocumentation Wikka Documentation]]
Deletions:
Back to HelpInfo


Revision [1573]

Edited on 2004-10-03 21:53:56 by DarTar [Added link to documentation & title]
Additions:
===== Wikka Configuration Options ##(wikka.config.php)##=====


Revision [535]

Edited on 2004-05-30 13:16:00 by JsnX [Added link to documentation & title]
Additions:
Back to HelpInfo
----

The following table describes the configuration options available in the wakka.config.php file. The wakka.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.

{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases."}}

----
Back to HelpInfo

Deletions:
Back to HelpInfo
----

The following table describes the configuration options listed in the wakka.config.php file. wakka.config.php is generated by the wikka installer. Feel free to fill in or leave comments about any missing info.

{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases."}}

----
Back to HelpInfo


Revision [533]

Edited on 2004-05-30 13:08:18 by TesterTester [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. Specify multiple wiki names separated by commas e.g: JsnX, HendrikMans, CoolJoeAdmin ; admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. The config file warns against changing this so that your installation doesn't get out of sync with the official releases."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
For clarification of some of the questions raised above.....
Here's the code that purges the referrers and pages "log":
%%(php)
function Maintenance()
{
// purge referrers
if ($days = $this->GetConfigValue("referrers_purge_time")) {
$this->Query("delete from ".$this->config["table_prefix"]."referrers where time < date_sub(now(), interval '".mysql_escape_string($days)."' day)");
}
// purge old page revisions
if ($days = $this->GetConfigValue("pages_purge_time")) {
$this->Query("delete from ".$this->config["table_prefix"]."pages where time < date_sub(now(), interval '".mysql_escape_string($days)."' day) and latest = 'N'");
}
}
%%


Revision [439]

Edited on 2004-05-28 03:03:07 by JsnX [Added link to documentation & title]
Additions:
CategoryDocumentation


Revision [412]

Edited on 2004-05-27 03:05:55 by RichardTerry [Added link to documentation & title]
Additions:
Back to HelpInfo
----
----
Back to HelpInfo


Revision [361]

Edited on 2004-05-23 21:15:43 by JsnX [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0'; 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.; xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can't insert arbitrary HTML into the rendered page. This is disabled by default.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; 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 you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
For clarification of some of the questions raised above.....
Here's the code that purges the referrers and pages "log":
%%(php)
function Maintenance()
{
// purge referrers
if ($days = $this->GetConfigValue("referrers_purge_time")) {
$this->Query("delete from ".$this->config["table_prefix"]."referrers where time < date_sub(now(), interval '".mysql_escape_string($days)."' day)");
}
// purge old page revisions
if ($days = $this->GetConfigValue("pages_purge_time")) {
$this->Query("delete from ".$this->config["table_prefix"]."pages where time < date_sub(now(), interval '".mysql_escape_string($days)."' day) and latest = 'N'");
}
}
%%
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}


Revision [360]

Edited on 2004-05-23 20:57:49 by JsnX [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (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.; pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}


Revision [339]

Edited on 2004-05-20 19:12:40 by RichardTerry [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';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); footer_action;'footer';Sets the php file in the actions directory that outputs the footer 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; 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;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}


Revision [338]

Edited on 2004-05-20 19:01:04 by RichardTerry [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';If set to '*', when a new page is created, anyone can view it. If set to '+', any registered and logged in user can view the new page. List individual WikiNames one to a line to only allow specific users to view new pages by default.; default_comment_acl;'*';If set to '*', when a new page is created, anyone can leave a comment on it. If set to '+', any registered and logged in user can leave a comment on a new page. List individual WikiNames one to a line to only allow specific users to leave comments on new pages by default.; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';###; default_comment_acl;'*';###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}


Revision [337]

Edited on 2004-05-20 18:56:44 by RichardTerry [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I THINK. DOES IT REALLY PURGE THE LOG, OR DOES IT SIMPLY NOT DISPLAY IT?); pages_purge_time;'0';(I'M NOT SURE WHAT THS DOES. WHY WOULD YOU WANT TO EXPIRE PAGES?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';If set to '*', when a new page is created, anyone can edit it. If set to '+', any registered and logged in user can edit a new page. List individual WikiNames one to a line to only allow specific users to edit new pages by default.; default_read_acl;'*';###; default_comment_acl;'*';###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I think. Does it really purge the log or does it simply not display it?); pages_purge_time;'0';(I'm not sure what this does. Why would you want to expire pages?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';###; default_read_acl;'*';###; default_comment_acl;'*';###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}


Revision [332]

Edited on 2004-05-19 20:41:05 by RichardTerry [Added link to documentation & title]
Additions:
The following table describes the configuration options listed in the wakka.config.php file. wakka.config.php is generated by the wikka installer. Feel free to fill in or leave comments about any missing info.
Deletions:
The following table describes the configuration options listed in the wakka.config.php file. wakka.config.php is generated by the wikka installer.


Revision [331]

Edited on 2004-05-19 20:25:16 by RichardTerry [Added link to documentation & title]
Additions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I think. Does it really purge the log or does it simply not display it?); pages_purge_time;'0';(I'm not sure what this does. Why would you want to expire pages?); xml_recent_changes;10;Number of recent change items that are sent when the RecentChanges feed is accessed.; show_spaces;N;If set to 'Y', new users will see WikiWords with spaces inserted (WikiWords --> Wiki Words). Users can override this option by checking 'Show spaces in WikiWords' in the UserSettings page.; 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.; 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.; allow_doublequote_html;'0';If set to '1', users can insert arbitrary HTML into the rendered page using double double-quotes. If set to '0', users can insert arbitrary HTML into the rendered page.; external_link_tail;###;This gets tacked on to the end of any external link as a visual indicator that the link points outside of the Wiki. By default the infinity symbol is used.; sql_debugging;'0';NOT SURE WHAT THIS DOES YET.; admin_users;Admin user you setup at installation.;A list of users allowed to administer the wiki. (NOT SURE HOW TO ADD MULTIPLE USERS YET.); admin_email;Admin email addres you setup at install.;Email address of the wiki administrator.; upload_path;'uploads';The path to the directory file attachments will be stored in.; mime_types;###;###; default_write_acl;'*';###; default_read_acl;'*';###; default_comment_acl;'*';###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;Lists wikka version number. (The config file warns against changing this. I don't know what would happen, but I'm not inclined to check at the moment."}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I think. Does it really purge the log or does it simply not display it?); pages_purge_time;###;###; xml_recent_changes;###;###; show_spaces;###;###; hide_comments;###;###; anony_delete_own_comments;###;###; allow_doublequote_html;###;###; external_link_tail;###;###; sql_debugging;###;###; admin_users;###;###; admin_email;###;###; upload_path;###;###; mime_types;###;###; default_write_acl;###;###; default_read_acl;###;###; default_comment_acl;###;###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;###"}}


Revision [329]

Edited on 2004-05-19 18:34:30 by RichardTerry [Adding a description of the wakka.config.php file]
Additions:
The following table describes the configuration options listed in the wakka.config.php file. wakka.config.php is generated by the wikka installer.

{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;The host your MySQL server is running on. Usually localhost I.e., the same machine your Wikka site is on.; mysql_database;###;The MySQL database Wikka should use.; mysql_user;###;Name of the MySQL user used to connect to your database.; table_prefix;###;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.; root_page;###;Your Wikka site's home page. Should be a WikiName.; wakka_name;###;The name of your Wikka site. It usually is a WikiName and looks SomethingLikeThis.; base_url;###;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 them only if you know what you're doing!; rewrite_mode;###;URL rewriting enabled = '1'. URL rewriting disabled = '0'.; action_path;'actions';The path to the action directory. It is relative to the root of your wikka directory.; handler_path;'handlers';The path to the handler directory. It is relative to the root of your wikka directory.; gui_editor;'1';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.; 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.; header_action;'header';###; footer_action;'footer';###; 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. (I think. Does it really purge the log or does it simply not display it?); pages_purge_time;###;###; xml_recent_changes;###;###; show_spaces;###;###; hide_comments;###;###; anony_delete_own_comments;###;###; allow_doublequote_html;###;###; external_link_tail;###;###; sql_debugging;###;###; admin_users;###;###; admin_email;###;###; upload_path;###;###; mime_types;###;###; default_write_acl;###;###; default_read_acl;###;###; default_comment_acl;###;###; mysql_password;###;Password of the MySQL user used to connect to your database.; meta_keywords;###;###; meta_description;###;###; wakka_version;###;###"}}
Deletions:
{{table columns="3" cellpadding="1" cells="Option; Default; Descrioption; mysql_host;###;###; mysql_database;###;###; mysql_user;###;###; table_prefix;###;###; root_page;###;###; wakka_name;###;###; base_url;###;###; rewrite_mode;###;###; action_path;###;###; handler_path;###;###; gui_editor;###;###; stylesheet;###;###; header_action;###;###; footer_action;###;###; navigation_links;###;###; logged_in_navigation_links;###;###; referrers_purge_time;###;###; pages_purge_time;###;###; xml_recent_changes;###;###; show_spaces;###;###; hide_comments;###;###; anony_delete_own_comments;###;###; allow_doublequote_html;###;###; external_link_tail;###;###; sql_debugging;###;###; admin_users;###;###; admin_email;###;###; upload_path;###;###; mime_types;###;###; default_write_acl;###;###; default_read_acl;###;###; default_comment_acl;###;###; mysql_password;###;###; meta_keywords;###;###; meta_description;###;###; wakka_version;###;###"}}


Revision [328]

The oldest known version of this page was created on 2004-05-19 17:29:22 by RichardTerry [Adding a description of the wakka.config.php file]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki