]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
document the new XHTML Index option
authorAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 20:52:24 +0000 (20:52 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 20:52:24 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101685 13f79535-47bb-0310-9956-ffa450edef68

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

index c23759e1a89ae06bccc392d35d705f3b6c616064..f3403e3d3a36967696162cf9fea6de63e8d604b0 100644 (file)
@@ -731,6 +731,12 @@ indexing</td></tr>
         foo-1.04
       </code></p></div>
       </dd>
+
+      <dt><a name="indexoptions.xhtml" id="indexoptions.xhtml">XHTML</a>
+      (<em>Apache 2.1.0 and later</em>)</dt>
+
+      <dd>The <code>XHTML</code> keyword forces <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code>
+      to emit XHTML 1.0 code instead of HTML 3.2.</dd>
     </dl>
 
    
index db0d82ed2e8fc9420c87bd14e40926a25f7d2ed3..0b9ac8140ce4370f27af9fdb7e034b89128b9204 100644 (file)
@@ -756,6 +756,13 @@ indexing</description>
         foo-1.04
       </example>
       </dd>
+
+      <dt><a name="indexoptions.xhtml"
+               id="indexoptions.xhtml">XHTML</a>
+      (<em>Apache 2.1.0 and later</em>)</dt>
+
+      <dd>The <code>XHTML</code> keyword forces <module>mod_autoindex</module>
+      to emit XHTML 1.0 code instead of HTML 3.2.</dd>
     </dl>
 
    <!--