dougm       2003/01/10 18:07:02

  Modified:    .        README
  Log:
  we support 2.0.36+
  company credits should be on the website.
  a few other tweaks.
  
  Revision  Changes    Path
  1.9       +13 -17    modperl-2.0/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/README,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README    1 Jan 2003 04:10:49 -0000       1.8
  +++ README    11 Jan 2003 02:07:02 -0000      1.9
  @@ -3,15 +3,14 @@
   *** Prerequisites ***
   
   Apache:
  -  this version of mod_perl works with Apache versions 2.0.39 -
  -  2.0.43. Older Apache versions aren't supported. Newer Apache version
  -  may not work with this version of mod_perl, but only with the cvs
  -  version which can be obtained from:
  +  This version of mod_perl works with Apache versions 2.0.36 -
  +  2.0.43. Newer Apache versions may work with this version of mod_perl.
  +  If not, the the cvs version likely will, which can be obtained from:
     http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution
   
   Perl: 
  -  version 5.6.1 or higher is required. mod_perl builds with 5.6.0,
  -  but it's likely that you will have problems using it.
  +  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.
   
  @@ -26,22 +25,21 @@
   
   *** Documentation ***
   
  -Documentation are available in /docs. Currently they don't get
  +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/release/docs).
  +docs/api/.  The online version is at http://perl.apache.org/release/docs.
   
   *** Todo ***
   
   mod_perl-2.0-tobe is not 100% feature complete with the 1.xx version.
  -See the todo/ directory for what remains to be done.
  +See the STATUS file and todo/ directory for what remains to be done.
   
   *** Support ***
   
   For comments, questions, bug-reports, etc., join the mod_perl users
   list by sending mail to [EMAIL PROTECTED]
   
  -when reporting bugs please follow the instructions at:
  +When reporting bugs please follow the instructions at:
   http://perl.apache.org/release/docs/2.0/user/help/help.html#Reporting_Problems
   
   For announcements join the mod_perl announce list by sending mail to
  @@ -49,11 +47,9 @@
   
   *** Developers ***
   
  -mod_perl-2.0 was designed and written by Doug MacEachern, with
  -contributions from many others (see the CREDITS and Changes files).
  +Development discussion takes place on [EMAIL PROTECTED]
   
  -Doug's mod_perl-2.0 development time is sponsored by
  -Covalent Technologies: http://www.covalent.net/
  +*** Authors ***
   
  -Stas Bekman's mod_perl-2.0 development time is sponsored by
  -TicketMaster: http://www.ticketmaster.com/
  \ No newline at end of file
  +mod_perl-2.0 was designed and written by Doug MacEachern, with
  +contributions from many others (see the CREDITS and Changes files).
  
  
  


Reply via email to