]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Documenting new mod_speling directive
authorNick Kew <niq@apache.org>
Wed, 14 Jun 2006 08:24:59 +0000 (08:24 +0000)
committerNick Kew <niq@apache.org>
Wed, 14 Jun 2006 08:24:59 +0000 (08:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414146 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/mod_speling.xml

diff --git a/CHANGES b/CHANGES
index 01e12d357d4e9a697e580174130563ef8bb52448..809c32a15be0614c649aa2455884b468fb472e71 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_speling: Add directive to deal with case corrections only
+     and ignore other misspellings [Olivier Thereaux  <ot w3.org>]
+
   *) mod_disk_cache: If possible, check if the size of an object to cache is
      within the configured boundaries before actually saving data.
      [Niklas Edmundsson <nikke acc.umu.se>]
index 3751238ed6a736ea64103b78914ac2002582df20..5d695ea24c8b30bfbb8b7197a5baf4995831354f 100644 (file)
@@ -117,4 +117,24 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>CheckCaseOnly</name>
+<description>Limits the action of the speling module to case corrections</description>
+<syntax>CheckCaseOnly on|off</syntax>
+<default>CheckCaseOnly Off</default>
+<contextlist>
+<context>server config</context>
+<context>virtual host</context>
+<context>directory</context>
+<context>.htaccess</context>
+</contextlist>
+<override>Options</override>
+
+<usage>
+    <p>When set, this directive limits the action of the spelling correction to lower/upper case changes. 
+    Other potential corrections are not performed.</p>
+
+</usage>
+</directivesynopsis>
+
 </modulesynopsis>