This is an old revision of the document!
The help server is built with DokuWiki. At the moment, all admin help views are served from this server. At a later date, I plan to migrate all site help views to the help server as well.
There are a few core hacks required to make this work as a help server, but they are simple and thus easy to maintain, even after an update of DokuWiki or any of the extensions.
// bco: 20181114. Get requested language and set language fallback
require_once(template('dispatcher.php'));
$langcode = help_language();
//do the work (picks up what to do from global env) act_dispatch();
with
// bco: 20181114. Set language and load act_dispatch override init_lang($langcode); help_dispatch();
'https://your.wiki.server/help.php?id={langcode}:{keyref}'
JToolbarHelper::help('view', true);
https://your.wiki.server/help.php?id=en:view