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 ri...@hyperreal.org on 1998/08/12 23:43:09 UTC

cvs commit: modperl apache-modlist.html mod_perl.pod

richter     98/08/12 14:43:08

  Modified:    .        apache-modlist.html mod_perl.pod
  Log:
  New Links to Embperl
  
  Revision  Changes    Path
  1.32      +3 -3      modperl/apache-modlist.html
  
  Index: apache-modlist.html
  ===================================================================
  RCS file: /export/home/cvs/modperl/apache-modlist.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- apache-modlist.html	1998/08/11 19:14:12	1.31
  +++ apache-modlist.html	1998/08/12 21:43:05	1.32
  @@ -1,14 +1,14 @@
   <html>
   <head>
   <title>The Apache/Perl Module List</title>
  -<!-- Changed by: Gerald Richter, 17-Jul-1998 -->
   <!-- Changed by: Doug MacEachern, 22-Jul-1998 -->
  +<!-- Changed by: Gerald Richter, 12-Aug-1998 -->
   </head>
   <body>
   <h1>The Apache/Perl Module List</h1>
   
   Maintained by <a href="mailto:dougm@pobox.com">Doug MacEachern</a>,
  -<br><i> $Revision: 1.31 $ $Date: 1998/08/11 19:14:12 $</i>
  +<br><i> $Revision: 1.32 $ $Date: 1998/08/12 21:43:05 $</i>
   
   <h3>Contents</h3>
   <a href="#intro">Introduction</a><br>
  @@ -73,7 +73,7 @@
   BBS		bdpO 	BBS like System for Apache		MKOSS
   CallHandler	cdpf	Map filenames to subroutine calls	GKNOPS
   Dir		i	OO (subclassable) mod_dir replacement 	DOUGM
  -Embperl		Rmcf	Embed Perl in HTML			GRICHTER
  +<a href="http://perl.apache.org/embperl/">Embperl</a>		Rmcf	Embed Perl in HTML			GRICHTER
   ePerl		Rdpr  	Fast emulated Embedded Perl (ePerl)	RSE            
   FTP		i	Full-fledged FTP proxy			PMKANE
   Gateway		bdpf	A multiplexing gateway			CCWF
  
  
  
  1.10      +3 -3      modperl/mod_perl.pod
  
  Index: mod_perl.pod
  ===================================================================
  RCS file: /export/home/cvs/modperl/mod_perl.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_perl.pod	1998/07/12 16:11:28	1.9
  +++ mod_perl.pod	1998/08/12 21:43:05	1.10
  @@ -688,8 +688,8 @@
    perl Makefile.PL PERL_SSI=1
   
   If you're interested in sprinkling Perl code inside your HTML
  -documents, you'll also want to look at the Apache::Embperl,
  -Apache::ePerl and Apache::SSI modules. 
  +documents, you'll also want to look at the Apache::Embperl
  +(http://perl.apache.org/embperl/), Apache::ePerl and Apache::SSI modules. 
   
   =head1 DEBUGGING
   
  @@ -770,7 +770,7 @@
   
   =head1 REVISION
   
  -$Id: mod_perl.pod,v 1.9 1998/07/12 16:11:28 dougm Exp $
  +$Id: mod_perl.pod,v 1.10 1998/08/12 21:43:05 richter Exp $
   
   =head1 AUTHOR