The single zip file installation contains the following files:
| README file | Information about this release (text document). | 
| LICENSE.html | The JavaHelp license agreement (html document). | 
| JavaHelp System User's Guide (this document) | Available in both PDF ( doc\jhug.pdf) and JavaHelp/HTML format (doc\jhug). | 
| Specification | Defines the API between the application and
the help system and the formats of the underlying files
used by the JavaHelp system. ( doc\spec\JavaHelp_V2_0_Specification.pdf) | 
| API | javadocgenerated documentation of the JavaHelp 
      API. Can be viewed by using the JavaHelp 
      API viewer or using a web browser (doc\api\index.html) | 
| Libraries and tools | The libraries ( javahelp\lib) and tools
(javahelp\bin) used to create online help systems. | 
| Demonstration programs | Programs that demonstrate
JavaHelp system functionality. Source code for these
programs illustrate how you can implement these features in
your JavaHelp systems. ( demos\binanddemos\src) | 
| Sample Helpsets | Helpsets that you can use to familiarize yourself with the
capabilities of the JavaHelp system. You can also use these
helpsets as templates for creating your own help systems.
( demos\hsanddemos\hsjar) | 
| JavaHelp source files | Source files for the JavaHelp system (except the
full-text search engine). ( src.jar) | 
| DTDs | The DTDs (Document Type Definitions) that define the
XML-based metadata files (helpset, map, TOC, Index) are
included in javahelp\lib\dtd. | 
| Default Style Sheet | The default style sheet for the J2SE 2.0 viewer
is included in doc\css. |