From 85e64c8541dfc1b252f4c321c4bbd4994310e10f Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Fri, 25 Jul 1997 11:04:00 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index f0f8b0b3f0..caf8eefff4 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

-- 2.50.1