]> granicus.if.org Git - apache/commitdiff
Fix a few typos and change the description a bit.
authorDavid Shane Holden <dpejesh@apache.org>
Thu, 20 Nov 2003 05:17:54 +0000 (05:17 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Thu, 20 Nov 2003 05:17:54 +0000 (05:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101810 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index f3403e3d3a36967696162cf9fea6de63e8d604b0..a334eb822000a6221c69645f0c1e58486bf2fc8d 100644 (file)
@@ -88,6 +88,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#indexignore">IndexIgnore</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#indexoptions">IndexOptions</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#indexorderdefault">IndexOrderDefault</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#indexstylesheet">IndexStyleSheet</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#readmename">ReadmeName</a></li>
 </ul>
 <h3>Topics</h3>
@@ -825,6 +826,25 @@ Name|Date|Size|Description</code></td></tr>
     the client from requesting the directory listing in a different
     order.</p>
 
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="IndexStyleSheet" id="IndexStyleSheet">IndexStyleSheet</a> <a name="indexstylesheet" id="indexstylesheet">Directive</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds a CSS stylesheet to the directory index</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexStyleSheet <var>url-path</var></code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Indexes</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
+</table>
+    <p>The <code class="directive">IndexStyleSheet</code> directive sets the name of
+    the file that will be used as the CSS for the index listing.
+    </p>
+    <div class="example"><h3>Example</h3><p><code>
+      
+      IndexStyleSheet "/css/style.css"
+    </code></p></div>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ReadmeName" id="ReadmeName">ReadmeName</a> <a name="readmename" id="readmename">Directive</a></h2>
index 9c1d8729054295cb7632c41b8216cae74eb34308..2e68057f7aaf7a3d0804b4c7b1250c467a48eb38 100644 (file)
@@ -859,20 +859,22 @@ 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>
+<description>Adds a CSS stylesheet to the directory index</description>
+<syntax>IndexStyleSheet <var>url-path</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>The <directive>IndexStyleSheet</directive> directive sets the name of
+    the file that will be used as the CSS for the index listing.
     </p>
     <example>
+      <title>Example</title>
       IndexStyleSheet "/css/style.css"
     </example>
 </usage>