sbekman 00/05/22 14:35:33
Modified: . index.html
Added: . help_with_modules_wanted.html
Log:
new venture :)
Revision Changes Path
1.58 +5 -0 modperl-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/modperl-site/index.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- index.html 2000/05/21 22:45:49 1.57
+++ index.html 2000/05/22 21:35:32 1.58
@@ -75,6 +75,11 @@
</li>
<li>
+ <a href="help_with_modules_wanted.html">Help with
+ Perl Apache Modules Wanted</a>
+ </li>
+
+ <li>
<a href="#docs">Books and Documentation</a>
</li>
1.1 modperl-site/help_with_modules_wanted.html
Index: help_with_modules_wanted.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Help With Modules Wanted</title>
</head>
<link rel=stylesheet type="text/css" href="style.css" title="refstyle">
<body bgcolor="white">
<h1>Help With Modules Wanted</h1>
<div align=left>
This document was created for two purposes:
<ul>
<li>
To find <b>new maintainers</b> for the Apache:: Perl modules
that has been <b>orphaned</b> and <b>not maintained
anymore</b>, or their authors are looking for <b>transferring
the ownership</b> over to a new developer.
</li>
<li>
To match <b>developers</b>, who want to develop and maintain
the Apache:: Perl modules, with <b>users</b> who are looking
for some modules to be implemented.
</li>
</ul>
</div>
<hr>
<a name="parents"></a>
<h3>
<font color="#008b8b">
Modules Looking for New Parents
</font>
</h3>
<ul>
<li>
Doug MacEachern is looking for a new maintainer for his
<a
href="http://perl.apache.org/~dougm/Apache-PerlVINC-0.01.tar.gz">
<code>Apache::PerlVINC</code></a>
module. The mod_perl community wishes to see this module at
CPAN. It's your chance to get your own account and cool email
address ([EMAIL PROTECTED]) at <a
href="http://cpan.org">cpan.org</a>, given that you wish to
take care of this module. If you think that you can cope with
it please email <a
href="mailto:[EMAIL PROTECTED]">Doug</a>. Thanks!
</li>
</ul>
<hr>
<a name="modules"></a>
<h3>
<font color="#008b8b">
Users Looking for New Modules
</font>
</h3>
If after browsing <a
href="http://perl.apache.org/src/apache-modlist.html">the
Apache/Perl module list</a> you cannot find a module that you wish
there was one, please send your wish-list to the modperl list with
subject line starting with <code>[wishlist]</code> tag. Of course
we cannot promise that it will be created, but if someone will
like your idea(s)--chances are it will be created.
<p>
Basically if your request posted to the list will be an
interesting one, it'll enter the list below, for future references
by developers who are looking to pursue or/and extend their
mod_perl expertise through implementing and maintaining modules.
<p>
Make sure you leave your email address, so developers will be able
to get back to you for more information.
<ul>
<li>...</li>
</ul>
<hr>
<address><a href="mailto:[EMAIL PROTECTED]">Stas</a></address>
</body>
</html>