summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_autoindex.xml
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2003-11-20 04:45:22 +0100
committerIan Holsman <ianh@apache.org>2003-11-20 04:45:22 +0100
commitb8f83d01aeedb97538968f152b895212655db555 (patch)
tree42439ce95f86089854e94cd67b9d4395df2ee8e6 /docs/manual/mod/mod_autoindex.xml
parentimprove this document step by step: (diff)
downloadapache2-b8f83d01aeedb97538968f152b895212655db555.tar.xz
apache2-b8f83d01aeedb97538968f152b895212655db555.zip
mod_autoindex: new directive IndexStyleSheet
PR: Obtained from: Submitted by: Tyler Riddle <triddle_1999 yahoo.com> and Paul Querna <chip force-elite.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.xml')
-rw-r--r--docs/manual/mod/mod_autoindex.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 0b9ac8140c..9c1d872905 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -859,6 +859,24 @@ Name|Date|Size|Description</syntax>
order.</p>
</usage>
</directivesynopsis>
+<directivesynopsis>
+<name>IndexStyleSheet</name>
+<description>Adds a CSS stylesheet to autoindexes output</description>
+<syntax>IndexStyleSheet<var>URI</var> </syntax>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context>
+</contextlist>
+<override>Indexes</override>
+
+<usage>
+ <p>The <directive>IndexStyleSheet</directive> directive adds a stylesheet
+ to the output of mod_authindex
+ </p>
+ <example>
+ IndexStyleSheet "/css/style.css"
+ </example>
+</usage>
+</directivesynopsis>
<directivesynopsis>
<name>ReadmeName</name>