After installation, the following directories should be found in the installed Qizx directory:
docs/Root of the documentation and samples.
index.htmlDispatches to the different parts of the documentation.
manual.pdfQizx manual in PDF form.
manual/Qizx manual in browsable HTML form.
javadoc/Java documentation of the API and utility classes.
samples/Examples (documents, queries, Java code, DTD and catalogs) used by the chapters "Getting started" and "Programming with the Qizx API" of the manual.
bin/Contains executable scripts:
qizx, qizx.batBatch files for running the command-line tool, respectively on Unix-like platforms (Linux, Mac OS X, others), and MS Windows.
qizxstudio, qizxstudio.batShell scripts for running the graphic interface Qizx Studio, respectively on Unix-like platforms (Linux, Mac OS X, others), and MS Windows.
lib/Contains the run-time jars used by Qizx:
qizx.jarCore Qizx engine.
qizxstudio.jar, qizxstudio_help.jarQizx Studio application.
resolver.jarApache XML Catalogs resolver for catalog-based entity resolution.
jhall.jarStandard Java Help engine.
legal/Contains licenses and information for Qizx/db and third-party components used in Qizx.
src.zipSource code provided with the distribution.
This source code is provided as example and for documentation purpose only. Only applications, utilities and API are included here.
Included packages:
Source code of the API interfaces and classes.
Utility classes such as XMLSerializer.
Sample implementation of AccessControl.
Base implementations of Sieves for indexing.
Implementation of the command line tool.
Implementation of Qizx Studio.
Rebuilding the Qizx Studio application should be possible using this source code and qizx.jar. However, no support is provided for modified applications.