stas 2004/04/19 13:16:51
Modified: . README Log: bring the file up to date Revision Changes Path 1.18 +11 -5 modperl-2.0/README Index: README =================================================================== RCS file: /home/cvs/modperl-2.0/README,v retrieving revision 1.17 retrieving revision 1.18 diff -u -u -r1.17 -r1.18 --- README 18 Mar 2004 01:05:44 -0000 1.17 +++ README 19 Apr 2004 20:16:51 -0000 1.18 @@ -12,7 +12,8 @@ Perl version 5.6.1 or higher is required. mod_perl builds with 5.6.0, but is not supported if you have problems using it. - Perl version 5.8.0 is required for threaded MPMs. + Perl version 5.8.0 or higher is required for threaded MPMs (worker, + winnt, etc.). *** Status *** @@ -25,14 +26,19 @@ *** Documentation *** -Documentation are available in docs/. Currently they don't get -installed on 'make install'. Certain API documentation can be found in -docs/api/. The online version is at http://perl.apache.org/docs/. +Documentation can be found in the docs/ directory. Currently they +don't get installed on 'make install'. Certain API documentation can +be found in docs/api/. The online version is at +http://perl.apache.org/docs/2.0/. *** Todo *** mod_perl-2.0-tobe is not 100% feature complete with the 1.xx version. -See the STATUS file and todo/ directory for what remains to be done. +See the files in the todo/ directory for what remains to be done. Some +of those features will be implemented after 2.0 is released. The goal +is to empty the file todo/release and document/test/verify the API +that's going to be supported by 2.0. More API will be supported post +2.0 release. *** Support ***