From: André Malo Date: Mon, 14 Apr 2003 18:05:27 +0000 (+0000) Subject: update en and de transformation X-Git-Tag: pre_ajp_proxy~1854 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd1fed4a224aeefe0fdb15517cde7d0645c604b;p=thirdparty%2Fapache%2Fhttpd.git update en and de transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99355 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 2833fd5ca88..48703f3a150 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -176,11 +176,11 @@

If the script is dedicated to handling a particular error - condition, such as 404 Not Found, it can + condition, such as 404 Not Found, it can use the specific code and error text instead.

Note that the script must emit an appropriate - Status: header (such as 302 Found), if the + Status: header (such as 302 Found), if the response contains a Location: header (in order to issue a client side redirect). Otherwise the Location: header may have no effect.

diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en index 540b957e101..012f524091a 100644 --- a/docs/manual/developer/documenting.html.en +++ b/docs/manual/developer/documenting.html.en @@ -45,25 +45,25 @@

/**
-  * return the final element of the pathname
-  * @param pathname The path to get the final element of
-  * @return the final element of the path
-  * @tip Examples:
-  * <pre>
-  * "/foo/bar/gum" -&gt; "gum"
-  * "/foo/bar/gum/" -&gt; ""
-  * "gum" -&gt; "gum"
-  * "wi\\n32\\stuff" -&gt; "stuff"
-  * </pre>
-  * @deffunc const char * ap_filename_of_pathname(const char *pathname)
-  */ +  * return the final element of the pathname
+  * @param pathname The path to get the final element of
+  * @return the final element of the path
+  * @tip Examples:
+  * <pre>
+  * "/foo/bar/gum" -&gt; "gum"
+  * "/foo/bar/gum/" -&gt; ""
+  * "gum" -&gt; "gum"
+  * "wi\\n32\\stuff" -&gt; "stuff"
+  * </pre>
+  * @deffunc const char * ap_filename_of_pathname(const char *pathname)
+  */

At the top of the header file, always include:

/**
-  * @package Name of library header
-  */ +  * @package Name of library header
+  */

Doxygen uses a new HTML file for each package. The HTML files are named diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index 8b990773754..ae56d8ea0f4 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -102,13 +102,13 @@

<VirtualHost www.abc.dom>
-   ServerAdmin webgirl@abc.dom
-   DocumentRoot /www/abc
+   ServerAdmin webgirl@abc.dom
+   DocumentRoot /www/abc
</VirtualHost>

<VirtualHost www.def.dom>
-   ServerAdmin webguy@def.dom
-   DocumentRoot /www/def
+   ServerAdmin webguy@def.dom
+   DocumentRoot /www/def
</VirtualHost>

diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index b4885f2d799..612fab71283 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -1093,12 +1093,12 @@ ETag verwendet werden hebt die ererbte Einstellung sofort und vollständig auf.

Wenn die Konfiguration für ein Verzeichnis - FileETag INode MTime Size enthält - und die eines Unterverzeichnisses FileETag -INode, + FileETag INode MTime Size enthält + und die eines Unterverzeichnisses FileETag -INode, dann ist die Einstellung für das Unterverzeichnis (die an jedes Unter-Unterverzeichnis weitervererbt wird, welches dies nicht überschreibt) äquivalent mit - FileETag MTime Size.

+ FileETag MTime Size.

top
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index fae661c99a4..c752be3fa2b 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1027,11 +1027,11 @@ HTTP response header immediately and completely cancels the inherited setting.

If a directory's configuration includes - FileETag INode MTime Size, and a - subdirectory's includes FileETag -INode, + FileETag INode MTime Size, and a + subdirectory's includes FileETag -INode, the setting for that subdirectory (which will be inherited by any sub-subdirectories that don't override it) will be equivalent to - FileETag MTime Size.

+ FileETag MTime Size.

top
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 9f570f10550..d0ffce8e954 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -30,7 +30,7 @@ zu jeder Direktive eine Zusammenfassung der Details enthält.

-

 A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 

+

 A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 

top

Andere Module

-

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

+

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

mod_actions
This module provides for executing CGI scripts based on media type or request method.
mod_alias
Provides for mapping different parts of the host diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 60a879e9cc2..a73b168988f 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -58,7 +58,7 @@ NT.
top

Other Modules

-

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

+

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

mod_actions
This module provides for executing CGI scripts based on media type or request method.
mod_alias
Provides for mapping different parts of the host diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 84d4b1a7a68..5624ebaebc6 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -76,7 +76,7 @@
  • Run the src/Configure script - ("cd src; ./Configure"). This will + ("cd src; ./Configure"). This will build the Makefile for the server itself, and update the src/modules/Makefile for any additional modules you have requested from beneath that subdirectory.
  • diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index f6bd956fbd7..9aaa28ef242 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -569,11 +569,11 @@ variables. If multiple strings are found in a row, they are concatenated using blanks. So,

    -

    string1    string2 results in string1 string2
    +

    string1    string2 results in string1 string2

    and

    - 'string1    string2' results in string1    string2.

    + 'string1    string2' results in string1    string2.

    top

    SSIEndTag Directive

    diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 7f28d31945f..1ce35db1132 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -70,7 +70,7 @@ placing "%" directives in the format string, which are replaced in the log file by the values as follows:

    - +
    Format String
    diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index 6622a9900d6..c2e61d9ba89 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -57,7 +57,7 @@ the format string, which are replaced in the log file by the values as follows:

    -
    Format String Description
    %% The percent sign
    +
    Format String
    Format String Description
    %...I Bytes received, including request and headers, cannot be diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index f26bc0fffe8..1c9bcea72b8 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -445,9 +445,9 @@ proxy server:

    <Proxy *>
    -  Order Deny,Allow
    -  Deny from all
    -  Allow from yournetwork.example.com
    +  Order Deny,Allow
    +  Deny from all
    +  Allow from yournetwork.example.com
    </Proxy>

    @@ -457,7 +457,7 @@ proxy server:

    server:

    <Proxy http://example.com/foo/*>
    -  SetOutputFilter INCLUDES
    +  SetOutputFilter INCLUDES
    </Proxy>

    diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 11c2a2921ca..fc53170fe88 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -36,10 +36,10 @@ der Legende.

    - + diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index b1d731153e7..11826c89a21 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -34,10 +34,10 @@ tables below.

     A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 
     A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X  - +
    sServerkonfiguration
    vVirtual Host
    vVirtual Host
    dVerzeichnis
    h.htaccess
    - +
     A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 
     A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X  - - + +
    sserver config
    vvirtual host
    sserver config
    vvirtual host
    ddirectory
    h.htaccess