From: Ken Coar Date: Fri, 25 Jul 1997 11:04:00 +0000 (+0000) Subject: Add ability to sort FancyIndexed directories by the different X-Git-Tag: APACHE_1_3b1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e64c8541dfc1b252f4c321c4bbd4994310e10f;p=thirdparty%2Fapache%2Fhttpd.git Add ability to sort FancyIndexed directories by the different 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 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index f0f8b0b3f06..caf8eefff44 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -35,6 +35,24 @@ are controlled by mod_autoindex. The two functions are separated so that you can completely remove (or replace) automatic index generation should you want to. +

+If +FancyIndexing +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. +

+

+Note that when the display is sorted by "Size", +it's the actual 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 "1K". +

Directives