mantisbt:issue:8757
This is an old revision of the document!
Mantis issue 8757 contains a wiki api file to handle dispatching links to a TWiki wiki instance. Simply put the wiki_twiki_api.php file in your mantis core directory, and add the following section to your config_inc.php (with your values). The extension should handle proper WikiWord naming of issues and projects. Set $g_wiki_root_namespace to the name of the TWiki web you want to use.
##################### # Wiki Integration #####################
# Wiki Integration Enabled? $g_wiki_enable = OFF;
# Wiki Engine (supported engines: 'dokuwiki', 'mediawiki', 'twiki', 'xwiki') $g_wiki_engine = 'dokuwiki';
# Wiki namespace to be used as root for all pages relating to this mantis installation. $g_wiki_root_namespace = 'mantis';
# URL under which the wiki engine is hosted, with a trailing slash. # For wikis on the same server, use this syntax: # $g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/'; # For wikis on a different server, specify the complete URL # $g_wiki_engine_url = 'http://example.com/path/to/wiki/server/';
# Note for TWiki users: be sure to include '/bin/view/' in the url, e.g., # $g_wiki_engine_url = 'http://example.com/twiki/bin/view/'; $g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';
mantisbt/issue/8757.1200597367.txt.gz · Last modified: (external edit)
