Add ability to filter on the Message body, or if text appears any where in the messag...
[squirrelmail.git] / contrib / phpdoc / README
CommitLineData
ff290f2f 1This directory contains files, that can be used to create
2SquirrelMail documentation with phpdoc (http://www.phpdoc.org/)
3tools.
4
5squirrelmail.ini - SquirrelMail CVS squirrelmail module
6 HEAD branch
7decode.ini - SquirrelMail CVS decode module HEAD branch
8smdoc.ini - SquirrelMail CVS smdoc module HEAD branch
9plugins.ini - SM-Plugins CVS plugins module HEAD branch
10
11.ini files can be used in phpdoc with -c option. Option
12was added to phpdoc on 2002-11-16.
13
14PHP configure options:
15----------------------
16configure --enable-cli --with-pear --disable-cgi \
17 --prefix=/home/user/bin/php \
18 --with-zlib
19
20php is installed in user's space in order to avoid
21modifications in stock php install.
22
23Output of php 'pear list' command:
24----------------------------------
25 Installed packages:
26 ===================
27 Package Version State
28 Archive_Tar 1.1 stable
29 Console_Getopt 1.2 stable
30 DB 1.6.2 stable
31 HTTP 1.2.2 stable
32 Mail 1.1.3 stable
33 Net_SMTP 1.2.6 stable
34 Net_Socket 1.0.1 stable
35 PEAR 1.3.2 stable
36 PhpDocumentor 1.3.0RC3 beta
37 XML_Beautifier 1.1 stable
38 XML_Parser 1.0.1 stable
39 XML_RPC 1.1.0 stable
40 XML_Util 1.1.1 stable
41
42Specific changes:
43-----------------
44[_phpDocumentor_phpfile_exts] section in phpDocumentor.ini needs
45mod and tpl extensions.