spring-security/docs/reference
Ben Alex 6314aa4efa Refactor User to an interface. 2004-06-24 23:24:14 +00:00
..
images Initial commit. 2004-03-16 23:57:17 +00:00
src Refactor User to an interface. 2004-06-24 23:24:14 +00:00
styles Updated to reflect new Spring Framework 1.0 styles. 2004-04-18 23:49:12 +00:00
.cvsignore Initial commit. 2004-03-16 23:57:17 +00:00
README Initial commit. 2004-03-16 23:57:17 +00:00

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