vote up 0 vote down star

I am looking for a help viewer like Windows CHM that basically provides support for

  1. adding content in HTML format
  2. define Table of Contents
  3. decent search

It should work on Windows, Mac and Linux. Bonus points for also having support for generating a "plain HTML/javascript" version that can be viewed in any browser (albeit without search support).

Language preference: Python

flag

58% accept rate

2 Answers

vote up 2 vote down

wxHtmlHelpController, which is part of wxWidgets, is a cross-platform viewer for HtmlHelp.

I'm not sure how easy it is to use it from a non-wxWidgets program, but I think it can be done.

link|flag
vote up 1 vote down

wxHtmlHelpController doesn't support any scripting within pages, nor does it support css.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.