You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/08/08 00:09:50 UTC

svn commit: r1370564 - in /httpd/httpd/trunk/docs/manual: custom-error.html.fr custom-error.xml.meta mod/mod_lua.html.en mod/mod_lua.xml.fr

Author: humbedooh
Date: Tue Aug  7 22:09:50 2012
New Revision: 1370564

URL: http://svn.apache.org/viewvc?rev=1370564&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/custom-error.html.fr
    httpd/httpd/trunk/docs/manual/custom-error.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr

Modified: httpd/httpd/trunk/docs/manual/custom-error.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/custom-error.html.fr?rev=1370564&r1=1370563&r2=1370564&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/custom-error.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/custom-error.html.fr Tue Aug  7 22:09:50 2012
@@ -28,8 +28,6 @@
 <a href="./ko/custom-error.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</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_s
       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&nbsp;Not&nbsp;Found</code>, il
@@ -199,10 +198,11 @@ ErrorDocument 401 /subscription/how_to_s
     <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

Modified: httpd/httpd/trunk/docs/manual/custom-error.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/custom-error.xml.meta?rev=1370564&r1=1370563&r2=1370564&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/custom-error.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/custom-error.xml.meta Tue Aug  7 22:09:50 2012
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en?rev=1370564&r1=1370563&r2=1370564&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Tue Aug  7 22:09:50 2012
@@ -232,7 +232,7 @@ LuaAuthzProvider foo authz_provider.lua 
 
 <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">

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1370564&r1=1370563&r2=1370564&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Tue Aug  7 22:09:50 2012
@@ -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 -->