
Untitled
By: a guest on
May 8th, 2012 | syntax:
None | size: 0.72 KB | hits: 8 | expires: Never
If you are interested in using PhD to render ZF documentation, use the
following steps:
* First, PhD requires PHP >= 5.3.0.
* Check out:
http://framework.zend.com/svn/framework/build-tools/trunk/build-tools/docs/
* From your language's manual directory:
* autoconf && ./configure
* xsltproc --xinclude path/to/build-tools/docs/db4-upgrade.xsl manual.xml.in > manual-db5.xml
* path/to/build-tools/docs/phd -g 'phpdotnet\phd\Highlighter_GeSHi' --xinclude -f zfpackage -d manual-db5.xml
The first step should be familiar. The second step converts our manual
to DocBook 5 standards. The third step builds the documentation.
Docs will now be in output/zf-package-chunked-xhtml/; the manual.html
file is the landing page.