]> granicus.if.org Git - apache/commitdiff
Add another improvement idea
authorKen Coar <coar@apache.org>
Mon, 17 Sep 2001 18:32:45 +0000 (18:32 +0000)
committerKen Coar <coar@apache.org>
Mon, 17 Sep 2001 18:32:45 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91057 13f79535-47bb-0310-9956-ffa450edef68

docs/STATUS

index 6e5f85321bc98a7fbe8cdfbb68108064a68b9b2b..ecc42ae2040f1b2c90d4d4be0a848fade404a3e6 100644 (file)
@@ -1,5 +1,5 @@
 Apache HTTP Server 2.0 Documentation Status File.
-Last modified: $Date: 2001/08/31 19:54:07 $
+Last modified: $Date: 2001/09/17 18:32:45 $
 
 If you are interested in helping accomplish some of the tasks on this
 list or otherwise improving the documentation, please join the
@@ -134,3 +134,12 @@ Documentation improvements
   - We'll need to audit these and find out which ones need munging, as
     some of it looks ok.  --jsl
 
+* 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
+
+  - This could be something a simple and hackish as a manual/extra/
+    directory (a la the 1.3 src/modules/extra/ directory) and a
+    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.].)