QuHelp is a simple C program for generated html-based online help manuals. It can be thought as a bare-bones help authoring tool for html help. QuHelp works by scanning the contents of a source directory (by default named contents) which contain text files with html formatting and combining them with a template (by default found in the template directory) to build the html help files in a target directory (by default in the output directory). QuHelp also builds a tree of the help site's contents using a JavaScript-based tree system, similar to what can be found in many modern desktop-based help systems and a search database for searching in the help site.

To get started with QuHelp, you can read the guide.


QuHelp's home page is located at

http://github.com/badsector/quhelp

Click here for a single page version of this site.