简体   繁体   中英

Cross-platform help viewer with search functionality

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

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.

wxHtmlHelpController不支持页面内的任何脚本,也不支持CSS。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM