1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00
Files
archived-phd/package.xml
Rudy Nappée 407657a385 * Added Pear XHTML output in 0_2 branch
* Updated package.xml
2008-10-16 15:43:46 +00:00

386 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
packagerversion="1.5.4"
version="2.0"
xsi:schemaLocation="
http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>PhD</name>
<channel>doc.php.net</channel>
<summary>A PHP based Docbook renderer</summary>
<description>
PhD is a PHP based Docbook renderer aimed to replace Docbook-XSL and various
other requirements needed to build the PHP.net documentation.
</description>
<lead>
<name>Hannes Magnusson</name>
<user>bjori</user>
<email>bjori@php.net</email>
<active>yes</active>
</lead>
<developer>
<name>Gwynne Raskind</name>
<user>gwynne</user>
<email>gwynne@php.net</email>
<active>yes</active>
</developer>
<developer>
<name>Rudy Nappee</name>
<user>loudi</user>
<email>loudi@php.net</email>
<active>yes</active>
</developer>
<date>2008-11-01</date>
<version>
<release>0.3.2</release>
<api>0.3.2</api>
</version>
<stability>
<release>snapshot</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
Fixed bug #46094 (and then from now on italic). (Hannes)
Fixed a bug where it was only possible to pass one parameter to phd.bat (Kalle)
Fixed a bug where it wasn't possible to have paths with spaces in when using phd.bat (Kalle)
Added PEAR XHTML output (Rudy)
</notes>
<contents>
<dir baseinstalldir="phd" name="/">
<file baseinstalldir="phd" name="formats/xhtml.php" role="php"/>
<file baseinstalldir="phd" name="formats/manpage.php" role="php"/>
<file baseinstalldir="phd" name="formats/pdf.php" role="php"/>
<file baseinstalldir="phd" name="include/PhDFormat.class.php" role="php"/>
<file baseinstalldir="phd" name="include/PhDTheme.class.php" role="php"/>
<file baseinstalldir="phd" name="include/PhDHelper.class.php" role="php"/>
<file baseinstalldir="phd" name="include/PhDReader.class.php" role="php"/>
<file baseinstalldir="phd" name="include/PhDPartialReader.class.php" role="php"/>
<file baseinstalldir="phd" name="include/langs/bg.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/cs.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/da.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/de.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/en.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/fr.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/it.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/ja.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/pl.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/pt_BR.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/ro.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/ru.xml" role="php"/>
<file baseinstalldir="phd" name="include/langs/sv.xml" role="php"/>
<file baseinstalldir="phd" name="themes/php/bightml.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/chmsource.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/chunkedhtml.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phpdotnet.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phpweb.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phpkdevelop.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phpfunctions.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phppdf.php" role="php"/>
<file baseinstalldir="phd" name="themes/php/phpbigpdf.php" role="php"/>
<file baseinstalldir="phd" name="themes/pear/pearbightml.php" role="php"/>
<file baseinstalldir="phd" name="themes/pear/pearchm.php" role="php"/>
<file baseinstalldir="phd" name="themes/pear/pearchunkedhtml.php" role="php"/>
<file baseinstalldir="phd" name="themes/pear/peartheme.php" role="php"/>
<file baseinstalldir="phd" name="themes/pear/pearweb.php" role="php"/>
<file baseinstalldir="" name="build.php" role="script">
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
</file>
<file baseinstalldir="" name="phd.bat" role="script">
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config"/>
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
</file>
<file baseinstalldir="phd" name="config.php" role="php"/>
<file baseinstalldir="phd" name="LICENSE" role="php"/>
<file baseinstalldir="phd" name="mktoc.php" role="php"/>
<file baseinstalldir="phd" name="README" role="php"/>
<file baseinstalldir="phd" name="TODO.RENDERER" role="php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<extension>
<name>libxml</name>
</extension>
<extension>
<name>xmlreader</name>
</extension>
<extension>
<name>dom</name>
</extension>
</required>
</dependencies>
<phprelease>
<installconditions>
<os>
<name>windows</name>
</os>
</installconditions>
<filelist>
<install as="phd.bat" name="phd.bat"/>
</filelist>
</phprelease>
<phprelease>
<filelist>
<install as="phd" name="build.php"/>
<ignore name="phd.bat"/>
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>0.1</release>
<api>0.1</api>
</version>
<stability>
<release>snapshot</release>
<api>devel</api>
</stability>
<date>2007-10-01</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Initial release
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>devel</api>
</stability>
<date>2007-10-20</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Added example numbering. (Hannes)
- Improved support for modifiers in fieldsynopsis. (Hannes)
- Remove () from refname when looking for version info, reported by Paul Reinheimer. (Hannes)
- Print notes inline with its title, reported by Philip Olson. (Hannes)
- Check if we have an open "{" before we print "}". (Hannes)
- Escape the version info. (Richard Q.)
- Fixed variablelist titles. (Hannes)
- Fixed table info titles. (Hannes)
- Fixed empty table cells, reported by Mark Wiesemann. (Hannes)
- Fixed table title markup, reported by Richard Q. (Hannes)
- Fixed non-closing b element for empty &lt;title /&gt;s, reported by Joshua Thompson and Philip Olson. (Hannes)
- Fixed bug#43013 (Description rather then function name for right arrows on extension pages). (Richard Q.)
- Fixed bug#42906 (docs.php.net bold instead of links). (Hannes)
- Fixed bug#42860 (cannot render &lt;orgname&gt; element). (Hannes)
- Fixed bug#42845 (Copyright page has no TOC). (Hannes)
- Language support (for autogenerated texts):
* Bulgarian (by Kouber Saparev)
* Czech (by Jakub Vrana)
* German (by Oliver Albers)
* Italian (by Marco Cucinato)
* Japanese (by TAKAGI Masahiro)
* Polish (by Jaroslaw Glowacki)
* Brazilian Portuguese (by Diego Feitosa)
* Romanian (by Simion Onea)
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>devel</api>
</stability>
<date>2007-11-08</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Added partial rendering. (Hannes)
- Added various verbosity levels. (Hannes)
- Added getopt() parsing for few configuration options. (Hannes)
- Added support for errorcode, symbol and superscript elements (used by few translations). (Hannes)
- Suppressed the contrib element. (Hannes)
- Fixed bug#43192 (Chunked HTML output difficult to use without TOC). (Edward Z. Yang)
- Fixed bug#43191 (build.php fails to included necessary theme dependencies). (Edward Z. Yang, Richard Q)
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>beta</release>
<api>devel</api>
</stability>
<date>2007-12-30</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Multiple &lt;term&gt;s should be line seperated. (Hannes)
- Fixed autogenerated links to methods. (Edward Z.)
- Compressed methodnames in classsynopsis. (Edward Z.)
- Added HTML headers for the bightml theme. (Hannes)
- Removed warnings about missing translation files. (Hannes)
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
<api>devel</api>
</stability>
<date>2008-01-30</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Removed support for phnotify. (Hannes)
- Added index chaching. (Edward Z.)
- Added option (-l/--list) to list the supported formats/themes.(Hannes)
- Added support for linkend in fieldsynopsis varnames. (Hannes)
- Added autogenerated "Edited by" text for &lt;editor&gt;. (Hannes)
- Added autogenerated "by" text for the first &lt;author&gt; element in &lt;authorgroup&gt;. (Hannes)
- Added missing closing "}" for classsynopsis. (Hannes)
- Fixed E_NOTICE on empty references. (Hannes)
- Fixed weird error message when no arguments are given, reported by Tony. (Hannes)
- Fixed typos in the argument descriptions (--help), reported by Tony. (Hannes)
- Fixed bug#43972 (PhD doesn't warn on missing partial IDs). (Hannes)
- Fixed bug#43904 (PhD doesn't detect &lt;section&gt; without xml:id). (Hannes)
- Fixed bug#43489 (Class synopsis return types are not links). (Hannes)
- Fixed bug#43440 (Wrong encoding on some parts of the page). (Hannes)
- Fixed bug#43428 (Empty TOC). (Hannes)
- Fixed bug#43421 (All intra-document hyperlinks broken in the Single HTML file form of manual). (Hannes)
- Fixed bug#43416 (Function links do not render as links). (Hannes)
</notes>
</release>
<release>
<version>
<release>0.2.3</release>
<api>0.2.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-03-31</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Added initial hCalendar support for &lt;author&gt;. (Hannes)
- Added initial eRDF support for &lt;refentry&gt;. (Hannes)
- Added support for &lt;footnote&gt; and &lt;footnoteref&gt;. (Gwynne, Hannes)
- Added anchor generation for various elements. (Hannes)
- Added option (-s/--skip) to skip rendering of chunks. (Hannes)
- Added option (-o/--output) to specify output directory (FR#43193). (Richard)
- Added support for &lt;sect4&gt; titles . (Gwynne)
- Added an 'infdec' role to &lt;literal&gt; in XHTML. (Gwynne)
- Fixed couple of typos in PhD info messages. (Richard Q.)
- Reformatted package.xml for readability and consistency. (Gwynne)
- Merged README.RENDERER into README and updated README with current information. (Gwynne)
- Gwynne is a developer of PhD, unfortunately. (Gwynne)
- Made 'Example #' text localizeable. (Gwynne)
- Added Russion support (for autogenerated texts). (Tony)
- Updated translations:
- Japanese (Masahiro)
- Brazilian Portuguese (Felipe)
- German (Mark)
</notes>
</release>
<release>
<version>
<release>0.2.4</release>
<api>0.2.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-05-24</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Fixed bug#44906 (Missing space after modifier in properties list). (Hannes)
- Fixed bug#44881 (Class constants with $). (Hannes)
- Fixed bug#44786 (Remove irrelevant version information). (Hannes)
- Fixed bug#44785 (Separating &lt;title&gt; from &lt;note&gt;). (Hannes)
- Fixed bug#44776 (Request for change in titles). (Hannes)
- Fixed bug#44750 (Request for generic phd logger). (Hannes)
- Fixed bug#44690 (Please restore manual main page). (Hannes)
- Added French support (for autogenerated texts). (Yannick)
- Added Danish support (for autogenerated texts). (Kalle Sommer)
- Added Swedish support (for autogenerated texts). (Kalle Sommer)
- Added experimental option (-c/--color) for color in verbose output. (Gwynne)
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-07-24</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Added CHM output format. (Rudy)
- Added KDevelop (Index &amp; Table of contents) output theme. (Rudy)
- Added Man page output format. (Rudy)
- Added support for phpdoc:exception. (Hannes)
</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-08-23</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
- Added PDF output format. (Rudy)
- Added support for phpdoc:classref. (Hannes)
- Added support for phpdoc:varentry. (Hannes)
- Added support for the phpdoc howto. (Hannes)
- Renamed phpdoc:exception to phpdoc:exceptionref. (Hannes)
- Fixed bug#45627 (Unix manpages using non-standard folder name). (Rudy)
- Fixed bug#45626 (Unix manpages should be gzipped). (Rudy)
- Fixed bug#45618 (Bad filenames in man pages). (Rudy)
- Fixed unclosed div element on set pages. (Hannes)
</notes>
</release>
</changelog>
</package>
<!--
vim: et sw=2 ts=2
-->