[wxPython-users] HelpController
Robin Dunn
robin at alldunn.com
Thu Nov 2 20:41:06 PST 2006
Shoemaker, Ronnie A. wrote:
> Okay, what is HTML Help (.hhp)? Or what do I use on linux to create
> these files? I need an easy way to create online help.
The tex2rtf utility can be used to help generate the control files as
well as the html, but that means that your source needs to be in a
limited subset of TeX, which is pretty awkward for most people to use.
The structure and content of the HTML Help control files is described in
the docs, and as long as you don't have lots of content it's not too
hard to maintain it by hand. It's also fairly easy to generate with a
bit of Python scripting if you want to take that approach.
http://wxwidgets.org/manuals/2.6.3/wx_wxhtml.html#helpformat
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list