Commit 315ea755 authored by Ken Coar's avatar Ken Coar
Browse files

Add another improvement idea


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91057 13f79535-47bb-0310-9956-ffa450edef68
parent 36d097f7
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
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.].)