This repository is used to generate the phpbu
documentation in various formats. You can find the current result here.
- Apache Ant
- Ruby
- PHP 5 (with DOM, PCRE, SPL, and Tokenizer extensions enabled)
- xsltproc
To build the complete documentation use:
ant
To build only one version of the documentation use:
ant build-LANG-VERSION
for example
ant build-en-2.1
The generated files will be in build/output/VERSION/LANG
.
Big thanks to Sebastian Bergmann and his phpunit-documentation
repository,
which helped a lot to get my head around the whole docbook stuff.
A lot of the ANT, XSLT and PHP scripts are just minimal adjustments to Sebastian's originals.