You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/22 21:54:41 UTC

cvs commit: httpd-2.0/docs STATUS

rbowen      2002/06/22 12:54:41

  Modified:    docs     STATUS
  Log:
  Every directive in the 2.0 documentation tree now has an example, except
  those directives which have a fixed set of options (such as On or Off).
  It might be nice to back-port some of this to the 1.3 docs, but I'm not
  particularly motivated to do that myself.
  
  Revision  Changes    Path
  1.25      +1 -7      httpd-2.0/docs/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/STATUS,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- STATUS	11 Jun 2002 00:19:17 -0000	1.24
  +++ STATUS	22 Jun 2002 19:54:41 -0000	1.25
  @@ -129,12 +129,6 @@
     - 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. And maybe some of those too. People like examples.
  -    mod/core.html has been checked all the way through, as have a few
  -    of the modules.
  -
   * 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