]> granicus.if.org Git - apache/commitdiff
Add IndexOptions IgnoreCase description.
authorDavid Shane Holden <dpejesh@apache.org>
Mon, 6 Jan 2003 16:07:56 +0000 (16:07 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Mon, 6 Jan 2003 16:07:56 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98184 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index 55eed7f78d8ab2b78f9936c1cbfa0b22506d6785..f62e2f9e0068fa989ab8476af6fe92992fe94f76 100644 (file)
@@ -585,6 +585,13 @@ indexing</td></tr>
       the standard width of the icons supplied with the Apache
       software.</dd>
 
+      <dt><a name="indexoptions:ignorecase" id="indexoptions:ignorecase">IgnoreCase</a></dt>
+
+      <dd>If this option is enabled, names are sorted in a case-insensitive 
+      manner.  For instance, if the sort order is ascending by name, and 
+      IgnoreCase is enabled, file Zeta  will be listed after file alfa 
+      (Note: file GAMMA will always be listed before file gamma). </dd>
+
       <dt><a name="indexoptions:ignoreclient" id="indexoptions:ignoreclient">IgnoreClient</a></dt>
 
       <dd>This option causes <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to ignore all
index 1957ab9fa355812f94fecd05e96d8c41c69002d8..b7949860002d00a5f7a94ef09760bc191e82f01e 100644 (file)
@@ -593,6 +593,14 @@ indexing</description>
       the standard width of the icons supplied with the Apache
       software.</dd>
 
+      <dt><a name="indexoptions:ignorecase"
+               id="indexoptions:ignorecase">IgnoreCase</a></dt>
+
+      <dd>If this option is enabled, names are sorted in a case-insensitive 
+      manner.  For instance, if the sort order is ascending by name, and 
+      IgnoreCase is enabled, file Zeta  will be listed after file alfa 
+      (Note: file GAMMA will always be listed before file gamma). </dd>
+
       <dt><a name="indexoptions:ignoreclient"
                id="indexoptions:ignoreclient">IgnoreClient</a></dt>