From: Rich Bowen Date: Wed, 15 Apr 2015 17:48:11 +0000 (+0000) Subject: Note which indexoptions require fancyindexing. resolves bz56985 X-Git-Tag: 2.4.13~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=755678e91203795071ca9158eee1d9e2d6bdd855;p=apache Note which indexoptions require fancyindexing. resolves bz56985 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673893 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 732e161b14..9898bc8722 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -635,17 +635,17 @@ indexing specify the width of the description column in characters. -
-DescriptionWidth (or unset) allows - mod_autoindex to calculate the best width.
+
-DescriptionWidth (or unset) allows + mod_autoindex to calculate the best width.
DescriptionWidth=n fixes the column width to n bytes wide.
DescriptionWidth=* grows the column to the width necessary to accommodate the longest description - string.
+ string. -
See the section on See the section on AddDescription for dangers inherent in truncating descriptions.
@@ -666,9 +666,11 @@ indexing FoldersFirst is enabled, subdirectory Zed will be listed before subdirectory Beta, which will be listed before normal files - Gamma and Alpha. This option - only has an effect if FancyIndexing is also enabled. + Gamma and Alpha. + This option only has an effect if FancyIndexing + is also enabled. +
HTMLTable
@@ -695,7 +697,13 @@ indexing icon. This allows browser to precalculate the page layout without having to wait until all the images have been loaded. If no value is given for the option, it defaults to the standard height of the icons supplied - with the Apache httpd software. + with the Apache httpd software. + + This option + only has an effect if FancyIndexing is also enabled. + +
IconWidth[= >AddDescription for information about setting the file description. See also the DescriptionWidth - index option to limit the size of the description column. + index option to limit the size of the description column. + + This option + only has an effect if FancyIndexing is also enabled. +
>SuppressLastModified
This will suppress the display of the last modification date, - in fancy indexing listings.
+ in fancy indexing listings. + + This option + only has an effect if FancyIndexing is also enabled. +
SuppressRules @@ -831,12 +849,23 @@ indexing SuppressRules yields proper HTML 3.2 output, which by the final specification prohibits img and hr elements from the pre block (used to - format FancyIndexed listings.) + format FancyIndexed listings.) + + This option + only has an effect if FancyIndexing is also enabled. + +
SuppressSize
-
This will suppress the file size in fancy indexing listings.
+
This will suppress the file size in fancy indexing listings. + + This option + only has an effect if FancyIndexing is also enabled. +
TrackModified
@@ -903,10 +932,15 @@ indexing (Apache HTTP Server 2.0.49 and later)
The XHTML keyword forces mod_autoindex - to emit XHTML 1.0 code instead of HTML 3.2.
+ to emit XHTML 1.0 code instead of HTML 3.2. + This option + only has an effect if FancyIndexing is also enabled. + +