dgaudet 97/07/08 12:58:34
Modified: htdocs/manual new_features_1_3.html
htdocs/manual/misc compat_notes.html
htdocs/manual/mod core.html mod_autoindex.html
Log:
Fix mod_dir references.
Revision Changes Path
1.7 +3 -3 apache/htdocs/manual/new_features_1_3.html
Index: new_features_1_3.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_3.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** new_features_1_3.html 1997/07/08 04:45:22 1.6
--- new_features_1_3.html 1997/07/08 19:58:31 1.7
***************
*** 61,68 ****
<P>
The
<A
! HREF="mod/mod_dir.html"
! ><SAMP>mod_dir</SAMP></A>
module provides listings of directory contents when appropriate. If
the <SAMP>FancyIndexing</SAMP> option is enabled, each file in the
list is preceded by an icon representing the content type. In earlier
--- 61,68 ----
<P>
The
<A
! HREF="mod/mod_autoindex.html"
! ><SAMP>mod_autoindex</SAMP></A>
module provides listings of directory contents when appropriate. If
the <SAMP>FancyIndexing</SAMP> option is enabled, each file in the
list is preceded by an icon representing the content type. In earlier
***************
*** 70,76 ****
weren't sized, so the browser had to wait until the images were loaded
before it could lay out the page. With 1.3, the
<A
! HREF="mod/mod_dir.html#indexoptions"
><SAMP>IndexOptions</SAMP></A>
directive has two new keywords which allow you to control whether
pre-sized <SAMP>IMG</SAMP> tags are used. This can substantially
--- 70,76 ----
weren't sized, so the browser had to wait until the images were loaded
before it could lay out the page. With 1.3, the
<A
! HREF="mod/mod_autoindex.html#indexoptions"
><SAMP>IndexOptions</SAMP></A>
directive has two new keywords which allow you to control whether
pre-sized <SAMP>IMG</SAMP> tags are used. This can substantially
1.11 +3 -3 apache/htdocs/manual/misc/compat_notes.html
Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** compat_notes.html 1997/07/06 17:19:05 1.10
--- compat_notes.html 1997/07/08 19:58:32 1.11
***************
*** 86,99 ****
If you are using the same srm.conf from an old distribution, make sure
you add the new
<A
! HREF="../mod/mod_dir.html#addicon"
>AddIcon</A>,
<A
! HREF="../mod/mod_dir.html#addiconbytype"
>AddIconByType</A>,
and
<A
! HREF="../mod/mod_dir.html#defaulticon"
>DefaultIcon</A>
directives.
--- 86,99 ----
If you are using the same srm.conf from an old distribution, make sure
you add the new
<A
! HREF="../mod/mod_autoindex.html#addicon"
>AddIcon</A>,
<A
! HREF="../mod/mod_autoindex.html#addiconbytype"
>AddIconByType</A>,
and
<A
! HREF="../mod/mod_autoindex.html#defaulticon"
>DefaultIcon</A>
directives.
1.65 +11 -11 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -C3 -r1.64 -r1.65
*** core.html 1997/07/08 04:45:23 1.64
--- core.html 1997/07/08 19:58:33 1.65
***************
*** 169,185 ****
<dd>
<!--%plaintext <?INDEX {\tt Indexes} override> -->
Allow use of the directives controlling directory indexing
! (<A HREF="mod_dir.html#adddescription">AddDescription</A>,
! <A HREF="mod_dir.html#addicon">AddIcon</A>,
! <A HREF="mod_dir.html#addiconbyencoding">AddIconByEncoding</A>,
! <A HREF="mod_dir.html#addiconbytype">AddIconByType</A>,
! <A HREF="mod_dir.html#defaulticon">DefaultIcon</A>,
! <A HREF="mod_dir.html#directoryindex">DirectoryIndex</A>,
! <A HREF="mod_dir.html#fancyindexing">FancyIndexing</A>,
! <A HREF="mod_dir.html#headername">HeaderName</A>,
! <A HREF="mod_dir.html#indexignore">IndexIgnore</A>,
! <A HREF="mod_dir.html#indexoptions">IndexOptions</A>,
! <A HREF="mod_dir.html#readmename">ReadmeName</A>, etc.).
<dt>Limit
<dd>
<!--%plaintext <?INDEX {\tt Limit} override> -->
--- 169,185 ----
<dd>
<!--%plaintext <?INDEX {\tt Indexes} override> -->
Allow use of the directives controlling directory indexing
! (<A HREF="mod_autoindex.html#adddescription">AddDescription</A>,
! <A HREF="mod_autoindex.html#addicon">AddIcon</A>,
! <A HREF="mod_autoindex.html#addiconbyencoding">AddIconByEncoding</A>,
! <A HREF="mod_autoindex.html#addiconbytype">AddIconByType</A>,
! <A HREF="mod_autoindex.html#defaulticon">DefaultIcon</A>,
! <A HREF="mod_autoindex.html#directoryindex">DirectoryIndex</A>,
! <A HREF="mod_autoindex.html#fancyindexing">FancyIndexing</A>,
! <A HREF="mod_autoindex.html#headername">HeaderName</A>,
! <A HREF="mod_autoindex.html#indexignore">IndexIgnore</A>,
! <A HREF="mod_autoindex.html#indexoptions">IndexOptions</A>,
! <A HREF="mod_autoindex.html#readmename">ReadmeName</A>, etc.).
<dt>Limit
<dd>
<!--%plaintext <?INDEX {\tt Limit} override> -->
1.10 +13 -13 apache/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_autoindex.html 1997/07/08 19:50:41 1.9
--- mod_autoindex.html 1997/07/08 19:58:33 1.10
***************
*** 62,68 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>File</em> is a file
--- 62,68 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>File</em> is a file
***************
*** 79,85 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>MIME-encoding</em> is a
--- 79,85 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>MIME-encoding</em> is a
***************
*** 95,101 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>MIME-type</em> is a
--- 95,101 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the alternate text to display for a file, instead of an icon, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>MIME-type</em> is a
***************
*** 112,118 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the description to display for a file, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>File</em> is a file
--- 112,118 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the description to display for a file, for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>File</em> is a file
***************
*** 128,134 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the icon to display next to a file ending in <em>name</em> for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>Icon</em> is either a
--- 128,134 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the icon to display next to a file ending in <em>name</em> for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>Icon</em> is either a
***************
*** 154,160 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the icon to display next to files with
<em>mime-encoding</em> for <A HREF="#fancyindexing">FancyIndexing</A>.
--- 154,160 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the icon to display next to files with
<em>mime-encoding</em> for <A HREF="#fancyindexing">FancyIndexing</A>.
***************
*** 174,180 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
This sets the icon to display next to files of type <em>mime-type</em> for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>Icon</em> is either a
--- 174,180 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
This sets the icon to display next to files of type <em>mime-type</em> for
<A HREF="#fancyindexing">FancyIndexing</A>. <em>Icon</em> is either a
***************
*** 193,199 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The DefaultIcon directive sets the icon to display for files when no
specific icon is known, for <A HREF="#fancyindexing">FancyIndexing</A>.
--- 193,199 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The DefaultIcon directive sets the icon to display for files when no
specific icon is known, for <A HREF="#fancyindexing">FancyIndexing</A>.
***************
*** 208,214 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The FancyIndexing directive sets the FancyIndexing option for a directory.
<em>Boolean</em> can be <code>on</code> or <code>off</code>. The
--- 208,214 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The FancyIndexing directive sets the FancyIndexing option for a directory.
<em>Boolean</em> can be <code>on</code> or <code>off</code>. The
***************
*** 221,227 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The HeaderName directive sets the name of the file that will be inserted
at the top of the index listing. <em>Filename</em> is the name of the file
--- 221,227 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The HeaderName directive sets the name of the file that will be inserted
at the top of the index listing. <em>Filename</em> is the name of the file
***************
*** 242,248 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The IndexIgnore directive adds to the list of files to hide when listing
a directory. <em>File</em> is a file extension, partial filename,
--- 242,248 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The IndexIgnore directive adds to the list of files to hide when listing
a directory. <em>File</em> is a file extension, partial filename,
***************
*** 259,265 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The IndexOptions directive specifies the behavior of the directory indexing.
<em>Option</em> can be one of
--- 259,265 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The IndexOptions directive specifies the behavior of the directory indexing.
<em>Option</em> can be one of
***************
*** 332,338 ****
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_dir<p>
The ReadmeName directive sets the name of the file that will be appended
to the end of the index listing. <em>Filename</em> is the name of the file
--- 332,338 ----
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
! <strong>Module:</strong> mod_autoindex<p>
The ReadmeName directive sets the name of the file that will be appended
to the end of the index listing. <em>Filename</em> is the name of the file