You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/08/16 09:36:17 UTC

svn commit: r566522 - /httpd/site/trunk/xdocs/modules/index.xml

Author: wrowe
Date: Thu Aug 16 00:36:16 2007
New Revision: 566522

URL: http://svn.apache.org/viewvc?view=rev&rev=566522
Log:
Clearly tag all unreleased modules as unreleased; provide a forward
pointer and clearer explanation of the termination of mod_aspdotnet.

Modified:
    httpd/site/trunk/xdocs/modules/index.xml

Modified: httpd/site/trunk/xdocs/modules/index.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/modules/index.xml?view=diff&rev=566522&r1=566521&r2=566522
==============================================================================
--- httpd/site/trunk/xdocs/modules/index.xml (original)
+++ httpd/site/trunk/xdocs/modules/index.xml Thu Aug 16 00:36:16 2007
@@ -21,8 +21,10 @@
 <p>Do you want to have Python embedded in your server?  Try mod_python.</p>
 
 <ul>
-<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_python/">mod_python</a></li>
-<li>Mailing list: <a href="mailto:python-dev-subscribe@httpd.apache.org">python-dev@httpd.apache.org</a></li>
+<li>Distribution: <a href="http://www.apache.org/dist/httpd/modpython/"
+                    >mod_python</a></li>
+<li>Mailing list: <a href="mailto:python-dev-subscribe@httpd.apache.org"
+                    >python-dev@httpd.apache.org</a></li>
 <li>Website: <a href="http://www.modpython.org/">mod_python site</a></li>
 </ul>
 
@@ -32,13 +34,16 @@
 <title>mod_ftp</title>
 
 <p>When is Apache HTTP Server not an http: server?  When it's serving the
-same web content via the ftp protocol.  There is no released version (quite 
-yet), this module graduated from the Incubator 15 Feb 2007 and can be checked
-out from svn.</p>
+same web content via an ftp: protocol request!</p>
+
+<p>This experimental code has *not* been released, but is available to you
+from the subversion development repository.</p>
 
 <ul>
-<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_ftp/trunk">mod_ftp</a></li>
-<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a></li>
+<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_ftp/trunk"
+              >mod_ftp</a></li>
+<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org"
+                    >dev@httpd.apache.org</a></li>
 </ul>
 </section>
 
@@ -48,11 +53,19 @@
 <p>Do you want to setup mail archives with Apache HTTPd 2.x ?  Try out
 <tt>mod_mbox</tt>.</p>
 
+<p>This experimental code has *not* been released, but is available to you
+from the subversion development repository.  It is currently in-use by the
+ASF to provide our <a href="http://mail-archives.apache.org/mod_mbox/"
+                     >email archives browser.</a></p>
+
 <ul>
 <li><a href="http://httpd.apache.org/mod_mbox">Website</a></li>
-<li>Source: <a href="https://svn.apache.org/repos/asf/httpd/mod_mbox/trunk">mod_mbox</a></li>
-<li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_mbox/">mod_mbox</a></li>
-<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a></li>
+<li>Source: <a href="https://svn.apache.org/repos/asf/httpd/mod_mbox/trunk"
+              >mod_mbox</a></li>
+<li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_mbox/"
+               >mod_mbox</a></li>
+<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org"
+                    >dev@httpd.apache.org</a></li>
 </ul>
 </section>
 
@@ -62,44 +75,64 @@
 <p>Do you want to see how Apache httpd-2.0 can handle different protocols?
 Play with mod_pop3.</p>
 
+<p>This experimental code has *not* been released, but is available to you
+from the subversion development repository.</p>
+
 <ul>
-<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_pop3/">mod_pop3</a></li>
-<li>Mailing list: <a href="mailto:pop3-dev-subscribe@httpd.apache.org">pop3-dev@httpd.apache.org</a></li>
+<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_pop3/"
+              >mod_pop3</a></li>
+<li>Mailing list: <a href="mailto:pop3-dev-subscribe@httpd.apache.org"
+                    >pop3-dev@httpd.apache.org</a></li>
 </ul>
 </section>
 
 <section id="mod_arm4">
 <title>mod_arm4</title>
 
-<p>Instrument the Apache HTTP Server to the <a href="http://www.opengroup.org/tech/management/arm/">ARM4 API</a>
+<p>Instrument the Apache HTTP Server to the 
+<a href="http://www.opengroup.org/tech/management/arm/">ARM4 API</a>
 </p>
 
+<p>This experimental code has *not* been released, but is available to you
+from the subversion development repository.</p>
+
 <ul>
-<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_arm4/">mod_arm4</a></li>
+<li>Source: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_arm4/"
+              >mod_arm4</a></li>
+<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org"
+                    >dev@httpd.apache.org</a></li>
 </ul>
 </section>
 
 <section id="mod_smtpd">
 <title>mod_smtpd</title>
 
-<p>Serve SMTP on Apache with <tt>mod_smtpd</tt>.</p>
+<p>This experimental code has *not* been released, but is available to you
+from the subversion development repository.</p>
 
+<p>Serve SMTP on Apache with <tt>mod_smtpd</tt>.</p>
 <ul>
 <li><a href="http://httpd.apache.org/mod_smtpd">Website</a></li>
-<li>Source: <a href="https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk">mod_smtpd</a></li>
-<li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_smtpd">mod_smtpd</a></li>
-<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a></li>
+<li>Source: <a href="https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk"
+              >mod_smtpd</a></li>
+<li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_smtpd"
+               >mod_smtpd</a></li>
+<li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org"
+                    >dev@httpd.apache.org</a></li>
 </ul>
 </section>
 
 <section id="mod_aspdotnet">
 <title>mod_aspdotnet (retired)</title>
 
-<p>The mod_aspdotnet module has been retired by the project.  You will find
-the old release at http://archive.apache.org/dist/httpd/mod_aspdotnet/, however
-there is no further support or effort on this module from the httpd project.
-</p>
-
+<p>The mod_aspdotnet module has been retired by the httpd project.  Every ASF
+project requires multiple developers, and this project did not have enough
+developers participating to remain under the ASF umbrella.  Development has 
+been resumed by the original authors at it's new home, the
+<a href="http://sourceforge.net/projects/mod-aspdotnet"
+  >mod-aspdotnet SourceForge project</a>.  Note there is NO further support 
+or effort on this module from the httpd project, refer all questions on to
+the SourceForge project's user and development lists.</p>
 </section>
 
 </body>