]> granicus.if.org Git - apache/commitdiff
Added a few things that I have been working on, and perhaps other folks
authorRich Bowen <rbowen@apache.org>
Sun, 17 Feb 2002 21:09:03 +0000 (21:09 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 17 Feb 2002 21:09:03 +0000 (21:09 +0000)
might be inclined to help out with.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93461 13f79535-47bb-0310-9956-ffa450edef68

docs/STATUS

index 742fbf3aee8d86b80d8bc700df164a2f2504e6ec..1577146f5c6a66ad7f3cd06d7a5d590fca4ad31b 100644 (file)
@@ -1,5 +1,5 @@
 Apache HTTP Server 2.0 Documentation Status File.
-Last modified: $Date: 2002/02/15 18:56:56 $
+Last modified: $Date: 2002/02/17 21:09:03 $
 
 If you are interested in helping accomplish some of the tasks on this
 list or otherwise improving the documentation, please join the
@@ -103,7 +103,6 @@ Help with the conversion is needed.
     [Need this clarified --jsl]
 
 
-
 New User documentation
 ======================
 
@@ -111,6 +110,14 @@ New User documentation
 
 * Sections (<Directory>/<Files>/<Location>)
 
+* public_html - tutorial covering what is involved in helping users set
+  up web serving out of their home directory.
+
+* .htaccess - Perhaps as simple as an auto-generated listing of what
+  directives are permitted in .htaccess files. Would be nice if common
+  examples (authentication, adding SSI or CGI capabilities, etc) could
+  be given as well.
+
 
 Documentation improvements
 ==========================
@@ -127,6 +134,12 @@ Documentation improvements
   - We'll need to audit these and find out which ones need munging, as
     some of it looks ok.  --jsl
 
+  - Every directive should have at least one example of usage, except
+    those directives which list all possible usages in the Syntax
+    description. Some module docs have been reviewed for this, and
+    mod/core.html has been checked up through the <Limit> directive.
+    --rcb
+
 * Making site-specific enhancements easier, including a documented
   and robust way for 3P module docco to be added -- and have it
   survive a server docco upgrade
@@ -136,3 +149,6 @@ Documentation improvements
     script in the support directory that scans the files there and
     updates the manual indices.  (We do something like that now for
     httpd.conf file with apxs [LoadModule, etc.].)
+
+
+