doc:articles:localdocsetup

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:articles:localdocsetup [2011/06/14 05:42] – typo philipdoc:articles:localdocsetup [2011/06/14 05:55] – [Use PhD to build the documentation] typo philip
Line 67: Line 67:
  Note: This builds the php.net version of the documentation, but does not contain the files and includes used to run php.net. In other words, files like the php.net headers and footers are not built by PhD and are instead stored in a separate SVN module (web/php).  Note: This builds the php.net version of the documentation, but does not contain the files and includes used to run php.net. In other words, files like the php.net headers and footers are not built by PhD and are instead stored in a separate SVN module (web/php).
  
- Alternative: The XHTML format is an alternative approach to the PHP format, and displays manual pages as plain HTML files. To run that:+ Alternative: The XHTML format is simple and does not require mirroring the php.net website. The following builds manual pages as plain HTML files:
 <code shell> <code shell>
 +   $ cd /tmp/svn/doc-en
    $ phd --docbook /tmp/svn/doc-en/doc-base/.manual.xml --package PHP --format xhtml --output mydocs    $ phd --docbook /tmp/svn/doc-en/doc-base/.manual.xml --package PHP --format xhtml --output mydocs
    $ cd /tmp/svn/doc-en/mydocs/php-chunked-xhtml/    $ cd /tmp/svn/doc-en/mydocs/php-chunked-xhtml/
-   $ open strlen.html +   $ open function.strlen.html 
 </code> </code>
 ===== Setup a local php.net mirror ===== ===== Setup a local php.net mirror =====
doc/articles/localdocsetup.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1