You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2003/06/04 21:20:48 UTC

cvs commit: httpd-site/xdocs/modules index.xml

gstein      2003/06/04 12:20:48

  Modified:    docs/modules index.html
               xdocs/modules index.xml
  Log:
  The order of the modules on the web page was all out of whack. Reorder
  them in terms of (my perceived) popularity ranking:
  
    mod_python
    mod_auth_ldap
    mod_mbox
    mod_pop3
  
  Note: http://www.securityspace.com/s_survey/data/man.200305/apachemods.html
  
  Revision  Changes    Path
  1.5       +14 -14    httpd-site/docs/modules/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/modules/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	28 Dec 2002 21:12:18 -0000	1.4
  +++ index.html	4 Jun 2003 19:20:47 -0000	1.5
  @@ -71,15 +71,16 @@
              <table border="0" cellspacing="0" cellpadding="2" width="100%">
    <tr><td bgcolor="#525D76">
     <font color="#ffffff" face="arial,helvetica,sanserif">
  -   <a name="mod_auth_ldap"><strong>mod_auth_ldap</strong></a>
  +   <a name="mod_python"><strong>mod_python</strong></a>
     </font>
    </td></tr>
    <tr><td>
     <blockquote>
  -<p>Do you want to authenticate users via an LDAP backend?  Check
  -mod_auth_ldap out.</p>
  +<p>Do you want to have Python embedded in your server?  Try mod_python.</p>
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-ldap/">httpd-ldap</a></li>
  +<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-python/">httpd-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>
     </blockquote>
    </td></tr>
  @@ -87,16 +88,15 @@
              <table border="0" cellspacing="0" cellpadding="2" width="100%">
    <tr><td bgcolor="#525D76">
     <font color="#ffffff" face="arial,helvetica,sanserif">
  -   <a name="mod_pop3"><strong>mod_pop3</strong></a>
  +   <a name="mod_auth_ldap"><strong>mod_auth_ldap</strong></a>
     </font>
    </td></tr>
    <tr><td>
     <blockquote>
  -<p>Do you want to see how Apache httpd-2.0 can handle different protocols?
  -Play with mod_pop3.</p>
  +<p>Do you want to authenticate users via an LDAP backend?  Check
  +mod_auth_ldap out.</p>
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-pop3/">httpd-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://cvs.apache.org/viewcvs.cgi/httpd-ldap/">httpd-ldap</a></li>
   </ul>
     </blockquote>
    </td></tr>
  @@ -121,16 +121,16 @@
              <table border="0" cellspacing="0" cellpadding="2" width="100%">
    <tr><td bgcolor="#525D76">
     <font color="#ffffff" face="arial,helvetica,sanserif">
  -   <a name="mod_python"><strong>mod_python</strong></a>
  +   <a name="mod_pop3"><strong>mod_pop3</strong></a>
     </font>
    </td></tr>
    <tr><td>
     <blockquote>
  -<p>Do you want to have Python embedded in your server?  Try mod_python.</p>
  +<p>Do you want to see how Apache httpd-2.0 can handle different protocols?
  +Play with mod_pop3.</p>
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-python/">httpd-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>
  +<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-pop3/">httpd-pop3</a></li>
  +<li>Mailing list: <a href="mailto:pop3-dev-subscribe@httpd.apache.org">pop3-dev@httpd.apache.org</a></li>
   </ul>
     </blockquote>
    </td></tr>
  
  
  
  1.3       +19 -18    httpd-site/xdocs/modules/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/modules/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	24 Oct 2002 07:33:57 -0000	1.2
  +++ index.xml	4 Jun 2003 19:20:48 -0000	1.3
  @@ -15,28 +15,29 @@
   
   </section>
   
  -<section id="mod_auth_ldap">
  -<title>mod_auth_ldap</title>
  +<section id="mod_python">
  +<title>mod_python</title>
   
  -<p>Do you want to authenticate users via an LDAP backend?  Check
  -mod_auth_ldap out.</p>
  +<p>Do you want to have Python embedded in your server?  Try mod_python.</p>
   
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-ldap/">httpd-ldap</a></li>
  +<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-python/">httpd-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>
   
   </section>
   
  -<section id="mod_pop3">
  -<title>mod_pop3</title>
  +<section id="mod_auth_ldap">
  +<title>mod_auth_ldap</title>
   
  -<p>Do you want to see how Apache httpd-2.0 can handle different protocols?
  -Play with mod_pop3.</p>
  +<p>Do you want to authenticate users via an LDAP backend?  Check
  +mod_auth_ldap out.</p>
   
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-pop3/">httpd-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://cvs.apache.org/viewcvs.cgi/httpd-ldap/">httpd-ldap</a></li>
   </ul>
  +
   </section>
   
   <section id="mod_mbox">
  @@ -51,17 +52,17 @@
   </ul>
   </section>
   
  -<section id="mod_python">
  -<title>mod_python</title>
  +<section id="mod_pop3">
  +<title>mod_pop3</title>
   
  -<p>Do you want to have Python embedded in your server?  Try mod_python.</p>
  +<p>Do you want to see how Apache httpd-2.0 can handle different protocols?
  +Play with mod_pop3.</p>
   
   <ul>
  -<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-python/">httpd-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>
  +<li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/httpd-pop3/">httpd-pop3</a></li>
  +<li>Mailing list: <a href="mailto:pop3-dev-subscribe@httpd.apache.org">pop3-dev@httpd.apache.org</a></li>
   </ul>
  -
   </section>
  +
   </body>
   </document>