Hi all

The third maintenance release of PhD 0.2, PhD 0.2.3 has been released.

This is the first release using the new doc.php.net PEAR channel which
hopefully will simplify upgrading and installing the latest PhD
versions in the future.

To install the new channel:
    pear channel-discover doc.php.net
And to install the latest PhD release:
    pear install doc.php.net/phd-beta

Note: If you have PhD already installed using the old methods I
recommend uninstalling it first so it won't interfere with the new
channel:
   pear uninstall http://doc.php.net/phd/PhD-0.2.2.tgz


Upgrading is still possible using the old methods:
   pear upgrade http://doc.php.net/phd/PhD-0.2.3.tgz
And installing:
   pear install http://doc.php.net/phd/PhD-0.2.3.tgz


Noticeable changes in 0.2.3:
    - New option (-s/--skip) to skip rendering of chunks.
    - New option (-o/--output) to specify output directory.
    - Initial eRDF and hCalendar support (only enabled for phpweb)

Since this release will be used to build the online and downloadable
manuals as of next Friday it would be great if you could take a few
seconds to verify that your favorite extension/chapter/appendix works
the way it should, either on http://docs.php.net or building it
yourself.
The recommended way to build the PHP docs is:
   cd phpdoc
   php configure.php
   phd -d .manual.xml -t chunkedhtml # Or "phpweb" for the .php files


The full PhD 0.2.3 Changelog:
    - 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)

For a full release history, see http://doc.php.net/phd/

-Hannes

Reply via email to