From: Rich Bowen Date: Tue, 26 Jan 2010 02:40:47 +0000 (+0000) Subject: alphabetical order is a good thing. X-Git-Tag: 2.3.6~547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=763e7b82d2d6ee0b8409f2a1d55555c95f7b69a5;p=thirdparty%2Fapache%2Fhttpd.git alphabetical order is a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903057 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 102cdb86f04..048366d36aa 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -547,6 +547,19 @@ indexing of

+
AddAltClass
+
Adds an additional CSS class declaration to each row of the + directory listing table when IndexOptions HTMLTable + is in effect and an IndexStyleSheet is defined. + Rather than the standard even and odd + classes that would otherwise be applied to each row of the table, + a class of even-ALT or + odd-ALT where ALT is either the + standard alt text associated with the file tyle (eg. snd, + txt, img, etc) or the alt text defined by one of + the various AddAlt* directives. +
+
Charset=character-set (Apache 2.0.61 and later)
@@ -561,18 +574,6 @@ indexing

-
Type=MIME content-type (Apache 2.0.61 and - later)
- -
The Type keyword allows you to - specify the MIME content-type of the generated page. The default - is text/html. - -

Example:

- IndexOptions Type=text/plain -

-
-
DescriptionWidth=[n | *] (Apache 2.0.23 and later)
@@ -770,6 +771,18 @@ indexing Last-Modified header on all Unix platforms. If this is a concern, leave this option disabled. +
Type=MIME content-type (Apache 2.0.61 and + later)
+ +
The Type keyword allows you to + specify the MIME content-type of the generated page. The default + is text/html. + +

Example:

+ IndexOptions Type=text/plain +

+
+
VersionSort (Apache 2.0a3 and later)
@@ -804,18 +817,6 @@ indexing
The XHTML keyword forces mod_autoindex to emit XHTML 1.0 code instead of HTML 3.2.
-
AddAltClass
-
Adds an additional CSS class declaration to each row of the - directory listing table when IndexOptions HTMLTable - is in effect and an IndexStyleSheet is defined. - Rather than the standard even and odd - classes that would otherwise be applied to each row of the table, - a class of even-ALT or - odd-ALT where ALT is either the - standard alt text associated with the file tyle (eg. snd, - txt, img, etc) or the alt text defined by one of - the various AddAlt* directives. -
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 1c514156f0e..fa20ebeeac7 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -534,6 +534,20 @@ indexing of

+
AddAltClass
+
Adds an additional CSS class declaration to each row of the + directory listing table when IndexOptions HTMLTable + is in effect and an IndexStyleSheet is defined. + Rather than the standard even and odd + classes that would otherwise be applied to each row of the table, + a class of even-ALT or + odd-ALT where ALT is either the + standard alt text associated with the file tyle (eg. snd, + txt, img, etc) or the alt text defined by one of + the various AddAlt* directives. +
+
Charset=character-set (Apache 2.0.61 and @@ -550,20 +564,6 @@ indexing -
Type=MIME content-type (Apache 2.0.61 and - later)
- -
The Type keyword allows you to - specify the MIME content-type of the generated page. The default - is text/html. - - Example: - IndexOptions Type=text/plain - -
-
DescriptionWidth=[n | *] (Apache 2.0.23 and @@ -795,6 +795,20 @@ indexing Last-Modified header on all Unix platforms. If this is a concern, leave this option disabled. +
Type=MIME content-type (Apache 2.0.61 and + later)
+ +
The Type keyword allows you to + specify the MIME content-type of the generated page. The default + is text/html. + + Example: + IndexOptions Type=text/plain + +
+
VersionSort (Apache 2.0a3 and later)
@@ -831,19 +845,6 @@ indexing
The XHTML keyword forces mod_autoindex to emit XHTML 1.0 code instead of HTML 3.2.
-
AddAltClass
-
Adds an additional CSS class declaration to each row of the - directory listing table when IndexOptions HTMLTable - is in effect and an IndexStyleSheet is defined. - Rather than the standard even and odd - classes that would otherwise be applied to each row of the table, - a class of even-ALT or - odd-ALT where ALT is either the - standard alt text associated with the file tyle (eg. snd, - txt, img, etc) or the alt text defined by one of - the various AddAlt* directives. -
+ + +