From: David Shane Holden
Date: Thu, 20 Nov 2003 05:17:54 +0000 (+0000)
Subject: Fix a few typos and change the description a bit.
X-Git-Tag: pre_ajp_proxy~1036
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9f35b5b42c238abcbc861b2561202ba32aa96d;p=thirdparty%2Fapache%2Fhttpd.git
Fix a few typos and change the description a bit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101810 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en
index f3403e3d3a3..a334eb82200 100644
--- a/docs/manual/mod/mod_autoindex.html.en
+++ b/docs/manual/mod/mod_autoindex.html.en
@@ -88,6 +88,7 @@
IndexIgnore
IndexOptions
IndexOrderDefault
+
IndexStyleSheet
ReadmeName
Topics
@@ -825,6 +826,25 @@ Name|Date|Size|Description
the client from requesting the directory listing in a different
order.
+
+
+
+
+
The IndexStyleSheet directive sets the name of
+ the file that will be used as the CSS for the index listing.
+
+
Example
+
+ IndexStyleSheet "/css/style.css"
+
+

diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 9c1d8729054..2e68057f7aa 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -859,20 +859,22 @@ Name|Date|Size|Description
order.
+
IndexStyleSheet
-Adds a CSS stylesheet to autoindexes output
-IndexStyleSheetURI
+Adds a CSS stylesheet to the directory index
+IndexStyleSheet url-path
server configvirtual host
directory.htaccess
Indexes
- The IndexStyleSheet directive adds a stylesheet
- to the output of mod_authindex
+
The IndexStyleSheet directive sets the name of
+ the file that will be used as the CSS for the index listing.
+ Example
IndexStyleSheet "/css/style.css"