<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/about.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'about.generate.php', 1 => 'How we generate the formats', ), 'up' => array ( 0 => 'about.php', 1 => 'About the manual', ), 'prev' => array ( 0 => 'about.howtohelp.php', 1 => 'How to help improve the documentation', ), 'next' => array ( 0 => 'about.translations.php', 1 => 'Translations', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'appendices/about.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="about.generate" class="sect1"> <h2 class="title">How we generate the formats</h2> <p class="para"> This manual is written in <abbr title="eXtensible Markup Language">XML</abbr> using the <a href="http://www.oasis-open.org/docbook/xml/" class="link external">» DocBook XML DTD</a>, using <a href="https://wiki.php.net/doc/phd/" class="link external">» <abbr>PhD</abbr></a> (The [PH]P based [D]ocBook renderer) for maintenance and formatting. </p> <p class="para"> Using <abbr title="eXtensible Markup Language">XML</abbr> as a source format gives the ability to generate many output formats from the source files, while only maintaining one source document for all formats. The tool used for formatting the online manual is <a href="https://wiki.php.net/doc/phd/" class="link external">» PhD</a>. We use <a href="http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp" class="link external">» Microsoft HTML Help Workshop</a> to generate the <span class="productname">Windows HTML Help</span> format of the manual, and of course PHP itself to do some additional conversions and formatting. </p> <p class="para"> The PHP manual is generated in various languages and formats, see <a href="https://www.php.net/docs.php" class="link external">» https://www.php.net/docs.php</a> for additional details. The <abbr title="eXtensible Markup Language">XML</abbr> source code may be downloaded from git and viewed at <a href="https://github.com/php/doc-en" class="link external">» https://github.com/php/doc-en</a>. </p> </div><?php manual_footer($setup); ?>