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 2013/01/08 01:26:01 UTC

svn commit: r1430103 - in /tcl/site: ./ legacy/ legacy/logos/ legacy/mod_dtcl/ legacy/neowebscript/ logos/ mod_dtcl/ neowebscript/ static/ templates/ templates/moonlight/

Author: mxmanghi
Date: Tue Jan  8 00:26:00 2013
New Revision: 1430103

URL: http://svn.apache.org/viewvc?rev=1430103&view=rev
Log:

New pure HTML website. A new directory 'legacy' has been added as a 
convenience temporary area where files of the former site will be stored 
before considering removal. The website is now also based on a new template.


Added:
    tcl/site/index.html
    tcl/site/legacy/
    tcl/site/legacy/FAQ.rvt
      - copied unchanged from r1430097, tcl/site/FAQ.rvt
    tcl/site/legacy/about.rvt
      - copied unchanged from r1430097, tcl/site/about.rvt
    tcl/site/legacy/common.tcl
      - copied unchanged from r1430097, tcl/site/common.tcl
    tcl/site/legacy/comparison.rvt
      - copied unchanged from r1430097, tcl/site/comparison.rvt
    tcl/site/legacy/contributing.rvt
      - copied unchanged from r1430097, tcl/site/contributing.rvt
    tcl/site/legacy/examples.rvt
      - copied unchanged from r1430097, tcl/site/examples.rvt
    tcl/site/legacy/index.rvt
      - copied unchanged from r1430097, tcl/site/index.rvt
    tcl/site/legacy/logos/
      - copied from r1430097, tcl/site/logos/
    tcl/site/legacy/mod_dtcl/
      - copied from r1430097, tcl/site/mod_dtcl/
    tcl/site/legacy/neowebscript/
      - copied from r1430097, tcl/site/neowebscript/
    tcl/site/legacy/news.rvt
      - copied unchanged from r1430097, tcl/site/news.rvt
    tcl/site/legacy/projects.rvt
      - copied unchanged from r1430097, tcl/site/projects.rvt
    tcl/site/legacy/style.css
      - copied unchanged from r1430097, tcl/site/style.css
    tcl/site/legacy/tcl.rvt
      - copied unchanged from r1430097, tcl/site/tcl.rvt
    tcl/site/legacy/why.rvt
      - copied unchanged from r1430097, tcl/site/why.rvt
    tcl/site/static/
    tcl/site/static/about.html
    tcl/site/static/contributing.html
    tcl/site/static/tcl.html
    tcl/site/static/why.html
    tcl/site/templates/
    tcl/site/templates/moonlight/
    tcl/site/templates/moonlight/style.css
Removed:
    tcl/site/FAQ.rvt
    tcl/site/about.rvt
    tcl/site/common.tcl
    tcl/site/comparison.rvt
    tcl/site/contributing.rvt
    tcl/site/examples.rvt
    tcl/site/index.rvt
    tcl/site/logos/
    tcl/site/mod_dtcl/
    tcl/site/neowebscript/
    tcl/site/news.rvt
    tcl/site/projects.rvt
    tcl/site/style.css
    tcl/site/tcl.rvt
    tcl/site/why.rvt

Added: tcl/site/index.html
URL: http://svn.apache.org/viewvc/tcl/site/index.html?rev=1430103&view=auto
==============================================================================
--- tcl/site/index.html (added)
+++ tcl/site/index.html Tue Jan  8 00:26:00 2013
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+
+Name       : Moonlight 
+Description: A two-column, fixed-width design with dark color scheme.
+Version    : 1.0
+Released   : 20110815
+
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta name="keywords" content="Apache Tcl Webprogramming" />
+    <meta name="description" content="Website for the Tcl related projects within the Apache Software Foundation" />
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>Apache Tcl</title>
+    <link href="templates/moonlight/style.css" rel="stylesheet" type="text/css" media="screen" />
+</head>
+<body>
+<div id="wrapper">
+	<div id="header" class="container">
+		<div id="logo">
+			<h1><a href="/">Apache Tcl</a></h1>
+			<p>Tcl and Apache HTTP webserver Integration</p>
+		</div>
+		<div id="menu">
+			<ul>
+                <li class="current_page_item">
+                    <a href="index.html">Home</a>
+                </li>
+				<li><a href="http://tcl.apache.org/rivet/">Rivet</a></li>
+				<li><a href="http://tcl.apache.org/websh/">Websh</a></li>
+				<li><a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li>
+				<li>
+                    <a href="static/about.html">About Us</a></li>
+			</ul>
+		</div>
+	</div>
+	<!-- end #header -->
+	<div id="page">
+		<div id="content">
+			<div class="post">
+				<h2 class="title">Introduction</h2>
+				<div style="clear: both;">&nbsp;</div>
+				<div class="entry">
+					<p>
+              Apache Tcl is an umbrella for Tcl-Apache integration
+              efforts. These projects combine the power of the Apache
+              web server with the capabilities of the mature, robust
+              and flexible Tcl scripting language.
+            </p>
+
+<p>
+              New to Tcl?  Curious about its advantages?  Have a look
+              at <a href="static/why.html">Why Tcl?</a>
+</p>
+
+<h3>Current Projects</h3>
+
+<p>
+    <a href="http://tcl.apache.org/mod_tcl/" target="_blank">mod_tcl</a>
+
+,
+                With mod_tcl it is possible to write Apache modules entirely 
+                in Tcl. 
+                In addition, the persistent interpreter embedded in
+                the server avoids the overhead of starting an external
+                interpreter and the penalty of TCL start-up time. For
+                Apache 2.0.
+                </p>
+
+<p>
+    <a href="http://tcl.apache.org/rivet/" target="_blank">Apache Rivet</a>
+
+ 
+                replaces most of the functionalities once in mod_dtcl and neowebscript. 
+                We have taken the things we like most about both, fixed things we
+                didn't like, and combined efforts in order to come up
+                with something we're very pleased with.  
+                For Apache 1.3 (Rivet 2.0) and 2.x (Rivet 2.0 and 2.1).
+                </p>
+
+<p>
+    <a href="http://tcl.apache.org/websh/" target="_blank">Websh</a>
+
+ 
+                is a rapid development
+                environment for building powerful, fast, and reliable
+                web applications. Websh is versatile and handles
+                everything from HTML generation to data-base driven
+                one-to-one page customization.  It has been used for
+                years commercially, and is now part of the Apache Tcl
+                project. For Apache 1.3, 2.0 and 2.2.
+                </p>
+
+
+				</div>
+			</div>
+			<div style="clear: both;">&nbsp;</div>
+		</div>
+		<!-- end #content -->
+		<div id="sidebar">
+			<ul>
+				<li id="base">
+    <h2>Apache Tcl</h2>
+    <ul>
+        <li class="navitem">
+            <a href="static/why.html">Why Tcl?</a>
+        </li>
+        <li class="navitem">
+            <a href="static/contributing.html">Contributing</a>
+        </li>
+        <li class="navitem">
+            <a href="static/tcl.html">Tcl Information</a>
+        </li>
+        <li class="navitem">
+            <a href="static/about.html">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="projects">
+    <h2>Projects</h2>
+    <ul>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/">Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/websh/">Websh</a>
+        </li>
+    </ul>
+</li>
+
+			</ul>
+		</div>
+		<!-- end #sidebar -->
+		<div style="clear: both;">&nbsp;</div>
+	</div>
+	<!-- end #page -->
+</div>
+<div id="footer">
+	<p>Copyright (c) 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
+</div>
+<!-- end #footer -->
+</body>
+</html>
+

Added: tcl/site/static/about.html
URL: http://svn.apache.org/viewvc/tcl/site/static/about.html?rev=1430103&view=auto
==============================================================================
--- tcl/site/static/about.html (added)
+++ tcl/site/static/about.html Tue Jan  8 00:26:00 2013
@@ -0,0 +1,281 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+
+Name       : Moonlight 
+Description: A two-column, fixed-width design with dark color scheme.
+Version    : 1.0
+Released   : 20110815
+
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta name="keywords" content="Apache Tcl Webprogramming" />
+    <meta name="description" content="Website for the Tcl related projects within the Apache Software Foundation" />
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>About Apache Tcl</title>
+    <link href="../templates/moonlight/style.css" rel="stylesheet" type="text/css" media="screen" />
+</head>
+<body>
+<div id="wrapper">
+	<div id="header" class="container">
+		<div id="logo">
+			<h1><a href="/">Apache Tcl</a></h1>
+			<p>Tcl and Apache HTTP webserver Integration</p>
+		</div>
+		<div id="menu">
+			<ul>
+                <li>
+                    <a href="../index.html">Home</a>
+                </li>
+				<li><a href="http://tcl.apache.org/rivet/">Rivet</a></li>
+				<li><a href="http://tcl.apache.org/websh/">Websh</a></li>
+				<li><a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li>
+				<li class="current_page_item">
+                    <a href="about.html">About Us</a></li>
+			</ul>
+		</div>
+	</div>
+	<!-- end #header -->
+	<div id="page">
+		<div id="content">
+			<div class="post">
+				<h2 class="title">About Apache Tcl</h2>
+				<div style="clear: both;">&nbsp;</div>
+				<div class="entry">
+					<p>
+                The Apache Tcl project was established as part of the 
+                <a href="http://www.apache.org/foundation/">Apache Software Foundation</a>
+
+ in 
+                <a href="http://www.apache.org/foundation/records/minutes/2000/board_minutes_2000_07_24.txt">July,2000</a>
+
+ 
+                with the following mission:
+                </p>
+
+<blockquote>
+              ... creation and maintenance of open-source software
+              related to the TCL scripting language for distribution
+              at no charge to the public.
+            </blockquote>
+
+<p>
+              All Apache projects are "managed using a collaborative,
+              consensus-based process".  Although we are a smaller
+              group, and don't have as much procedural overhead, there
+              are some good guidelines that the Jakarta people have
+              written up that are worth looking over: <a href="http://jakarta.apache.org/site/guidelines.html">http://jakarta.apache.org/site/guidelines.html</a>
+
+ .
+                </p>
+
+<h2>Credits</h2>
+
+<p>
+              Current Members of the Project Maintainership Committee
+              - these are the people who are responsible for running
+              and overseeing the project:
+            </p>
+
+<ul>
+    <li>
+        <a href="http://people.apache.org/~ronnie/">Ronnie Brunner</a>
+    </li>
+    <li>Damon Courtney</li>
+    <!-- li>Dirk-Willem van Gulik</li -->
+    <!-- li><a href="mailto:mlink@apache.org">Michael Link</a></li -->
+    <li>
+        <a href="http://people.apache.org/~mxmanghi/">Massimo Manghi</a>
+    </li>
+    <li>Harald Oehlmann</li>
+    <li>Daniel Ridruejo</li>
+    <li>
+        <a href="http://www.dedasys.com/davidw/">David Welton</a>
+    </li>
+</ul>
+
+<p>We would also like to thank the following for their
+            time, help and or contributions:</p>
+
+<ul>
+    <li>
+        <a href="http://www.apache.org/">Apache Software Foundation</a>
+    </li>
+    <li>
+        <a href="http://www.phaseit.net">Cameron
+              Laird</a>
+    </li>
+    <li>
+        <a href="http://www.covalent.net/">Covalent Technologies</a>
+    </li>
+</ul>
+
+<p>
+              Contributions for individual projects are credited on
+              the pages associated with those projects.
+            </p>
+
+<h2>Join Us!</h2>
+
+<p>
+              The Apache Tcl group is interested in bringing new
+              Tcl-related projects on board.  What we are looking for
+              is good code, and a good comunity around the software.
+              Your project doesn't necessarily have to be related to
+              the Apache web server!  Please contact the PMC (see
+              below) if you are interested in discussing a code
+              donation.
+            </p>
+
+<p>
+              And, of course, we are always looking for motivated and
+              talented volunteers who are keen to help out with our
+              existing projects.  The best place to start is the
+              mailing list for the project that interests you.
+            </p>
+
+<h2>Mailing Lists</h2>
+
+<p>
+              These are the mailing lists for the Apache Tcl projects.
+              <b>Please</b>
+
+ use them instead of contacting individuals
+              directly so that your conversation will be archived, and
+              others may benefit from your questions.
+                </p>
+
+<p>
+              It is possible to subscribe to any of these lists by
+              sending a message to: <tt style="font-size:               larger">list<b>-subscribe@tcl.apache.org</b>
+    </tt>
+
+.
+                </p>
+
+<table class="lists">
+    <tbody>
+        <tr>
+            <th>Post</th>
+            <th>Description</th>
+            <th>Archive</th>
+            <th>Subscribe</th>
+        </tr>
+        <tr>
+            <th>
+                <a href="mailto:mod_tcl-dev@tcl.apache.org">mod_tcl-dev@tcl.apache.org</a>
+            </th>
+            <td>
+                    List for the discussion of mod_tcl development.
+                  </td>
+            <td>
+                <a href="http://mail-archives.apache.org/mod_mbox/tcl-mod_tcl-dev/">mod_tcl-dev@tcl.apache.org</a>
+            </td>
+            <td>
+                <a href="mailto:mod_tcl-dev-subscribe@tcl.apache.org">mod_tcl-dev-subscribe@tcl.apache.org</a>
+            </td>
+        </tr>
+        <tr>
+            <th>
+                <a href="mailto:rivet-dev@tcl.apache.org">rivet-dev@tcl.apache.org</a>
+            </th>
+            <td>
+                    Developer list for Rivet.
+                  </td>
+            <td>
+                <a href="http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/">rivet-dev@tcl.apache.org</a>
+            </td>
+            <td>
+                <a href="mailto:rivet-dev-subscribe@tcl.apache.org">rivet-dev-subscribe@tcl.apache.org</a>
+            </td>
+        </tr>
+        <tr>
+            <th>
+                <a href="mailto:websh-dev@tcl.apache.org">websh-dev@tcl.apache.org</a>
+            </th>
+            <td>
+                    Developer list for Websh.
+                  </td>
+            <td>
+                <a href="http://mail-archives.apache.org/mod_mbox/tcl-websh-dev/">websh-dev@tcl.apache.org</a>
+            </td>
+            <td>
+                <a href="mailto:websh-dev-subscribe@tcl.apache.org">websh-dev-subscribe@tcl.apache.org</a>
+            </td>
+        </tr>
+        <tr>
+            <th>
+                <a href="mailto:pmc@tcl.apache.org">pmc@tcl.apache.org</a>
+            </th>
+            <td>
+                    The Apache Tcl Project Management Committee, the
+                    group responsible for running the project.  Please
+                    <b>do not</b>
+
+ write here unless you are really
+                    sure.  Most likely, you should write to the
+                    general list instead, as it's open to all.
+                                              </td>
+            <td>Not archived publically.</td>
+            <td>For private discussions only.</td>
+        </tr>
+    </tbody>
+</table>
+
+
+				</div>
+			</div>
+			<div style="clear: both;">&nbsp;</div>
+		</div>
+		<!-- end #content -->
+		<div id="sidebar">
+			<ul>
+				<li id="base">
+    <h2>Apache Tcl</h2>
+    <ul>
+        <li class="navitem">
+            <a href="why.html">Why Tcl?</a>
+        </li>
+        <li class="navitem">
+            <a href="contributing.html">Contributing</a>
+        </li>
+        <li class="navitem">
+            <a href="tcl.html">Tcl Information</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="projects">
+    <h2>Projects</h2>
+    <ul>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/">Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/websh/">Websh</a>
+        </li>
+    </ul>
+</li>
+
+			</ul>
+		</div>
+		<!-- end #sidebar -->
+		<div style="clear: both;">&nbsp;</div>
+	</div>
+	<!-- end #page -->
+</div>
+<div id="footer">
+	<p>Copyright (c) 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
+</div>
+<!-- end #footer -->
+</body>
+</html>
+

Added: tcl/site/static/contributing.html
URL: http://svn.apache.org/viewvc/tcl/site/static/contributing.html?rev=1430103&view=auto
==============================================================================
--- tcl/site/static/contributing.html (added)
+++ tcl/site/static/contributing.html Tue Jan  8 00:26:00 2013
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+
+Name       : Moonlight 
+Description: A two-column, fixed-width design with dark color scheme.
+Version    : 1.0
+Released   : 20110815
+
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta name="keywords" content="Apache Tcl Webprogramming" />
+    <meta name="description" content="Website for the Tcl related projects within the Apache Software Foundation" />
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>Contributing to Apache Tcl</title>
+    <link href="../templates/moonlight/style.css" rel="stylesheet" type="text/css" media="screen" />
+</head>
+<body>
+<div id="wrapper">
+	<div id="header" class="container">
+		<div id="logo">
+			<h1><a href="/">Apache Tcl</a></h1>
+			<p>Tcl and Apache HTTP webserver Integration</p>
+		</div>
+		<div id="menu">
+			<ul>
+                <li>
+                    <a href="../index.html">Home</a>
+                </li>
+				<li><a href="http://tcl.apache.org/rivet/">Rivet</a></li>
+				<li><a href="http://tcl.apache.org/websh/">Websh</a></li>
+				<li><a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li>
+				<li>
+                    <a href="about.html">About Us</a></li>
+			</ul>
+		</div>
+	</div>
+	<!-- end #header -->
+	<div id="page">
+		<div id="content">
+			<div class="post">
+				<h2 class="title">Contributing to Apache Tcl</h2>
+				<div style="clear: both;">&nbsp;</div>
+				<div class="entry">
+					<p>
+              The Apache Tcl project can always use dedicated
+              volunteers to help out with the individual projects.  If
+              you would like to contribute your Tcl/Web/Apache project
+              to the Apache Tcl group, please see the contacts page.
+            </p>
+
+<p>
+              If you are interested in working on or improving this
+              website, the code is available from Apache's anonymous
+              SVN repository.  You basically will need Apache Rivet, and Websh.
+            </p>
+
+
+				</div>
+			</div>
+			<div style="clear: both;">&nbsp;</div>
+		</div>
+		<!-- end #content -->
+		<div id="sidebar">
+			<ul>
+				<li id="base">
+    <h2>Apache Tcl</h2>
+    <ul>
+        <li class="navitem">
+            <a href="why.html">Why Tcl?</a>
+        </li>
+        <li class="navitem">
+            <a href="contributing.html">Contributing</a>
+        </li>
+        <li class="navitem">
+            <a href="tcl.html">Tcl Information</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="projects">
+    <h2>Projects</h2>
+    <ul>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/">Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/websh/">Websh</a>
+        </li>
+    </ul>
+</li>
+
+			</ul>
+		</div>
+		<!-- end #sidebar -->
+		<div style="clear: both;">&nbsp;</div>
+	</div>
+	<!-- end #page -->
+</div>
+<div id="footer">
+	<p>Copyright (c) 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
+</div>
+<!-- end #footer -->
+</body>
+</html>
+

Added: tcl/site/static/tcl.html
URL: http://svn.apache.org/viewvc/tcl/site/static/tcl.html?rev=1430103&view=auto
==============================================================================
--- tcl/site/static/tcl.html (added)
+++ tcl/site/static/tcl.html Tue Jan  8 00:26:00 2013
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+
+Name       : Moonlight 
+Description: A two-column, fixed-width design with dark color scheme.
+Version    : 1.0
+Released   : 20110815
+
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta name="keywords" content="Apache Tcl Webprogramming" />
+    <meta name="description" content="Website for the Tcl related projects within the Apache Software Foundation" />
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>The Tcl Language</title>
+    <link href="../templates/moonlight/style.css" rel="stylesheet" type="text/css" media="screen" />
+</head>
+<body>
+<div id="wrapper">
+	<div id="header" class="container">
+		<div id="logo">
+			<h1><a href="/">Apache Tcl</a></h1>
+			<p>Tcl and Apache HTTP webserver Integration</p>
+		</div>
+		<div id="menu">
+			<ul>
+                <li>
+                    <a href="../index.html">Home</a>
+                </li>
+				<li><a href="http://tcl.apache.org/rivet/">Rivet</a></li>
+				<li><a href="http://tcl.apache.org/websh/">Websh</a></li>
+				<li><a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li>
+				<li>
+                    <a href="about.html">About Us</a></li>
+			</ul>
+		</div>
+	</div>
+	<!-- end #header -->
+	<div id="page">
+		<div id="content">
+			<div class="post">
+				<h2 class="title">The Tcl Language</h2>
+				<div style="clear: both;">&nbsp;</div>
+				<div class="entry">
+					<p>
+              Tcl (the "tool command language", pronounced "tickle")
+              is an open source, cross-platform scripting language
+              created by John K. Ousterhout at the University of
+              California at Berkeley in 1988.  Originally conceived as
+              a reusable, embeddable language core for tools being
+              developed by Dr. Ousterhout and his colleagues, it has
+              come to be much more.  It is widely used in applications
+              including web scripting, test automation, network/system
+              management, EDA and CAD, and in a variety of other
+              fields.
+            </p>
+
+<p>
+    <b>Tcl Links</b>
+</p>
+
+<ul>
+    <li>
+        <a href="http://www.tcl.tk/">Tcl
+                Developer Xchange (www.tcl.tk)</a>
+    </li>
+    <li>
+                Why use Tcl? <a href="http://www.tcl.tk/advocacy/">
+                    Tcl advocacy page</a>
+
+.
+                          </li>
+    <li>
+                Get started with Tcl. Tcl tutorials and documentation at:
+                <a href="http://www.tcl.tk/doc/">http://www.tcl.tk/doc/</a>
+    </li>
+    <li>
+        <a href="http://wiki.tcl.tk/">Tcl Wiki</a>
+
+, an
+                interactive site frequented by many Tcl developers.
+                          </li>
+    <li>
+        <a href="http://tcl.sourceforge.net/">Tcl Project</a>
+
+
+                on SourceForge.
+                          </li>
+    <li>
+        <a href="http://www.comanche.org/">Comanche</a>
+
+ is a
+                GUI for Apache configuration written in Tcl/Tk.
+                          </li>
+</ul>
+
+
+				</div>
+			</div>
+			<div style="clear: both;">&nbsp;</div>
+		</div>
+		<!-- end #content -->
+		<div id="sidebar">
+			<ul>
+				<li id="base">
+    <h2>Apache Tcl</h2>
+    <ul>
+        <li class="navitem">
+            <a href="why.html">Why Tcl?</a>
+        </li>
+        <li class="navitem">
+            <a href="contributing.html">Contributing</a>
+        </li>
+        <li class="navitem">
+            <a href="tcl.html">Tcl Information</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="projects">
+    <h2>Projects</h2>
+    <ul>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/">Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/websh/">Websh</a>
+        </li>
+    </ul>
+</li>
+
+			</ul>
+		</div>
+		<!-- end #sidebar -->
+		<div style="clear: both;">&nbsp;</div>
+	</div>
+	<!-- end #page -->
+</div>
+<div id="footer">
+	<p>Copyright (c) 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
+</div>
+<!-- end #footer -->
+</body>
+</html>
+

Added: tcl/site/static/why.html
URL: http://svn.apache.org/viewvc/tcl/site/static/why.html?rev=1430103&view=auto
==============================================================================
--- tcl/site/static/why.html (added)
+++ tcl/site/static/why.html Tue Jan  8 00:26:00 2013
@@ -0,0 +1,175 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+
+Name       : Moonlight 
+Description: A two-column, fixed-width design with dark color scheme.
+Version    : 1.0
+Released   : 20110815
+
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta name="keywords" content="Apache Tcl Webprogramming" />
+    <meta name="description" content="Website for the Tcl related projects within the Apache Software Foundation" />
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>Why Tcl</title>
+    <link href="../templates/moonlight/style.css" rel="stylesheet" type="text/css" media="screen" />
+</head>
+<body>
+<div id="wrapper">
+	<div id="header" class="container">
+		<div id="logo">
+			<h1><a href="/">Apache Tcl</a></h1>
+			<p>Tcl and Apache HTTP webserver Integration</p>
+		</div>
+		<div id="menu">
+			<ul>
+                <li>
+                    <a href="../index.html">Home</a>
+                </li>
+				<li><a href="http://tcl.apache.org/rivet/">Rivet</a></li>
+				<li><a href="http://tcl.apache.org/websh/">Websh</a></li>
+				<li><a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li>
+				<li>
+                    <a href="about.html">About Us</a></li>
+			</ul>
+		</div>
+	</div>
+	<!-- end #header -->
+	<div id="page">
+		<div id="content">
+			<div class="post">
+				<h2 class="title">Why Tcl</h2>
+				<div style="clear: both;">&nbsp;</div>
+				<div class="entry">
+					<p>
+    <b>Flexible</b>
+
+: Tcl lets you program in the way you
+                  want.  For example, you can program in a style that fits
+                  your needs, either quick-and-dirty, mixing up HTML and
+                  Tcl script to create dynamic web pages fast, or, should
+                  you require more organization, for a larger, complex site, Tcl
+                  works very well with the 'three tier' model currently in
+                  vogue and used by many java systems.
+                </p>
+
+<p>
+    <b>Multi-Purpose</b>
+
+: Tcl can be used for the web,
+                but also for a variety of other tasks.  It was designed
+                as a general purpose "Tool Command Language", infact, to
+                provide users with a language adept at performing a wide
+                range of jobs, including system administration, rapid
+                GUI creation with the Tk graphical toolkit, internet
+                protocol glue, testing harnesses and so on...  This
+                means you can learn one language and use it for many
+                things!
+                </p>
+
+<p>
+    <b>Wide Industry Use</b>
+
+: Tcl has a liberal Open
+                Source license (BSD) which has helped spread it within
+                the industry, both as a stand-alone product, as well as
+                embedded within applications as an extension language.
+                It is used by such industry front-runners as Cisco, AOL,
+                CNET, and many others.
+                </p>
+
+<p>
+    <b>Fast, Light</b>
+
+: Tcl is fast, having undergone
+                major improvements in the past years.  System resources
+                are also impacted lightly - Tcl takes up relatively
+                small amounts of disk and memory space.
+                </p>
+
+<p>
+    <b>Easy</b>
+
+: A simple syntax, and lots of
+                documentation, both in print and on the web, make Tcl
+                an easy language to learn, both for the experienced
+                software professional as well as for students, web
+                authors, hobbyists and others, who find that with a
+                little bit of learning, they can accomplish a great
+                deal.
+                </p>
+
+<p>
+    <b>Existing Code</b>
+
+: There are thousands upon
+                thousands of lines of existing code to be used, either
+                as examples to be learned from, to be included
+                directly in your code, or as extensions to perform a
+                range of common tasks - image manipulation, email,
+                XML, SOAP, HTTP, socket programming, etc...
+                </p>
+
+<p align="center">
+    <b>More <a href="tcl.html">Tcl Information</a>
+    </b>
+</p>
+
+
+				</div>
+			</div>
+			<div style="clear: both;">&nbsp;</div>
+		</div>
+		<!-- end #content -->
+		<div id="sidebar">
+			<ul>
+				<li id="base">
+    <h2>Apache Tcl</h2>
+    <ul>
+        <li class="navitem">
+            <a href="why.html">Why Tcl?</a>
+        </li>
+        <li class="navitem">
+            <a href="contributing.html">Contributing</a>
+        </li>
+        <li class="navitem">
+            <a href="tcl.html">Tcl Information</a>
+        </li>
+        <li class="navitem">
+            <a href="about.html">About Us - Contact</a>
+        </li>
+    </ul>
+</li>
+<li id="projects">
+    <h2>Projects</h2>
+    <ul>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/mod_tcl/">mod_tcl</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/rivet/">Rivet</a>
+        </li>
+        <li class="navitem">
+            <a href="http://tcl.apache.org/websh/">Websh</a>
+        </li>
+    </ul>
+</li>
+
+			</ul>
+		</div>
+		<!-- end #sidebar -->
+		<div style="clear: both;">&nbsp;</div>
+	</div>
+	<!-- end #page -->
+</div>
+<div id="footer">
+	<p>Copyright (c) 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
+</div>
+<!-- end #footer -->
+</body>
+</html>
+

Added: tcl/site/templates/moonlight/style.css
URL: http://svn.apache.org/viewvc/tcl/site/templates/moonlight/style.css?rev=1430103&view=auto
==============================================================================
--- tcl/site/templates/moonlight/style.css (added)
+++ tcl/site/templates/moonlight/style.css Tue Jan  8 00:26:00 2013
@@ -0,0 +1,506 @@
+
+/*
+Design by Free CSS Templates
+http://www.freecsstemplates.org
+Released for free under a Creative Commons Attribution 2.5 License
+*/
+
+body {
+	margin: 0;
+	padding: 0;
+/*	background: #010101 url(images/img01.jpg) no-repeat left top; */
+	background: #010101; 
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #616161;
+}
+
+h1, h2, h3 {
+	margin: 0;
+	padding: 0;
+	font-weight: normal;
+	color: #810988;
+}
+
+h1 {
+	font-size: 2em;
+}
+
+h2 {
+	font-size: 2.8em;
+}
+
+h3 {
+	font-size: 1.6em;
+}
+
+p, ul, ol {
+	margin-top: 0;
+	line-height: 180%;
+}
+
+ul, ol {
+}
+
+a {
+	text-decoration: none;
+	color: #B23C1C;
+}
+
+a:hover {
+}
+
+#wrapper {
+	margin: 0 auto;
+	padding: 0;
+	/* background: url(images/img03.gif) no-repeat center top; */
+}
+
+.container {
+	width: 1000px;
+	margin: 0px auto;
+}
+
+/* Header */
+
+#header {
+	width:  900px;
+	height: 150px;
+	margin: 0 auto;
+	padding: 0px 50px;
+}
+
+/* Logo */
+
+#logo {
+	float: left;
+	width: 300px;
+	margin: 0;
+	padding: 0;
+	color: #B23C1C;
+}
+
+#logo h1, #logo p {
+}
+
+#logo h1 {
+	padding: 60px 0px 0px 0px;
+	letter-spacing: -2px;
+	/* text-transform: lowercase; */
+	font-size: 3.8em;
+}
+
+#logo h1 a {
+	color: #B23C1C;
+}
+
+#logo p {
+	margin: 0;
+	padding: 0px 0 0 0px;
+	letter-spacing: -1px;
+	font: normal 18px Georgia, "Times New Roman", Times, serif;
+	font-style: italic;
+	color: #8E8E8E;
+}
+
+#logo p a {
+	color: #8E8E8E;
+}
+
+#logo a {
+	border: none;
+	background: none;
+	text-decoration: none;
+	color: #000000;
+}
+
+/* Splash */
+
+#splash {
+	width: 960px;
+	height: 300px;
+	margin: 0px auto;
+}
+
+/* Search */
+
+#search {
+	float: right;
+	width: 280px;
+	height: 60px;
+	padding: 20px 0px 0px 0px;
+}
+
+#search form {
+	height: 41px;
+	margin: 0;
+	padding: 10px 0 0 20px;
+}
+
+#search fieldset {
+	margin: 0;
+	padding: 0;
+	border: none;
+}
+
+#search-text {
+	width: 170px;
+	padding: 6px 5px 2px 5px;
+	border: 1px solid #DEDEDE;
+	background: #FFFFFF;
+	text-transform: lowercase;
+	font: normal 11px Arial, Helvetica, sans-serif;
+	color: #5D781D;
+}
+
+#search-submit {
+	width: 50px;
+	height: 22px;
+	border: none;
+	background: #B9B9B9;
+	color: #000000;
+}
+
+/* Menu */
+
+#menu {
+	float: right;
+	width: 500px;
+	height: 90px;
+	margin: 0 auto;
+	padding: 0;
+}
+
+#menu ul {
+	float: right;
+	margin: 0;
+	padding: 0px 0px 0px 0px;
+	list-style: none;
+	line-height: normal;
+}
+
+#menu li {
+	float: left;
+}
+
+#menu a {
+	display: block;
+	height: 20px;
+	margin-right: 1px;
+	padding: 100px 20px 15px 20px;
+	/* background: url(images/img06.gif) no-repeat left 12px; */
+	text-decoration: none;
+	text-align: center;
+	text-transform: uppercase;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 14px;
+	font-weight: bold;
+	color: #FFFFFF;
+	border: none;
+}
+
+#menu a:hover, #menu .current_page_item a {
+	background: #C41800;
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#menu .current_page_item a {
+}
+
+/* Page */
+
+#page {
+	width: 900px;
+	margin: 0 auto;
+	padding: 30px 30px;
+}
+
+/* Content */
+
+#content {
+	float: left;
+	width: 590px;
+	padding: 50px 0px 0px 0px;
+}
+
+.post {
+	overflow: hidden;
+	margin-bottom: 40px;
+	border-bottom: 1px dotted #1B1B1B;
+}
+
+.post .title {
+	height: 41px;
+	padding: 7px 0px 0px 0px;
+	letter-spacing: -1px;
+}
+
+.post .title a {
+	border: none;
+	text-transform: lowercase;
+	color: #B23C1C;
+}
+
+.post .meta {
+	margin-bottom: 30px;
+	padding: 0px;
+	text-align: left;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 13px;
+	font-weight: bold;
+}
+
+.post .meta .date {
+	float: left;
+}
+
+.post .meta .posted {
+	float: right;
+}
+
+.post .meta a {
+}
+
+.post .entry {
+	padding: 0px 0px 20px 0px;
+	padding-bottom: 20px;
+	text-align: justify;
+}
+
+.links {
+	padding-top: 20px;
+	margin-bottom: 30px;
+}
+
+.more {
+	display: block;
+	float: left;
+	width: 88px;
+	height: 25px;
+	padding: 2px 0px 0px 0px;
+	margin-right: 10px;
+	/* background: url(images/img08.jpg) no-repeat left top; */
+	text-align: center;
+	color: #FFFFFF;
+}
+
+.comments {
+	display: block;
+	float: left;
+	width: 88px;
+	height: 25px;
+	padding: 2px 0px 0px 0px;
+	/* background: url(images/img08.jpg) no-repeat left top; */
+	text-align: center;
+	color: #FFFFFF;
+}
+
+/* Sidebar */
+
+#sidebar {
+	float: right;
+	width: 280px;
+	margin: 0px;
+	padding: 30px 0px 0px 0px;
+	color: #787878;
+}
+
+#sidebar ul {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+#sidebar li {
+	margin: 0;
+	padding: 0;
+}
+
+#sidebar li ul {
+	margin: 0px 0px;
+	padding-bottom: 30px;
+}
+
+#sidebar li li {
+	line-height: 35px;
+	border-bottom: 1px dotted #1B1B1B;
+	margin: 0px 30px;
+	border-left: none;
+}
+
+#sidebar li li span {
+	display: block;
+	margin-top: -20px;
+	padding: 0;
+	font-size: 11px;
+	font-style: italic;
+}
+
+#sidebar li li a {
+	padding: 0px 0px 0px 15px;
+}
+
+#sidebar h2 {
+	height: 38px;
+	padding-left: 30px;
+	letter-spacing: -.5px;
+	font-size: 1.8em;
+	color: #B23C1C;
+}
+
+#sidebar p {
+	margin: 0 0px;
+	padding: 0px 30px 20px 30px;
+	text-align: justify;
+}
+
+#sidebar a {
+	border: none;
+	color: #494949;
+}
+
+#sidebar a:hover {
+	text-decoration: underline;
+	color: #B23C1C;
+}
+
+/* Calendar */
+
+#calendar {
+}
+
+#calendar_wrap {
+	padding: 20px;
+}
+
+#calendar table {
+	width: 100%;
+}
+
+#calendar tbody td {
+	text-align: center;
+}
+
+#calendar #next {
+	text-align: right;
+}
+
+/* Three Column Footer Content */
+
+#footer-content {
+	background: #1A1715;
+}
+
+#footer-bg {
+	overflow: hidden;
+	width: 890px;
+	padding: 30px 55px 50px 55px;
+	/* background: url(images/img05.jpg) no-repeat left bottom; */
+}
+
+#footer-content h2 {
+	margin: 0px;
+	padding: 0px 0px 20px 0px;
+	letter-spacing: -1px;
+	text-transform: lowercase;
+	font-size: 26px;
+	color: #FFFFFF;
+}
+
+#footer-content ul {
+	margin: 0px;
+	padding: 0px 0px 0px 20px;
+}
+
+#footer-content a {
+}
+
+#column1 {
+	float: left;
+	width: 290px;
+	margin-right: 30px;
+}
+
+#column2 {
+	float: left;
+	width: 280px;
+}
+
+#column3 {
+	float: right;
+	width: 260px;
+}
+
+/* Footer */
+
+#footer {
+	height: 50px;
+	margin: 0 auto;
+	padding: 0px 0 15px 0;
+	font-family: Arial, Helvetica, sans-serif;
+}
+
+#footer p {
+	margin: 0;
+	padding-top: 30px;
+	line-height: normal;
+	font-size: 10px;
+	text-transform: uppercase;
+	text-align: center;
+	color: #202020;
+}
+
+#footer a {
+	color: #202020;
+}
+
+#marketing {
+	overflow: hidden;
+	margin-bottom: 30px;
+	padding: 20px 0px 10px 0px;
+	border-top: 1px solid #E3E3E3;
+	border-bottom: 1px solid #E3E3E3;
+}
+
+#marketing .text1 {
+	float: left;
+	margin: 0px;
+	padding: 0px;
+	letter-spacing: -2px;
+	text-transform: lowercase;
+	font-size: 34px;
+	color: #345E9B;
+}
+
+#marketing .text2 {
+	float: right;
+}
+
+#marketing .text2 a {
+	display: block;
+	width: 252px;
+	height: 38px;
+	padding: 15px 0px 0px 0px;
+	/* background: url(images/img07.jpg) no-repeat left top; */
+	letter-spacing: -2px;
+	text-align: center;
+	text-transform: lowercase;
+	font-size: 30px;
+	color: #FFFFFF;
+}
+
+table.lists td {
+
+    border-top: 1px solid #616161;
+    padding: 1em;
+}
+
+blockquote {
+
+    border-top: 1px solid;
+    border-bottom: 1px solid;
+    margin: 1em auto;
+    padding: 0.8em auto;
+
+}



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