< FAQStarting HelpSetMaker in a development environment >

Internals

This section describes certain internals of the HelpSetMaker program. This is most interesting for programmers who want to learn about how HelpSetMaker works or who even want to implement features themselves. Normal users might find this stuff somewhere between “boring”, “confusing” or “annoying”. You have been warned.

Source of source

HelpSetMaker is located at SourceForge.net. Beside its own sources in the project “helpsetmaker” it also needs the QJCC java library. Look for the project “quaterback-jcc” (Yes, there an “r” missing. Yes, this is intentionally. Well, sort of...)

Notation

To keep class names short, we'll refer by “helpsetmaker” to the “de.cantamen.helpsetmaker” package and by “quarterback” to QJCC's “biz.chitec.quarterback” package.

< FAQStarting HelpSetMaker in a development environment >