]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRichard Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:44:35 +0000 (16:44 +0000)
committerRichard Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:44:35 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576417 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.html.fr
docs/manual/mod/mod_lua.xml.fr
docs/manual/mod/mod_lua.xml.meta

index 0d9b0e3334e52440c00122b7b96f147abfe1de68..83d13c9ef3a675b25877dd8536d4a3df626f8154 100644 (file)
@@ -107,7 +107,9 @@ trust, as it can be abused to change the internal workings of httpd.</p>
 <code>mod_lua</code> provides a handler named <code>lua-script</code>,
 which can be used with an <code>AddHandler</code> directive:</p>
 
-<pre class="prettyprint lang-config">AddHandler lua-script .lua</pre>
+<pre class="prettyprint lang-config">&lt;FilesMatch "\.lua$"&gt;
+    AddHandler lua-script .lua
+&lt;/FilesMatch&gt;</pre>
 
 
 <p>
index 0efcd405e4c0068cf915154a6012cbc3c5e6071f..d0ca27e9bf726ecc1473eaf802a61cb2986549fb 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_lua.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_lua.html" title="Français">&nbsp;fr&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>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fournit des points d'entrée Lua dans différentes parties du
 traitement des requêtes httpd</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Expérimental</td></tr>
index 486fe9af3b2e67007ebacbe33dc1237ad0e36f29..773687a7069a4abbf997556b0a09c795e178fe42 100644 (file)
@@ -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 : 1570528 -->
+<!-- English Revision: 1570528:1576415 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b55c7710e95c9f695fe435d176007bdf28716825..8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>