Hey guys,
PhD 0.4.8 has been released! This version will probably be the last 0.4.*.
The 1.0.0, that will have the improvements of my gsoc project (
http://wiki.php.net/gsoc/2009/phdplugins) is comming soon.
Notes:
- Added support for external troff highlighter in man pages (Christian).
- Added title attribute to anchor tags so address can be seen in CHM
files for external links (Richard Q.).
- Migrated the translations from CVS to SVN (Philip).
- Fixed bug#49006 (The manpage format groups function arguments
incorrectly). (Moacir)
- Fixed bug#49005 (Reference sign in function prototypes in the manpage
rendering). (Moacir)
To upgrade from previous releases:
pear upgrade doc.php.net/phd-beta
To install for the first time:
If you are still using an old PEAR version you have to discover the channel
first by running:
pear channel-discover doc.php.net
If you have a recent PEAR version (1.7.0 or higher) you can skip the
discover step.
To install:
pear install doc.php.net/phd-beta
For PhD Documentation take a look at:
http://doc.php.net/phd/docs/
--Moacir