]> granicus.if.org Git - apache/commitdiff
Add documentation for IndexOptions SuppressHTMLPreamble (and
authorKen Coar <coar@apache.org>
Tue, 15 Jul 1997 15:57:28 +0000 (15:57 +0000)
committerKen Coar <coar@apache.org>
Tue, 15 Jul 1997 15:57:28 +0000 (15:57 +0000)
alphabetise the options list, too).

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

docs/manual/mod/mod_autoindex.html

index a9e72415d24f020a20147b8a860e3ff5902bcb26..f0f8b0b3f061fd4ca5c123e7542c176daf36e5ee 100644 (file)
@@ -267,30 +267,6 @@ The IndexOptions directive specifies the behavior of the directory indexing.
 <dt>FancyIndexing
 <dd><!--%plaintext &lt;?INDEX {\tt FancyIndexing} index option&gt; -->
 This turns on fancy indexing of directories.
-<dt>IconsAreLinks
-<dd>
-<!--%plaintext &lt;?INDEX {\tt IconsAreLinks} index option&gt; -->
-This makes the icons part of the anchor for the filename, for
-fancy indexing.
-<dt>ScanHTMLTitles
-<dd><!--%plaintext &lt;?INDEX {\tt ScanHTMLTitles} index option&gt; -->
-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>SuppressLastModified
-<dd>
-<!--%plaintext &lt;?INDEX {\tt SuppressLastModified} index option&gt; -->
-This will suppress the display of the last modification date, in fancy
-indexing listings.
-<dt>SuppressSize
-<dd>
-<!--%plaintext &lt;?INDEX {\tt SuppressSize} index option&gt; -->
-This will suppress the file size in fancy indexing listings.
-<dt>SuppressDescription
-<dd>
-<!--%plaintext &lt;?INDEX {\tt SuppressDescription} index option&gt; -->
-This will suppress the file description in fancy indexing listings.
 <dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>)
 <dd>
 <!--%plaintext &lt;?INDEX {\tt IconHeight} index option&gt; -->
@@ -301,6 +277,11 @@ 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.
+<dt>IconsAreLinks
+<dd>
+<!--%plaintext &lt;?INDEX {\tt IconsAreLinks} index option&gt; -->
+This makes the icons part of the anchor for the filename, for
+fancy indexing.
 <dt>IconWidth[=pixels] (<EM>Apache 1.3 and later</EM>)
 <dd>
 <!--%plaintext &lt;?INDEX {\tt IconWidth} index option&gt; -->
@@ -311,6 +292,38 @@ 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>ScanHTMLTitles
+<dd><!--%plaintext &lt;?INDEX {\tt ScanHTMLTitles} index option&gt; -->
+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>SuppressDescription
+<dd>
+<!--%plaintext &lt;?INDEX {\tt SuppressDescription} index option&gt; -->
+This will suppress the file description in fancy indexing listings.
+<dt>SuppressHTMLPreamble
+<dd>
+<!--%plaintext &lt;?INDEX {\tt SuppressHTMLPreamble} index option&gt; -->
+If the directory actually contains a file specified by the
+<A
+ HREF="#headername"
+>HeaderName</A>
+directive, the module usually includes the contents of the file
+after a standard HTML preamble (&lt;HTML&gt;, &lt;HEAD&gt;, <EM>et
+cetera</EM>).  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.
+<dt>SuppressLastModified
+<dd>
+<!--%plaintext &lt;?INDEX {\tt SuppressLastModified} index option&gt; -->
+This will suppress the display of the last modification date, in fancy
+indexing listings.
+<dt>SuppressSize
+<dd>
+<!--%plaintext &lt;?INDEX {\tt SuppressSize} index option&gt; -->
+This will suppress the file size in fancy indexing listings.
 </dl>
 This default is that no options are enabled. If multiple IndexOptions
 could apply to a directory, then the most specific one is taken complete;