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 2018/04/06 21:57:14 UTC

svn commit: r1828574 - in /tcl/site/rivet: html/rn-3-0.html index.html

Author: mxmanghi
Date: Fri Apr  6 21:57:13 2018
New Revision: 1828574

URL: http://svn.apache.org/viewvc?rev=1828574&view=rev
Log:
rephrasing sentence with word repeated

Modified:
    tcl/site/rivet/html/rn-3-0.html
    tcl/site/rivet/index.html

Modified: tcl/site/rivet/html/rn-3-0.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/html/rn-3-0.html?rev=1828574&r1=1828573&r2=1828574&view=diff
==============================================================================
--- tcl/site/rivet/html/rn-3-0.html (original)
+++ tcl/site/rivet/html/rn-3-0.html Fri Apr  6 21:57:13 2018
@@ -82,7 +82,7 @@
                 </p>
         <h4>New Request Processing Scheme</h4>
         <p>
-                	  In Rivet 2.x request processing was performed in mod_rivet 2.x by chaining together 3 scripts
+                	  In Rivet 2.x request processing was performed by chaining together 3 scripts
                 	  
                 	  <ul>
                 <li>
@@ -107,7 +107,7 @@
  (<strong>ErrorScript</strong>
 
  
-						  has a default implementation if undefined in the configuration)
+						  has a default implementation if left undefined)
 						                    </p>
         <p>
 							Rivet 3.0 implements a new request processing scheme entirely based on Tcl. 
@@ -126,7 +126,8 @@
 : a ASCII-art character printer. Character typefaces were shamelessly taken from
                 	the code of the <a href="https://www.fossil-scm.org/">Fossil DVCS</a>
 
- under permission of Richard Hipp, Fossil's mastermind                            </li>
+ under permission of Richard Hipp,
+                	Fossil's mastermind                            </li>
             <li>
                 <strong>Calendar</strong>
 
@@ -137,14 +138,16 @@
             <li>
                 <strong>DIO</strong>
 
-: a generic, object-oriented interface to SQL databases. Its main goal is to be as generic as possible                            </li>
+: a generic, object-oriented interface to SQL databases. Its main goal is
+                	to be as generic as possible                            </li>
             <li>
                 <strong>Entities</strong>
 
 : The RivetEntities package was kindly provided by Harald Oehlmann 
-                	and is largely taken from a simple yet clever encoder/decoder of HTML entities starting from a utf-8 character string.
-                	The original code writted by Andy Goth is at http://wiki.tcl.tk/26403. Package entities extends the functionality
-                	in the original code combining it with Tcl's 'encoding' command to encode/decode from any supported encoding                            </li>
+                	and is largely taken from a simple yet clever encoder/decoder of HTML entities starting from a utf-8
+                	character string. The original code writted by Andy Goth is at http://wiki.tcl.tk/26403. 
+                	Package entities extends the functionality in the original code combining it with Tcl's 'encoding'
+                	command to encode/decode from any supported encoding                            </li>
             <li>
                 <strong>Form</strong>
 

Modified: tcl/site/rivet/index.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/index.html?rev=1828574&r1=1828573&r2=1828574&view=diff
==============================================================================
--- tcl/site/rivet/index.html (original)
+++ tcl/site/rivet/index.html Fri Apr  6 21:57:13 2018
@@ -16,30 +16,25 @@
         <div id="body">
             <div id="content">
                 <h2>Apache Rivet</h2>
-                <div class="floatright"><img src="picts/Rivetlogo_tiny.png" /></div><div>
-    <!--div id="announces">
-		  <div>
-		    01-Dec-2012: <sitereference href="rn-2-0">Rivet 2.0.6</sitereference> and
-		    <sitereference href="rn-2-1">Rivet 2.1.0</sitereference> released.   
-		  </div>
-		</div -->
+                <div>
     <p>
         <b>Apache Rivet</b>
 
  is a powerful, flexible, consistent,
-		  fast, and robust solution to creating web applications:
-		            </p>
+		  		fast, and robust solution to creating web applications:
+			            </p>
+    <img src="picts/Rivetlogo_tiny.png" class="floatright"/>
     <p>
         <b>Powerful</b>
 
 : Apache Rivet puts the Tool Command
-		  Language in the hands of the programmer, allowing him or
-		  her to manipulate data easily and concisely.  Millions
-		  of lines of Tcl code already exist - all you have to do
-		  is glue them together to create unique and useful
-		  applications. Rivet unites this power with the Apache
-		  web server.
-		            </p>
+			  Language in the hands of the programmer, allowing him or
+			  her to manipulate data easily and concisely.  Millions
+			  of lines of Tcl code already exist - all you have to do
+			  is glue them together to create unique and useful
+			  applications. Rivet unites this power with the Apache
+			  web server.
+			            </p>
     <p>
         <b>Flexible</b>
 
@@ -49,7 +44,7 @@
 		  still true today, and makes Tcl, and as a consequence,
 		  Apache Rivet, easy to integrate into your business to
 		  leverage existing systems.
-		            </p>
+			            </p>
     <p>
         <b>Consistent</b>
 



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