]> granicus.if.org Git - apache/commitdiff
Add ability to sort FancyIndexed directories by the different
authorKen Coar <coar@apache.org>
Fri, 25 Jul 1997 11:04:00 +0000 (11:04 +0000)
committerKen Coar <coar@apache.org>
Fri, 25 Jul 1997 11:04:00 +0000 (11:04 +0000)
column values, ascending or descending.  Also update the new
features page with some stuff that got missed.

Reviewed by: Marc Slemko, Dean Gaudet, Alexei Kosut

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

docs/manual/mod/mod_autoindex.html

index f0f8b0b3f061fd4ca5c123e7542c176daf36e5ee..caf8eefff449a3373692c9af157e380417ab7799 100644 (file)
@@ -35,6 +35,24 @@ are controlled by <code>mod_autoindex</code>.
 </ul>
 The two functions are separated so that you can completely remove
 (or replace) automatic index generation should you want to.
+<P>
+If
+<A
+ HREF="#fancyindexing"
+>FancyIndexing</A>
+is enabled, the column headers are links that control the
+order of the display.  If you select a header link, the
+listing will be regenerated, sorted by the values in that
+column.  Selecting the same header repeatedly toggles
+between ascending and descending order.
+</P>
+<P>
+Note that when the display is sorted by &quot;Size&quot;,
+it's the <EM>actual</EM> size of the files that's used,
+not the displayed value - so a 1010-byte file will
+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>