rbowen 2003/03/13 07:26:02
Modified: htdocs/manual/mod mod_autoindex.html
Log:
Further clarify that we are talking about files or directories. Also
remove reference to the deprecated "FancyIndexing" directive.
Submitted by: Morbus on #apache, who felt that the first change was
still a little vague.
Revision Changes Path
1.52 +6 -5 httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mod_autoindex.html 13 Mar 2003 15:13:30 -0000 1.51
+++ mod_autoindex.html 13 Mar 2003 15:26:01 -0000 1.52
@@ -248,7 +248,7 @@
<a href="directive-dict.html#Syntax"
rel="Help"><strong>Syntax:</strong></a> AddDescription
- <em>"string" file</em> [<em>file</em>] ...<br />
+ <em>"string" file|directory</em> [<em>file|directory</em>] ...<br />
<a href="directive-dict.html#Context"
rel="Help"><strong>Context:</strong></a> server config, virtual
host, directory, .htaccess<br />
@@ -260,10 +260,11 @@
rel="Help"><strong>Module:</strong></a> mod_autoindex
<p>This sets the description to display for a file or directory, for <a
- href="#fancyindexing">FancyIndexing</a>. <em>File</em> is a
- file extension, partial filename, wild-card expression or full
- filename for files or directories to describe. <em>String</em> is
- enclosed in double quotes (<code>"</code>). Example:</p>
+ href="#indexoptions">IndexOptions FancyIndexing</a>.
+ <em>file|directory</em> is a file extension, partial filename or
+ directory name, wild-card expression or full filename or directory name,
+ for files or directories to describe. <em>String</em> is enclosed in
+ double quotes (<code>"</code>). Example:</p>
<blockquote>
<code>AddDescription "The planet Mars"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]