coar 98/09/17 05:06:43
Modified: htdocs/manual content-negotiation.html htdocs/manual/mod core.html mod_actions.html mod_alias.html mod_auth_dbm.html mod_autoindex.html mod_expires.html mod_include.html mod_mime.html mod_negotiation.html mod_rewrite.html Log: Fix some typos and inaccuracies and incorrectnesses. PR: 3016 Submitted by: Youichirou Koga <[EMAIL PROTECTED]> Revision Changes Path 1.16 +3 -3 apache-1.3/htdocs/manual/content-negotiation.html Index: content-negotiation.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/content-negotiation.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- content-negotiation.html 1998/05/20 14:22:27 1.15 +++ content-negotiation.html 1998/09/17 12:06:38 1.16 @@ -422,7 +422,7 @@ extension, and the order of the extensions is normally irrelevant (see <A HREF="mod/mod_mime.html">mod_mime</A> documentation for details). <P> -A typical file has a mime-type extension (e.g. <SAMP>html</SAMP>), +A typical file has a MIME-type extension (e.g. <SAMP>html</SAMP>), maybe an encoding extension (e.g. <SAMP>gz</SAMP> and of course a language extension (e.g. <SAMP>en</SAMP>) when we have different language variants of this file. @@ -496,9 +496,9 @@ hyperlink references. <P> -If you want to continue to use a mime-type in your hyperlinks (e.g. +If you want to continue to use a MIME-type in your hyperlinks (e.g. <SAMP>foo.html</SAMP>) the language extension (including an encoding extension -if there is one) must be on the right hand side of the mime-type extension +if there is one) must be on the right hand side of the MIME-type extension (e.g. <SAMP>foo.html.en</SAMP>). 1.135 +4 -4 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- core.html 1998/09/07 08:31:45 1.134 +++ core.html 1998/09/17 12:06:39 1.135 @@ -513,7 +513,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> DefaultType <EM>mime-type</EM><BR> +><STRONG>Syntax:</STRONG></A> DefaultType <EM>MIME-type</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1213,7 +1213,7 @@ <P> <HR> <H2><A NAME="include">Include directive</A></H2> -<STRONG>Syntax: (Apache 1.2)</STRONG> Include <EM>filename</EM><BR> +<STRONG>Syntax:</STRONG> Include <EM>filename</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -2074,7 +2074,7 @@ <STRONG>See also:</STRONG> <A HREF="../vhosts/index.html">Apache Virtual Host documentation</A> - +<HR> <H2><A NAME="options">Options directive</A></H2> <!--%plaintext <?INDEX {\tt Options} directive> --> <A @@ -2887,7 +2887,7 @@ it is far more efficient. The server is started once, and services all subsequent connections. If you intend running Apache to serve a busy site, standalone will probably be your only option.<P> - +<HR> <H2><A NAME="startservers">StartServers directive</A></H2> <!--%plaintext <?INDEX {\tt StartServers} directive> --> <A 1.10 +2 -2 apache-1.3/htdocs/manual/mod/mod_actions.html Index: mod_actions.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_actions.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_actions.html 1998/05/20 14:12:52 1.9 +++ mod_actions.html 1998/09/17 12:06:39 1.10 @@ -39,7 +39,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR> +><STRONG>Syntax:</STRONG></A> Action <EM>MIME-type cgi-script</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -65,7 +65,7 @@ </P> <P> This directive adds an action, which will activate <EM>cgi-script</EM> when -a file of content type <EM>mime-type</EM> is requested. It sends the +a file of content type <EM>MIME-type</EM> is requested. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables. </P> 1.21 +2 -1 apache-1.3/htdocs/manual/mod/mod_alias.html Index: mod_alias.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_alias.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mod_alias.html 1998/05/20 14:12:53 1.20 +++ mod_alias.html 1998/09/17 12:06:39 1.21 @@ -211,7 +211,8 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM> +><STRONG>Syntax:</STRONG></A> + RedirectMatch [<EM>status</EM>] <EM>regex url</EM> <BR> <A HREF="directive-dict.html#Context" 1.18 +2 -2 apache-1.3/htdocs/manual/mod/mod_auth_dbm.html Index: mod_auth_dbm.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_dbm.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mod_auth_dbm.html 1998/09/12 11:26:02 1.17 +++ mod_auth_dbm.html 1998/09/17 12:06:40 1.18 @@ -29,8 +29,8 @@ <HR> -<H2><A NAME="authdbmgroupfile">AuthDbmGroupFile</A></H2> -<!--%plaintext <?INDEX {\tt AuthDbmGroupFile} directive> --> +<H2><A NAME="authdbmgroupfile">AuthDBMGroupFile</A></H2> +<!--%plaintext <?INDEX {\tt AuthDBMGroupFile} directive> --> <A HREF="directive-dict.html#Syntax" REL="Help" 1.22 +4 -4 apache-1.3/htdocs/manual/mod/mod_autoindex.html Index: mod_autoindex.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_autoindex.html 1998/09/02 21:04:39 1.21 +++ mod_autoindex.html 1998/09/17 12:06:40 1.22 @@ -249,7 +249,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon mime-encoding mime-encoding +><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding MIME-encoding ...</EM><BR> <A HREF="directive-dict.html#Context" @@ -269,7 +269,7 @@ ><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the icon to display next to files with -<EM>mime-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>. +<EM>MIME-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a (%-escaped) relative URL to the icon, or of the format (<EM>alttext</EM>,<EM>url</EM>) where <EM>alttext</EM> is the text tag given for an icon for non-graphical browsers.<P> @@ -285,7 +285,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon mime-type mime-type ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type MIME-type ...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -303,7 +303,7 @@ REL="Help" ><STRONG>Module:</STRONG></A> mod_autoindex<P> -This sets the icon to display next to files of type <EM>mime-type</EM> for +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 (%-escaped) relative URL to the icon, or of the format (<EM>alttext</EM>,<EM>url</EM>) where <EM>alttext</EM> is the text tag given 1.12 +1 -1 apache-1.3/htdocs/manual/mod/mod_expires.html Index: mod_expires.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_expires.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mod_expires.html 1998/09/04 18:15:45 1.11 +++ mod_expires.html 1998/09/17 12:06:40 1.12 @@ -116,7 +116,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type + ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>MIME-type <code>seconds</EM> <BR> <A 1.23 +2 -2 apache-1.3/htdocs/manual/mod/mod_include.html Index: mod_include.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_include.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- mod_include.html 1998/05/20 14:12:57 1.22 +++ mod_include.html 1998/09/17 12:06:40 1.23 @@ -17,8 +17,8 @@ This module is contained in the <CODE>mod_include.c</CODE> file, and is compiled in by default. It provides for server-parsed html -documents. Several directives beyond the original NCSA definition have been -included in Apache 1.2 - these are flagged below with the phrase +documents. Several directives beyond the original NCSA definition were +introduced in Apache 1.2 - these are flagged below with the phrase "Apache 1.2 and above". Of particular significance are the new flow control directives documented at the bottom. 1.23 +5 -5 apache-1.3/htdocs/manual/mod/mod_mime.html Index: mod_mime.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- mod_mime.html 1998/07/10 13:33:09 1.22 +++ mod_mime.html 1998/09/17 12:06:40 1.23 @@ -34,7 +34,7 @@ HREF="#addlanguage">AddLanguage</A> and <A HREF="#addtype">AddType</A> are all used to map file extensions onto the meta-information for that file. Respectively they set the content-encoding, handler, -content-language and mime-type (content-type) of documents. The +content-language and MIME-type (content-type) of documents. The directive <A HREF="#typesconfig">TypesConfig</A> is used to specify a file which also maps extensions onto mime types. The directives <A HREF="#forcetype">ForceType</A> and <A @@ -89,7 +89,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddEncoding <EM>mime-enc extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension extension...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -179,7 +179,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddLanguage <EM>mime-lang extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension extension...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -218,7 +218,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddType <EM>mime-type extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension extension...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -359,7 +359,7 @@ mappings from filename extensions to content types; changing this file is not recommended. Use the <A HREF="#addtype">AddType</A> directive instead. The file contains lines in the format of the arguments to an AddType command: -<BLOCKQUOTE><EM>mime-type extension extension ...</EM></BLOCKQUOTE> +<BLOCKQUOTE><EM>MIME-type extension extension ...</EM></BLOCKQUOTE> The extensions are lower-cased. Blank lines, and lines beginning with a hash character (`#') are ignored.<P> 1.12 +2 -2 apache-1.3/htdocs/manual/mod/mod_negotiation.html Index: mod_negotiation.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_negotiation.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mod_negotiation.html 1998/05/20 14:12:58 1.11 +++ mod_negotiation.html 1998/09/17 12:06:40 1.12 @@ -136,7 +136,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>mime-lang mime-lang...</EM><BR> +><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang MIME-lang...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -156,7 +156,7 @@ The LanguagePriority sets the precedence of language variants for the case where the client does not express a preference, when handling a -MultiViews request. The list of <EM>mime-lang</EM> are in order of decreasing +MultiViews request. The list of <EM>MIME-lang</EM> are in order of decreasing preference. Example: <BLOCKQUOTE><CODE>LanguagePriority en fr de</CODE></BLOCKQUOTE> 1.36 +2 -2 apache-1.3/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_rewrite.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- mod_rewrite.html 1998/08/24 18:39:27 1.35 +++ mod_rewrite.html 1998/09/17 12:06:41 1.36 @@ -1535,8 +1535,8 @@ external redirect happen (where the ``<CODE>.www</CODE>'' part should not to occur!). <P> -<LI>'<STRONG><CODE>type|T</CODE></STRONG>=<EM>mime-type</EM>' (force MIME <STRONG>t</STRONG>ype)<BR> - Force the MIME-type of the target file to be <EM>mime-type</EM>. For +<LI>'<STRONG><CODE>type|T</CODE></STRONG>=<EM>MIME-type</EM>' (force MIME <STRONG>t</STRONG>ype)<BR> + Force the MIME-type of the target file to be <EM>MIME-type</EM>. For instance, this can be used to simulate the old <CODE>mod_alias</CODE> directive <CODE>ScriptAlias</CODE> which internally forces all files inside the mapped directory to have a MIME type of