tokul ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren
..
README ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren
decode.ini ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren
plugins.ini ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren
smdoc.ini ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren
squirrelmail.ini ce229e3bc1 adding some phpdoc related files for future generations vor 20 Jahren

README

This directory contains files, that can be used to create
SquirrelMail documentation with phpdoc (http://www.phpdoc.org/)
tools.

squirrelmail.ini - SquirrelMail CVS squirrelmail module
HEAD branch
decode.ini - SquirrelMail CVS decode module HEAD branch
smdoc.ini - SquirrelMail CVS smdoc module HEAD branch
plugins.ini - SM-Plugins CVS plugins module HEAD branch

.ini files can be used in phpdoc with -c option. Option
was added to phpdoc on 2002-11-16.

PHP configure options:
----------------------
configure --enable-cli --with-pear --disable-cgi \
--prefix=/home/user/bin/php \
--with-zlib

php is installed in user's space in order to avoid
modifications in stock php install.

Output of php 'pear list' command:
----------------------------------
Installed packages:
===================
Package Version State
Archive_Tar 1.1 stable
Console_Getopt 1.2 stable
DB 1.6.2 stable
HTTP 1.2.2 stable
Mail 1.1.3 stable
Net_SMTP 1.2.6 stable
Net_Socket 1.0.1 stable
PEAR 1.3.2 stable
PhpDocumentor 1.3.0RC3 beta
XML_Beautifier 1.1 stable
XML_Parser 1.0.1 stable
XML_RPC 1.1.0 stable
XML_Util 1.1.1 stable

Specific changes:
-----------------
[_phpDocumentor_phpfile_exts] section in phpDocumentor.ini needs
mod and tpl extensions.