You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2012/12/03 02:40:57 UTC

svn commit: r1416333 - /tcl/site/rivet/static/rn-2-1.html

Author: mxmanghi
Date: Mon Dec  3 01:40:52 2012
New Revision: 1416333

URL: http://svn.apache.org/viewvc?rev=1416333&view=rev
Log:
minor mispelling and error corrections

Modified:
    tcl/site/rivet/static/rn-2-1.html

Modified: tcl/site/rivet/static/rn-2-1.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/rn-2-1.html?rev=1416333&r1=1416332&r2=1416333&view=diff
==============================================================================
--- tcl/site/rivet/static/rn-2-1.html (original)
+++ tcl/site/rivet/static/rn-2-1.html Mon Dec  3 01:40:52 2012
@@ -70,14 +70,19 @@
 						A new <strong>RivetServerInit</strong>
  directives was introduced. 
 						<strong>RivetServerInit</strong>
-	accepts as argument  Tcl code to be run
-						in the initialization stage of the webserver before the child processes are 
-						forked. More details are available in the manual.
+	accepts as argument a Tcl script to be run
+						during the initialization stage of the webserver. This phase takes places 
+						before the child processes are forked. More details are available in the manual.
 					  </p>
   <p>
 						A new <strong>AfterEveryScript</strong>
- directive specifies a new class
-						of configuration scripts that run as last when processing a request
+ directive specifies a new class of 
+						configuration scripts. An <strong>AfterEveryScript</strong>
+ directive tells
+						Rivet what code has to be executed at every request completion, either when 
+						a request processing was successful or an abort condition was handled 
+						by an <strong>AbortScript</strong>
+ directive.
 					  </p>
   <p>
 						The new command <strong>::rivet::inspect</strong>
@@ -121,8 +126,7 @@
 						DIO Package bug fixes
 						<ul>
     <li>
-								Improved DIO support for Sqlite fixes several bugs that occurred when using
-								this backend.
+								Improved DIO support for Sqlite fixes several bugs.
 							</li>
     <li>
 								Fixed secs computation made by dio_Mysql when handling timestamp fields.
@@ -161,7 +165,7 @@
 
 
                 <div class="contentbottom">
-                    <div id="last_modified">Last Modified: 01-12-2012 16:14:23 UTC</div>
+                    <div id="last_modified">Last Modified: 03-12-2012 02:24:10 UTC</div>
                 </div>
             </div>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org