November 12, 2002
RELEASE ANNOUNCEMENT
phpDocumentor version 1.1.0
http://www.phpdoc.org
Download: http://phpdocu.sourceforge.net/downloads.php

The phpDocumentor Development team would like to announce the release of
phpDocumentor version 1.1.0.  This exciting release is a stable
release of phpDocumentor.

phpDocumentor is the most advanced auto-documentation system available for
PHP.  Similar to the auto-documentor included with PEAR, phpDocumentor
parses documentation comments in the PHP source to create hyperlinked API
references for projects.  Unlike the PEAR auto-documentor, phpDocumentor is
extremely fast, has excellent documentation included, and the ability to
parse any legal PHP syntax.

phpDocumentor is the only auto-documentor written specifically for PHP that
supports output to formats other than HTML.  Through the use of "Converters"
similar to JavaDoc's doclets, phpDocumentor can interface parsing output to
any template with minimal coding.  In addition, a pre-alpha Converter to PDF
output is included
along with 8 choices of HTML output and a pre-alpha CHM converter

Other features include:
  --parsing any php file, with multiple classes and functions in the same
file
  --fully compliant with even the most esoteric php syntax
   ($string = <<< EOF, for example)
  --error/warnings by line number and file to allow for debugging of
 documentation tags
  --extensive documentation of the package, including a detailed
specification
 for tags and templates
  --open source, GPL

Changes since 1.1.0rc2 include:
 --VAST improvement in the PDF Converter
 --stabilization of the Smarty Converter
 --a new default HTML template, phphtmllib

Changes since 1.0.0 include:
 --addition of a converter that uses the Smarty template engine
 --addition of a PDF Converter
 --addition of a CHM Converter

PHPDocumentor is already used by several PHP projects including PostNuke
Content Management (http://www.postnuke.com), phpHtmlLib
(http://phphtmllib.newsblob.com)
, and phpRPC (http://phprpc.sourceforge.net/)

To Download, go to http://phpdocu.sourceforge.net/downloads.php

The PHPDocumentor development team
Joshua Eichorn
Gregory Beaver



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to