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 2011/11/08 01:58:33 UTC

svn commit: r1199034 [1/2] - in /tcl/site/rivet: ./ css/wondrous/ picts/ picts/wondrous/ static/

Author: mxmanghi
Date: Tue Nov  8 00:58:32 2011
New Revision: 1199034

URL: http://svn.apache.org/viewvc?rev=1199034&view=rev
Log:
newly styled pages for Rivet

Added:
    tcl/site/rivet/css/wondrous/
    tcl/site/rivet/css/wondrous/styles.css
    tcl/site/rivet/picts/Rivetlogo_tiny.png   (with props)
    tcl/site/rivet/picts/wondrous/
    tcl/site/rivet/picts/wondrous/bodybg.jpg   (with props)
    tcl/site/rivet/picts/wondrous/h4-bg.png   (with props)
Modified:
    tcl/site/rivet/doap_rivet.rdf
    tcl/site/rivet/index.html
    tcl/site/rivet/static/about.html
    tcl/site/rivet/static/ajax.html
    tcl/site/rivet/static/calendar.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/rn-2-0.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

Added: tcl/site/rivet/css/wondrous/styles.css
URL: http://svn.apache.org/viewvc/tcl/site/rivet/css/wondrous/styles.css?rev=1199034&view=auto
==============================================================================
--- tcl/site/rivet/css/wondrous/styles.css (added)
+++ tcl/site/rivet/css/wondrous/styles.css Tue Nov  8 00:58:32 2011
@@ -0,0 +1,347 @@
+body {
+	background: #480E0E url('../../picts/wondrous/bodybg.jpg') repeat-x scroll top left;
+	margin:0;
+	padding:0;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 14px;
+	color: #333;
+}
+
+* {
+	margin:0;
+	padding:0;
+}
+
+/** element defaults **/
+table {
+	width: 100%;
+	text-align: left;
+}
+
+th, td {
+	padding: 10px 10px;
+}
+
+th {
+	color: #fff;
+	font-weight: normal;
+	background: transparent url(../../picts/wondrous/h4-bg.png) repeat-x scroll left top;
+}
+
+td {
+	border-bottom: 1px solid #ddd;
+}
+
+code, blockquote {
+	display: block;
+	border-left: 5px solid #ddd;
+	padding: 10px;
+	margin-bottom: 20px;
+}
+blockquote {
+	border-left: 5px solid #480E0E;
+}
+
+blockquote p {
+	font-style: italic;
+	font-family: Georgia, "Times New Roman", Times, serif;
+	margin: 0;
+	color: #666;
+	height: 1%;
+}
+
+p {
+	line-height: 1.5em;
+	margin-bottom: 1em;
+}
+
+a {
+	color: #CC0000;
+}
+
+a:hover {
+	color: #BC2424;
+}
+
+a:focus {
+	outline: none;
+}
+
+fieldset {
+	display: block;
+	border: none;
+	border-top: 1px solid #ddd;
+}
+
+fieldset legend {
+	font-weight: bold;
+	font-size: 13px;
+	padding-right: 10px;
+	color: #999;
+}
+
+fieldset form {
+	padding-top: 15px;
+}
+
+fieldset p label {
+	float: left;
+	width: 150px;
+}
+
+form input, form select, form textarea {
+	padding: 5px;
+	color: #333333;
+	border: 1px solid #ddd;
+}
+
+form input.formbutton {
+	border: none;
+	background:transparent url(../../picts/wondrous/h4-bg.png) repeat-x scroll center;
+	color: #ffffff;
+	font-weight: bold;
+	padding: 6px 10px;
+	font-size: 12px;
+	font-family: Tahoma, Geneva, sans-serif;
+	letter-spacing: 1px;
+	width: auto;
+	overflow: visible;
+}
+
+form.searchform p {
+	margin: 5px 0;
+}
+
+form.searchform input.s {
+	border: 1px solid #330A0A;
+}
+
+span.required {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	color: #ff0000;
+}
+
+h1 {
+	color: #999;
+	font-size: 35px;
+}
+
+h2 {
+	color: #CC0000;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 35px;
+	letter-spacing: -1.5px;
+	font-weight: normal;
+	padding: 0 0 5px;
+	margin: 0;
+    
+}
+
+h3 {
+	color: #BC2424;
+	font-size: 18px;
+	font-weight: normal;
+	margin-bottom: 10px;
+}
+
+h4 {
+	padding-bottom: 10px;
+	font-size: 15px;
+	color: #555555;
+}
+
+h5 {
+	padding-bottom: 10px;
+	font-size: 13px;
+	color: #666666;
+}
+
+ul, ol {
+	margin: 0 0 35px 35px;
+}
+
+li {
+	padding-bottom: 5px;
+}
+
+li ol, li ul {
+	font-size: 1.0em;
+	margin-bottom: 0;
+	padding-top: 5px;
+}
+
+
+#container {
+	width: 1000px;
+	margin:0 auto;
+	padding: 0;
+}
+
+#header {
+	padding: 40px 0px;
+	margin: 0 auto;
+}
+
+#header h1 a {
+	font-family: Arial, Helvetica, sans-serif;
+	color: #FFFFFF;
+	font-size: 60px;
+	font-weight: normal;
+	text-decoration: none;
+	letter-spacing: -5px;
+	float: left;
+}
+
+#header h2 {
+	color: #CCCCCC;
+	float: left;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 13px;
+	margin-left: 12px;
+	margin-top: 28px;
+	padding-left: 4px;
+	text-transform: uppercase;
+	letter-spacing: 0;
+}
+
+
+#body {
+	margin:0 auto 30px;
+}
+
+#content {
+	background-color: #fff;
+	float: left;
+	width: 690px;
+	padding: 20px 25px;
+	margin: 0;
+
+    border-radius: 6px;
+    -moz-border-radius: 6px;
+    -webkit-border-radius: 6px;
+}
+
+.sidebar {
+	width: 250px;
+	padding: 0;
+	float: right;
+}
+
+
+.sidebar ul {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.sidebar ul li {
+	margin-bottom: 20px;
+	line-height: 1.9em;
+}
+
+.sidebar li ul {
+}
+
+.sidebar li ul li {
+	display: block;
+	border-top: none;
+	padding: 6px 7px;
+	margin: 0;
+	line-height: 1.5em;
+	font-size: 13px;
+	color: #FBDFDF;
+}
+
+.sidebar li ul li a {
+	font-weight: normal;
+	color: #FBDFDF;
+}
+
+.sidebar li ul.blocklist li {
+	padding: 0;
+	display: inline;
+}
+
+.sidebar li ul.blocklist li a {
+	display: block;
+	padding: 7px 8px;
+	margin: 0 7px;
+	text-decoration: none;
+	border-bottom: 1px solid #5F1311;
+}
+
+.sidebar li ul.blocklist li a:hover {
+	color: #fff;
+}
+
+.sidebar li ul li a:hover {
+	color: #eee;
+}
+
+.sidebar h4 {
+	color: #fff;
+	font-family: Arial, Helvetica, sans-serif;
+	background:transparent url('../../picts/wondrous/h4-bg.png') repeat-x scroll top left;
+	font-size: 12px;
+	letter-spacing: 0;
+	text-transform: uppercase;
+	margin: 0;
+	padding: 4px 10px;
+	font-weight: normal;
+	border-bottom: 2px solid #330A0A;
+}
+
+.clear {
+	clear: both;
+}
+
+#footer {
+	margin:0 auto;
+}
+
+.footer-content {
+	background: #330A0A;
+	padding: 20px 5px;
+}
+
+#footer p {
+	text-align: center;
+	color: #fff;
+	font-size: 14px;
+	margin: 0;
+	padding: 0;
+}
+
+#footer p a {
+	color: #fff;
+}
+
+.sez {
+    border-top: 1px solid #444;
+}
+
+.contentbottom {
+    color:  #111;
+    font-size:  0.9em;
+    text-align: right;
+    border-top: 1px solid #222;
+}
+
+.floatright {
+    padding: 5px;
+    margin: 0 auto 5px 5px;
+    float:  right;
+}
+
+.programlisting {
+    margin-top: 1em;
+    background: #FFCC66;
+    padding:    0.7em;
+    border:     1px dashed #778899;
+    font-size:  80%;
+}
+
+div.floatright {
+    padding:    10px auto 10px 10px;
+    margin:     0.5em auto 0.5em 1em;
+}

Modified: tcl/site/rivet/doap_rivet.rdf
URL: http://svn.apache.org/viewvc/tcl/site/rivet/doap_rivet.rdf?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/doap_rivet.rdf (original)
+++ tcl/site/rivet/doap_rivet.rdf Tue Nov  8 00:58:32 2011
@@ -30,8 +30,8 @@
     <release>
       <Version>
         <name>rivet-2.0</name>
-        <created>2010-10-25</created>
-        <revision>2.0.2</revision>
+        <created>2011-09-23</created>
+        <revision>2.0.4</revision>
       </Version>
     </release>
     <repository>

Modified: tcl/site/rivet/index.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/index.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/index.html (original)
+++ tcl/site/rivet/index.html Tue Nov  8 00:58:32 2011
@@ -1,112 +1,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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</title>
-	<link rel="stylesheet" href="css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Rivet - Webscripting for Tcl'ers</headline>
-</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="static/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="static/hello_world.html" class="menuitem">Examples</a>
-        </span>
-        <span class="navitem">
-            <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.html" class="menuitem">Rivet 2.0</a>
-        </span>
-    </div>
-</div>
-<div class="staticmenu" id="acknowledgments">
-    <div class="menuheader">Acknowledgments</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div>
- <div id="announces">
-  <div>23-Sep-2011: <a href="static/rn-2-0.html">Rivet 2.0.4</a>
- released.   </div>
- </div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Apache Rivet</title>
+    <link rel="stylesheet" href="css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Apache Rivet</headline>
+</h2>
+                <div class="floatright"><img src="picts/Rivetlogo_tiny.png"  /></div><div>
+ <!-- div id="announces">
+		    <div>23-Sep-2011: <sitereference href="rn-2-0">Rivet 2.0.4</sitereference> released. </div>
+		</div -->
  <p>
   <b>Apache Rivet</b>
  is a powerful, flexible, consistent,
@@ -241,28 +155,72 @@
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 23-09-2011 17:48:52 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:$Author: massimo.manghi $</div>
-		<div class="rightaligned">:23-09-2011 17:48:52</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="static/rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="static/download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="static/hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="static/about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="release">
+    <h4 class="">Downloads</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="static/rn-2-0.html" class="">Rivet 2.0</a>
+        </li>
+    </ul>
+</li>
+<li id="acknowledgments">
+    <h4 class="">Acknowledgments</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Added: tcl/site/rivet/picts/Rivetlogo_tiny.png
URL: http://svn.apache.org/viewvc/tcl/site/rivet/picts/Rivetlogo_tiny.png?rev=1199034&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tcl/site/rivet/picts/Rivetlogo_tiny.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tcl/site/rivet/picts/wondrous/bodybg.jpg
URL: http://svn.apache.org/viewvc/tcl/site/rivet/picts/wondrous/bodybg.jpg?rev=1199034&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tcl/site/rivet/picts/wondrous/bodybg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tcl/site/rivet/picts/wondrous/h4-bg.png
URL: http://svn.apache.org/viewvc/tcl/site/rivet/picts/wondrous/h4-bg.png?rev=1199034&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tcl/site/rivet/picts/wondrous/h4-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tcl/site/rivet/static/about.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/about.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/about.html (original)
+++ tcl/site/rivet/static/about.html Tue Nov  8 00:58:32 2011
@@ -1,173 +1,143 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>Apache Rivet Contact</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Apache Rivet Contact</headline>
-</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.html" class="menuitem">Rivet 2.0</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div>
- <p>
-  <h2>Contact</h2>
-  <p>
-		To contact the <b>Apache Rivet</b>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Apache Rivet Contact</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Apache Rivet Contact</headline>
+</h2>
+                <div class="sez">
+ <h4>Contact</h4>
+ <p>
+                To contact the <b>Apache Rivet</b>
  team, please write to our mailing list, at 
-		<a href="mailto:rivet-dev@tcl.apache.org">rivet-dev@tcl.apache.org</a>
+                <a href="mailto:rivet-dev@tcl.apache.org">rivet-dev@tcl.apache.org</a>
 .
-	      </p>
-  <p>
-		This list is archived here: 
-		<a href="http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/">
-		http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/</a>
-  </p>
-  <p>
-		To subscribe, send email to 
-		<a href="mailto:rivet-dev-subscribe@tcl.apache.org">rivet-dev-subscribe@tcl.apache.org</a>
-  </p>
+             </p>
+ <p>
+                This list is archived here: 
+                <a href="http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/">
+                http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/</a>
  </p>
  <p>
-  <h2>Credits</h2>
-  <p>
-   <b>Apache Rivet</b>
+                To subscribe, send email to 
+                <a href="mailto:rivet-dev-subscribe@tcl.apache.org">rivet-dev-subscribe@tcl.apache.org</a>
+ </p>
+</div>
+
+<div class="sez">
+ <h4>Credits</h4>
+ <p>
+  <b>Apache Rivet</b>
  owes its existance to a lot of
-		    people.  First and foremost, to the people behind the 
-		    <a href="http://httpd.apache.org/contributors/">Apache Web Server</a>
+                people.  First and foremost, to the people behind the 
+                <a href="http://httpd.apache.org/contributors/">Apache Web Server</a>
  
-		    and the <a href="http://www.tcl.tk/community/coreteam/index.html">Tool
-		    Command Language</a>
+                and the <a href="http://www.tcl.tk/community/coreteam/index.html">Tool
+                Command Language</a>
 .
-		  </p>
-  <p>
-		    Rivet's authors are
-		    <a href="http://wiki.tcl.tk/4843">Damon Courtney</a>
+             </p>
+ <p>
+                Rivet's authors are
+                <a href="http://wiki.tcl.tk/4843">Damon Courtney</a>
 , 
-		    <a href="http://www.dedasys.com/davidw/">David Welton</a>
+                <a href="http://www.dedasys.com/davidw/">David Welton</a>
   and
-		    <a href="http://wiki.tcl.tk/83">Karl Lehenbauer</a>
+                <a href="http://wiki.tcl.tk/83">Karl Lehenbauer</a>
 . 
-		  </p>
-  <p>
-   <a href="http://wiki.tcl.tk/20617">Massimo Manghi</a>
+             </p>
+ <p>
+  <a href="http://wiki.tcl.tk/20617">Massimo Manghi</a>
  is taking
-		    care of the project doing new developments and fixing bugs.
-		    He's also packaging Rivet for Debian/Ubuntu.
-		  </p>
-  <p>
-		    The nice logo was created by Randy Stanard,
-		    of <a href="http://dewittdesigns.com/">DeWitt Designs</a>
+                care of the project doing new developments and fixing bugs.
+                He's also packaging Rivet for Debian/Ubuntu.
+             </p>
+ <p>
+                The nice logo was created by Randy Stanard,
+                of <a href="http://dewittdesigns.com/">DeWitt Designs</a>
 .
-		  </p>
- </p>
+             </p>
 </div>
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 28-09-2011 22:40:38 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:28-09-2011 22:40:38</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="release">
+    <h4 class="">Downloads</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="rn-2-0.html" class="">Rivet 2.0</a>
+        </li>
+    </ul>
+</li>
+<li id="acknowledgments">
+    <h4 class="">Acknowledgments</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/ajax.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/ajax.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/ajax.html (original)
+++ tcl/site/rivet/static/ajax.html Tue Nov  8 00:58:32 2011
@@ -1,141 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>Ajax</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Ajax</headline>
-</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="examples">
-    <div class="menuheader">Examples</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="hello_world.html" class="menuitem">Hello world!</a>
-        </span>
-        <span class="navitem">
-            <a href="shaded_table.html" class="menuitem">A shaded table</a>
-        </span>
-        <span class="navitem">
-            <a href="var_access.html" class="menuitem">Variable Access</a>
-        </span>
-        <span class="navitem">
-            <a href="file_upload.html" class="menuitem">File Upload</a>
-        </span>
-        <span class="navitem">
-            <a href="file_download.html" class="menuitem">File Download</a>
-        </span>
-        <span class="navitem">
-            <a href="ajax.html" class="menuitem">XML and Ajax</a>
-        </span>
-        <span class="navitem">
-            <a href="calendar.html" class="menuitem">Calendar</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div class="example">
- <p class="title">
-  <b>Example 6. XML Messages and Ajax</b>
- </p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Ajax</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Ajax</headline>
+</h2>
+                <div class="example">
+ <!-- p class="title"><b>Example 6. XML Messages and Ajax</b></p -->
  <div class="example-contents">
   <p>
 			The <b>headers</b>
@@ -289,28 +172,82 @@ if {[var exists load]} {
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 21-07-2010 13:12:10 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:$Author: </div>
-		<div class="rightaligned">:21-07-2010 13:12:10</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="rivetexamples">
+    <h4 class="">Examples</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="hello_world.html" class="">Hello world!</a>
+        </li>
+        <li class="navitem">
+            <a href="shaded_table.html" class="">A shaded table</a>
+        </li>
+        <li class="navitem">
+            <a href="var_access.html" class="">Variable Access</a>
+        </li>
+        <li class="navitem">
+            <a href="file_upload.html" class="">File Upload</a>
+        </li>
+        <li class="navitem">
+            <a href="file_download.html" class="">File Download</a>
+        </li>
+        <li class="navitem">
+            <a href="ajax.html" class="">XML and Ajax</a>
+        </li>
+        <li class="navitem">
+            <a href="calendar.html" class="">Calendar</a>
+        </li>
+    </ul>
+</li>
+<li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/calendar.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/calendar.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/calendar.html (original)
+++ tcl/site/rivet/static/calendar.html Tue Nov  8 00:58:32 2011
@@ -1,141 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>Calendar </title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Calendar </headline>
-</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="examples">
-    <div class="menuheader">Examples</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="hello_world.html" class="menuitem">Hello world!</a>
-        </span>
-        <span class="navitem">
-            <a href="shaded_table.html" class="menuitem">A shaded table</a>
-        </span>
-        <span class="navitem">
-            <a href="var_access.html" class="menuitem">Variable Access</a>
-        </span>
-        <span class="navitem">
-            <a href="file_upload.html" class="menuitem">File Upload</a>
-        </span>
-        <span class="navitem">
-            <a href="file_download.html" class="menuitem">File Download</a>
-        </span>
-        <span class="navitem">
-            <a href="ajax.html" class="menuitem">XML and Ajax</a>
-        </span>
-        <span class="navitem">
-            <a href="calendar.html" class="menuitem">Calendar</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div class="example">
- <p class="title">
-  <b>Example 7. The Calendar package</b>
- </p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Calendar </title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Calendar </headline>
+</h2>
+                <div class="example">
+ <!-- p class="title"><b>Example 7. The Calendar package</b></p -->
  <p>
                 Rivet comes with a <b>Calendar</b>
  package that provides 3 classes for printing 
@@ -194,28 +77,82 @@ puts $html_txt
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 22-07-2010 14:01:04 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:$Author: massimo.manghi $</div>
-		<div class="rightaligned">:22-07-2010 14:01:04</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="rivetexamples">
+    <h4 class="">Examples</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="hello_world.html" class="">Hello world!</a>
+        </li>
+        <li class="navitem">
+            <a href="shaded_table.html" class="">A shaded table</a>
+        </li>
+        <li class="navitem">
+            <a href="var_access.html" class="">Variable Access</a>
+        </li>
+        <li class="navitem">
+            <a href="file_upload.html" class="">File Upload</a>
+        </li>
+        <li class="navitem">
+            <a href="file_download.html" class="">File Download</a>
+        </li>
+        <li class="navitem">
+            <a href="ajax.html" class="">XML and Ajax</a>
+        </li>
+        <li class="navitem">
+            <a href="calendar.html" class="">Calendar</a>
+        </li>
+    </ul>
+</li>
+<li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/download.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/download.html (original)
+++ tcl/site/rivet/static/download.html Tue Nov  8 00:58:32 2011
@@ -1,96 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>Download Apache Rivet</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Download Apache Rivet</headline>
-</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.html" class="menuitem">Rivet 2.0</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Download Apache Rivet</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Download Apache Rivet</headline>
+</h2>
+                <div>
  <div class="sez">
   <h4>Source Code</h4>
   <p>
@@ -166,28 +93,72 @@
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 18-04-2011 08:46:41 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:Massimo Manghi</div>
-		<div class="rightaligned">:18-04-2011 08:46:41</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="release">
+    <h4 class="">Downloads</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="rn-2-0.html" class="">Rivet 2.0</a>
+        </li>
+    </ul>
+</li>
+<li id="acknowledgments">
+    <h4 class="">Acknowledgments</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/file_download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/file_download.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/file_download.html (original)
+++ tcl/site/rivet/static/file_download.html Tue Nov  8 00:58:32 2011
@@ -1,175 +1,60 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>File Download</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>File Download</headline>
-</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="examples">
-    <div class="menuheader">Examples</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="hello_world.html" class="menuitem">Hello world!</a>
-        </span>
-        <span class="navitem">
-            <a href="shaded_table.html" class="menuitem">A shaded table</a>
-        </span>
-        <span class="navitem">
-            <a href="var_access.html" class="menuitem">Variable Access</a>
-        </span>
-        <span class="navitem">
-            <a href="file_upload.html" class="menuitem">File Upload</a>
-        </span>
-        <span class="navitem">
-            <a href="file_download.html" class="menuitem">File Download</a>
-        </span>
-        <span class="navitem">
-            <a href="ajax.html" class="menuitem">XML and Ajax</a>
-        </span>
-        <span class="navitem">
-            <a href="calendar.html" class="menuitem">Calendar</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div class="example">
- <p class="title">
-  <b>Example 5. File Download</b>
- </p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>File Download</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>File Download</headline>
+</h2>
+                <div class="example">
+ <!-- p class="title"><b>Example 5. File Download</b></p-->
  <div class="example-contents">
   <p>
-			In general setting up a data file for being sent over http is as easy as determining the file's 
-			URI and letting Apache's do all that is needed. If this approach fits your design all you have to do 
-			is to keep the downloadable files somewhere within Apache's DocumentRoot (or in any of the directories 
-			Apache has right to access).
+                In general setting up a data file for being sent over http is as easy as determining the file's 
+                URI and letting Apache's do all that is needed. If this approach fits your design all you have to do 
+                is to keep the downloadable files somewhere within Apache's DocumentRoot (or in any of the directories 
+                Apache has right to access).
 		    </p>
   <p>
-			When a client sends a request for a file, Apache takes care of determining the filetype, sends appropriate 
-			headers to the client and then the file content. The client is responsible for deciding how to handle the 
-			data accordingly to the <quote>content-type</quote>
- headers and its internal design. For example when browsers give up 
-			trying to display a certain "content-type" they display a download dialog box asking for directions from the user.
+                When a client sends a request for a file, Apache takes care of determining the filetype, sends appropriate 
+                headers to the client and then the file content. The client is responsible for deciding how to handle the 
+                data accordingly to the <quote>content-type</quote>
+ headers and its internal design. 
+                For example when browsers give up 
+                trying to display a certain "content-type" they display a download dialog box asking for directions from the user.
 		      </p>
   <p>
-			Rivet can help if you have more sofisticated needs. For instance you may be developing an application that uses 
-			webpages to collect input data. This information might be passed on to scripts or programs for processing. 
-			In this case a real file representing the data doesn't exist and the content is generated on demand by the server. 
-			In other circumstances you may need to dynamically inhibit the download of specific files and hide them away, 
-			your scripts may expunge from the pages every link to these files (your pages are dynamic, aren't they?) 
-			and move them out of way, but it looks like a cumbersome solution.
+                Rivet can help if you have more sofisticated needs. For instance you may be developing an application that uses 
+                webpages to collect input data. This information might be passed on to scripts or programs for processing. 
+                In this case a real file representing the data doesn't exist and the content is generated on demand by the server. 
+                In other circumstances you may need to dynamically inhibit the download of specific files and hide them away, 
+                your scripts may expunge from the pages every link to these files (your pages are dynamic, aren't they?) 
+                and move them out of way, but it looks like a cumbersome solution.
 		    </p>
   <p>
-			Putting Tcl and Rivet in charge of the whole download mechanism helps in building cleaner and safer approaches 
-			to the download problem.
+                Putting Tcl and Rivet in charge of the whole download mechanism helps in building 
+                cleaner and safer approaches 
+                to the download problem.
 		    </p>
   <p>
-			In this example a procedure checks for the existence of a parameter passed in by the browser. The parameter is 
-			the name (without extension) of a pdf file. Pdf files are stored in a directory whose path is in the 
-			<b>pdf_repository</b>
+                In this example a procedure checks for the existence of a parameter passed in by the browser. The parameter is 
+                the name (without extension) of a pdf file. Pdf files are stored in a directory whose path is in the 
+                <b>pdf_repository</b>
  variable. 
 		      </p>
   <p>
-			This code is reported as an example of how to control the protocol using the headers command.
+                This code is reported as an example of how to control the protocol using the headers command.
 		    </p>
   <pre class="programlisting"># Code example for the transmission of a pdf file. 
 
@@ -218,39 +103,93 @@ if {[var exists pdfname]} {
 }
 </pre>
   <p>
-			Before the pdf is sent the procedure sets the Content-Type, Content-Disposition, Content-Description and 
-			Content-Length headers to inform the client about the file type, name and size. Notice that in order to 
-			set the Content-Type header Rivet uses a specialiezed form of the headers command. Headers must be sent before 
-			data gets sent down the output channel. Messing with this prescription causes an error to be raised (in fact 
-			the protocol itself is being violated)
+                Before the pdf is sent the procedure sets the Content-Type, Content-Disposition, Content-Description and 
+                Content-Length headers to inform the client about the file type, name and size. Notice that in order to 
+                set the Content-Type header Rivet uses a specialiezed form of the headers command. Headers must be sent before 
+                data gets sent down the output channel. Messing with this prescription causes an error to be raised (in fact 
+                the protocol itself is being violated)
 		    </p>
  </div>
 </div>
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 20-07-2010 13:11:09 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:20-07-2010 13:11:09</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="rivetexamples">
+    <h4 class="">Examples</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="hello_world.html" class="">Hello world!</a>
+        </li>
+        <li class="navitem">
+            <a href="shaded_table.html" class="">A shaded table</a>
+        </li>
+        <li class="navitem">
+            <a href="var_access.html" class="">Variable Access</a>
+        </li>
+        <li class="navitem">
+            <a href="file_upload.html" class="">File Upload</a>
+        </li>
+        <li class="navitem">
+            <a href="file_download.html" class="">File Download</a>
+        </li>
+        <li class="navitem">
+            <a href="ajax.html" class="">XML and Ajax</a>
+        </li>
+        <li class="navitem">
+            <a href="calendar.html" class="">Calendar</a>
+        </li>
+    </ul>
+</li>
+<li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/file_upload.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/file_upload.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/file_upload.html (original)
+++ tcl/site/rivet/static/file_upload.html Tue Nov  8 00:58:32 2011
@@ -1,138 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>File Upload</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>File Upload</headline>
-</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="examples">
-    <div class="menuheader">Examples</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="hello_world.html" class="menuitem">Hello world!</a>
-        </span>
-        <span class="navitem">
-            <a href="shaded_table.html" class="menuitem">A shaded table</a>
-        </span>
-        <span class="navitem">
-            <a href="var_access.html" class="menuitem">Variable Access</a>
-        </span>
-        <span class="navitem">
-            <a href="file_upload.html" class="menuitem">File Upload</a>
-        </span>
-        <span class="navitem">
-            <a href="file_download.html" class="menuitem">File Download</a>
-        </span>
-        <span class="navitem">
-            <a href="ajax.html" class="menuitem">XML and Ajax</a>
-        </span>
-        <span class="navitem">
-            <a href="calendar.html" class="menuitem">Calendar</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div class="example">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>File Upload</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>File Upload</headline>
+</h2>
+                <div class="example">
  <p class="title">
   <b>Example 4. File Upload</b>
  </p>
@@ -186,28 +71,82 @@ puts "Saved file [upload filename MyUplo
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 20-07-2010 13:11:09 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:20-07-2010 13:11:09</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 20-07-2010 13:11:09 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="rivetexamples">
+    <h4 class="">Examples</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="hello_world.html" class="">Hello world!</a>
+        </li>
+        <li class="navitem">
+            <a href="shaded_table.html" class="">A shaded table</a>
+        </li>
+        <li class="navitem">
+            <a href="var_access.html" class="">Variable Access</a>
+        </li>
+        <li class="navitem">
+            <a href="file_upload.html" class="">File Upload</a>
+        </li>
+        <li class="navitem">
+            <a href="file_download.html" class="">File Download</a>
+        </li>
+        <li class="navitem">
+            <a href="ajax.html" class="">XML and Ajax</a>
+        </li>
+        <li class="navitem">
+            <a href="calendar.html" class="">Calendar</a>
+        </li>
+    </ul>
+</li>
+<li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/hello_world.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/hello_world.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/hello_world.html (original)
+++ tcl/site/rivet/static/hello_world.html Tue Nov  8 00:58:32 2011
@@ -1,153 +1,35 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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>Hello World</title>
-	<link rel="stylesheet" href="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Hello World</headline>
-</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="examples">
-    <div class="menuheader">Examples</div>
-    <div class="itemcontainer">
-        <span class="navitem">
-            <a href="hello_world.html" class="menuitem">Hello world!</a>
-        </span>
-        <span class="navitem">
-            <a href="shaded_table.html" class="menuitem">A shaded table</a>
-        </span>
-        <span class="navitem">
-            <a href="var_access.html" class="menuitem">Variable Access</a>
-        </span>
-        <span class="navitem">
-            <a href="file_upload.html" class="menuitem">File Upload</a>
-        </span>
-        <span class="navitem">
-            <a href="file_download.html" class="menuitem">File Download</a>
-        </span>
-        <span class="navitem">
-            <a href="ajax.html" class="menuitem">XML and Ajax</a>
-        </span>
-        <span class="navitem">
-            <a href="calendar.html" class="menuitem">Calendar</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div class="example">
- <a name="hello%20world"/>
- <p class="title">
-  <b>Example 1. Hello World</b>
- </p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Hello World</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Hello World</headline>
+</h2>
+                <div class="example">
+ <!-- p class="title"><b>Example 1. Hello World</b></p-->
  <div class="example-contents">
   <p>
-		    As with any tool, it's always nice to see something work, so
-		    let's create a small "Hello World" page.
-		</p>
+                        As with any tool, it's always nice to see something work, so
+                        let's create a small "Hello World" page.
+                    </p>
   <p>
-		    Assuming you have Apache configured correctly, create a file
-		    called <code class="filename">hello.rvt</code>
+                        Assuming you have Apache configured correctly, create a file
+                        called <code class="filename">hello.rvt</code>
  where Apache can find
-		    it, with the following content:
-		  </p>
+                        it, with the following content:
+                      </p>
   <pre class="programlisting">&lt;html&gt;
   &lt;head&gt;
     &lt;title&gt;Hello World&lt;/title&gt;
@@ -160,12 +42,11 @@
 &lt;/html&gt;
 </pre>
   <p>
-				The example can be elaborated, for example using the <tt>
+                        The example can be elaborated, for example using the <tt>
     <a href="http://tcl.apache.org/rivet/manual/html.html">html</a>
    </tt>
  command			
-			  </p>
-  <pre class="programlisting">
+                        <pre class="programlisting">
 &lt;? set hello_message "Hello world" ?&gt;
 &lt;html&gt;
   &lt;head&gt;
@@ -173,36 +54,91 @@
   &lt;/head&gt;
   &lt;body&gt;&lt;?
     puts [html $hello_message pre b]
-?&gt;&lt;/body&gt;
+  ?&gt;&lt;/body&gt;
 &lt;/html&gt;
 </pre>
+  </p>
  </div>
 </div>
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 08-11-2010 13:51:27 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:$Author: massimo.manghi $</div>
-		<div class="rightaligned">:08-11-2010 13:51:27</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="rivetexamples">
+    <h4 class="">Examples</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="hello_world.html" class="">Hello world!</a>
+        </li>
+        <li class="navitem">
+            <a href="shaded_table.html" class="">A shaded table</a>
+        </li>
+        <li class="navitem">
+            <a href="var_access.html" class="">Variable Access</a>
+        </li>
+        <li class="navitem">
+            <a href="file_upload.html" class="">File Upload</a>
+        </li>
+        <li class="navitem">
+            <a href="file_download.html" class="">File Download</a>
+        </li>
+        <li class="navitem">
+            <a href="ajax.html" class="">XML and Ajax</a>
+        </li>
+        <li class="navitem">
+            <a href="calendar.html" class="">Calendar</a>
+        </li>
+    </ul>
+</li>
+<li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+

Modified: tcl/site/rivet/static/rn-2-0.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/rn-2-0.html?rev=1199034&r1=1199033&r2=1199034&view=diff
==============================================================================
--- tcl/site/rivet/static/rn-2-0.html (original)
+++ tcl/site/rivet/static/rn-2-0.html Tue Nov  8 00:58:32 2011
@@ -1,96 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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="../css/rivet.css" />
-    </head>
-    <body>
-    	<!--p align="center"></p -->
-	<!-- ?
-	    parray rivetweb::menus_a
-	? -->
-	<div id="bigcontainer"> 
-	    <div id="pageheadline">
-		<div class="decoration">
-		    <!-- a href="/" --><img src="../picts/Rivetlogo_smaller.png" alt="Apache Rivet" /><!-- /a -->
-		</div>
-		<div class="headline"><headline>Rivet 2.0: Release Notes and Known Problems</headline>
-</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.html" class="menuitem">Rivet 2.0</a>
-        </span>
-    </div>
-</div>
-
-</div>
-		<div class="navbar navright"></div>
-		<div id="content"> 
-		    <div class="contentheadline"></div>
-		    <div id="maincontent" style=""><div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Rivet 2.0: Release Notes and Known Problems</title>
+    <link rel="stylesheet" href="../css/wondrous/styles.css" type="text/css" />
+</head>
+
+<body>
+    <div id="container">
+        <div id="header">
+            <h1><a href="../index.html">Rivet</a></h1>
+            <h2 id="slogan">Webscripting for Tcl'ers</h2>
+            <div class="clear"></div>
+        </div>
+        <div id="body">
+            <div id="content">
+                <h2><headline>Rivet 2.0: Release Notes and Known Problems</headline>
+</h2>
+                <div>
  <div class="sez">
   <h4>Download</h4>
   <p>
@@ -119,25 +46,19 @@
  <div class="sez">
   <h4>Release Notes for Rivet 2.0.4 <span class="timestamp">(23-Sep-2011)</span>
   </h4>
-  <p>
-   <h5>Bugs fixed</h5>
-  </p>
+  <h5>Bugs fixed</h5>
   <p>
 						An Tcl error in an AbortScript would trigger a message that
 						erroneously printed that an ErrorScript was running.
 					</p>
-  <p>
-   <h5>Manual Pages Expanded</h5>
-  </p>
+  <h5>Manual Pages Expanded</h5>
   <p>
 						Manual pages have been expanded to include documentation for more
 						commands implemented but not yet documented. Section documenting 
 						single commands has been reorganized to list commands in alphabetical
 						order.
 					</p>
-  <p>
-   <h5>New Features</h5>
-  </p>
+  <h5>New Features</h5>
   <p>
 						Commands <strong>load_env</strong>
  and <strong>load_headers</strong>
@@ -172,9 +93,7 @@
  <div class="sez">
   <h4>Release Notes for Rivet 2.0.3 <span class="timestamp">(19-Mar-2011)</span>
   </h4>
-  <p>
-   <h5>New Features</h5>
-  </p>
+  <h5>New Features</h5>
   <p>
 				        Rivet 2.0.3 introduces 2 new configuration directives
 				        <ul>
@@ -217,9 +136,7 @@
 				                </li>
    </ul>
   </p>
-  <p>
-   <h5>Problems fixed</h5>
-  </p>
+  <h5>Problems fixed</h5>
   <p>
 				        Code for command <strong>apache_table</strong>
  was ported to Rivet for Apache 1.3
@@ -243,17 +160,16 @@
  <div class="sez">
   <h4>Relase Notes for Rivet 2.0.1 <span class="timestamp">(12-Jul-2010)</span>
   </h4>
-  <p>
-   <h5>Fixed Bugs in Rivet 2.0.1</h5>
-   <ul>
-    <li>
+  <h5>Fixed Bugs in Rivet 2.0.1</h5>
+  <ul>
+   <li>
 						Several error messages printed during the installation phase have been
 						fixed. The problems were harmless, but nonetheless annoying.
 					    </li>
-    <li>
+   <li>
 						Fixed bug in installation of the rivetparser library.
 					    </li>
-    <li>
+   <li>
 						Fixed tables creation for Postgres backend. The SQL script that 
 						creates the rivet_session_cache table misnamed 2 columns.
 						<b>Current DIO Postgres backend breaks Session package if the database
@@ -263,34 +179,31 @@
 <pre class="programlisting">
 ALTER TABLE rivet_session_cache RENAME COLUMN key to key_
 ALTER TABLE rivet_session_cache RENAME COLUMN package to package_</pre>
-    </li>
-    <li>
+   </li>
+   <li>
 						Fixed dio_Postgres.tcl method. A mistyped variable caused at least method 
 						'store' to fail.	
 					    </li>
-   </ul>
-  </p>
-  <p>
-   <h5>New Features</h5>
-   <ul>
-    <li>
-     <p>
-								    A new package <b>Calendar</b>
+  </ul>
+  <h5>New Features</h5>
+  <ul>
+   <li>
+    <p>
+                                A new package <b>Calendar</b>
  has been added. Calendar provides 3 Itcl classes that 
-								    print Calendar tables in ASCII, XML and XHTML forms (see examples and related 
-								    manual page).
-							         </p>
-     <p>
-      <em>
-       <b>Calendar</b>
- requires Tcl8.5 or Tcl8.4 with package 'dict'      </em>
-     </p>
-    </li>
-    <li>
-							    New page for package 'form' added to the manual							
-						    </li>
-   </ul>
-  </p>
+                                print Calendar tables in ASCII, XML and XHTML forms (see examples and related 
+                                manual page).
+                                </p>
+    <p>
+     <em>
+      <b>Calendar</b>
+ requires Tcl8.5 or Tcl8.4 with package 'dict'     </em>
+    </p>
+   </li>
+   <li>
+                            New page for package 'form' added to the manual							
+                        </li>
+  </ul>
  </div>
  <div class="sez">
   <h4>Installation Issues</h4>
@@ -322,28 +235,72 @@ ALTER TABLE rivet_session_cache RENAME C
 
 
 
-		    </div>
-		    <div id="last_modified">Last Modified: 23-09-2011 17:48:52 UTC</div>
-		</div>
-		<div class="clearfloats"></div>
-		<!--div class="leftaligned">: $Author: Massimo Manghi</div>
-		<div class="rightaligned">:23-09-2011 17:48:52</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>
+                <div class="contentbottom">
+                    <div id="last_modified">Last Modified: 06-11-2011 11:47:35 UTC</div>
+                </div>
+            </div>
+
+            <div class="sidebar">
+                <ul>
+                    <li>
+                        <h4>News</h4>
+                        <ul><li><span class="newsheader">23 Sept. 2011</span>: <a href="rn-2-0.html">Rivet 2.0.4 released</a></li></ul>
+                    </li>
+                    <li id="main">
+    <h4 class="">Rivet</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="../index.html" class="">Rivet Homepage</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/" target="asf">Apache Tcl Home</a>
+        </li>
+        <li class="navitem">
+            <a href="http://www.tcl.tk/" target="tclxchange">The Tcl Language
+		    	</a>
+        </li>
+        <li class="navitem">
+            <a href="download.html" class="">Getting Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/manual/" target="rivetman">Documentation</a>
+        </li>
+        <li class="navitem">
+            <a href="hello_world.html" class="">Examples</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html" class="">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="release">
+    <h4 class="">Downloads</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="rn-2-0.html" class="">Rivet 2.0</a>
+        </li>
+    </ul>
+</li>
+<li id="acknowledgments">
+    <h4 class="">Acknowledgments</h4>
+    <ul class="blocklist">
+        <li class="navitem">
+            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
+        </li>
+    </ul>
+</li>
 
-			    </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>
+ 
+                </ul> 
+            </div>
+            <div class="clear"></div>
+        </div>
+    </div>
+    <div id="footer">
+        <div class="footer-content">
+            <p>Apache Software Foundation | Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
+        </div>
+    </div>
+    <div style="text-align: center; font-size: 0.75em;">Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.</div></body>
 </html>
+



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