diff options
author | Ian Holsman <ianh@apache.org> | 2003-11-20 04:45:22 +0100 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2003-11-20 04:45:22 +0100 |
commit | b8f83d01aeedb97538968f152b895212655db555 (patch) | |
tree | 42439ce95f86089854e94cd67b9d4395df2ee8e6 /docs/manual/mod/mod_autoindex.xml | |
parent | improve this document step by step: (diff) | |
download | apache2-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.xml | 18 |
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> |