same header repeatedly toggles between ascending and descending
order. These column header links are suppressed with the
<directive module="mod_autoindex">IndexOptions</directive> directive's
- <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>
+ <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>
option.</p>
<p>Note that when the display is sorted by "Size", it's the
<p>The simple example below, which can be clipped and saved in
a header.html file, illustrates these query options. Note that
the unknown "X" argument, for the submit button, is listed last
- to assure the arguments are all parsed before mod_autoindex
+ to assure the arguments are all parsed before <module>mod_autoindex</module>
encounters the X=Go input.</p>
- <example>
- <form action="" method="get"><br />
- <indent>
- Show me a <select name="F"><br />
- <indent>
- <option value="0"> Plain list</option><br />
- <option value="1" selected="selected"> Fancy list</option><br />
- <option value="2"> Table list</option><br />
- </indent>
- </select><br />
- Sorted by <select name="C"><br />
- <indent>
- <option value="N" selected="selected"> Name</option><br />
- <option value="M"> Date Modified</option><br />
- <option value="S"> Size</option><br />
- <option value="D"> Description</option><br />
- </indent>
- </select><br />
- <select name="O"><br />
- <indent>
- <option value="A" selected="selected"> Ascending</option><br />
- <option value="D"> Descending</option><br />
- </indent>
- </select><br />
- <select name="V"><br />
- <indent>
- <option value="0" selected="selected"> in Normal order</option><br />
- <option value="1"> in Version order</option><br />
- </indent>
- </select><br />
- Matching <input type="text" name="P" value="*" /><br />
- <input type="submit" name="X" value="Go" /><br />
- </indent>
- </form>
- </example>
+ <example><title>Example</title>
+ <highlight language="html">
+<form action="" method="get">
+ Show me a <select name="F">
+ <option value="0"> Plain list</option>
+ <option value="1" selected="selected"> Fancy list</option>
+ <option value="2"> Table list</option>
+ </select>
+ Sorted by <select name="C">
+ <option value="N" selected="selected"> Name</option>
+ <option value="M"> Date Modified</option>
+ <option value="S"> Size</option>
+ <option value="D"> Description</option>
+ </select>
+ <select name="O">
+ <option value="A" selected="selected"> Ascending</option>
+ <option value="D"> Descending</option>
+ </select>
+ <select name="V">
+ <option value="0" selected="selected"> in Normal order</option>
+ <option value="1"> in Version order</option>
+ </select>
+ Matching <input type="text" name="P" value="*" />
+ <input type="submit" name="X" value="Go" />
+</form>
+ </highlight></example>
</section>
<note><title>Arguments with path information</title>
<p>Absolute paths are not currently supported and do not match
anything at runtime. Arguments with relative path information,
- which would normally only be used in htaccess context, are implicitly
+ which would normally only be used in htaccess context, are implicitly
prefixed with '*/' to avoid matching partial directory names.</p>
</note>
<usage>
<p>The <directive>IndexIgnoreReset</directive> directive removes
- any files ignored by <directive>IndexIgnore</directive> otherwise
+ any files ignored by <directive module="mod_autoindex">IndexIgnore</directive> otherwise
inherited from other configuration sections. </p>
<highlight language="config">
<dt><a name="indexoptions.charset"
id="indexoptions.charset"
- >Charset=<var>character-set</var></a> (<em>Apache HTTP Server 2.0.61 and
- later</em>)</dt>
+ >Charset=<var>character-set</var></a></dt>
<dd>The <code>Charset</code> keyword allows you to
specify the character set of the generated page. The
<code>FoldersFirst</code> is enabled, subdirectory
<code>Zed</code> will be listed before subdirectory
<code>Beta</code>, which will be listed before normal files
- <code>Gamma</code> and <code>Alpha</code>.
- <strong>This option only has an effect if <a
+ <code>Gamma</code> and <code>Alpha</code>.
+ <strong>This option only has an effect if <a
href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a>
is also enabled.</strong>
</dd>
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.
-
+
<strong>This option
only has an effect if <a href="#indexoptions.fancyindexing"
><code>FancyIndexing</code></a> is also enabled.</strong>
description. See also the <code><a
href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
index option to limit the size of the description column.
-
+
<strong>This option
only has an effect if <a href="#indexoptions.fancyindexing"
><code>FancyIndexing</code></a> is also enabled.</strong>
<dd>This will suppress the display of the last modification date,
in fancy indexing listings.
-
+
<strong>This option
only has an effect if <a href="#indexoptions.fancyindexing"
><code>FancyIndexing</code></a> is also enabled.</strong>
by the final specification prohibits <code>img</code> and
<code>hr</code> elements from the <code>pre</code> block (used to
format FancyIndexed listings.)
-
+
<strong>This option
only has an effect if <a href="#indexoptions.fancyindexing"
><code>FancyIndexing</code></a> is also enabled.</strong>
id="indexoptions.suppresssize">SuppressSize</a></dt>
<dd>This will suppress the file size in fancy indexing listings.
-
+
<strong>This option
only has an effect if <a href="#indexoptions.fancyindexing"
><code>FancyIndexing</code></a> is also enabled.</strong>
<dt><a name="indexoptions.type"
id="indexoptions.type"
- >Type=<var>MIME content-type</var></a> (<em>Apache HTTP Server 2.0.61 and
- later</em>)</dt>
+ >Type=<var>MIME content-type</var></a></dt>
<dd>The <code>Type</code> keyword allows you to
specify the MIME content-type of the generated page. The default
restores the date format from 2.2 and earlier.</dd>
<dt><a name="indexoptions.versionsort"
- id="indexoptions.versionsort">VersionSort</a>
- (<em>Apache HTTP Server 2.0a3 and later</em>)</dt>
+ id="indexoptions.versionsort">VersionSort</a></dt>
<dd>The <code>VersionSort</code> keyword causes files containing
version numbers to sort in a natural way. Strings are sorted as
</dd>
<dt><a name="indexoptions.xhtml"
- id="indexoptions.xhtml">XHTML</a>
- (<em>Apache HTTP Server 2.0.49 and later</em>)</dt>
+ id="indexoptions.xhtml">XHTML</a></dt>
<dd>The <code>XHTML</code> keyword forces <module>mod_autoindex</module>
to emit XHTML 1.0 code instead of HTML 3.2.
following classes are associated with the various parts of the
listing:</p>
- <table border="1" style="zebra">
+ <table border="1" style="zebra">
<tr><th>Class</th><th>Definition</th></tr>
<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
<tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>