1414
1515 <para >PhD is PHP's very own DocBook 5 rendering system. It is used to
1616 convert the <acronym >PHP</acronym > Manual and PEAR Documentation into
17- different output formats like XHTML, PDF, Man pages and CHM.</para >
17+ different output formats like XHTML, Man pages and CHM.</para >
1818
1919 <para >The goal of PhD is to become a fast, general DocBook rendering
2020 system. At the moment of writing, PhD is already very fast: It can create
@@ -261,8 +261,6 @@ Supported packages:
261261 php
262262 howto
263263 manpage
264- pdf
265- bigpdf
266264 kdevelop
267265 chm
268266 tocfeed
@@ -280,7 +278,7 @@ Supported packages:
280278
281279
282280 <para >You can tell by the output of the <literal >--list</literal > option
283- that PhD can also be used to render the docs as a PDF file, or as Unix
281+ that PhD can also be used to render the docs as Unix
284282 Man Pages.</para >
285283
286284 <para >To select a format and package, you must use the <literal >-f
@@ -645,7 +643,7 @@ $ pear install mediawiki/geshi]]></screen>
645643 and <literal >highlight</literal >.</para >
646644
647645 <para ><literal >factory</literal > is static and takes the format name
648- (i.e. <literal >pdf</ literal >, < literal > xhtml</literal >,
646+ (i.e. <literal >xhtml</literal >,
649647 <literal >troff</literal >) as only parameter. It returns
650648 the highlighter instance object for the given format.
651649 The method is called for each output format the documentation
0 commit comments