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 2009/05/05 20:47:39 UTC

svn commit: r771962 - in /httpd/site/trunk/xdocs: modules/index.xml stylesheets/project.xml

Author: wrowe
Date: Tue May  5 18:47:38 2009
New Revision: 771962

URL: http://svn.apache.org/viewvc?rev=771962&view=rev
Log:
As beta, expose mod_ftp a bit more broadly (and correct outdated info)

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

Modified: httpd/site/trunk/xdocs/modules/index.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/modules/index.xml?rev=771962&r1=771961&r2=771962&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/modules/index.xml [utf-8] (original)
+++ httpd/site/trunk/xdocs/modules/index.xml [utf-8] Tue May  5 18:47:38 2009
@@ -34,14 +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 an ftp: protocol request!</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>
+<p>This code is currently released as a beta.  Volunteers are especially sought
+to test out the IPv6 functionality (EPRT and EPSV support).</p>
 
 <ul>
+<li>Download: <a href="http://httpd.apache.org/download.html#mod_ftp"
+                    >mod_ftp current release</a></li>
 <li>Source code: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_ftp/trunk/"
-                    >mod_ftp trunk</a></li>
+                    >mod_ftp subversion trunk</a></li>
 <li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org"
                      >dev@httpd.apache.org</a></li>
 <li>Website: <a href="http://httpd.apache.org/mod_ftp/"

Modified: httpd/site/trunk/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/stylesheets/project.xml?rev=771962&r1=771961&r2=771962&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/stylesheets/project.xml [utf-8] (original)
+++ httpd/site/trunk/xdocs/stylesheets/project.xml [utf-8] Tue May  5 18:47:38 2009
@@ -34,6 +34,7 @@
   <li><a href="/test/flood/">Flood</a></li>
   <li><a href="/apreq/">libapreq</a></li>
   <li><a href="/modules/">Modules</a></li>
+  <li><a href="/mod_ftp/">mod_ftp</a></li>
 </menu>
 
 <menu><title href="/info/">Miscellaneous</title>