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...@locus.apache.org on 2000/05/06 17:31:53 UTC

cvs commit: modperl-site index.html

sbekman     00/05/06 08:31:53

  Modified:    .        index.html
  Log:
  index.html remake
  
  Revision  Changes    Path
  1.53      +755 -269  modperl-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/modperl-site/index.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- index.html	2000/04/25 02:29:14	1.52
  +++ index.html	2000/05/06 15:31:53	1.53
  @@ -1,275 +1,761 @@
   <html>
  -<head>
  -<title>Apache/Perl Integration Project</title>
  +  <head>
  +    <title>Apache/Perl Integration Project</title>
   
  - <STYLE type="text/css"><!--
  - BODY {font-family: arial, sans-serif; color: #000000; background-color: #ffffff;}
  - H1 {font-family: arial, sans-serif;}
  - H2 {font-family: arial, sans-serif;}
  - H3 {font-family: arial, sans-serif;}
  - H4 {font-family: arial, sans-serif;}
  - H5 {font-family: arial, sans-serif;}
  - H6 {font-family: arial, sans-serif;}
  - A:link {font-family: arial, sans-serif;}
  - A:visited {font-family: arial, sans-serif; }
  - A:active {font-family: arial, sans-serif; }
  - A:hover {font-family: arial, sans-serif;}
  - /* A:active {font-family: arial, sans-serif; color: #ff6622;} */
  - /* A:hover {font-family: arial, sans-serif; color: #ff6622;} */
  - P, DIV, TH, TD {font-family: arial, sans-serif;}
  - UL, UL, DL, LI, DD {font-family: arial, sans-serif;}
  - KBD, PRE {font-family: monospace;}
  - BIG, SMALL {font-family: arial, sans-serif;}
  - STRONG, B {font-family: arial, sans-serif;}
  - EM, I {font-family: arial, sans-serif;}
  - //--></STYLE>
  -
  -</head>
  -<body bgcolor=#ffffff >
  -<center>
  -<img src="logos/mod_perl.gif">
  -<h3>The Apache/Perl Integration Project</h3>
  -<hr size=%55>
  -<p>
  -</center>
  -  The Apache/Perl integration project brings together the full power of the 
  -  <A HREF="http://www.perl.com/perl/"> Perl </A> programming language
  -  and the <a href="http://www.apache.org/">Apache</a> HTTP server.<br>
  -  With mod_perl it is possible to write Apache modules entirely in
  -  Perl.  In addition, the persistent interpreter embedded in the
  -  server avoids the overhead of starting an external interpreter and
  -  the penalty of Perl start-up time.
  -<p>
  -<hr>
  -<p>
  -  This document is here to help you find out more about this project:
  -
  -<p>
  -
  -Get the latest stable release from <a href="dist/">this site</a> or
  -from <a href="http://www.cpan.org/modules/by-module/Apache">CPAN</a>.
  -The latest <a href="mod_perl_cvs.html">CVS snapshot</a> is available
  -from <A HREF="http://perl.apache.org/from-cvs/modperl/">here</A>
  -(updated every 6 hours).
  -
  -
  -<p>
  -Start learning mod_perl with <a href="guide/">the mod_perl Guide</a>.
  -</p>
  -
  -
  -<p>
  -
  -	<ul>There is <b>a huge demand</b> for <b><a
  -	href="http://perl.apache.org">mod_perl</a>
  -	programmers</b>. These mod_perl mailing list threads discuss
  -	this exciting issue.
  -
  -	  <li><a href="http://forum.swarthmore.edu/epigone/modperl/grenddwimfral">
  -	      mod_perl Programmers demand is going up...
  -	    </a> (Dec 1999)
  -	  </li>
  +    <STYLE type="text/css"><!--
  +      BODY {font-family: arial, sans-serif; color: #000000; background-color: #ffffff;}
  +      H1 {font-family: arial, sans-serif;}
  +      H2 {font-family: arial, sans-serif;}
  +      H3 {font-family: arial, sans-serif;}
  +      H4 {font-family: arial, sans-serif;}
  +      H5 {font-family: arial, sans-serif;}
  +      H6 {font-family: arial, sans-serif;}
  +      A:link {font-family: arial, sans-serif;}
  +      A:visited {font-family: arial, sans-serif; }
  +      A:active {font-family: arial, sans-serif; }
  +      A:hover {font-family: arial, sans-serif;}
  +      /* A:active {font-family: arial, sans-serif; color: #ff6622;} */
  +      /* A:hover {font-family: arial, sans-serif; color: #ff6622;} */
  +      P, DIV, TH, TD {font-family: arial, sans-serif;}
  +      UL, UL, DL, LI, DD {font-family: arial, sans-serif;}
  +      KBD, PRE {font-family: monospace;}
  +      BIG, SMALL {font-family: arial, sans-serif;}
  +      STRONG, B {font-family: arial, sans-serif;}
  +      EM, I {font-family: arial, sans-serif;}
  +      //--></STYLE>
  +
  +  </head>
  +  
  +  <body bgcolor="#ffffff">
  +
  +    <center>
  +      <img src="logos/mod_perl.gif">
  +      <h3>The Apache/Perl Integration Project</h3>
  +      <p>
  +    </center>
  +
  +    <table border=0 width="65%" align=center>
  +      <tr>
  +	<td>
  +	  <hr>
  +	  <p>
  +	    The Apache/Perl integration project brings together the
  +	    full power of the <A HREF="http://www.perl.com/perl/">
  +	    Perl </A> programming language and the <a
  +	    href="http://www.apache.org/">Apache</a> HTTP server.
  +	  </p>
  +
  +	  <p>
  +	    With mod_perl it is possible to write Apache modules
  +	    entirely in Perl.  In addition, the persistent interpreter
  +	    embedded in the server avoids the overhead of starting an
  +	    external interpreter and the penalty of Perl start-up
  +	    time.
  +	  </p>
  +
  +	  <br>
  +
  +	  <hr>
  +
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +	  <a name="toc">Table of Contents:</a>
  +
  +	  <ul>
  +
  +	    <li>
  +	      <a href="#download">Download</a>
  +	    </li>
  +
  +	    <li>
  +	      <a href="#modules">Perl Apache Modules</a>	      
  +	    </li>
  +
  +	    <li>
  +	      <a href="#docs">Books and Documentation</a>
  +	    </li>
  +
  +	    <li>
  +	      <a href="#magazines">mod_perl in Magazines</a>	      
  +	    </li>
  +
  +	    <li>
  +	      <a href="#maillists">Mailing Lists and Contact Info</a>	      
  +		
  +	    </li>
  +
  +	    <li> 
  +	      <a href="products.html">mod_perl related software</a>
  +	    </li> 
  +
  +	    <li>
  +	      <a href="#embed">Embedding Perl into HTML</a>	      
  +	    </li>
  +
  +	    <li> 
  +	      <a href="tidbits.html">Interesting tidbits and news</a>
  +	    </li>
  +
  +	    <li> 
  +	      <a href="conferences.html">Conferences</a>
  +	    </li> 
  +
  +	    <li> 
  +	      <a href="stories/">Success Stories</a>
  +	    </li>
  +
  +	    <li> 
  +	      <a href="sites.html">Sites running mod_perl</a>
  +	    </li> 
  +
  +	    <li> 
  +	      <a href="isp.html">ISPs supporting mod_perl</a>
  +	    </li> 
  +
  +	    <li>
  +	      <a href="#jobs">Jobs</a>	      
  +	    </li>
  +
  +	    <li>
  +	      <a href="#related">Related Projects</a>	      
  +	    </li>
  +
  +	    <li>
  +	      <a href="#stats">Statistics</a>	      
  +	    </li>
  +
  +	  </ul>
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +    </table>
  +
  +    <table border=0 width="65%" align=center>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="download">
  +		Download
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    The latest stable release is available from <a
  +	      href="dist/">this site</a>, from <a
  +	      href="http://www.cpan.org/modules/by-module/Apache">CPAN</a>
  +	      and its mirrors around the workd. Be sure to read the
  +	      <i>README</i> and <i>INSTALL</i> documents first.
  +	  </p>
  +
  +	  <p>
  +	    The latest development <a href="mod_perl_cvs.html">CVS
  +	      snapshot</a> is available from <A
  +	      HREF="http://perl.apache.org/from-cvs/modperl/">here</A>
  +	    (updated every 6 hours) for those who want to live on the
  +	    edge.
  +	  </p>
  +
  +	  <p>
  +	    Prepackaged <A HREF="distributions.html">sources and
  +	    binaries</A> for several platforms.
  +	  </p>
  +
  +	  <p>
  +	    There are several other Perl modules that you might wish to have installed,
  +	    to take full advantage of mod_perl functionality.
  +	    Provided you have Andreas K&ouml;nig's 
  +	    <a href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</A> 
  +	    module, simply run:
  +	  <pre>  cpan> install Bundle::Apache</pre>
  +	  This will fetch and install mod_perl and related packages for you all at once.
  +	  Otherwise, once you've installed mod_perl see the listing by running 
  +	  <pre>  % perldoc Bundle::Apache</pre>
  +	  </p>
  +
  +	  <p>
  +	     List of the world wide mod_perl <a
  +	     href="mirror.html">mirror sites</a>.
  +	  </p>
  +
  +	  <p>
  +
  +	  </p>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="modules">
  +		Perl Apache Modules
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    It's a common misunderstanding that mod_perl is just a CGI
  +	    replacement for Perl scripts, this is only a small part
  +	    implemented by the <b>Apache::Registry</b> module.  Apache
  +	    modules written in mod_perl can do just about anything
  +	    that apache modules written in C can.
  +	  </p>
  +
  +	  <p>
  +	    There's plenty more Apache/Perl software you might be
  +	    interested in, that is not part of the mod_perl
  +	    distribution.  This does not reflect the quality of these
  +	    modules, it's just eaiser for us to maintain seperate
  +	    packages.  But, to make sure we're not duplicating
  +	    efforts, the Apache/Perl <a
  +	    href="src/apache-modlist.html">module list</a> keeps track
  +	    of modules inside and outside the distribution, along with
  +	    idea placeholders.
  +	  </p>
  +
  +	  <p>
  +
  +	  </p>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="docs">
  +		Books and Documentation
  +	      </a>
  +	    </font>
  +	  </h3>
  +	  <ul>
  +
  +	    <li> 
  +	      <a href="http://www.modperl.com/">Writing
  +		Apache Modules with Perl and C</a> book by Lincoln
  +		Stein and Doug MacEachern.
  +	    <br><br>
  +	    </li> 
  +
  +	    <li> 
  +	      Start learning mod_perl with <a href="guide/">the mod_perl
  +		Guide</a> by Stas Bekman.
  +	    <br><br>
  +	    </li> 
  +
  +	    <li>
  +	      <a href="dist/cgi_to_mod_perl.html">Quick guide</a> for moving from
  +	      CGI to mod_perl.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      <a href="dist/mod_perl_traps.html">mod_perl_traps</a>, common traps
  +	      and solutions for mod_perl users.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      The mod_perl plugin <a href="src/mod_perl.html">reference
  +		guide</a> by Doug MacEachern.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      mod_perl <a href="faq/">FAQ</a> by Frank Cringle.
  +	    <br><br>
  +	    </li>
  +	    
  +	    <li>
  +	      mod_perl <a href="tuning/">performance tuning guide</a>
  +	      by Vivek Khera.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      <a href="http://www.refcards.com/">mod_perl reference
  +		card</a> by Andrew Ford.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      <A HREF="perl_myth.html">Popular Perl Complaints and Myths</A> by
  +	      Adam Pisoni.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	      Links to mod_perl related <a href="faqs.html">FAQs</a>
  +	    <br><br>
  +	    </li>
  +
  +	  </ul>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="magazines">
  +		mod_perl in Magazines
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <ul>
  +
  +	    <li>
  +	    <a href="http://www.perlmonth.com/"> Perl Month</a> --
  +	    includes a monthly column dedicated to mod_perl and other
  +	    Perl related columns.
  +	    <br><br>
  +	    </li>
  +
  +	    <li>
  +	    <a href="http://www.tpj.com/">The Perl Journal</a>
  +	    <br><br>
  +	    </li>
  +
  +	  </ul>
  +
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="maillists">
  +		Mailing Lists and Contact Info
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    [ <a href="#general-list">General</a> ]
  +	    [ <a href="#advocacy-list">Advocacy</a> ]
  +	    [ <a href="#cvs-list">Developers</a> ]
  +	    [ <a href="#contacts">Contact Info</a> ]
  +	  </p>
  +
  +	  <hr width="40%" align="left">
  +
  +	  <p><a name="general-list"></a>
  +	    <b>mod_perl mailing list</b> is available for
  +	    mod_perl users and developers to share ideas, solve problems and discuss
  +	    things related to mod_perl and the <CODE>Apache::*</CODE> modules.
  +	    <br>
  +	    The list address for posting is <a
  +	    href="mailto:modperl@apache.org">modperl@apache.org</a>.
  +	  </p>
  +
  +	  <p>
  +	    Subscription information. 
  +
  +	    <ul>
  +
  +	    <li>subscribe to the list: <a
  +		href="mailto:modperl-subscribe@apache.org">modperl-subscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>subscribe to the list's digest: <a
  +		href="mailto:modperl-digest-subscribe@apache.org">modperl-digest-subscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>unsubscribe from the list: <a
  +		href="mailto:modperl-unsubscribe@apache.org">modperl-unsubscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>get help with the list: <a
  +		href="mailto:modperl-help@apache.org">modperl-help@apache.org</a>.
  +	    </li>
  +
  +	    </ul>
  +
  +	  <b>Note</b>: To subscribe or unsubscribe send an empty email
  +	  to one of the above addresses.
  +	  </p>
  +	    
  +	  <p>
  +	    List's searchable archives:
  +
  +	    <ul>   
  +	    <li>
  +	      <a href="http://forum.swarthmore.edu/epigone/modperl">an 
  +	      Epigone archive</a> by Ken Williams.
  +	    </li>
  +	    <li>
  +	      <a href="http://www.geocrawler.com/lists/3/web/182/0/">
  +		www.geocrawler.com
  +	      </a>
  +	    </li>
  +	    <li>
  +	      <a
  +	      href="http://www.mail-archive.com/modperl@apache.org/">
  +		www.mail-archive.com
  +	      </a>
  +	    </li>
  +	    <li>
  +	      <a
  +	      href="http://www.davin.ottawa.on.ca/archive/modperl/">
  +		www.davin.ottawa.on.ca
  +	      </a>
  +	    </li>
  +	    <li>
  +	      <a
  +	      href="http://www.progressive-comp.com/Lists/?l=apache-modperl&r=1&w=2#apache-modperl">
  +		www.progressive-comp.com</a>
  +	    </li>
  +	    <li>
  +	      <a href="http://www.egroups.com/group/modperl/">www.egroups.com</a>
  +	    </li>
  +	  </ul>
  +
  +	  </p>
  +
  +
  +	  <hr width="40%" align="left">
  +
  +	  <p><a name="advocacy-list"></a>
  +	    A mailing list for <b>mod_perl advocacy issues</b>, discussions about site and
  +	    etc. 
  +	    <br>
  +	    The list address for posting is <a
  +	    href="mailto:advocacy@apache.org">advocacy@apache.org</a>.
  +	  </p>
  +
  +	  <p>
  +	    Subscription information. 
  +
  +	    <ul>
  +
  +	    <li>subscribe to the list:  <a
  +	      href="mailto:advocacy-subscribe@perl.apache.org">
  +	      advocacy-subscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>unsubscribe from the list: <a
  +		href="mailto:advocacy-unsubscribe@apache.org">advocacy-unsubscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>get help with the list: <a
  +		href="mailto:advocacy-help@apache.org">advocacy-help@apache.org</a>.
  +	    </li>
  +
  +	    </ul>
  +
  +	  <b>Note</b>: To subscribe or unsubscribe send an empty email
  +	  to one of the above addresses.
  +	  </p>
  +	    
  +
  +	  <p>
  +	    List's searchable archives:
  +
  +	  <ul>   
  +
  +	    <li>
  +	      <a
  +	      href="http://www.mail-archive.com/advocacy@perl.apache.org/">
  +	      www.mail-archive.com</a>.
  +	    </li>
  +
  +	  </ul>
  +
  +	  </p>
  +
  +
  +	  <hr width="40%" align="left">
  +	  
  +	  <p><a name="cvs-list"></a>
  +	    The <b>modperl developers</b> list is the list where you
  +	    can watch mod_perl getting patched.  No real discussions
  +	    happen on this list, but if you want to know about the
  +	    latest changes in the mod_perl core before the rest of the
  +	    people, this is a list to be on.
  +	    <br><br>
  +	    The list address for posting is <a
  +	    href="mailto:modperl-cvs@perl.apache.org">modperl-cvs@apache.org</a>.
  +	  </p>
  +
  +	  <p>
  +	    Subscription information. 
  +
  +	    <ul>
  +
  +	    <li>subscribe to the list:  <a
  +	      href="mailto:modperl-cvs-subscribe@perl.apache.org">
  +	      modperl-cvs-subscribe@perl.apache.org</a>.
  +	    </li>
  +
  +	    <li>unsubscribe from the list: <a
  +		href="mailto:modperl-cvs-unsubscribe@apache.org">
  +		modperl-cvs-unsubscribe@apache.org</a>.
  +	    </li>
  +
  +	    <li>get help with the list: <a
  +		href="mailto:modperl-cvs-help@apache.org">
  +		modperl-cvs-help@apache.org</a>.
  +	    </li>
  +
  +	    </ul>
  +
  +	  <b>Note</b>: To subscribe or unsubscribe send an empty email
  +	  to one of the above addresses.
  +	  </p>
  +	    
  +	  <hr width="40%" align="left">
   	  
  -	  <li><a href="http://forum.swarthmore.edu/epigone/modperl/groxgoochang">
  -	      [OT slightly] mod_perl developers (do they exist?) 
  -	    </a> (Feb 2000)
  -	  </li>
  -
  -	</ul>
  -</p>
  -
  -<p> New: <A HREF="perl_myth.html">Popular Perl Complaints and Myths</A> by
  -Adam Pisoni
  -
  -<p>
  -New! The <B>mod_perl Garden Project</B> has been started! Visit it at <A
  -HREF="http://modperl.sourcegarden.org/"> modperl.sourcegarden.org </a>   
  -There is a new mailing list - see the info at the site!
  -
  -<p>
  -NEW: List of world wide mod_perl <a href="mirror.html">mirror sites</a><br>
  -<ul>
  -<li> <a href="#getit">Availability</a></li>
  -<li> <a href="#mlist">The Apache/Perl modules</a></li> 
  -<li> <a href="http://www.modperl.com/">The mod_perl book</a></li>
  -<li> <a href="http://www.refcards.com/">Andrew Ford's mod_perl reference card</a></li>
  -<li> <a href="products.html">mod_perl related software</a></li> 
  -<li> <a href="tidbits.html">Interesting tidbits and news</a></li>
  -<li> <a href="conferences.html">Conferences</a></li> 
  -<li> <a href="stories/">Stories</a></li>
  -<li> <a href="sites.html">Sites running mod_perl</a></li> 
  -<li> <a href="isp.html">ISPs supporting mod_perl</a></li> 
  -<li> <a href="jobs.html">mod_perl jobs</a></li>
  -<li> <a href="#dbi">mod_auth_dbi</a></li> 
  -<li> <a href="logos/">mod_perl logos</a></li> 
  -<li> Embedding Perl into HTML</a></li>
  -<ul>
  -<li><a href="embperl/index.html">HTML::Embperl</a>
  -<li><a href="http://www.masonhq.com/">HTML::Mason</a>
  -<li><a href="http://www.nodeworks.com/asp/">Apache::ASP</a>
  -</ul>
  -<li> <a href="#more">Additional resources</a></li>
  -<li> <a href="#maillist">Mailing Lists</a></li>
  -</ul>
  -<p>
  -<a name="getit">
  -<h3>Availability</h3>
  -The distribution of mod_perl and the Apache::* Perl modules are available
  -on any <a href="http://www.cpan.org/">CPAN</a> site around the world.  
  -You'll find mod_perl releases under 
  -<a href="http://www.cpan.org/modules/by-module/Apache/">
  -modules/by-module/Apache/</A>.  You may also download mod_perl
  -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. See also <A HREF="distributions.html">
  -Source and Binary distributions</A>.
  -
  -Windows NT/95/98 binaries can be downloaded from
  -<A HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/">
  -ftp://theoryx5.uwinnipeg.ca/pub/other/</A>
  -<p>
  -There are several other Perl modules that you might wish to have installed,
  -to take full advantage of mod_perl functionality.
  -Provided you have Andreas K&ouml;nig's 
  -<a href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</A> 
  -module, simply run:
  -<pre>
  -cpan> install Bundle::Apache
  -</pre>
  -This will fetch and install mod_perl and related packages for you all at once.
  -Otherwise, once you've installed mod_perl see the listing by running 
  -<i>perldoc Bundle::Apache</i>.
  -
  -<a name="mlist"><h3>Apache/Perl modules</h3>
  -It's a common misunderstanding that mod_perl is just a CGI replacement for
  -Perl scripts, this is only a small part implemented by the 
  -<b>Apache::Registry</b> module.  Apache modules written in mod_perl can do
  -just about anything that apache modules written in C can.
  -<p>
  -There's plenty more Apache/Perl software you might be interested in, that 
  -is not part of the mod_perl distribution.  This does not reflect the quality
  -of these modules, it's just eaiser for us to maintain seperate packages.  
  -But, to make sure we're not duplicating efforts, the Apache/Perl 
  -<a href="src/apache-modlist.html">module list</a> keeps track of modules inside
  -and outside the distribution, along with idea placeholders.  
  -
  -<a name="dbi">
  -<h3>mod_auth_dbi</h3>
  -There are still refererences to old mod_auth_dbi links on the web,
  -which hasn't been touched since April 21, 1996.
  -This is unlikely to change, since what mod_auth_dbi was trying to do can be
  -done better as a module that runs under mod_perl.  
  -For mod_auth_dbi functionality and then some, see the
  -Apache::AuthenDBI module in Edmund Mergl's ApacheDBI package on  
  -<a href="http://www.perl.com/CPAN/modules/by-module/Apache/">CPAN</a>.
  -In other words, forget mod_auth_dbi, use mod_perl and ApacheDBI.
  -
  -<a name="more">
  -<h3>Additional resources</h3>
  -
  -
  -<p>
  -<a href="dist/cgi_to_mod_perl.html">Quick guide</a> for moving from
  -CGI to mod_perl.
  -<p>
  -<a href="dist/mod_perl_traps.html">mod_perl_traps</a>, common traps
  -and solutions for mod_perl users.
  -<p>
  -The mod_perl plugin <a href="src/mod_perl.html">reference guide</a>.
  -<p>
  -Frank Cringle's mod_perl <a href="faq/">FAQ</a>.
  -<p>
  -Vivek Khera's mod_perl <a href="tuning/">performance tuning guide</a>.
  -
  -<p>
  -Links to mod_perl related <a href="faqs.html">FAQs</a>
  -<p>
  -Joshua Chamas started some <a href="http://www.chamas.com/hello_world.html">benchmarking</a>
  -<p>
  -Visit the <A HREF="http://www.perlmonth.com/"> perlmonth.com </a> - 
  -On-Line Perl magazine containing articles on various topics including a
  -monthly column dedicated to mod_perl.
  -
  -
  -<a name="maillist">
  -<h3>Mailing Lists</h3>
  -
  -<p><FONT FACE="sans-serif,Courier New,Courier" size=+1> The Apache/Perl
  -mailing list (<a href="mailto:modperl@apache.org">modperl@apache.org</a>)  is available for
  -mod_perl users and developers to share ideas, solve problems and discuss
  -things related to mod_perl and the Apache::* modules.  To subscribe to
  -this list, send mail to <a
  -href="mailto:modperl-subscribe@apache.org">modperl-subscribe@apache.org</a>.
  -To unsubscribe send email to <a
  -href="mailto:modperl-unsubscribe@apache.org">modperl-unsubscribe@apache.org
  -</a>.</FONT> </p>
  -
  -<p>
  -There is an Epigone 
  -<a href="http://forum.swarthmore.edu/epigone/modperl">
  -archive</a> for the mod_perl mailing list thanks to Ken Williams.
  -<P>
  -More archives are available:
  -
  -<UL>   
  -<LI>
  -<A HREF="http://www.geocrawler.com/lists/3/web/182/0/">http://www.geocrawler.com/lists/3/web/182/0/</A>
  -<LI><A HREF="http://www.mail-archive.com/modperl@apache.org/">http://www.mail-archive.com/modperl@apache.org/</A>
  -<LI><A HREF="http://www.davin.ottawa.on.ca/archive/modperl/">http://www.davin.ottawa.on.ca/archive/modperl/</A>
  -<LI><A HREF="http://www.progressive-comp.com/Lists/?l=apache-modperl&r=1&w=2#apache-modperl">http://www.progressive-comp.com/Lists/?l=apache-modperl&r=1&w=2#apache-modperl</A>
  -<LI><A HREF="http://www.egroups.com/group/modperl/">http://www.egroups.com/group/modperl/</A>
  -</UL>
  -</p>
  -
  -<p>
  -A mailing list for mod_perl advocacy issues, discussions about site and
  -etc. Subscribe by sending a mail to <A
  -HREF="mailto:advocacy-subscribe@perl.apache.org">
  -advocacy-subscribe@perl.apache.org</A>. The list address is
  -advocacy@perl.apache.org. The archive: <A
  -HREF="http://www.mail-archive.com/advocacy@perl.apache.org/">
  -http://www.mail-archive.com/advocacy@perl.apache.org/</A>.
  -</p>
  -
  -<p>
  -The modperl developers list is the list where you can watch mod_perl
  -getting patched.  No real discussions happen on this list, but if you
  -want to know about the latest changes in the mod_perl core before the
  -rest of the people, this is a list to be on.  To subscribe to this
  -list, send email to <a href="mailto:modperl-cvs-subscribe@apache.org">
  -modperl-cvs-subscribe@apache.org</a> .  To unsubscribe send email to
  -<a href="mailto:modperl-cvs-unsubscribe@apache.org">
  -modperl-cvs-unsubscribe@apache.org</a> .  Use <a
  -href="mailto:modperl-cvs@apache.org"> modperl-cvs@apache.org</a>
  -adress to post to the list.
  -</p>
  -
  -
  -<hr>
  -
  -<p>
  -If you have a comment or question about mod_perl that you feel is not 
  -appropriate for the public list, you may contact Doug MacEachern
  -(dougm@perl.apache.org). 
  -<p>
  -<hr>
  -<p>
  -
  -And finally some numbers: A monthly growth of mod_perl deployment
  - (<A HREF="netcraft/">Click here</A> for a bigger and better
  -graph and more info about Netcraft's surveys)<BR>
  -
  -<A HREF="netcraft/">
  -<IMG SRC="netcraft/pseudo-graph.gif" HEIGHT=200 WIDTH=350 BORDER=0 ALT="mod_perl usage graph">
  -</A>
  -<hr>
  -<p>
  -<font size=-2>
  -Use of the Camel for Perl is a trademark of 
  -<a href="http://www.ora.com">O'Reilly &amp; Associates</a>, 
  -and is used by permission.
  -</font>  
  +	  <p>
  +	    If you have a comment or question about mod_perl that you
  +	    feel is not appropriate for any of the above public lists,
  +	    you may contact <a href="mailto:dougm@apache.org">Doug
  +	    MacEachern</a>.
  +	  <p>
  +
  +	  <hr width="40%" align="left">
  +
  +	  <p>
  +	    Mailing Lists: [ <a href="#general-list">General</a> ]
  +	    [ <a href="#advocacy-list">Advocacy</a> ]
  +	    [ <a href="#cvs-list">Developers</a> ]
  +	    [ <a href="#contacts">Contact Info</a> ]
  +	  </p>
  +
  +	  <p>
  +	    [ <a href="#toc">toc</a> ]
  +	  </p>
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="embed">
  +		Embedding Perl into HTML
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <ul>
  +
  +	    <li>
  +	      <a href="embperl/index.html">HTML::Embperl</a>
  +	    </li>
  +
  +	    <li>
  +	      <a href="http://www.masonhq.com/">HTML::Mason</a>
  +	    </li>
  +
  +	    <li>
  +	      <a href="http://www.nodeworks.com/asp/">Apache::ASP</a>
  +	    </li>
  +
  +	  </ul>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="jobs">
  +		Jobs
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    The mod_perl <a href="jobs.html">jobs list.</a>
  +	  </p>
  +
  +	  <p>
  +
  +	    
  +	    There is <b>a huge demand</b> for 
  +	    <b><a href="http://perl.apache.org">mod_perl</a>
  +		programmers</b>. These mod_perl mailing list threads
  +		discuss this exciting issue.
  +
  +	  <ul>
  +
  +	    <li><a href="http://forum.swarthmore.edu/epigone/modperl/grenddwimfral">
  +		mod_perl Programmers demand is going up...
  +	      </a> (Dec 1999)
  +	    </li>
  +	  
  +	    <li><a href="http://forum.swarthmore.edu/epigone/modperl/groxgoochang">
  +		[OT slightly] mod_perl developers (do they exist?) 
  +	      </a> (Feb 2000)
  +	    </li>
  +
  +	  </ul>	    
  +	</p>
  +
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="related">
  +		Related Projects
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    mod_perl is a part of the 
  +	    <a href="http://www.apache.org/">
  +	      apache.org 
  +	    </a> network.
  +	  </p>
  +
  +	  <p>
  +	    The <B>mod_perl Source Garden Project</B> has been
  +	    started! Visit it at <a
  +	      href="http://modperl.sourcegarden.org/">
  +	      modperl.sourcegarden.org </a>
  +	    There is a new mailing list - see the info at the site!
  +	  </p>
  +
  +	  <p>
  +
  +	  </p>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +      <tr>
  +	<td>
  +
  +	  <h3><font color="#008B8B">
  +	      <a name="stats">
  +		Statistics
  +	      </a>
  +	    </font>
  +	  </h3>
  +
  +	  <p>
  +	    Joshua Chamas started some <a
  +	    href="http://www.chamas.com/hello_world.html">benchmarking</a>.
  +	  </p>
  +
  +	  <p>
  +	    The monthly growth of the mod_perl enabled Apache server
  +	    deployment:
  +
  +	  <center>
  +	    <a href="netcraft/">
  +	      <img src="netcraft/pseudo-graph.gif" height=200
  +	      width=350 border=0 alt="mod_perl usage graph"></a> 
  +	  </center>
  +
  +	    <br>
  +
  +	    Here is a <a href="netcraft/"> bigger and better
  +	    graph</a> (and more info about Netcraft's surveys).
  +	  </p>
  +
  +	  <p>
  +	    Check out yet another syrvey by
  +	    <a href="http://www.e-softinc.com/survey/data/index.html">
  +	      E-Soft 
  +	    </a>. (Hint: click on "Apache Module Report")
  +
  +	  </p>
  +
  +	  [ <a href="#toc">toc</a> ]
  +
  +	  <br><br><br><br><br><br><br>
  +
  +	  <hr>
  +	</td>
  +      </tr>
  +
  +    </table>
  +
  +    <table border=0 width="65%" align=center>
  +      <tr>
  +	<td>
  +
  +    <center>
  +    <font size=-2>
  +      Use of the Camel for Perl is a trademark of 
  +      <a href="http://www.ora.com">O'Reilly &amp; Associates</a>, 
  +      and is used by permission.
  +    </font>  
  +    </center>
  +
  +	</td>
  +      </tr>
  +
  +    </table>
  +
   </body>
   </html>
  +
  +
   
  
  
  

Re: cvs commit: modperl-site index.html

Posted by Robin Berjon <ro...@knowscape.com>.
At 08:34 07/05/2000 +0300, Stas Bekman wrote:
>Sure, Robin. That's fine. It was just a common understanding that you are
>going to release the new site very soon now, so all the attempts to make
>some improvement were halted, if you can say that there were any at all :)

Oh, sorry about that. It's true that I more or less vanished from a day to
the next, I hadn't realized, probably because I kept thinking that I'd see
the end of the mess until it was too late. If it happens again, I'll yell :)

>So, let's start getting things better gradually. I think that I've
>started to group the information in better way. Jim is going to add his
>cool design under Brian's guidance and we will get a nice looking and easy
>to navigate site to start with. Later when Robin or anyone else who will
>want to improve the site, will do that when they've got the time. So it's
>seems like a plan to me :)

Sounds like a plan to me too.

>Have a good time, Robin. And good luck with your quitting the deadend
>street :)

Thanks :)



.Robin
There are things that are so serious that you can only joke about them. --
Heisenberg


Re: cvs commit: modperl-site index.html

Posted by Stas Bekman <sb...@stason.org>.
> At 19:12 06/05/2000 +0300, Stas Bekman wrote:
> >I don't know what happens with Robin and Matt work, but unless someone
> >starts to commit and finish things we will never get there. I guess
> >whoever makes the first move will have his design accepted.
> 
> I don't know what happened to Matt, I know he moved to a new job and after
> that I haven't had much news. Maybe he's got too much to do there. What
> happened to me is simple, we got engaged mistakenly in a death-march
> project tha we should never have accepted and over 100% of my time has been
> devoted to that thing, which I'm pretty sure will never go anywhere. My
> company is taking steps to walk out of it without breaking too much stuff
> (because though it's not our fault that it'll fail, we remain nice and
> ethical people). With luck we'll be out of it by mid-may, at which point I
> will resume work on the few projects I was in before this mess broke out.
> By then I'll be progressively more available.

Sure, Robin. That's fine. It was just a common understanding that you are
going to release the new site very soon now, so all the attempts to make
some improvement were halted, if you can say that there were any at all :)

So, let's start getting things better gradually. I think that I've
started to group the information in better way. Jim is going to add his
cool design under Brian's guidance and we will get a nice looking and easy
to navigate site to start with. Later when Robin or anyone else who will
want to improve the site, will do that when they've got the time. So it's
seems like a plan to me :)

> I'm +1 for anything that enhances the present site. The issue I would
> have with just going ahead and redoing the layout is that both Matt and
> I thought that what was necessary before the layout got decided was to
> redesign the organisation of the information there (and then decide how
> to display it). We submitted a few drafts that didn't bring back much
> enthusiam (yes I know, on this list it probably means +1 is it's done
> well). 
> 
> Whatever happens, I think that at least a little bit of attention should
> be directed to those issues at some point. I also hope I'll be able to
> help soon enough. Sorry about the delay. 

Sure, I guess the only thing that was missing here is telling the rest of
the "team" that the very soon now, is not very soon now :)

Have a good time, Robin. And good luck with your quitting the deadend
street :)

______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------


Re: cvs commit: modperl-site index.html

Posted by Robin Berjon <ro...@knowscape.com>.
At 19:12 06/05/2000 +0300, Stas Bekman wrote:
>I don't know what happens with Robin and Matt work, but unless someone
>starts to commit and finish things we will never get there. I guess
>whoever makes the first move will have his design accepted.

I don't know what happened to Matt, I know he moved to a new job and after
that I haven't had much news. Maybe he's got too much to do there. What
happened to me is simple, we got engaged mistakenly in a death-march
project tha we should never have accepted and over 100% of my time has been
devoted to that thing, which I'm pretty sure will never go anywhere. My
company is taking steps to walk out of it without breaking too much stuff
(because though it's not our fault that it'll fail, we remain nice and
ethical people). With luck we'll be out of it by mid-may, at which point I
will resume work on the few projects I was in before this mess broke out.
By then I'll be progressively more available.

I'm +1 for anything that enhances the present site. The issue I would have
with just going ahead and redoing the layout is that both Matt and I
thought that what was necessary before the layout got decided was to
redesign the organisation of the information there (and then decide how to
display it). We submitted a few drafts that didn't bring back much
enthusiam (yes I know, on this list it probably means +1 is it's done well).

Whatever happens, I think that at least a little bit of attention should be
directed to those issues at some point. I also hope I'll be able to help
soon enough. Sorry about the delay.



.Robin
Radioactive cats have 18 half-lives.


Re: cvs commit: modperl-site index.html

Posted by Doug MacEachern <do...@covalent.net>.
> I'm sorry I lost my English somewhere, I type words but somehow they don't
> get connected into sentences. Something is wrong with me :(

happens to me too :)
 
> Let's try again: 
> 
> The only concern is to have all the pages designed in the same way and not
> only the the front page.  Hmm, at least to arrange a link back to the
> front page :)

ok, i agree with that!


Re: cvs commit: modperl-site index.html

Posted by Ask Bjoern Hansen <as...@valueclick.com>.
On Fri, 12 May 2000, brian moseley wrote:

> > The only concern is to have all the pages designed in
> > the same way and not only the the front page.  Hmm, at
> > least to arrange a link back to the front page :)
> 
> yah, i think he originally wanted to make sure folks were
> happy with the design before he did a bunch more work.

we're not happy. more like ecstatic! :)

seriously, it's a huge improvement and I'm sure we would all appreciate it
a lot if he has more time to put into it.
 
> i'll ping jim again to see where he's at with the work.

great. =)


 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>


Re: cvs commit: modperl-site index.html

Posted by brian moseley <ix...@maz.org>.
On Fri, 12 May 2000, Stas Bekman wrote:

> The only concern is to have all the pages designed in
> the same way and not only the the front page.  Hmm, at
> least to arrange a link back to the front page :)

yah, i think he originally wanted to make sure folks were
happy with the design before he did a bunch more work.

i'll ping jim again to see where he's at with the work.



Re: cvs commit: modperl-site index.html

Posted by Stas Bekman <sb...@stason.org>.
> > I didn't attempt to design, just to reorg the info. Sure, we've got +1 for
> > jim's design. 
> 
> ok, your 'reorg' looks good then :)

:)

> > The only concern is that we have move than the front page and it'd be nice
> > to have the other paged designed in the same fashion. Hmm, at least to
> > arrange a link back to the front page :)
> 
> sorry, i have trouble understanding, 'we have move than the front page' ?

I'm sorry I lost my English somewhere, I type words but somehow they don't
get connected into sentences. Something is wrong with me :(

Let's try again: 

The only concern is to have all the pages designed in the same way and not
only the the front page.  Hmm, at least to arrange a link back to the
front page :)




______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------


Re: cvs commit: modperl-site index.html

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 12 May 2000, Stas Bekman wrote:
 
> I didn't attempt to design, just to reorg the info. Sure, we've got +1 for
> jim's design. 

ok, your 'reorg' looks good then :)

> The only concern is that we have move than the front page and it'd be nice
> to have the other paged designed in the same fashion. Hmm, at least to
> arrange a link back to the front page :)

sorry, i have trouble understanding, 'we have move than the front page' ?


Re: cvs commit: modperl-site index.html

Posted by Stas Bekman <sb...@stason.org>.
On Thu, 11 May 2000, Doug MacEachern wrote:

> On Sat, 6 May 2000, brian moseley wrote:
>  
> > nah, it's still at
> > http://www.vagabondage.com/~jim/modperl. it was just a
> > preview, i was waiting for others to +1 it or whatever
> > before i told him to finish it up. then i forgot about it.
> 
> +1 on using jim's design!  besides the fact that it's really slick, i
> really like the idea of somebody designing the site who is not an actual
> mod_perl user (or is he?), with his fresh perspective, the result should
> lend itself well to new comers.
> 
> stas, i like your redesign too, but if jim is willing and able to take on
> site development, that frees you to focus on your other mod_perl projects
> :)

I didn't attempt to design, just to reorg the info. Sure, we've got +1 for
jim's design. 

The only concern is that we have move than the front page and it'd be nice
to have the other paged designed in the same fashion. Hmm, at least to
arrange a link back to the front page :)


______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------


Re: cvs commit: modperl-site index.html

Posted by Doug MacEachern <do...@covalent.net>.
On Sat, 6 May 2000, brian moseley wrote:
 
> nah, it's still at
> http://www.vagabondage.com/~jim/modperl. it was just a
> preview, i was waiting for others to +1 it or whatever
> before i told him to finish it up. then i forgot about it.

+1 on using jim's design!  besides the fact that it's really slick, i
really like the idea of somebody designing the site who is not an actual
mod_perl user (or is he?), with his fresh perspective, the result should
lend itself well to new comers.

stas, i like your redesign too, but if jim is willing and able to take on
site development, that frees you to focus on your other mod_perl projects
:)


Re: cvs commit: modperl-site index.html

Posted by Ask Bjoern Hansen <as...@valueclick.com>.
On Sat, 6 May 2000, Stas Bekman wrote:

[...]
> > nah, it's still at
> > http://www.vagabondage.com/~jim/modperl. it was just a
> > preview, i was waiting for others to +1 it or whatever
> > before i told him to finish it up. then i forgot about it.
> 
> Ok, It's nicer of course.

Much. +90989384937^6*1^117.

:)

> But I've added more info and completely remade the mailing list info.
> So if he is would be kind to merge my remake with his nice work. I
> guess it would be the best. I don't like the main font selection -- it
> looks ugly on netscape/linux. I guess it's because it forces a point
> size which picks the wrong font.

It looks great on my Netscape for Linux.
 


 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>


Re: cvs commit: modperl-site index.html

Posted by Stas Bekman <sb...@stason.org>.
On Sat, 6 May 2000, brian moseley wrote:

> On Sat, 6 May 2000, Stas Bekman wrote:
> 
> > Huh? Was I supposed to? I've heard about at least two
> > groups of people working on the site for the last year,
> > I've tired of waiting and remade the first page since I
> > use it all the time. I thought Jim's work was only a
> > preview and someone is going to commit it and put
> > online, apparently it was just lost.
> 
> nah, it's still at
> http://www.vagabondage.com/~jim/modperl. it was just a
> preview, i was waiting for others to +1 it or whatever
> before i told him to finish it up. then i forgot about it.

Ok, It's nicer of course. But I've added more info and completely remade
the mailing list info. So if he is would be kind to merge my remake with
his nice work. I guess it would be the best. I don't like the main font
selection -- it looks ugly on netscape/linux. I guess it's because it
forces a point size which picks the wrong font.

I don't know what happens with Robin and Matt work, but unless someone
starts to commit and finish things we will never get there. I guess
whoever makes the first move will have his design accepted.

It's +1 from me for either Jim's or Robin/Matt's work, just make sure you
don't nuke the updates I've just made. Thanks!

> > But as we all know the psychology of this list, if you
> > want something to be done, do it yourself. (Well, I
> > don't talk about the mod_perl itself :)  I don't claim
> > myself to be a web designer, I hope my remake makes the
> > first page at least more useful and appealing.
> 
> it's certainly better than what we used to have.

Thanks :)


______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------


Re: cvs commit: modperl-site index.html

Posted by brian moseley <ix...@maz.org>.
On Sat, 6 May 2000, Stas Bekman wrote:

> Huh? Was I supposed to? I've heard about at least two
> groups of people working on the site for the last year,
> I've tired of waiting and remade the first page since I
> use it all the time. I thought Jim's work was only a
> preview and someone is going to commit it and put
> online, apparently it was just lost.

nah, it's still at
http://www.vagabondage.com/~jim/modperl. it was just a
preview, i was waiting for others to +1 it or whatever
before i told him to finish it up. then i forgot about it.

> But as we all know the psychology of this list, if you
> want something to be done, do it yourself. (Well, I
> don't talk about the mod_perl itself :)  I don't claim
> myself to be a web designer, I hope my remake makes the
> first page at least more useful and appealing.

it's certainly better than what we used to have.


Re: cvs commit: modperl-site index.html

Posted by Stas Bekman <sb...@stason.org>.
On Sat, 6 May 2000, brian moseley wrote:

> On 6 May 2000 sbekman@locus.apache.org wrote:
> 
> > sbekman     00/05/06 08:31:53
> > 
> >   Modified:    .        index.html
> >   Log:
> >   index.html remake
> 
> didn't use jim's work after all eh? too bad, it's much
> nicer, imo.

Huh? Was I supposed to? I've heard about at least two groups of people
working on the site for the last year, I've tired of waiting and remade
the first page since I use it all the time. I thought Jim's work was only
a preview and someone is going to commit it and put online, apparently it
was just lost. 

But as we all know the psychology of this list, if you want something to
be done, do it yourself. (Well, I don't talk about the mod_perl itself :) 
I don't claim myself to be a web designer, I hope my remake makes the
first page at least more useful and appealing. 

In addition to remake I've added the digest list info and a link to E-Soft
survey.

BTW, I've nuked the snippet below, I don't think it belongs to the first
page. Please correct me if I'm wrong. Thanks!

<a name="dbi">
<h3>mod_auth_dbi</h3>
There are still refererences to old mod_auth_dbi links on the web,
which hasn't been touched since April 21, 1996.
This is unlikely to change, since what mod_auth_dbi was trying to do can
be
done better as a module that runs under mod_perl.  
For mod_auth_dbi functionality and then some, see the
Apache::AuthenDBI module in Edmund Mergl's ApacheDBI package on  
<a href="http://www.perl.com/CPAN/modules/by-module/Apache/">CPAN</a>.
In other words, forget mod_auth_dbi, use mod_perl and ApacheDBI.



______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------


Re: cvs commit: modperl-site index.html

Posted by brian moseley <ix...@maz.org>.
On 6 May 2000 sbekman@locus.apache.org wrote:

> sbekman     00/05/06 08:31:53
> 
>   Modified:    .        index.html
>   Log:
>   index.html remake

didn't use jim's work after all eh? too bad, it's much
nicer, imo.