[bt-devel] doc problems
Martin Gruner
bt-devel@crosswire.org
Thu, 20 Dec 2001 15:30:03 +0100
There seems to be a problem with the online help activation from the main
window, since we split it into several modules.
### from the KDE2 api-docs, class KHelpMenu
void appHelpActivated () [slot]
Opens the help page for the application. The application name is used as a
key to determine what to display and the system will attempt to open
/index.html.
###
But we don't need it to open bibletime/index.html but rather
bibletime/handbook/index.html (automatically generated from index.docbook).
Does anybody know what to do? Should/could we subclass KHelpMenu?
The worst solution would be to provide a index.html file with liks to the
subdirectories, but then arises the question whether it should link to the
subdirs using the http:/ or the help:/ protocol...
Martin
P.S. Fred, we decided to have the "helpdialog" html files installed too, so
that we can open them in the usual way. Hope that's ok...