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/02/17 09:16:14 UTC

svn commit: r508728 - in /httpd/site/trunk: docs/modules/index.html xdocs/modules/index.xml

Author: wrowe
Date: Sat Feb 17 00:16:13 2007
New Revision: 508728

URL: http://svn.apache.org/viewvc?view=rev&rev=508728
Log:
Add-a-section for the newly graduated mod_ftp.  Lots more work to do here.

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

Modified: httpd/site/trunk/docs/modules/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/modules/index.html?view=diff&rev=508728&r1=508727&r2=508728
==============================================================================
--- httpd/site/trunk/docs/modules/index.html (original)
+++ httpd/site/trunk/docs/modules/index.html Sat Feb 17 00:16:13 2007
@@ -91,6 +91,25 @@
            <table border="0" cellspacing="0" cellpadding="2" width="100%">
  <tr><td bgcolor="#525D76">
   <font color="#ffffff" face="arial,helvetica,sanserif">
+   <a name="mod_ftp"><strong>mod_ftp</strong></a>
+  </font>
+ </td></tr>
+ <tr><td>
+  <blockquote>
+<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>
+<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>
+</ul>
+  </blockquote>
+ </td></tr>
+</table>
+           <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+  <font color="#ffffff" face="arial,helvetica,sanserif">
    <a name="mod_mbox"><strong>mod_mbox</strong></a>
   </font>
  </td></tr>

Modified: httpd/site/trunk/xdocs/modules/index.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/modules/index.xml?view=diff&rev=508728&r1=508727&r2=508728
==============================================================================
--- httpd/site/trunk/xdocs/modules/index.xml (original)
+++ httpd/site/trunk/xdocs/modules/index.xml Sat Feb 17 00:16:13 2007
@@ -28,6 +28,20 @@
 
 </section>
 
+<section id="mod_ftp">
+<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>
+
+<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>
+</ul>
+</section>
+
 <section id="mod_mbox">
 <title>mod_mbox</title>