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 2010/04/30 10:15:18 UTC

svn commit: r939581 - in /tcl/site/rivet: ./ static/

Author: mxmanghi
Date: Fri Apr 30 08:15:17 2010
New Revision: 939581

URL: http://svn.apache.org/viewvc?rev=939581&view=rev
Log:
new website with page announcing Rivet 2.0

Added:
    tcl/site/rivet/static/rn-2_0_0.html
Modified:
    tcl/site/rivet/index.html
    tcl/site/rivet/rivet.css
    tcl/site/rivet/static/about.html
    tcl/site/rivet/static/ajax.html
    tcl/site/rivet/static/download.html
    tcl/site/rivet/static/file_download.html
    tcl/site/rivet/static/file_upload.html
    tcl/site/rivet/static/hello_world.html
    tcl/site/rivet/static/scripts.html
    tcl/site/rivet/static/shaded_table.html
    tcl/site/rivet/static/templates.html
    tcl/site/rivet/static/var_access.html

Modified: tcl/site/rivet/index.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/index.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/index.html (original)
+++ tcl/site/rivet/index.html Fri Apr 30 08:15:17 2010
@@ -14,6 +14,8 @@
 
 
 
+
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -34,12 +36,16 @@
 
 
 
+
+
 	<title>Rivet</title>
 	<link rel="stylesheet" href="rivet.css" />
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -59,7 +65,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="static/download.html" class="menuitem">Download</a>
+            <a href="static/download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -68,9 +74,15 @@
             <a href="static/hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="static/about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="static/about.html" class="menuitem">About Us - Contact</a>
+        </span>
+    </div>
+</div>
+<div class="staticmenu" id="release">
+    <div class="menuheader">Downloads</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="static/rn-2_0_0.html" class="menuitem">Rivet 2.0</a>
         </span>
     </div>
 </div>
@@ -88,6 +100,10 @@
 		<div id="content"> 
 		    <div class="contentheadline"></div>
 		    <div><div>
+ <div id="announces">
+  <div>29-Apr-2010: <a href="static/rn-2_0_0.html">Rivet 2.0.0</a>
+ released.   </div>
+ </div>
  <p>
   <b>Apache Rivet</b>
  is a powerful, flexible, consistent,
@@ -220,19 +236,19 @@
 	    </table-->
 </div>
 
-</div>
-		    <div id="last_modified">Last Modified: 26-08-2009 16:52:27 UTC</div>
+
+		    </div>
+		    <div id="last_modified">Last Modified: 30-04-2010 00:03:25 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:$Author: $</div>
-		<div class="rightaligned">:26-08-2009 16:52:27</div-->
+		<!--div class="leftaligned">:$Author: max $</div>
+		<div class="rightaligned">:30-04-2010 00:03:25</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/rivet.css
URL: http://svn.apache.org/viewvc/tcl/site/rivet/rivet.css?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/rivet.css (original)
+++ tcl/site/rivet/rivet.css Fri Apr 30 08:15:17 2010
@@ -9,6 +9,16 @@ body {
 
 }
 
+#announces {
+/*    border-top:		2px solid black; */
+    border-bottom:	2px solid black;
+    padding:		2.0em auto;
+    font-size:		1.5em; 
+}
+
+#announces>div {
+    margin:		0.7em auto;
+}
 #bigcontainer {
     padding-right:	4em;
 }
@@ -24,7 +34,8 @@ div#pageheadline {
 }
 
 div.headline {
-    font-size:		24pt;
+    moz-box-shadow:		10px 10px 5px #888;
+    font-size:		22pt;
     text-align:		left;
     margin-left:	170px;
     padding:		0.5em;
@@ -63,6 +74,7 @@ div.navbar {
     position:	    	relative;
     padding:	    	2px;
     font-family:	Arial,sans-serif;
+    font-size:		0.8em;
 /*  border:	    	1px dashed Navy; */
 }
 
@@ -247,3 +259,7 @@ span.keyword {
 span.function-name {
 	color: #87cefa;
 } /* font-lock-function-name-face */
+
+li {
+    margin:	1em;
+}

Modified: tcl/site/rivet/static/about.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/about.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/about.html (original)
+++ tcl/site/rivet/static/about.html Fri Apr 30 08:15:17 2010
@@ -12,6 +12,8 @@
 
 
 
+
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -30,12 +32,16 @@
 
 
 
+
+
 	<title>Apache Rivet Contact</title>
 	<link rel="stylesheet" href="../rivet.css" />
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -55,7 +61,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -64,9 +70,15 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
+        </span>
+    </div>
+</div>
+<div class="staticmenu" id="release">
+    <div class="menuheader">Downloads</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="rn-2_0_0.html" class="menuitem">Rivet 2.0</a>
         </span>
     </div>
 </div>
@@ -116,19 +128,19 @@
  </p>
 </div>
 
-</div>
-		    <div id="last_modified">Last Modified: 20-06-2009 00:00:17 UTC</div>
+
+		    </div>
+		    <div id="last_modified">Last Modified: 29-04-2010 17:11:59 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
 		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:20-06-2009 00:00:17</div-->
+		<div class="rightaligned">:29-04-2010 17:11:59</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/ajax.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/ajax.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/ajax.html (original)
+++ tcl/site/rivet/static/ajax.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -277,7 +277,8 @@ if {[var exists load]} {
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 02-07-2009 14:51:15 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -288,8 +289,7 @@ if {[var exists load]} {
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/download.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/download.html (original)
+++ tcl/site/rivet/static/download.html Fri Apr 30 08:15:17 2010
@@ -12,6 +12,8 @@
 
 
 
+
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -30,12 +32,16 @@
 
 
 
+
+
 	<title>Download Apache Rivet</title>
 	<link rel="stylesheet" href="../rivet.css" />
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -55,7 +61,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -64,9 +70,15 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
+        </span>
+    </div>
+</div>
+<div class="staticmenu" id="release">
+    <div class="menuheader">Downloads</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="rn-2_0_0.html" class="menuitem">Rivet 2.0</a>
         </span>
     </div>
 </div>
@@ -99,19 +111,19 @@
  </p>
 </div>
 
-</div>
-		    <div id="last_modified">Last Modified: 02-07-2009 15:11:17 UTC</div>
+
+		    </div>
+		    <div id="last_modified">Last Modified: 29-04-2010 17:11:59 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
 		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:02-07-2009 15:11:17</div-->
+		<div class="rightaligned">:29-04-2010 17:11:59</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/file_download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/file_download.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/file_download.html (original)
+++ tcl/site/rivet/static/file_download.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -217,7 +217,8 @@ if {[var exists pdfname]} {
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 02-07-2009 15:12:18 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -228,8 +229,7 @@ if {[var exists pdfname]} {
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/file_upload.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/file_upload.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/file_upload.html (original)
+++ tcl/site/rivet/static/file_upload.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -174,7 +174,8 @@ puts "Saved file [upload filename MyUplo
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 02-07-2009 15:14:30 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -185,8 +186,7 @@ puts "Saved file [upload filename MyUplo
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/hello_world.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/hello_world.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/hello_world.html (original)
+++ tcl/site/rivet/static/hello_world.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -145,7 +145,8 @@
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 02-07-2009 15:18:02 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -156,8 +157,7 @@
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Added: tcl/site/rivet/static/rn-2_0_0.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/rn-2_0_0.html?rev=939581&view=auto
==============================================================================
--- tcl/site/rivet/static/rn-2_0_0.html (added)
+++ tcl/site/rivet/static/rn-2_0_0.html Fri Apr 30 08:15:17 2010
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+	
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+	<title>Rivet 2.0: Release Notes and Known Problems</title>
+	<link rel="stylesheet" href="../rivet.css" />
+    </head>
+    <body>
+    	<!--p align="center"></p -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
+	<div id="bigcontainer"> 
+	    <div id="pageheadline">
+		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
+		<div class="headline">Rivet 2.0: Release Notes and Known Problems</div>
+	    </div>
+	    <div id="pagecontents">
+		<div class="navbar navleft"><div class="staticmenu" id="main">
+    <div class="menuheader">Rivet</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="../index.html" class="menuitem">Rivet Homepage</a>
+        </span>
+        <span class="navitem">
+            <a href="http://tcl.apache.org/">Apache Tcl Home</a>
+        </span>
+        <span class="navitem">
+            <a href="http://www.tcl.tk/">The Tcl Language</a>
+        </span>
+        <span class="navitem">
+            <a href="download.html" class="menuitem">Getting Rivet</a>
+        </span>
+        <span class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
+        </span>
+        <span class="navitem">
+            <a href="hello_world.html" class="menuitem">Examples</a>
+        </span>
+        <span class="navitem">
+            <a href="about.html" class="menuitem">About Us - Contact</a>
+        </span>
+    </div>
+</div>
+<div class="staticmenu" id="release">
+    <div class="menuheader">Downloads</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="rn-2_0_0.html" class="menuitem">Rivet 2.0</a>
+        </span>
+    </div>
+</div>
+
+</div>
+		<div class="navbar navright"></div>
+		<div id="content"> 
+		    <div class="contentheadline"></div>
+		    <div><div>
+ <p>
+		    Rivet 2.0 is available for download from ASF 
+		    <a href="http://www.apache.org/dyn/closer.cgi/tcl/rivet">mirror sites</a>
+. 
+		    Rivet 2.0 has been tested on various releases of Apache taken from both Apache 1.x 
+		    and Apache 2.x server families. 
+		 </p>
+ <p>
+		    Code integrity for this release can be checked using the 
+		    public keys in the <a href="http://www.apache.org/dist/tcl/KEYS">KEYS</a>
+ file
+		 </p>
+ <div>
+  <h4>Known Problems</h4>
+  <ul>
+   <li>
+				    In <tt>INSTALL</tt>
+ the switch <i>--with-tcl=</i>
+ of <tt>configure</tt>
+ is 
+				    erroneously written as <i>--with-tclincludes</i>
+. With <i>--with-tcl=</i>
+ you tell
+				    <tt>configure</tt>
+ where the tclConfig.sh script is located
+			       </li>
+   <li>
+				    Rivet is reported to conflict with cgi scripts on some Linux machines.
+				    Symptom of the problem is when cgi scripts hang forever and don't send 
+				    any content to the client
+			    </li>
+  </ul>
+ </div>
+</div>
+
+
+		    </div>
+		    <div id="last_modified">Last Modified: 30-04-2010 07:25:33 UTC</div>
+		</div>
+		<div class="clearfloats"></div>
+		<!--div class="leftaligned">: $Author: Massimo Manghi</div>
+		<div class="rightaligned">:30-04-2010 07:25:33</div-->
+		<div>
+		    <table align="center" width="100%">
+			<tr>
+			    <td align="left">
+				<a href="http://www.apache.org/">
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
+
+			    </td>
+			    <td align="right">
+				<a href="http://www.tcl.tk/">
+				    <img src="../picts/tclp.gif" alt="Powered by Tcl" border="0" width="42" height="64"></a>
+			    </td>
+			</tr>
+		    </table>
+		</div>
+	    </div>
+	</div>
+    </body>
+</html>

Modified: tcl/site/rivet/static/scripts.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/scripts.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/scripts.html (original)
+++ tcl/site/rivet/static/scripts.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -152,7 +152,8 @@
 		 </p>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 22-06-2009 17:16:10 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -163,8 +164,7 @@
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/shaded_table.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/shaded_table.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/shaded_table.html (original)
+++ tcl/site/rivet/static/shaded_table.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -154,7 +154,8 @@
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 24-06-2009 16:20:32 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -165,8 +166,7 @@
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/templates.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/templates.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/templates.html (original)
+++ tcl/site/rivet/static/templates.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -156,7 +156,8 @@ foreach  line [chat::model::getlines $us
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    <div id="last_modified">Last Modified: 20-06-2009 00:01:31 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
@@ -167,8 +168,7 @@ foreach  line [chat::model::getlines $us
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">

Modified: tcl/site/rivet/static/var_access.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/var_access.html?rev=939581&r1=939580&r2=939581&view=diff
==============================================================================
--- tcl/site/rivet/static/var_access.html (original)
+++ tcl/site/rivet/static/var_access.html Fri Apr 30 08:15:17 2010
@@ -59,7 +59,9 @@
     </head>
     <body>
     	<!--p align="center"></p -->
-	<!-- ? parray ::rivetweb::html_menu ? -->
+	<!-- ?
+	    parray rivetweb::menus_a
+	? -->
 	<div id="bigcontainer"> 
 	    <div id="pageheadline">
 		<div class="decoration"><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /></div>
@@ -79,7 +81,7 @@
             <a href="http://www.tcl.tk/">The Tcl Language</a>
         </span>
         <span class="navitem">
-            <a href="download.html" class="menuitem">Download</a>
+            <a href="download.html" class="menuitem">Getting Rivet</a>
         </span>
         <span class="navitem">
             <a href="http://tcl.apache.org/rivet/manual/">Documentation</a>
@@ -88,9 +90,7 @@
             <a href="hello_world.html" class="menuitem">Examples</a>
         </span>
         <span class="navitem">
-            <a href="about.html" class="menuitem">
-		About Us - Contact
-		</a>
+            <a href="about.html" class="menuitem">About Us - Contact</a>
         </span>
     </div>
 </div>
@@ -238,7 +238,8 @@ if { [llength $errlist] != 0 } {
  </div>
 </div>
 
-</div>
+
+		    </div>
 		    
 		</div>
 		<div class="clearfloats"></div>
@@ -249,8 +250,7 @@ if { [llength $errlist] != 0 } {
 			<tr>
 			    <td align="left">
 				<a href="http://www.apache.org/">
-				    <img src="../picts/apache_pb.gif" 
-					 alt="Powered by Apache" border="0" width="259" height="32"></a>
+				    <img src="../picts/apache_pb.gif" alt="Powered by Apache" border="0" width="259" height="32"></a>
 
 			    </td>
 			    <td align="right">



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