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
doc:phd [2009/07/29 19:20] – old revision restored, svn is being written. chxdoc:phd [2017/09/22 13:28] (current) – external edit 127.0.0.1
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>
  
 This will create  This will create 
   * "php" directory containing the "phpweb" files   * "php" directory containing the "phpweb" files
-  * "html" direcotry containing the "downloadable chunked html" files +  * "xhtml" direcotry containing the "downloadable chunked html" files 
-  * "bightml.html" file, which is the "downloadable bightml" file+  * "bigxhtml" file, which is the "downloadable bightml" file
  
 See the "[[doc/phd/view|Viewing the results]]" for various ways of viewing the rendered files. See the "[[doc/phd/view|Viewing the results]]" for various ways of viewing the rendered files.
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