Contents of the installation directory
doc/index.html
doc/manual/
doc/manual2/
- Contains the documentation of whc. Directory
manual/
contains a Web help using the
"classic
" layout. Directory manual2/
contains
a Web help using the "simple
" layout.
doc/api/
- Reference manual of the Java™ API of whc (as
generated by
javadoc
).
docsrc/
- Contains the source XHTML5 files,
toc.xml
file and
index.xml
file which were used to generate the two above
Web Helps. These files are used in the examples found in "Getting started".
LEGAL.txt
LEGAL/
- Contains legal information about whc and about
third-party components used in whc.
lib/
lib/whc.jar
lib/snowball.jar
- Contains the compiled code of whc. File
snowball.jar
is used to implement stemming.
src/
src/build.xml
- Contains the Java source code of whc.
src/build.xml
is an ant
build file which allows to rebuild
lib/whc.jar
.
whc_template/
whc_template/manifest.txt
whc_template/classic.html
whc_template/corporate.html
whc_template/simple.html
whc_template/_wh/
- The template directory of whc. Whc copies
a number of resource files found in
whc_template/_wh/
and
also a number of XHTML elements extracted from
whc_template/layout_name.html
in order to generate a
Web Help.