doc:phd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:phd [2009/04/09 14:04] – cleanup and some rewrites philipdoc:phd [2009/10/16 16:35] – updated phd execution example to reflect 0.9/1.0 philip
Line 23: Line 23:
 ==== Where to get ==== ==== Where to get ====
   * Definitive Guide: [[http://doc.php.net/phd/docs/]]   * Definitive Guide: [[http://doc.php.net/phd/docs/]]
-  * Source: [[http://cvs.php.net/viewvc.cgi/phd/]]+  * Source: [[http://svn.php.net/viewvc/phd/]]
   * [[doc:phd:install|Installation docs]]   * [[doc:phd:install|Installation docs]]
   * Demo: [[http://php.net/manual/]]   * Demo: [[http://php.net/manual/]]
Line 38: Line 38:
 Optional: Optional:
   * Haru (or PDF)   * Haru (or PDF)
- 
 ==== Usage ==== ==== Usage ====
 Because the builder is incomplete, we still use the current system to build the huge .manual.xml file. An example use of PhD today (See `phd -h` for more options): Because the builder is incomplete, we still use the current system to build the huge .manual.xml file. An example use of PhD today (See `phd -h` for more options):
Line 45: Line 44:
  
 <code bash> <code bash>
-cvs -d:pserver:cvsread@cvs.php.net/repository co phpdoc+svn co http://svn.php.net/repository/phpdoc/modules/doc-en phpdoc
 $ cd phpdoc $ cd phpdoc
-$ php configure.php +$ php doc-base/configure.php 
-$ phd -d .manual.xml+$ phd -d doc-base/.manual.xml -o output_dir -f php -p PHP
 </code> </code>
  
Line 60: Line 59:
 ==== TODO / Planning ==== ==== TODO / Planning ====
   * See the [[doc/todo/phd]] page   * See the [[doc/todo/phd]] page
- 
doc/phd.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1