You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by sb...@hyperreal.org on 1999/11/23 15:03:24 UTC

cvs commit: modperl-site distributions.html index.html

sbekman     99/11/23 06:03:24

  Modified:    .        index.html
  Added:       .        distributions.html
  Log:
  a new distributions page created, index.html updated
  
  Revision  Changes    Path
  1.34      +4 -2      modperl-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/modperl-site/index.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- index.html	1999/09/23 22:50:45	1.33
  +++ index.html	1999/11/23 14:03:23	1.34
  @@ -1,7 +1,7 @@
   <html>
   <head>
   <title>Apache/Perl Integration Project</title>
  -<!-- Last changed: $Id: index.html,v 1.33 1999/09/23 22:50:45 sbekman Exp $ -->
  +<!-- Last changed: $Id: index.html,v 1.34 1999/11/23 14:03:23 sbekman Exp $ -->
   <!-- Last changed: Gerald Richter: 31-Mar-1999 -->
   </head>
   <body bgcolor=#ffffff >
  @@ -68,7 +68,9 @@
   from <a href="dist/">here</a>, be sure to read the <i>README</i> and
   <i>INSTALL</i> documents first. You can also try the latest
   <a href="mod_perl_cvs.html">development version</a> if you want to
  -live on the edge.
  +live on the edge. See also <A HREF="distributions.html">
  +Source and Binary distributions</A>.
  +
   Windows NT/95/98 binaries can be downloaded from
   <A HREF="http://www.perl.com/CPAN/authors/Jeffrey_Baker/">
   http://www.perl.com/CPAN/authors/Jeffrey_Baker/</A>
  
  
  
  1.1                  modperl-site/distributions.html
  
  Index: distributions.html
  ===================================================================
  <HTML>
  <HEAD>
  <TITLE>mod_perl and libapreq distributions</TITLE>
  </HEAD>
  <BODY bgcolor="white">
  <H1>mod_perl and libapreq distributions</H1>
  
  This page includes links to various source and binary mod_perl
  distributions. If you know about a distribution that isn't listed here,
  please tell us (by announcing it at the mod_perl list).
  
  <UL>
  <LI>Master Source distribution - Release 
  <A HREF="http://perl.apache.org/dist">
  http://perl.apache.org/dist
  </A>, 
   the latest CVS snapshot 
  <A HREF="http://dev.apache.org/from-cvs/modperl/">
  http://dev.apache.org/from-cvs/modperl/</A>
  </LI>
  
  <LI>Windows NT/95/98 binaries (by Jeffrey Baker) <A
  HREF="http://www.perl.com/CPAN/authors/Jeffrey_Baker/">
  http://www.perl.com/CPAN/authors/Jeffrey_Baker/
  </A>
  </LI>
  
  <LI> Win32 mod_perl Binaries (made by Randy Kobes) - <A
  HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/">
  ftp://theoryx5.uwinnipeg.ca/pub/other/ </A> 
  <BLOCkQUOTE>
  (grab the
  perl-win32-bin-x.x.exe files where 'x.x' denotes a version number. 'x.x' =
  0.1 has apache_1.3.6, while 0.2, 0.3, and 0.4 has apache_1.3.9, with some
  patches). There's accompanying readme files with more details. These all
  include perl 5.00503 and mod_perl-1.21, as well as some common modules
  (including Tk) so are largish.
  </BLOCkQUOTE>
  
  </LI>
  
  <LI>Static mod_perl and libapreq (Apache::Request) RPMs and SRPMs (made by
  David Harris ) <A HREF="http://www.davideous.com/modperlrpm/distrib/">
  http://www.davideous.com/modperlrpm/distrib/ </A> </LI>
  
  </UL>
  
  <HR>
  <ADDRESS>
  written by Stas Bekman
  <ADDRESS>
  
  </BODY>
  </HTML>