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/02/04 00:03:08 UTC

svn commit: r1441986 - in /tcl/site: index.html static/about.html static/contributing.html static/tcl.html static/why.html

Author: mxmanghi
Date: Sun Feb  3 23:03:07 2013
New Revision: 1441986

URL: http://svn.apache.org/viewvc?rev=1441986&view=rev
Log:
removed links to mod_tcl. Dismissal of support and development for mod_tcl advertised on the homepage

Modified:
    tcl/site/index.html
    tcl/site/static/about.html
    tcl/site/static/contributing.html
    tcl/site/static/tcl.html
    tcl/site/static/why.html

Modified: tcl/site/index.html
URL: http://svn.apache.org/viewvc/tcl/site/index.html?rev=1441986&r1=1441985&r2=1441986&view=diff
==============================================================================
--- tcl/site/index.html (original)
+++ tcl/site/index.html Sun Feb  3 23:03:07 2013
@@ -32,7 +32,7 @@ Released   : 20110815
                 </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="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li -->
 				<li>
                     <a href="static/about.html">About Us</a></li>
 			</ul>
@@ -60,18 +60,6 @@ Released   : 20110815
 <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>
 
  
@@ -95,6 +83,24 @@ Released   : 20110815
                 project. For Apache 1.3, 2.0 and 2.2.
                 </p>
 
+<h4>Dismissed Project</h4>
+
+<p>
+                
+                Support and development for
+                <a href="http://tcl.apache.org/mod_tcl/" target="_blank">mod_tcl</a>
+
+
+                has been dismissed. We recommend
+                that new real world projects meant to run on Apache 2.x servers
+                be developed with the current actively developed and/or supported sub-projects 
+                <a href="http://tcl.apache.org/rivet/" target="_blank">Rivet</a>
+
+ 
+                and 
+                <a href="http://tcl.apache.org/websh/" target="_blank">Websh</a>
+</p>
+
 
 				</div>
 			</div>
@@ -124,9 +130,6 @@ Released   : 20110815
     <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">

Modified: tcl/site/static/about.html
URL: http://svn.apache.org/viewvc/tcl/site/static/about.html?rev=1441986&r1=1441985&r2=1441986&view=diff
==============================================================================
--- tcl/site/static/about.html (original)
+++ tcl/site/static/about.html Sun Feb  3 23:03:07 2013
@@ -32,7 +32,7 @@ Released   : 20110815
                 </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="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li -->
 				<li class="current_page_item">
                     <a href="about.html">About Us</a></li>
 			</ul>
@@ -166,20 +166,6 @@ Released   : 20110815
         </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>
@@ -254,9 +240,6 @@ Released   : 20110815
     <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">
@@ -273,7 +256,7 @@ Released   : 20110815
 	<!-- 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>
+	<p>Copyright &copy; 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 </div>
 <!-- end #footer -->
 </body>

Modified: tcl/site/static/contributing.html
URL: http://svn.apache.org/viewvc/tcl/site/static/contributing.html?rev=1441986&r1=1441985&r2=1441986&view=diff
==============================================================================
--- tcl/site/static/contributing.html (original)
+++ tcl/site/static/contributing.html Sun Feb  3 23:03:07 2013
@@ -32,7 +32,7 @@ Released   : 20110815
                 </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="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li -->
 				<li>
                     <a href="about.html">About Us</a></li>
 			</ul>
@@ -87,9 +87,6 @@ Released   : 20110815
     <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">
@@ -106,7 +103,7 @@ Released   : 20110815
 	<!-- 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>
+	<p>Copyright &copy; 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 </div>
 <!-- end #footer -->
 </body>

Modified: tcl/site/static/tcl.html
URL: http://svn.apache.org/viewvc/tcl/site/static/tcl.html?rev=1441986&r1=1441985&r2=1441986&view=diff
==============================================================================
--- tcl/site/static/tcl.html (original)
+++ tcl/site/static/tcl.html Sun Feb  3 23:03:07 2013
@@ -32,7 +32,7 @@ Released   : 20110815
                 </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="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li -->
 				<li>
                     <a href="about.html">About Us</a></li>
 			</ul>
@@ -126,9 +126,6 @@ Released   : 20110815
     <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">
@@ -145,7 +142,7 @@ Released   : 20110815
 	<!-- 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>
+	<p>Copyright &copy; 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 </div>
 <!-- end #footer -->
 </body>

Modified: tcl/site/static/why.html
URL: http://svn.apache.org/viewvc/tcl/site/static/why.html?rev=1441986&r1=1441985&r2=1441986&view=diff
==============================================================================
--- tcl/site/static/why.html (original)
+++ tcl/site/static/why.html Sun Feb  3 23:03:07 2013
@@ -32,7 +32,7 @@ Released   : 20110815
                 </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="http://tcl.apache.org/mod_tcl/">mod_tcl</a></li -->
 				<li>
                     <a href="about.html">About Us</a></li>
 			</ul>
@@ -148,9 +148,6 @@ Released   : 20110815
     <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">
@@ -167,7 +164,7 @@ Released   : 20110815
 	<!-- 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>
+	<p>Copyright &copy; 2013 Apache Software Foundation. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 </div>
 <!-- end #footer -->
 </body>



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