You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2005/12/01 08:51:55 UTC

svn commit: r350202 - in /httpd/httpd/trunk: LAYOUT README modules/ssl/README

Author: fielding
Date: Wed Nov 30 23:51:52 2005
New Revision: 350202

URL: http://svn.apache.org/viewcvs?rev=350202&view=rev
Log:
minor doc changes already on 2.2 branch

Modified:
    httpd/httpd/trunk/LAYOUT
    httpd/httpd/trunk/README
    httpd/httpd/trunk/modules/ssl/README

Modified: httpd/httpd/trunk/LAYOUT
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/LAYOUT?rev=350202&r1=350201&r2=350202&view=diff
==============================================================================
--- httpd/httpd/trunk/LAYOUT (original)
+++ httpd/httpd/trunk/LAYOUT Wed Nov 30 23:51:52 2005
@@ -163,11 +163,7 @@
 
     experimental/ ........... 
 
-      leader/ ................. 
-
-      perchild/ ............... 
-
-      threadpool/ ............. 
+      event/ ................. 
 
     mpmt_os2/ ............... 
 

Modified: httpd/httpd/trunk/README
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/README?rev=350202&r1=350201&r2=350202&view=diff
==============================================================================
--- httpd/httpd/trunk/README (original)
+++ httpd/httpd/trunk/README Wed Nov 30 23:51:52 2005
@@ -43,28 +43,28 @@
      o If you want to be informed about new code releases, bug fixes,
        security fixes, general news and information about the Apache server
        subscribe to the apache-announce mailing list as described under
-       http://httpd.apache.org/lists.html#http-announce
+       <http://httpd.apache.org/lists.html#http-announce>
 
      o If you want freely available support for running Apache please join the
        Apache user community by subscribing to Users Mailing List at
-       http://httpd.apache.org/userslist.html or one of the following USENET
-       newsgroups:
-       comp.infosystems.www.servers.unix
-       comp.infosystems.www.servers.ms-windows
+       <http://httpd.apache.org/userslist.html> or one of the following
+       USENET newsgroups:
+         comp.infosystems.www.servers.unix
+         comp.infosystems.www.servers.ms-windows
        Also available at: 
-       http://groups.google.com/groups?group=comp.infosystems.www.servers
+         <http://groups.google.com/groups?group=comp.infosystems.www.servers>
 
      o If you want commercial support for running Apache please contact
        one of the companies and contractors which are listed at
-       http://www.apache.org/info/support.cgi
+       <http://www.apache.org/info/support.cgi>
 
      o If you have a concrete bug report for Apache please go to the
        Apache Group Bug Database and submit your report:
-       http://httpd.apache.org/bug_report.html
+       <http://httpd.apache.org/bug_report.html>
 
      o If you want to participate in actively developing Apache please
        subscribe to the `dev@httpd.apache.org' mailing list as described at
-       http://www.apache.org/lists.html#http-dev
+       <http://httpd.apache.org/lists.html#http-dev>
 
   Acknowledgments
   ----------------

Modified: httpd/httpd/trunk/modules/ssl/README
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/ssl/README?rev=350202&r1=350201&r2=350202&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/README (original)
+++ httpd/httpd/trunk/modules/ssl/README Wed Nov 30 23:51:52 2005
@@ -13,7 +13,7 @@
 
 SOURCES
 
- See the top-level LAYOUT file in httpd-2.1 for file descriptions.
+ See the top-level LAYOUT file for file descriptions.
 
  The source files are written in clean ANSI C and pass the ``gcc -O -g
  -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
@@ -74,7 +74,7 @@
 MAJOR CHANGES 
 
  For a complete history of changes for Apache 2 mod_ssl, see the 
- CHANGES file in the top-level httpd-2.1 directory.  The following 
+ CHANGES file in the top-level directory.  The following 
  is a condensed summary of the major changes were made between 
  mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
 
@@ -104,4 +104,4 @@
 
 TODO
 
- See the top-level STATUS file in httpd-2.1 for current efforts and goals.
+ See the top-level STATUS file for current efforts and goals.