]> granicus.if.org Git - apache/commitdiff
Add a "SuppressColumnSorting" option to the IndexOptions list,
authorKen Coar <coar@apache.org>
Sun, 9 Nov 1997 05:49:23 +0000 (05:49 +0000)
committerKen Coar <coar@apache.org>
Sun, 9 Nov 1997 05:49:23 +0000 (05:49 +0000)
which will keep the column heading from beling links for sorting
the display.

PR: 1261
Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet

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

docs/manual/mod/mod_autoindex.html

index 44780272a369053fa99c49fb3d3f408a7f56e99a..b71ad7fdfadd094b255aee058bb4b3832dfbcf51 100644 (file)
@@ -334,6 +334,14 @@ This enables the extraction of the title from HTML documents for fancy
 indexing. If the file does not have a description given by
 <A HREF="#adddescription">AddDescription</A> then httpd will read the
 document for the value of the TITLE tag.  This is CPU and disk intensive.
+<DT>SuppressColumnSorting
+<DD>
+<!--%plaintext &lt;?INDEX {\tt SuppressColumnSorting} index option&gt; -->
+If specified, Apache will not make the column headings in a FancyIndexed
+directory listing into links for sorting.  The default behaviour is
+for them to be links; selecting the column heading will sort the directory
+listing by the values in that column.
+<STRONG>Only available in Apache 1.3 and later.</STRONG>
 <dt>SuppressDescription
 <dd>
 <!--%plaintext &lt;?INDEX {\tt SuppressDescription} index option&gt; -->