From: Christophe Jaillet
Date: Sat, 14 Nov 2020 09:01:13 +0000 (+0000)
Subject: Backport:
X-Git-Tag: 2.4.47~235
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3523e5560632a08b11a0a9f9c13124e5b4b6c5a3;p=thirdparty%2Fapache%2Fhttpd.git
Backport:
- r1859106: Axe some outdated compatibility notes
- r1878824: Add some html syntax highlight to a piece of code. + some missing links
- r1878825: Fix typo in r1878824
Remove some trainling space to synch with trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883419 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index cc6ac8dac98..fb30f3c4db8 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -69,7 +69,7 @@
same header repeatedly toggles between ascending and descending
order. These column header links are suppressed with the
IndexOptions directive's
- SuppressColumnSorting
+ SuppressColumnSorting
option.
Note that when the display is sorted by "Size", it's the
@@ -140,44 +140,35 @@
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 mod_autoindex
encounters the X=Go input.
-
- <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>
-
+ Example
+
+<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>
+
@@ -320,7 +311,7 @@ AddDescription "My friend Marshall" friends/mars.gif
Arguments with path information
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.
@@ -559,7 +550,7 @@ a directory
The IndexIgnoreReset directive removes
- any files ignored by IndexIgnore otherwise
+ any files ignored by IndexIgnore otherwise
inherited from other configuration sections.
@@ -612,8 +603,7 @@ indexing
Charset=character-set (Apache HTTP Server 2.0.61 and
- later)
+ >Charset=character-set
The Charset
keyword allows you to
specify the character set of the generated page. The
@@ -666,8 +656,8 @@ indexing
FoldersFirst
is enabled, subdirectory
Zed
will be listed before subdirectory
Beta
, which will be listed before normal files
- Gamma
and Alpha
.
- This option only has an effect if Gamma and Alpha
.
+ This option only has an effect if FancyIndexing
is also enabled.
@@ -698,7 +688,7 @@ indexing
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.
-
+
This option
only has an effect if FancyIndexing
is also enabled.
@@ -793,7 +783,7 @@ indexing
description. See also the DescriptionWidth
index option to limit the size of the description column.
-
+
This option
only has an effect if FancyIndexing
is also enabled.
@@ -834,7 +824,7 @@ indexing
This will suppress the display of the last modification date,
in fancy indexing listings.
-
+
This option
only has an effect if FancyIndexing
is also enabled.
@@ -850,7 +840,7 @@ indexing
by the final specification prohibits img
and
hr
elements from the pre
block (used to
format FancyIndexed listings.)
-
+
This option
only has an effect if FancyIndexing
is also enabled.
@@ -861,7 +851,7 @@ indexing
id="indexoptions.suppresssize">SuppressSize
This will suppress the file size in fancy indexing listings.
-
+
This option
only has an effect if FancyIndexing
is also enabled.
@@ -886,8 +876,7 @@ indexing
Type=MIME content-type (Apache HTTP Server 2.0.61 and
- later)
+ >Type=MIME content-type
The Type
keyword allows you to
specify the MIME content-type of the generated page. The default
@@ -909,8 +898,7 @@ indexing
restores the date format from 2.2 and earlier.
VersionSort
- (Apache HTTP Server 2.0a3 and later)
+ id="indexoptions.versionsort">VersionSort
The VersionSort
keyword causes files containing
version numbers to sort in a natural way. Strings are sorted as
@@ -938,8 +926,7 @@ indexing
XHTML
- (Apache HTTP Server 2.0.49 and later)
+ id="indexoptions.xhtml">XHTML
The XHTML
keyword forces mod_autoindex
to emit XHTML 1.0 code instead of HTML 3.2.
@@ -1068,7 +1055,7 @@ Name|Date|Size|Description
following classes are associated with the various parts of the
listing:
-
+
Class | Definition |
tr.indexhead | Header row of listing |
th.indexcolicon and td.indexcolicon | Icon column |