Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.72 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. If you are interested in using PhD to render ZF documentation, use the
  2. following steps:
  3.  
  4.  * First, PhD requires PHP >= 5.3.0.
  5.  
  6.  * Check out:
  7.    http://framework.zend.com/svn/framework/build-tools/trunk/build-tools/docs/
  8.  
  9.  * From your language's manual directory:
  10.    * autoconf && ./configure
  11.    * xsltproc --xinclude path/to/build-tools/docs/db4-upgrade.xsl manual.xml.in > manual-db5.xml
  12.    * path/to/build-tools/docs/phd -g 'phpdotnet\phd\Highlighter_GeSHi' --xinclude -f zfpackage -d manual-db5.xml
  13.  
  14. The first step should be familiar. The second step converts our manual
  15. to DocBook 5 standards. The third step builds the documentation.
  16.  
  17. Docs will now be in output/zf-package-chunked-xhtml/; the manual.html
  18. file is the landing page.