views:

56

answers:

2

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

+2  A: 

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.

RichieHindle
+1  A: 

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

Alastair