diff options
author | Ken Coar <coar@apache.org> | 1998-09-02 23:04:39 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-09-02 23:04:39 +0200 |
commit | 01898239009d26ce19c7039c7dd30ec51de0ea1b (patch) | |
tree | ea250b2daca813dd45529543566c8ae3ca89b52f /docs/manual/mod/mod_autoindex.html | |
parent | Clean up mod_autoindex's storage of the IndexOptions settings. (diff) | |
download | apache2-01898239009d26ce19c7039c7dd30ec51de0ea1b.tar.xz apache2-01898239009d26ce19c7039c7dd30ec51de0ea1b.zip |
Update the filname column width-sizing piece of mod_autoindex
so that it's customisable with a NameLength keyword on the
IndexOptions directive. A value of '*' means 'as wide as the
longest filename,' which was the default effect of the last
patch in this area.
PR: 1949, 2324
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.html')
-rw-r--r-- | docs/manual/mod/mod_autoindex.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 8f0bb3eecd..8fd8c1365b 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -482,10 +482,14 @@ The IndexOptions directive specifies the behavior of the directory indexing. <DD><!--%plaintext <?INDEX {\tt FancyIndexing} index option> --> This turns on fancy indexing of directories. <BLOCKQUOTE> - <STRONG>Note that the <SAMP>FancyIndexing</SAMP> and + <STRONG>Note that in versions of Apache prior to 1.3.2, the + <SAMP>FancyIndexing</SAMP> and <SAMP>IndexOptions</SAMP> directives will override each other. You should use <SAMP>IndexOptions FancyIndexing</SAMP> in preference - to the standalone <SAMP>FancyIndexing</SAMP> directive.</STRONG> + to the standalone <SAMP>FancyIndexing</SAMP> directive. + As of Apache 1.3.2, a standalone <SAMP>FancyIndexing</SAMP> directive + is combined with any <SAMP>IndexOptions</SAMP> directive already + specified for the current scope.</STRONG> </BLOCKQUOTE> <DT>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>) <DD> @@ -512,6 +516,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 width of the icons supplied with the Apache software. +<DT>NameLength=[<EM>n</EM> | *] (<EM>Apache 1.3.2 and later</EM>) +<DD> +The NameLength keyword allows you to specify the width of the +filename column in bytes. If the keyword value is '<SAMP>*</SAMP>', +then the column is automatically sized to the length of the longest +filename in the display. <DT>ScanHTMLTitles <DD><!--%plaintext <?INDEX {\tt ScanHTMLTitles} index option> --> This enables the extraction of the title from HTML documents for fancy |