You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2013/04/20 17:39:29 UTC

svn commit: r1470179 - in /httpd/httpd/branches/2.4.x/docs/manual: expr.xml.fr mod/mod_macro.xml.fr mod/mod_rewrite.xml.fr programs/fcgistarter.xml.fr

Author: lgentis
Date: Sat Apr 20 15:39:29 2013
New Revision: 1470179

URL: http://svn.apache.org/r1470179
Log:
Updates.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/programs/fcgistarter.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr?rev=1470179&r1=1470178&r2=1470179&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr Sat Apr 20 15:39:29 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1446026:1467979 (outdated) -->
+<!-- English Revision : 1467979 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -491,6 +491,14 @@ listfunction ::= listfuncname "<strong>(
         <td>"D&eacute;s&eacute;chappe" les cha&icirc;nes cod&eacute;es
 	en hexad&eacute;cimal, en ne gardant encod&eacute;s que les slashes; renvoie la cha&icirc;ne vide
 	si la s&eacute;quence %00 est rencontr&eacute;e</td><td></td></tr>
+    <tr><td><code>base64</code></td>
+        <td>Encode la cha&icirc;ne en base64</td><td></td></tr>
+    <tr><td><code>unbase64</code></td>
+        <td>D&eacute;code les cha&icirc;nes cod&eacute;es en base64, renvoie une cha&icirc;ne
+	tronqu&eacute;e si le caract&egrave;re 0x00 est rencontr&eacute;</td><td></td></tr>
+    <tr><td><code>sha1</code></td>
+        <td>G&eacute;n&egrave;re un hash de la cha&icirc;ne en utilisant SHA1, puis encode
+	le hash obtenu en hexad&eacute;cimal</td><td></td></tr>
     <tr><td><code>file</code></td>
         <td>Lit le contenu d'un fichier</td><td>oui</td></tr>
     <tr><td><code>filesize</code></td>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr?rev=1470179&r1=1470178&r2=1470179&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr Sat Apr 20 15:39:29 2013
@@ -91,7 +91,7 @@ de configuration Apache.</description>
     <p>Suppression de la d&eacute;finition d'une macro :</p>
     <ul>
     <li> la macro supprim&eacute;e doit avoir &eacute;t&eacute; d&eacute;finie auparavant.</li>
-    </ul>
+  </ul>
 
     <highlight language="config">
 &lt;Macro DirGroup $dir $group&gt;
@@ -104,7 +104,7 @@ Use DirGroup /www/apache/private private
 Use DirGroup /www/apache/server  admin
 
 UndefMacro DirGroup
-
+    
 </highlight>
 
 </section>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr?rev=1470179&r1=1470178&r2=1470179&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr Sat Apr 20 15:39:29 2013
@@ -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: 1456073:1469960 (outdated) -->
+<!-- English Revision : 1469960 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -707,7 +707,7 @@ la r&eacute;&eacute;criture soit effectu
 	</li>
 
         <li>A des fins de r&eacute;f&eacute;rence avant, on peut utiliser,
-	<code>%{LA-U:variable}</code>, qui
+	<a id="LA-U" name="LA-U"><code>%{LA-U:variable}</code></a>, qui
 	permet d'effectuer une sous-requ&ecirc;te interne &agrave; base d'URL, afin
 	de d&eacute;terminer la valeur finale de <em>variable</em>. Ceci permet
 	d'acc&eacute;der &agrave; la valeur d'une variable pour la r&eacute;&eacute;criture inconnue

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/fcgistarter.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/fcgistarter.xml.fr?rev=1470179&r1=1470178&r2=1470179&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/fcgistarter.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/fcgistarter.xml.fr Sat Apr 20 15:39:29 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1301728:1469400 (outdated) -->
+<!-- English Revision : 1469400 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->