From 9a77140897804083328d28dccae4cbc08c924597 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 6 Feb 2014 09:37:12 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565136 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/custom-error.html.en | 2 +- docs/manual/custom-error.html.fr | 2 +- docs/manual/developer/output-filters.html.en | 2 +- docs/manual/howto/public_html.html.en | 2 +- docs/manual/howto/public_html.html.fr | 2 +- docs/manual/howto/ssi.html.en | 4 ++-- docs/manual/howto/ssi.html.fr | 4 ++-- docs/manual/mod/mod_alias.html.en | 2 +- docs/manual/mod/mod_alias.html.fr | 2 +- docs/manual/mod/mod_include.html.en | 2 +- docs/manual/mod/mod_rewrite.html.en | 2 +- docs/manual/mod/mod_rewrite.html.fr | 2 +- docs/manual/mod/mod_ssl.html.en | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index e246f52784..50fb3b6f6e 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -180,7 +180,7 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};

In your server configuration file, you'll see a line such as:

-
# Multi-language error messages
+
    # Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf
diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr index b30de49e1d..8b52099b19 100644 --- a/docs/manual/custom-error.html.fr +++ b/docs/manual/custom-error.html.fr @@ -192,7 +192,7 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};

Dans le fichier de configuration de votre serveur, vous trouverez un groupe de lignes du style :

-
# Multi-language error messages
+
    # Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf
diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en index 8904d81fd5..d85420c20d 100644 --- a/docs/manual/developer/output-filters.html.en +++ b/docs/manual/developer/output-filters.html.en @@ -129,7 +129,7 @@ brigade should have no side effects (such as changing any state private to the filter).

-

How to handle an empty brigade

apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
+

How to handle an empty brigade

    apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
{ if (APR_BRIGADE_EMPTY(bb)) { return APR_SUCCESS; diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 85a5ffc129..f09d957673 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -137,7 +137,7 @@ You can, likewise, disable the feature for all but a few users by using a configuration like the following:

-
UserDir disabled
+
      UserDir disabled
UserDir enabled rbowen krietz
diff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr index 30976cf6ad..bcfc20c7bf 100644 --- a/docs/manual/howto/public_html.html.fr +++ b/docs/manual/howto/public_html.html.fr @@ -150,7 +150,7 @@ avec le syst utilisateurs sauf certains d'entre eux en utilisant une configuration du style :

-
UserDir disabled
+
      UserDir disabled
UserDir enabled rbowen krietz
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index ccaa1bd039..b63f8a7310 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -107,7 +107,7 @@ existing HTML documents.

do this. You can tell Apache to parse any file with a particular file extension, such as .shtml, with the following directives:

-
AddType text/html .shtml
+
        AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
@@ -440,7 +440,7 @@ modified?

In your configuration file, you could put the following line:

-
BrowserMatchNoCase macintosh Mac
+
        BrowserMatchNoCase macintosh Mac
BrowserMatchNoCase MSIE InternetExplorer
diff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 62d6c8f775..f5370835d2 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -115,7 +115,7 @@ HTML pr directives SSI. Vous devez indiquer à Apache quels fichiers seront concernés. Vous pouvez y parvenir en indiquant une extension, comme .shtml, à l'aide des directives suivantes :

-
AddType text/html .shtml
+
        AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
@@ -452,7 +452,7 @@ HTML pr

Vous pouvez ajouter les lignes suivantes dans votre fichier de configuration :

-
BrowserMatchNoCase macintosh Mac
+
        BrowserMatchNoCase macintosh Mac
BrowserMatchNoCase MSIE InternetExplorer
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 0278821d26..1ff57cc3e1 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -243,7 +243,7 @@ expressions you do more complicated things. For example, you could serve different kinds of files from different directories:

-
AliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpg
+
      AliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpg
AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif
diff --git a/docs/manual/mod/mod_alias.html.fr b/docs/manual/mod/mod_alias.html.fr index cc1d45ed48..1417049ac1 100644 --- a/docs/manual/mod/mod_alias.html.fr +++ b/docs/manual/mod/mod_alias.html.fr @@ -253,7 +253,7 @@ en faisant intervenir les expressions rationnelles servir différentes sortes de fichiers à partir de répertoires différents :

-
AliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpg
+
      AliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpg
AliasMatch ^/image/(.*)\.gif$ /fichiers/gif.images/$1.gif
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 7483e48e17..efcad9b58d 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -966,7 +966,7 @@ server. output of a file each processing different commands (possibly at different times).

-
SSIStartTag "<%"
+
      SSIStartTag "<%"
SSIEndTag "%>"
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index de1342b26b..904933ada7 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -638,7 +638,7 @@ Alias /myapp /opt/myapp-1.2.3 to block unwanted hotlinking.

-
RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
+
           RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
RewriteRule ^/images - [F]
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 70bcd877e0..ecd4da8ea3 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -682,7 +682,7 @@ la r non désiré.

-
RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
+
           RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
RewriteRule ^/images - [F]
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index e040983b1a..d3368ff8d5 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -305,7 +305,7 @@ string in mod_log_conf

The following example grants access if the user is authenticated either with a client certificate or by username and password.

-
Require ssl-verify-client
+
      Require ssl-verify-client
Require valid-user
-- 2.40.0