mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
337 lines
14 KiB
XML
337 lines
14 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>
|
|
|
|
<date>2008-05-24</date>
|
|
<version>
|
|
<release>0.3</release>
|
|
<api>0.3</api>
|
|
</version>
|
|
<stability>
|
|
<release>snapshot</release>
|
|
<api>devel</api>
|
|
</stability>
|
|
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
|
|
<notes>
|
|
- Rewrote option parsing, allows the same code to be reused for multiple scripts. (Gwynne)
|
|
- Rewrote config option access, avoids globals. (Gwynne)
|
|
- Cleaned up error handler. (Gwynne)
|
|
- --list option now glob()s the themes/ and formats/ directories. (Gwynne)
|
|
</notes>
|
|
|
|
<contents>
|
|
<dir baseinstalldir="phd" name="/">
|
|
<file baseinstalldir="phd" name="formats/xhtml.php" role="php"/>
|
|
<file baseinstalldir="phd" name="include/PhDBuildOptions.class.php" role="php"/>
|
|
<file baseinstalldir="phd" name="include/PhDErrors.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/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/phptheme.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>
|
|
<optional>
|
|
<extension>
|
|
<name>posix</name>
|
|
</extension>
|
|
</optional>
|
|
</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 <title />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 <orgname> 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 <term>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 <editor>. (Hannes)
|
|
- Added autogenerated "by" text for the first <author> element in <authorgroup>. (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 <section> 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 <author>. (Hannes)
|
|
- Added initial eRDF support for <refentry>. (Hannes)
|
|
- Added support for <footnote> and <footnoteref>. (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 <sect4> titles . (Gwynne)
|
|
- Added an 'infdec' role to <literal> 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-03-31</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 <title> from <note>). (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>
|
|
|
|
</changelog>
|
|
|
|
</package>
|
|
<!--
|
|
vim: et sw=2 ts=2
|
|
-->
|
|
|