]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:48:46 +0000 (07:48 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:48:46 +0000 (07:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1375919 13f79535-47bb-0310-9956-ffa450edef68

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

index 2ad2d3499dcea88873bb2a7f0c2d2be308b1f48d..ffb7818049826d5e52698194115093d795074db5 100644 (file)
@@ -456,9 +456,9 @@ end
         </pre>
 
         <pre class="prettyprint lang-lua">
-        r:parsebody([sizeLimit]) -- parse the request body as a POST and return  a lua table.
-                                 -- An optional number may be passed to specify the maximum number 
-                                 -- of bytes to parse. Default is 8192 bytes.
+r:parsebody([sizeLimit]) -- parse the request body as a POST and return  a lua table.
+                         -- An optional number may be passed to specify the maximum number 
+                         -- of bytes to parse. Default is 8192 bytes.
         </pre>
 
         <pre class="prettyprint lang-lua">
@@ -522,7 +522,7 @@ end
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_lua</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.5.0 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.4.3 and later</td></tr>
 </table>
 <p>After a lua function has been registered as authorization provider, it can be used
 with the <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> directive:</p>
index 21811ec856659b4c0f0b79c0ffb79f2664c0a325..a493a5e19304932c61ee80d5c968f68a5fddb35b 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: 1345920:1375911 (outdated) -->
+<!-- English Revision: 1345920:1375918 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->