You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2011/11/21 22:59:56 UTC

svn commit: r1204724 - in /tcl/rivet/branches/rivet-namespace: ChangeLog doc/xml/commands.xml doc/xml/directives.xml doc/xml/request.xml

Author: mxmanghi
Date: Mon Nov 21 21:59:56 2011
New Revision: 1204724

URL: http://svn.apache.org/viewvc?rev=1204724&view=rev
Log:
2011-11-21 Massimo Manghi <mx...@apache.org>
    * doc/xml/directives.xml,doc/xml/commands.xml: removed note about 'rivetlib' package
    no more needed. Notes about ServerInitScript not having effect when virtual hosts
    have their own private slave interpreters.


Modified:
    tcl/rivet/branches/rivet-namespace/ChangeLog
    tcl/rivet/branches/rivet-namespace/doc/xml/commands.xml
    tcl/rivet/branches/rivet-namespace/doc/xml/directives.xml
    tcl/rivet/branches/rivet-namespace/doc/xml/request.xml

Modified: tcl/rivet/branches/rivet-namespace/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/rivet-namespace/ChangeLog?rev=1204724&r1=1204723&r2=1204724&view=diff
==============================================================================
--- tcl/rivet/branches/rivet-namespace/ChangeLog (original)
+++ tcl/rivet/branches/rivet-namespace/ChangeLog Mon Nov 21 21:59:56 2011
@@ -1,3 +1,8 @@
+2011-11-21 Massimo Manghi <mx...@apache.org>
+    * doc/xml/directives.xml,doc/xml/commands.xml: removed note about 'rivetlib' package
+    no more needed. Notes about ServerInitScript not having effect when virtual hosts
+    have their own private slave interpreters.
+
 2011-11-20 Massimo Manghi <mx...@apache.org>
     * doc/xml/commands.xml,doc/xml/install.xml: documentation for building Rivet updated.
     * configure.ac: corrected help message for --disable-rivet-commands-export

Modified: tcl/rivet/branches/rivet-namespace/doc/xml/commands.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/rivet-namespace/doc/xml/commands.xml?rev=1204724&r1=1204723&r2=1204724&view=diff
==============================================================================
--- tcl/rivet/branches/rivet-namespace/doc/xml/commands.xml (original)
+++ tcl/rivet/branches/rivet-namespace/doc/xml/commands.xml Mon Nov 21 21:59:56 2011
@@ -464,9 +464,9 @@
 		    For example, the right angle
 		    bracket is escaped to the corrected ampersand gt symbol.
 		</para>
-		<note> 
+		<!--note> 
 		    You must require the <command>rivetlib</command> package in order to gain access to this command
-		</note>
+		</note -->
 	    </refsect1>
 	</refentry>
 
@@ -496,9 +496,9 @@
 		    For each metacharacter found, it is quoted in the result by
 		    prepending it with a backslash, returning the result.
 		</para>
-		<note> 
-		    You must require the <command>Rivet</command> package in order to gain access to this command
-		</note>
+		<!-- note>
+		    You must require the <command>rivetlib</command> package in order to gain access to this command
+		</note -->
 	    </refsect1>
 	</refentry>
 	
@@ -527,10 +527,10 @@
 		    This is useful for quoting strings that are going to be
 		    part of a URL.
 		</para>
-		<note> 
+		<!-- note> 
 		    You must require the <command>rivetlib</command> package in order to gain access 
 		    to this command
-		</note>
+		</note -->
 	    </refsect1>
 	</refentry>
 
@@ -1145,10 +1145,10 @@ bxxb ccxxxxcc</programlisting>
 		    This is useful for unquoting strings that have been quoted to
 		    be part of a URL.
 		</para>
-		<note> 
+		<!-- note> 
 		    You must require the <command>rivetlib</command> package in order to gain 
 		    access to this command
-		</note>
+		</note -->
 	    </refsect1>
 	</refentry>
 

Modified: tcl/rivet/branches/rivet-namespace/doc/xml/directives.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/rivet-namespace/doc/xml/directives.xml?rev=1204724&r1=1204723&r2=1204724&view=diff
==============================================================================
--- tcl/rivet/branches/rivet-namespace/doc/xml/directives.xml (original)
+++ tcl/rivet/branches/rivet-namespace/doc/xml/directives.xml Mon Nov 21 21:59:56 2011
@@ -102,7 +102,8 @@
 			   			execution of the script completes.
 			   		</para>
 			   		<para>
-							This option is only available at the global level	   		
+							This option is only available at the global level and has
+							effect only if <command>SeparateVirtualInterps</command> is off   		
 			   		</para>
 	   			</listitem>
 				</varlistentry>

Modified: tcl/rivet/branches/rivet-namespace/doc/xml/request.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/rivet-namespace/doc/xml/request.xml?rev=1204724&r1=1204723&r2=1204724&view=diff
==============================================================================
--- tcl/rivet/branches/rivet-namespace/doc/xml/request.xml (original)
+++ tcl/rivet/branches/rivet-namespace/doc/xml/request.xml Mon Nov 21 21:59:56 2011
@@ -38,8 +38,12 @@
 		    		creation of private data. Example of tasks that can be done
 		    		in this context are importing namespace commands and loading packages
 		    		providing code of general interest for every application to
-		    		be served.
+		    		be served. 
 	    		</para>
+	    		<para>
+	    			<note>This directive has effect when 
+		    		<command>SeparateVirtualInterps</command> is off</note>
+		    	</para>
 	    	</listitem>
 	    	<listitem>
 	    		<bridgehead>Child Process Initialization</bridgehead>
@@ -67,8 +71,10 @@
 	    			serving different web applications. 
 	    		</para>
 	    		<para>
-	    			<command>GlobalInitScript</command> has no effect to working interpreters
-	    			when <command>SeparateVirtualInterps</command> is set.
+	    			<note>
+	    				<command>GlobalInitScript</command> has no effect to working interpreters
+	    				when <command>SeparateVirtualInterps</command> is set.
+	    			</note>
 	    		</para>
 	    	</listitem>
 	    	<listitem>



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