From: Ken Coar Date: Thu, 17 Sep 1998 12:06:41 +0000 (+0000) Subject: Fix some typos and inaccuracies and incorrectnesses. X-Git-Tag: 1.3.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b5f061b769b443ef98ee4a4eefbc4b254cef70;p=thirdparty%2Fapache%2Fhttpd.git Fix some typos and inaccuracies and incorrectnesses. PR: 3016 Submitted by: Youichirou Koga git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html index 3f9d60ecf2c..75354654d9a 100644 --- a/docs/manual/content-negotiation.html +++ b/docs/manual/content-negotiation.html @@ -422,7 +422,7 @@ different naming conventions, because files can have more than one extension, and the order of the extensions is normally irrelevant (see mod_mime documentation for details).

-A typical file has a mime-type extension (e.g. html), +A typical file has a MIME-type extension (e.g. html), maybe an encoding extension (e.g. gz and of course a language extension (e.g. en) when we have different language variants of this file. @@ -496,9 +496,9 @@ to shtml or cgi without changing any hyperlink references.

-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. foo.html) 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. foo.html.en). diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 3f9d60ecf2c..75354654d9a 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -422,7 +422,7 @@ different naming conventions, because files can have more than one extension, and the order of the extensions is normally irrelevant (see mod_mime documentation for details).

-A typical file has a mime-type extension (e.g. html), +A typical file has a MIME-type extension (e.g. html), maybe an encoding extension (e.g. gz and of course a language extension (e.g. en) when we have different language variants of this file. @@ -496,9 +496,9 @@ to shtml or cgi without changing any hyperlink references.

-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. foo.html) 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. foo.html.en). diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 18db47fdaa8..6d64e93eeb5 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -513,7 +513,7 @@ it in a different location.


Syntax: DefaultType mime-type
+>Syntax: DefaultType MIME-type

Include directive

-Syntax: (Apache 1.2) Include filename
+Syntax: Include filename
See also: Apache Virtual Host documentation - +

Options directive

- +

StartServers directive

Syntax: Action mime-type cgi-script
+>Syntax: Action MIME-type cgi-script

This directive adds an action, which will activate cgi-script when -a file of content type mime-type is requested. It sends the +a file of content type MIME-type is requested. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables.

diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 6ec10f13e43..b98f22bb910 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -211,7 +211,8 @@ the function send_error_response in http_protocol.c).
Syntax: RedirectMatch [status regex url +>Syntax: + RedirectMatch [status] regex url
-

AuthDbmGroupFile

- +

AuthDBMGroupFile

+
Syntax: AddIconByEncoding icon mime-encoding mime-encoding +>Syntax: AddIconByEncoding icon MIME-encoding MIME-encoding ...

>Module:
mod_autoindex

This sets the icon to display next to files with -mime-encoding for FancyIndexing. +MIME-encoding for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -285,7 +285,7 @@ AddIconByEncoding /icons/compress.xbm x-compress Syntax: AddIconByType icon mime-type mime-type ...
+>Syntax: AddIconByType icon MIME-type MIME-type ...
Module: mod_autoindex

-This sets the icon to display next to files of type mime-type for +This sets the icon to display next to files of type MIME-type for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given diff --git a/docs/manual/mod/mod_expires.html b/docs/manual/mod/mod_expires.html index 3b10d2b3940..141a9695983 100644 --- a/docs/manual/mod/mod_expires.html +++ b/docs/manual/mod/mod_expires.html @@ -116,7 +116,7 @@ Syntax: ExpiresByType mime-type + >Syntax: ExpiresByType MIME-type <code>seconds
mod_include.c 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. diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index d7e95f1b32c..e0431b18517 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -34,7 +34,7 @@ HREF="#addhandler">AddHandler, AddLanguage and AddType 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 TypesConfig is used to specify a file which also maps extensions onto mime types. The directives ForceType and Syntax: AddEncoding mime-enc extension extension...
+>Syntax: AddEncoding MIME-enc extension extension...
Syntax: AddLanguage mime-lang extension extension...
+>Syntax: AddLanguage MIME-lang extension extension...


Syntax: AddType mime-type extension extension...
+>Syntax: AddType MIME-type extension extension...
Filename
is relative to the mappings from filename extensions to content types; changing this file is not recommended. Use the AddType directive instead. The file contains lines in the format of the arguments to an AddType command: -
mime-type extension extension ...
+
MIME-type extension extension ...
The extensions are lower-cased. Blank lines, and lines beginning with a hash character (`#') are ignored.

diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index e2578bd27db..f51c37a0f26 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -136,7 +136,7 @@ HTTP/1.1 requests. Syntax: LanguagePriority mime-lang mime-lang...
+>Syntax: LanguagePriority MIME-lang MIME-lang...
mime-lang
are in order of decreasing +MultiViews request. The list of MIME-lang are in order of decreasing preference. Example:

LanguagePriority en fr de
diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index d784315bbfa..69e23e3cdf5 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1535,8 +1535,8 @@ comma-separated list of the following flags: external redirect happen (where the ``.www'' part should not to occur!).

-

  • 'type|T=mime-type' (force MIME type)
    - Force the MIME-type of the target file to be mime-type. For +
  • 'type|T=MIME-type' (force MIME type)
    + Force the MIME-type of the target file to be MIME-type. For instance, this can be used to simulate the old mod_alias directive ScriptAlias which internally forces all files inside the mapped directory to have a MIME type of