summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_autoindex.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-03-06 23:16:49 +0100
committerJoshua Slive <slive@apache.org>2002-03-06 23:16:49 +0100
commitead4179482bc7c53ac61a36b2c0f0a39fe84c975 (patch)
treedcd1009124a7a91d6d098144e79741d7cb8e4039 /docs/manual/mod/mod_autoindex.xml
parentBring some docs into line with the DTD. (diff)
downloadapache2-ead4179482bc7c53ac61a36b2c0f0a39fe84c975.tar.xz
apache2-ead4179482bc7c53ac61a36b2c0f0a39fe84c975.zip
Bring some more files into line with the new DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.xml')
-rw-r--r--docs/manual/mod/mod_autoindex.xml87
1 files changed, 43 insertions, 44 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 73aeb7dcc6..3b6e443e95 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_autoindex</name>
@@ -50,7 +50,7 @@
same header repeatedly toggles between ascending and descending
order. These column header links are suppressed with
<directive module="autoindex">IndexOptions</directive> directive's
- <samp>SuppressColumnSorting</samp> option.</p>
+ <code>SuppressColumnSorting</code> option.</p>
<p>Note that when the display is sorted by "Size", it's the
<em>actual</em> size of the files that's used, not the
@@ -73,41 +73,41 @@
resource.</p>
<ul>
- <li><samp>C=N</samp> sorts the directory by file name</li>
+ <li><code>C=N</code> sorts the directory by file name</li>
- <li><samp>C=M</samp> sorts the directory by last-modified
+ <li><code>C=M</code> sorts the directory by last-modified
date, then file name</li>
- <li><samp>C=S</samp> sorts the directory by size, then file
+ <li><code>C=S</code> sorts the directory by size, then file
name</li>
- <li><samp>C=D</samp> sorts the directory by description, then
+ <li><code>C=D</code> sorts the directory by description, then
file name<br />
&nbsp;</li>
- <li><samp>O=A</samp> sorts the listing in Ascending
+ <li><code>O=A</code> sorts the listing in Ascending
Order</li>
- <li><samp>O=D</samp> sorts the listing in Descending
+ <li><code>O=D</code> sorts the listing in Descending
Order<br />
&nbsp;</li>
- <li><samp>F=0</samp> formats the listing as a simple list
+ <li><code>F=0</code> formats the listing as a simple list
(not FancyIndexed)</li>
- <li><samp>F=1</samp> formats the listing as a FancyIndexed
+ <li><code>F=1</code> formats the listing as a FancyIndexed
list</li>
- <li><samp>F=2</samp> formats the listing as an HTMLTable
+ <li><code>F=2</code> formats the listing as an HTMLTable
FancyIndexed list<br />
&nbsp;</li>
- <li><samp>V=0</samp> disables version sorting</li>
+ <li><code>V=0</code> disables version sorting</li>
- <li><samp>V=1</samp> enables version sorting<br />
+ <li><code>V=1</code> enables version sorting<br />
&nbsp;</li>
- <li><samp>P=<em>pattern</em></samp> lists only files matching
+ <li><code>P=<em>pattern</em></code> lists only files matching
the given <em>pattern</em></li>
</ul>
@@ -479,7 +479,7 @@ indexing</description>
of</p>
<dl>
- <dt><a id="indexoptions:descriptionwidth"
+ <dt><a
name="indexoptions:descriptionwidth">DescriptionWidth=[<em>n</em>
| *] (<em>Apache 1.3.10 or 2.0.23 and later</em>)</a></dt>
@@ -497,22 +497,22 @@ indexing</description>
width necessary to accommodate the longest description
string.</dd>
- <dd><b>See the section on <directive
+ <dd><strong>See the section on <directive
module="mod_autoindex">AddDescription</directive> for dangers
- inherent in truncating descriptions.</b></dd>
+ inherent in truncating descriptions.</strong></dd>
- <dt><a id="indexoptions:fancyindexing"
+ <dt><a
name="indexoptions:fancyindexing">FancyIndexing</a></dt>
<dd>
This turns on fancy indexing of directories.</dd>
- <dt><a id="indexoptions:foldersfirst"
- name="indexoptions:foldersfirst">FoldersFirst (<i>Apache
- 1.3.10 or 2.0.23 and later</i>)</a></dt>
+ <dt><a
+ name="indexoptions:foldersfirst">FoldersFirst (<em>Apache
+ 1.3.10 or 2.0.23 and later</em>)</a></dt>
<dd>If this option is enabled, subdirectory listings will
- <i>always</i> appear first, followed by normal files in the
+ <em>always</em> appear first, followed by normal files in the
directory. The listing is basically broken into two
components, the files and the subdirectories, and each is
sorted separately and then displayed subdirectories-first.
@@ -520,14 +520,14 @@ indexing</description>
<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>. <b>This option
+ <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.</b></dd>
+ is also enabled.</strong></dd>
- <dt><a id="indexoptions:htmltable"
- name="indexoptions:htmltable">HTMLTable</a> <i>(Experimental,
- Apache 2.0.23 and later)</i></dt>
+ <dt><a
+ name="indexoptions:htmltable">HTMLTable</a> <em>(Experimental,
+ Apache 2.0.23 and later)</em></dt>
<dd>
This experimental option with FancyIndexing constructs a
@@ -537,14 +537,14 @@ indexing</description>
left-to-right and right-to-left reading order, as can happen
on WinNT or other utf-8 enabled platforms.</dd>
- <dt><a id="indexoptions:iconsarelinks"
+ <dt><a
name="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
<dd>
This makes the icons part of the anchor for the filename, for
fancy indexing.</dd>
- <dt><a id="indexoptions:iconheight"
+ <dt><a
name="indexoptions:iconheight">IconHeight[=pixels]
(<em>Apache 1.3 and later</em>)</a></dt>
@@ -558,7 +558,7 @@ indexing</description>
the standard height of the icons supplied with the Apache
software.</dd>
- <dt><a id="indexoptions:iconwidth"
+ <dt><a
name="indexoptions:iconwidth">IconWidth[=pixels] (<em>Apache
1.3 and later</em>)</a></dt>
@@ -572,7 +572,7 @@ indexing</description>
the standard width of the icons supplied with the Apache
software.</dd>
- <dt><a id="indexoptions:ignoreclient"
+ <dt><a
name="indexoptions:ignoreclient">IgnoreClient</a></dt>
<dd>
@@ -581,7 +581,7 @@ indexing</description>
<code><a
href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>.)</dd>
- <dt><a id="indexoptions:namewidth"
+ <dt><a
name="indexoptions:namewidth">NameWidth=[<em>n</em> | *]
(<em>Apache 1.3.2 and later</em>)</a></dt>
@@ -597,8 +597,7 @@ indexing</description>
<dd><code>NameWidth=*</code> grows the column to the
necessary width.</dd>
- <dt><a id="indexoptions:scanhtmltitles"
- name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
+ <dt><a name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
<dd>
This enables the extraction of the title from HTML documents
@@ -607,7 +606,7 @@ indexing</description>
httpd will read the document for the value of the TITLE tag.
This is CPU and disk intensive.</dd>
- <dt><a id="indexoptions:suppresscolumnsorting"
+ <dt><a
name="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a>
(<em>Apache 1.3 and later</em>)</dt>
@@ -622,7 +621,7 @@ indexing</description>
href="#indexoptions:ignoreclient">IndexOptions
IgnoreClient</a> in Apache 2.0.23.</dd>
- <dt><a id="indexoptions:suppressdescription"
+ <dt><a
name="indexoptions:suppressdescription">SuppressDescription</a></dt>
<dd>
@@ -637,7 +636,7 @@ indexing</description>
index option to limit the size of the description
column.</dd>
- <dt><a id="indexoptions:suppresshtmlpreamble"
+ <dt><a
name="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a>
(<em>Apache 1.3 and later</em>)</dt>
@@ -652,7 +651,7 @@ indexing</description>
HTML instructions in this case. If there is no header file, the
preamble is generated as usual.</dd>
- <dt><a id="indexoptions:suppressicon"
+ <dt><a
name="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
2.0.23 and later</em>)</dt>
@@ -663,14 +662,14 @@ indexing</description>
by the final specification prohibits IMG and HR tags from the
PRE block (used to format FancyIndexed listings.)</dd>
- <dt><a id="indexoptions:suppresslastmodified"
+ <dt><a
name="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
<dd>
This will suppress the display of the last modification date,
in fancy indexing listings.</dd>
- <dt><a id="indexoptions:suppressrules"
+ <dt><a
name="indexoptions:suppressrules">SuppressRules</a>
(<em>Apache 2.0.23 and later</em>)</dt>
@@ -681,14 +680,14 @@ indexing</description>
by the final specification prohibits IMG and HR tags from the
PRE block (used to format FancyIndexed listings.)</dd>
- <dt><a id="indexoptions:suppresssize"
+ <dt><a
name="indexoptions:suppresssize">SuppressSize</a></dt>
<dd>
This will suppress the file size in fancy indexing
listings.</dd>
- <dt><a id="indexoptions:trackmodified"
+ <dt><a
name="indexoptions:trackmodified">TrackModified (<em>Apache
1.3.15 or 2.0.23 and later</em>)</a></dt>
@@ -707,7 +706,7 @@ indexing</description>
Last-Modified header on all Unix platforms.</strong> If this
is a concern, leave this option disabled.</dd>
- <dt><a id="indexoptions:versionsort"
+ <dt><a
name="indexoptions:versionsort">VersionSort (<em>Apache 2.0a3
and later</em>)</a></dt>
@@ -738,7 +737,7 @@ foo-1.04
</dd>
<dd>
- <h3>Incremental IndexOptions</h3>
+ <strong>Incremental IndexOptions</strong>
</dd>
<dd>