Discussion:
PhD Release 1.0.0
Moacir de Oliveira
2010-03-14 00:14:07 UTC
Permalink
Hi all,

We would like to announce that PhD 1.0.0-stable is finally available
\o/\o/\o/.

Improvements:
- Added support to XInclude. (Shahar Evron)
- Added support for edition, inlinemediaobject, exceptionname,
firstterm, trademark and edition Docbook5 elements. (Hannes)
- Added support for DBTimestamp Processing Instruction. (Moacir)
- Stopped double encoding of entities in CHM TOC, Index and keyword
lists (Richard Quadling)
- Textual descriptions for VERBOSE_xxx messages (Richard Quadling)
- Disabled colored output on Windows. (Kalle)
- Updated translations: (Kalle)
- Danish
- Swedish

New Option:
-x, --xinclude: Process XML Inclusions (Shahar Evron)

New Package:
- PhD_IDE (alpha): Package to generate easy-to-parse files with info
about the PHP functions and classes. The goal of this package is to help the
IDEs to stay up to date with the documentation and don't have to use
hardcoded scripts to extract information from the docs.

Bug Fixes:
- Fixed bug #45098 <http://bugs.php.net/45098> - Named constants require
long opt. (Hannes)
- Fixed bug #50668 <http://bugs.php.net/50668> - Add xinclude processing
in PhD. (Shahar Evron)
- Fixed bug #50799 <http://bugs.php.net/50799> - No text mapping for
screen. (Paul Jones)
- Fixed bug #51070 <http://bugs.php.net/51070> - Double acronym tags in
HTML output. (Moacir)

Installation:

To install PhD run:
$ pear install doc.php.net/phd <http://doc.php.net/phd-beta>

To see all available packages run:
$ pear remote-list -c doc.php.net

and then install all packages you want:
$ pear install doc.php.net/<package>

To install everything:
$ pear install --alldeps doc.php.net/phd <http://doc.php.net/phd-beta>


For PhD Documentation take a look at:
http://doc.php.net/phd/docs


--Moacir de Oliveira
Hannes Magnusson
2010-03-14 14:35:45 UTC
Permalink
On Sun, Mar 14, 2010 at 01:14, Moacir de Oliveira
Post by Moacir de Oliveira
Hi all,
We would like to announce that PhD 1.0.0-stable is finally available
\o/\o/\o/.
\o/ Kudos on great job!

-Hannes

Loading...