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ö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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </p>
+
+ <p>
+ Subscription information.
+
+ <ul>
+
+ <li>subscribe to the list: <a
+
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>subscribe to the list's digest: <a
+
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>unsubscribe from the list: <a
+
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>get help with the list: <a
+ href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </p>
+
+ <p>
+ Subscription information.
+
+ <ul>
+
+ <li>subscribe to the list: <a
+ href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>unsubscribe from the list: <a
+
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>get help with the list: <a
+ href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
+ </p>
+
+ <p>
+ Subscription information.
+
+ <ul>
+
+ <li>subscribe to the list: <a
+ href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>unsubscribe from the list: <a
+ href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</a>.
+ </li>
+
+ <li>get help with the list: <a
+ href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</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ö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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
-To unsubscribe send email to <a
-href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
-</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:[EMAIL PROTECTED]">
[EMAIL PROTECTED]</A>. The list address is
[EMAIL PROTECTED] 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:[EMAIL PROTECTED]">
[EMAIL PROTECTED]</a> . To unsubscribe send email to
-<a href="mailto:[EMAIL PROTECTED]">
[EMAIL PROTECTED]</a> . Use <a
-href="mailto:[EMAIL PROTECTED]"> [EMAIL PROTECTED]</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
-([EMAIL PROTECTED]).
-<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 & 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:[EMAIL PROTECTED]">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 & Associates</a>,
+ and is used by permission.
+ </font>
+ </center>
+
+ </td>
+ </tr>
+
+ </table>
+
</body>
</html>
+
+