Commit 1c84141c authored by Richard Bowen's avatar Richard Bowen
Browse files

Not sure what this note was referring to. The xslt assembles the

directives in alpha order, regardless of how they are in the xml source.
I can't find a single example of a module doc being out of alpha order.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180909 13f79535-47bb-0310-9956-ffa450edef68
parent aa45bcb7
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
Apache HTTP Server Trunk Documentation Status File.
Last modified: $Date$
Apache HTTP Server Trunk Documentation Status File.  Last modified: $Date$

For more information on how to contribute to the Apache Documentation
Project, please see http://httpd.apache.org/docs-project/ and
@@ -149,10 +148,6 @@ To Do List
- Clarify which directives only affect requests when they're handled
  by the default handler.  (e.g. ForceType, TraceEnable, etc.)

- Order directives alphabetically. Some modules, particularly in
  translations, have directives in random order, rather than
  alphabetically.

- Add examples using expr to mod_rewrite recipes. Possibly benchmark the
  different approaches and make intelligent remarks about the
  comparative value of each.