From 6f41c7ec351c5cc1bb6ae171ab3a2f5d6e9cf5b3 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 6 Oct 1998 19:54:01 +0000 Subject: [PATCH] Add the new mod_autoindex features to new_features_1_3, add hyperlinks to the IndexOptions keyword arguments (in the new form HREF="#indexoption:keyword"). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82230 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 877cabc452..641038b600 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -509,7 +509,7 @@ IndexIgnore README .htaccess *~ The IndexOptions directive specifies the behavior of the directory indexing. Option can be one of
-
FancyIndexing +
FancyIndexing
This turns on fancy indexing of directories.
@@ -522,7 +522,7 @@ This turns on fancy indexing of directories. is combined with any IndexOptions directive already specified for the current scope.
-
IconHeight[=pixels] (Apache 1.3 and later) +
IconHeight[=pixels] (Apache 1.3 and later)
Presence of this option, when used with IconWidth, will cause the server @@ -532,12 +532,12 @@ 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 software. -
IconsAreLinks +
IconsAreLinks
This makes the icons part of the anchor for the filename, for fancy indexing. -
IconWidth[=pixels] (Apache 1.3 and later) +
IconWidth[=pixels] (Apache 1.3 and later)
Presence of this option, when used with IconHeight, will cause the server @@ -547,19 +547,19 @@ 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 width of the icons supplied with the Apache software. -
NameWidth=[n | *] (Apache 1.3.2 and later) +
NameWidth=[n | *] (Apache 1.3.2 and later)
The NameWidth keyword allows you to specify the width of the filename column in bytes. If the keyword value is '*', then the column is automatically sized to the length of the longest filename in the display. -
ScanHTMLTitles +
ScanHTMLTitles
This enables the extraction of the title from HTML documents for fancy indexing. If the file does not have a description given by AddDescription then httpd will read the document for the value of the TITLE tag. This is CPU and disk intensive. -
SuppressColumnSorting +
SuppressColumnSorting
If specified, Apache will not make the column headings in a FancyIndexed @@ -567,11 +567,11 @@ 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. Only available in Apache 1.3 and later. -
SuppressDescription +
SuppressDescription
This will suppress the file description in fancy indexing listings. -
SuppressHTMLPreamble +
SuppressHTMLPreamble
If the directory actually contains a file specified by the @@ -584,12 +584,12 @@ cetera). The SuppressHTMLPreamble option disables this behaviour, causing the module to start the display with the header file contents. The header file must contain appropriate HTML instructions in this case. If there is no header file, the preamble is generated as usual. -
SuppressLastModified +
SuppressLastModified
This will suppress the display of the last modification date, in fancy indexing listings. -
SuppressSize +
SuppressSize
This will suppress the file size in fancy indexing listings. -- 2.40.0