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 do...@hyperreal.org on 1998/10/01 05:15:54 UTC

cvs commit: modperl README ToDo apache-modlist.html

dougm       98/09/30 20:15:52

  Modified:    .        README ToDo apache-modlist.html
  Log:
  a few changes
  
  Revision  Changes    Path
  1.8       +1 -1      modperl/README
  
  Index: README
  ===================================================================
  RCS file: /export/home/cvs/modperl/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README	1998/08/11 22:14:10	1.7
  +++ README	1998/10/01 03:15:51	1.8
  @@ -64,7 +64,7 @@
   http://forum.swarthmore.edu/epigone/modperl
   
   The mod_perl FAQ is available from:
  -http://www.ping.de/~fdc/mod_perl/
  +http://perl.apache.org/faq/
   
   For more general information see the Apache/Perl homepage:
   http://perl.apache.org/ 
  
  
  
  1.94      +5 -1      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- ToDo	1998/09/28 18:04:19	1.93
  +++ ToDo	1998/10/01 03:15:51	1.94
  @@ -3,6 +3,9 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +- need to re-think Apache::PerlRun's local %INC
  +  (maybe Apache::PerlRun::handler should just child_exit()?)
  +
   - turn of strip of httpd during 'make install'
   
   - $ENV{PATH}
  @@ -264,5 +267,6 @@
   - make Apache::RegistryLoader work with RegistryXS
   
   - XS_IMPORT=1 on by default
  -
   
  +- in places where Apache did a pstrdup, don't use newSVpv(), use
  +  newSV()->sv_upgrade()->SvPVX/SvCUR_set to avoid another copy 
  
  
  
  1.43      +5 -1      modperl/apache-modlist.html
  
  Index: apache-modlist.html
  ===================================================================
  RCS file: /export/home/cvs/modperl/apache-modlist.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- apache-modlist.html	1998/09/21 18:36:43	1.42
  +++ apache-modlist.html	1998/10/01 03:15:51	1.43
  @@ -8,7 +8,7 @@
   <h1>The Apache/Perl Module List</h1>
   
   Maintained by <a href="mailto:dougm@pobox.com">Doug MacEachern</a>,
  -<br><i> $Revision: 1.42 $ $Date: 1998/09/21 18:36:43 $</i>
  +<br><i> $Revision: 1.43 $ $Date: 1998/10/01 03:15:51 $</i>
   
   <h3>Contents</h3>
   <a href="#intro">Introduction</a><br>
  @@ -116,6 +116,7 @@
   AuthenPasswdSrv bdpf	External authentication server		JEFFH
   AuthLDAP	bdpf	LDAP authentication module		CDONLEY
   AuthNIS		bdpf	NIS authentication and authorization	DOUGM
  +AuthNISPlus	bdpF	NIS Plus authentication/authorizattion	VALERIE
   AuthenRaduis	bdpf	Authentication via a Radius server	DANIEL
   AuthenSmb	bdpf	Authenticate against NT server		PARKER
   AuthenURL	bdpf	Authenticate via another URL		JGROENVEL
  @@ -214,6 +215,7 @@
   Byterun		i	Run Perl bytecode modules		DOUGM
   Icon		idcO	Access to AddIcon* configuration	DOUGM
   Mmap		bdcf	Share data via Mmap module		FLETCH
  +ParseLog	bdpO	OO interface to Apache log files	AKIRA
   Persistent	bdpO	Store data via IPC::, DBI, or disk	DOUGM
   PUT		cdpf	HTTP PUT method handler module		SORTIZ
   RegistryLoader	bmpf	Apache::Registry startup script loader 	APML
  @@ -241,6 +243,7 @@
   <h3><a name="contacts">Contacts</a></h3>
   <pre>
   ABH  	  Ask Bj�rn Hansen &lt;ask@netcetera.dk&gt;
  +AKIRA	  Akira Hangai &lt;akira@discover-net.net&gt;
   ANDK	  Andreas K�nig &lt;a.koenig@franz.ww.TU-Berlin.DE&gt;
   APML	  The Apache/Perl Mailing List &lt;modperl@apache.org&gt;
   BMILLETT  Brian Millett &lt;bpm@techapp.com&gt;
  @@ -293,6 +296,7 @@
   SKANE     Stephen E Kane &lt;sek112@elvis.arl.psu.edu&gt;
   SORTIZ	  Salvador Ortiz &lt;sortiz@sog@msg.com.mx&gt;
   TOMHUGHES Tom Hughes &lt;tom@compton.demon.co.uk&gt;
  +VALERIE	  Valerie Delane &lt;valerie@savina.com&gt;
   VKHERA    Vivek Khera &lt;vivek@khera.org&gt;
   ZENIN	  Byron Brummer &lt;zenin@archive.rhps.org&gt;
   </pre>