Ben Alex 7ae1844130 Improve client application by moving username/password specification to command-line. 21 lat temu
..
images 35fe1e7b73 Initial commit. 21 lat temu
src 7ae1844130 Improve client application by moving username/password specification to command-line. 21 lat temu
styles 35fe1e7b73 Initial commit. 21 lat temu
.cvsignore 35fe1e7b73 Initial commit. 21 lat temu
README 35fe1e7b73 Initial commit. 21 lat temu

README

We're using the DocBook XSL distribution for HTML and PDF
generation. The best results can be achieved with the
Saxon XSLT processor (don't use Xalan!) and the Apache
FOP library.

The documentation is generated by the build.xml file of
Spring and Ant. Targets included are:

- docpdf - generates the PDF documentation
- dochtml - generates the HTML documentation
- dochtmlsingle - generates single page HTML documenation
- docclean - clean any output directories for docs

To generate documentation, you need to include a lot
of libraries, which haven't been added to CVS because
they're simply too big. The libraries can be found at:
http://www.jteam.nl/spring/reference-libraries.zip.
Download them, create a lib directory in the
docs/reference directory and unzip the zip there.
Then, the targets should work.

Thanks to Hibernate, for providing the skeleton for
DocBook documentation!

alef@jteam.nl