diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-08 00:09:50 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-08 00:09:50 +0200 |
commit | 632701dabb6be2867c37351e15395c9df69ad789 (patch) | |
tree | 2e3b216592e674c3ef1cea6da56e3cea8a432775 /docs/manual | |
parent | fix some grammar (diff) | |
download | apache2-632701dabb6be2867c37351e15395c9df69ad789.tar.xz apache2-632701dabb6be2867c37351e15395c9df69ad789.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/custom-error.html.fr | 20 | ||||
-rw-r--r-- | docs/manual/custom-error.xml.meta | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_lua.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_lua.xml.fr | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr index 246377766c..6cd4d202e9 100644 --- a/docs/manual/custom-error.html.fr +++ b/docs/manual/custom-error.html.fr @@ -28,8 +28,6 @@ <a href="./ko/custom-error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div> -<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.</div> <p>Le serveur HTTP Apache fournit des messages d'erreur génériques pour les codes de statut 4xx ou 5xx ; ces messages sont cependant @@ -168,12 +166,13 @@ ErrorDocument 401 /subscription/how_to_subscribe.html par une directive ErrorDocument pourrait contenir ce qui suit :</p> - <div class="example"><p><code> - ... <br /> - print "Content-type: text/html\n"; <br /> - printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br /> - ... - </code></p></div> + <pre class="prettyprint lang-perl"> +... +print "Content-type: text/html\n"; <br /> +printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br /> +... + </pre> + <p>Si un script est dédié à la gestion d'une condition d'erreur spécifique, telle que <code>404 Not Found</code>, il @@ -199,10 +198,11 @@ ErrorDocument 401 /subscription/how_to_subscribe.html <p>Dans le fichier de configuration de votre serveur, vous trouverez un groupe de lignes du style :</p> - <div class="example"><p><code> + <pre class="prettyprint lang-config"> # Multi-language error messages<br /> #Include conf/extra/httpd-multilang-errordoc.conf - </code></p></div> + </pre> + <p>Décommentez la ligne <code>Include</code> pour activer cette fonctionnalité, et présenter des messages d'erreur dont le langage diff --git a/docs/manual/custom-error.xml.meta b/docs/manual/custom-error.xml.meta index 5900a59241..38c922cb47 100644 --- a/docs/manual/custom-error.xml.meta +++ b/docs/manual/custom-error.xml.meta @@ -9,7 +9,7 @@ <variants> <variant>en</variant> <variant outdated="yes">es</variant> - <variant outdated="yes">fr</variant> + <variant>fr</variant> <variant outdated="yes">ja</variant> <variant outdated="yes">ko</variant> <variant outdated="yes">tr</variant> diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 0ab51bb89c..e41229f983 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -232,7 +232,7 @@ LuaAuthzProvider foo authz_provider.lua authz_check_foo <p>Hook functions are how modules (and Lua scripts) participate in the processing of requests. Each type of hook exposed by the server exists for -a specific purposes such as mapping requests to the filesystem, +a specific purpose, such as mapping requests to the filesystem, performing access control, or setting mimetypes:</p> <table class="bordered"><tr class="header"> diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index e60b2e3e2c..540e4135f4 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1355934:1370158 (outdated) --> +<!-- English Revision: 1355934:1370492 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> |