You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/22 13:43:50 UTC

svn commit: r936793 - in /httpd/httpd/trunk/docs/manual/mod: mod_lua.html.en mod_lua.xml

Author: rbowen
Date: Thu Apr 22 11:43:49 2010
New Revision: 936793

URL: http://svn.apache.org/viewvc?rev=936793&view=rev
Log:
Make 'validate-xml' happy.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

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=936793&r1=936792&r2=936793&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Thu Apr 22 11:43:49 2010
@@ -63,7 +63,7 @@ request processing</td></tr>
 <div class="section">
 <h2><a name="basicconf" id="basicconf">Basic Configuration</a></h2>
 
-The basic module loading directive is
+<p>The basic module loading directive is</p>
 
 <div class="example"><p><code>
     LoadModule apreq_module modules/mod_apreq2.so<br />
@@ -224,6 +224,10 @@ processing</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>
 </table>
+<p>
+    Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="LuaHookInsertFilter" id="LuaHookInsertFilter">LuaHookInsertFilter</a> <a name="luahookinsertfilter" id="luahookinsertfilter">Directive</a></h2>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=936793&r1=936792&r2=936793&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Thu Apr 22 11:43:49 2010
@@ -38,7 +38,7 @@ request processing</description>
 
 <section id="basicconf"><title>Basic Configuration</title>
 
-The basic module loading directive is
+<p>The basic module loading directive is</p>
 
 <example>
     LoadModule apreq_module modules/mod_apreq2.so<br />
@@ -297,7 +297,11 @@ handlers (or hooks, or filters) in the s
 <description>Provide a hook for the fixups phase of request
 processing</description>
 <syntax>LuaHookFixups  /path/to/lua/script.lua hook_function_name</syntax>
+<usage>
+<p>
     Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+</usage>
 </directivesynopsis>
 
 <directivesynopsis>