You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/10/15 21:04:44 UTC

svn commit: r321461 - /httpd/site/trunk/xdocs/mod_mbox/index.xml

Author: pquerna
Date: Sat Oct 15 12:04:44 2005
New Revision: 321461

URL: http://svn.apache.org/viewcvs?rev=321461&view=rev
Log:
Cleanup the mod_mbox webpage:
  - The Author is the HTTP Server Project, not individuals, so rename that section to 'History'
  - Remove mbox-search feature, since we never got the code.
  - Update SVN instructions, since everything is merged to trunk now.
  - misc cleanups.

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

Modified: httpd/site/trunk/xdocs/mod_mbox/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/mod_mbox/index.xml?rev=321461&r1=321460&r2=321461&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/mod_mbox/index.xml (original)
+++ httpd/site/trunk/xdocs/mod_mbox/index.xml Sat Oct 15 12:04:44 2005
@@ -2,40 +2,23 @@
 <document>
   <properties>
     <author email="dev@httpd.apache.org">HTTPd developers</author>
-    <title>Mailing list archives browser</title>
+    <title>mod_mbox - Mailing list archives browser</title>
   </properties>
 <body>
 
 <section>
   <title>Mailing list archives browser</title>
   <p>
-    <tt>mod_mbox</tt> is a mailing list archives browser, offering a
-    nice, featureful and effective browsing interface for mailing list
-    archives. Functionality includes:
+    <tt>mod_mbox</tt> is a mailing list archive browser. Functionality includes:
   </p>
   <ul type="square">
     <li>A dynamic browsing interface, using AJAX (Asynchronous Javascript And XML)</li>
     <li>A flat, Javascript-less interface, using static XHTML</li>
     <li>Mail attachments and MIME parts viewing and downloading</li>
-    <li>Full text search (still to be submitted, though)</li>
   </ul>
 </section>
 
 <section>
-  <title>Authors</title>
-  <p>
-    <tt>mod_mbox</tt> was originally written by <strong>Justin
-    Erenkrantz</strong> in 2001, and <strong>Paul Querna</strong> also
-    worked on the module from time to time. More recently,
-    <strong>Maxime Petazzoni</strong> and <strong>Russell
-    Johnson</strong> joined the "team" as a Summer Of Code
-    students. Russell implemented the full text search in
-    <tt>mod_mbox</tt>, while Maxime worked on improving the module's
-    user interface.
-  </p>
-</section>
-
-<section>
   <title>News</title>
   <p>
     <b>July and August 2005</b> - Summer Of Code projects
@@ -50,8 +33,7 @@
 <section>
   <title>Mailing Lists</title>
   <p>
-    This module is not important enough to justify it's own mailing
-    list. Discussions are made on the main HTTPd development mailing
+    Discussions on mod_mbox take place on the main HTTPd development mailing
     list.
   </p>
 
@@ -62,7 +44,7 @@
     </li>
     <li>
       <a href="mailto:cvs-subscribe@httpd.apache.org">cvs&#64;httpd.apache.org</a>
-      - cvs commit logs for httpd, thus including mod_mbox
+      - svn commit logs for httpd, including mod_mbox
       (<a href="http://mail-archives.apache.org/mod_mbox/httpd-cvs/">archives</a>).
     </li>
   </ul>
@@ -78,10 +60,23 @@
   </p>
 
   <pre><code>
-    % mkdir mod_mbox
-    % svn checkout http://svn.apache.org/repos/asf/httpd/mod_mbox/trunk/ mod_mbox/trunk
-    % svn checkout http://svn.apache.org/repos/asf/httpd/mod_mbox/branches/httpd-mbox-if/ mod_mbox/httpd-mbox-if/
+    % svn checkout http://svn.apache.org/repos/asf/httpd/mod_mbox/trunk/ mod_mbox
   </code></pre>
 </section>
+
+<section>
+  <title>Histroy</title>
+  <p>
+    <tt>mod_mbox</tt> was originally written by <strong>Justin
+    Erenkrantz</strong> in 2001, and <strong>Paul Querna</strong> also
+    worked on the module from time to time. More recently,
+    <strong>Maxime Petazzoni</strong> and <strong>Russell
+    Johnson</strong> joined the "team" as a Summer Of Code
+    students. Russell implemented the full text search in
+    <tt>mod_mbox</tt>, while Maxime worked on improving the module's
+    user interface.
+  </p>
+</section>
+
 </body>
 </document>