diff --git a/docbook/Admin_Guide/en-US/Configuration.xml b/docbook/Admin_Guide/en-US/Configuration.xml index c3786254c4..492b04db04 100644 --- a/docbook/Admin_Guide/en-US/Configuration.xml +++ b/docbook/Admin_Guide/en-US/Configuration.xml @@ -37,6 +37,7 @@ + diff --git a/docbook/Admin_Guide/en-US/config/wiki.xml b/docbook/Admin_Guide/en-US/config/wiki.xml new file mode 100644 index 0000000000..d897131541 --- /dev/null +++ b/docbook/Admin_Guide/en-US/config/wiki.xml @@ -0,0 +1,74 @@ + + +]> +
+ Wiki Integration + + + + + + $g_wiki_enable + + Set to ON to enable Wiki integration. Defaults to OFF. + + + + + $g_wiki_engine + + The following Wiki Engine values are supported: + + + dokuwiki: + DokuWiki + + + mediawiki: + MediaWiki + + + twiki: + TWiki + + + wikka: + WikkaWiki + + + xwiki: + XWiki + + + + + + + $g_wiki_root_namespace + + Wiki namespace to be used as root for all pages relating + to this MantisBT installation. + + + + + $g_wiki_engine_url + + URL under which the wiki engine is hosted. + + Must be on the same server as MantisBT, + requires a trailing '/'. + + If left empty (default), the URL is derived from the + global MantisBT path + ($g_path, see ), + replacing the URL's path component by the wiki engine string + (i.e. if $g_path = 'http://example.com/mantis/' and + $g_wiki_engine = 'dokuwiki', the wiki URL will be + 'http://example.com/dokuwiki/'). + + + + +