]> granicus.if.org Git - apache/commitdiff
Moved the directive listing up. Or the additional discussion down,
authorRich Bowen <rbowen@apache.org>
Mon, 20 Aug 2001 03:11:36 +0000 (03:11 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 20 Aug 2001 03:11:36 +0000 (03:11 +0000)
depending on how you look at it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90385 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index 38b94c7e25fc928b8676d2c2f0eb91655c7aa3d4..1b6cf76fc5e87f17119d027f81990cc04106720d 100644 (file)
@@ -84,6 +84,27 @@ always be displayed before a 1011-byte file (if in ascending
 order) even though they both are shown as &quot;1K&quot;.
 </P>
 
+<H2>Directives</H2>
+
+<UL>
+<LI><A HREF="#addalt">AddAlt</A>
+<LI><A HREF="#addaltbyencoding">AddAltByEncoding</A>
+<LI><A HREF="#addaltbytype">AddAltByType</A>
+<LI><A HREF="#adddescription">AddDescription</A>
+<LI><A HREF="#addicon">AddIcon</A>
+<LI><A HREF="#addiconbyencoding">AddIconByEncoding</A>
+<LI><A HREF="#addiconbytype">AddIconByType</A>
+<LI><A HREF="#defaulticon">DefaultIcon</A>
+<LI><A HREF="#headername">HeaderName</A>
+<LI><A HREF="#indexignore">IndexIgnore</A>
+<LI><A HREF="#indexoptions">IndexOptions</A>
+<LI><A HREF="#indexorderdefault">IndexOrderDefault</A>
+<LI><A HREF="#readmename">ReadmeName</A>
+</UL>
+
+<p>See also: <A HREF="core.html#options">Options</A> and <A
+HREF="mod_dir.html#directoryindex">DirectoryIndex</A>.</p>
+
 <H2>Autoindex Request Query Arguments</H2>
 
 <P>Apache 2.0.23 reorganized the Query Arguments for Column Sorting, and introduced
@@ -150,27 +171,6 @@ mod_autoindex encounters the X=Go input.</P>
 &lt;/FORM&gt;
 </pre>
 
-<H2>Directives</H2>
-
-<UL>
-<LI><A HREF="#addalt">AddAlt</A>
-<LI><A HREF="#addaltbyencoding">AddAltByEncoding</A>
-<LI><A HREF="#addaltbytype">AddAltByType</A>
-<LI><A HREF="#adddescription">AddDescription</A>
-<LI><A HREF="#addicon">AddIcon</A>
-<LI><A HREF="#addiconbyencoding">AddIconByEncoding</A>
-<LI><A HREF="#addiconbytype">AddIconByType</A>
-<LI><A HREF="#defaulticon">DefaultIcon</A>
-<LI><A HREF="#headername">HeaderName</A>
-<LI><A HREF="#indexignore">IndexIgnore</A>
-<LI><A HREF="#indexoptions">IndexOptions</A>
-<LI><A HREF="#indexorderdefault">IndexOrderDefault</A>
-<LI><A HREF="#readmename">ReadmeName</A>
-</UL>
-
-<p>See also: <A HREF="core.html#options">Options</A> and <A
-HREF="mod_dir.html#directoryindex">DirectoryIndex</A>.</p>
-
 <HR>
 
 <H2><A NAME="addalt">AddAlt</A> directive</H2>