HelpHTML : Support scripts for generating external HTML help files ------------------------------------------------------------------ The scripts in this directory can be used to generate external HTML help files for use with wxHTMLHelpControllerBase derived help implemen- tations. Currently the only implementation using this is the wxExtHelpController class, using an external HTML browser. I hope to add a class using a wxWindows-built-in HTML viewer soon. These viewers need a "wxhelp.map" file in the help directory which maps numeric help IDs to relative URLs, having entries like: 1000 overview.html;Overview 1010 mainmanu.html;Main Menu ... The numeric help ids are used to refer to the help in the application, the URL specifies the file to be displayed, relative to the help base directory (extended by the locale name if that directory exists) and the text behind the semicolon is used to display and search a list of all help topics. html2wxhelp: ------------ The html2wxhelp script in this directory allow you to automatically generate this file from a set of HTML pages. All you need is to append the numeric ID to the section header in the HTML file like this: