You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2010/05/27 01:41:05 UTC

svn commit: r948635 - in /trafficserver/site/trunk: docs.html downloads.html index.html template.html top.html

Author: mlibbey
Date: Wed May 26 23:41:05 2010
New Revision: 948635

URL: http://svn.apache.org/viewvc?rev=948635&view=rev
Log:
add downloads page

Added:
    trafficserver/site/trunk/downloads.html   (with props)
Modified:
    trafficserver/site/trunk/docs.html
    trafficserver/site/trunk/index.html
    trafficserver/site/trunk/template.html
    trafficserver/site/trunk/top.html

Modified: trafficserver/site/trunk/docs.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs.html?rev=948635&r1=948634&r2=948635&view=diff
==============================================================================
--- trafficserver/site/trunk/docs.html (original)
+++ trafficserver/site/trunk/docs.html Wed May 26 23:41:05 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html><head><title>Traffic Server Documentation</title>
+<html><head><title>Apache Traffic Server Documentation</title>
 <!--#include file="top.html" --> 
 
       <div role="banner" class="yui-g banner">

Added: trafficserver/site/trunk/downloads.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=948635&view=auto
==============================================================================
--- trafficserver/site/trunk/downloads.html (added)
+++ trafficserver/site/trunk/downloads.html Wed May 26 23:41:05 2010
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head><title>Apache Traffic Server</title>
+<!--#include file="top.html" -->  
+		<div role="contentinfo" class="yui-ge">
+		The latest stable release of Apache Traffic Server is 2.0 (released on 2010-04-18).  Following the <a href="http://httpd.apache.org/">Apache HTTPD</a> model, stable Apache Traffic Server releases will be numbered with an even first decimal (e.g. 2.0, 3.12, etc), while unstable, developer focused releases will be numbered with an odd first number (e.g. 2.1, 3.21, etc).  The second decimal will be used for releases containing bug fixes. When downloading from a mirror, please be sure to verify the checksums and OpenPGP compatible signature.
+		</div>
+		<div role="banner" class="yui-g banner"> 
+			<h1>Current (stable) Release -- 2.0</h1>
+		</div>
+		<div role="contentinfo" class="yui-ge">
+		   <!-- first column: 75% -->
+			<div role="contentinfo" class="yui-u first"> 
+			   Apache Traffic Server 2.0.0 was released on May 4, 2010. [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.0.tar.bz2.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.0.tar.bz2.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.0.tar.bz2.sha1">SHA1</a>] 
+				<ul class="bullet">
+<li>Change SDK versioning schemes to 2.0 [TS-249).</li>
+<li>Minor additions to the SDK (see the docs for details).</li>
+<li>Support regexe_map rules in remap.config [TS-80]</li>
+<li> Code cleanup to get the ATS software into a distributable shape. This
+   means that certain things are missing, or not functional (intentionally).</li>
+<li> Ports available for most Linux distros, including 64-bit.</li>
+			   </ul>
+			</div>
+			<!-- Second column: 25% -->
+			<div role="complementary" class="yui-u">
+				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.0.0.tar.bz2" class="download">Download Source</a> 
+
+			</div>
+		</div>
+		<div role="banner" class="yui-g banner"> 
+			<h1>Current (developer, unstable) Release -- 2.1.0</h1>
+		</div>
+		<div role="contentinfo" class="yui-ge">
+		   <!-- first column: 75% -->
+			<div role="contentinfo" class="yui-u first"> 
+			   Apache Traffic Server 2.1.0 was released on May 18, 2010. [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.0.tar.bz2.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.0.tar.bz2.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.0.tar.bz2.sha1">SHA1</a>] 
+<ul class="bullet"><li>Support for many more platforms, including FreeBSD, MacOSX and Solaris.
+<li>Code cleanup to get the ATS software into a distributable shape. This means that certain things are missing, or not functional (intentionally).</li>
+<li>Support for larger Cache Partitions up to .5 PB (Petabytes), reducing seeks/write.</li>
+<li>Reduced Cache miss latency (sub millesecond).</li>
+<li>RAM Cache pluggability, new algorithm (CLFUS) and optional compression.</li>
+<li>Support for TCL v8.6 and later [TS-246].</li>
+<li>The cache is now 64-bit "clean" allowing for much more memory usage.</li></ul>
+			</div>
+			<!-- Second column: 25% -->
+			<div role="complementary" class="yui-u">
+				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.1.0-unstable.tar.bz2" class="download">Download Source</a>
+			</div>
+		</div>
+
+<!-- end main content footer.html will close out the document, and add a common footer.-->
+<!--#include file="footer.html" --> 

Propchange: trafficserver/site/trunk/downloads.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: trafficserver/site/trunk/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/index.html?rev=948635&r1=948634&r2=948635&view=diff
==============================================================================
--- trafficserver/site/trunk/index.html (original)
+++ trafficserver/site/trunk/index.html Wed May 26 23:41:05 2010
@@ -114,14 +114,16 @@
 			<h2>News</h2>
 		</div>
 		<div class="yui-g">
-		 <li class="bullet"><b>May 18, 2010:</b> We are pleased to announce that Traffic Server 2.1.0-unstable is
+		   <ul class="bullet">
+		 <li><b>May 18, 2010:</b> We are pleased to announce that Traffic Server 2.1.0-unstable is
 now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>. This is an unstable release from the development line so all issues
 reported will be fixed in the trunk.  That said, 2.1.0-unstable brings
 a number of features and performance improvements including
 support for FreeBSD, MacOSX and Solaris, improved cache seek/write
-efficiency and dramatically reduced miss latency.</li>
-		 <li class="bullet"><b>May 10, 2010:</b> Please congratulate Jason Giedymin for becoming a committer and PMC member.  Welcome!</li>
-		 <li class="bullet"><b>April 21, 2010:</b>  the Apache Software Foundation  Board promoted Traffic Server to a top-level project (TLP).</li>
+efficiency, 64-bit support, and dramatically reduced miss latency.</li>
+		 <li><b>May 10, 2010:</b> Please congratulate Jason Giedymin for becoming a committer and PMC member.  Welcome!</li>
+		 <li><b>May 4, 2010:</b>Apache Traffic Server 2.0.0 was released.
+		 <li><b>April 21, 2010:</b>  the Apache Software Foundation Board promoted Traffic Server to a top-level project (TLP).</li></ul>
 		</div>
 		<div role="banner" class="yui-g banner">
 			<h2>Miscellaneous</h2>

Modified: trafficserver/site/trunk/template.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/template.html?rev=948635&r1=948634&r2=948635&view=diff
==============================================================================
--- trafficserver/site/trunk/template.html (original)
+++ trafficserver/site/trunk/template.html Wed May 26 23:41:05 2010
@@ -1,14 +1,14 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html><head><title>Traffic Server</title>
+<html><head><title>Apache Traffic Server</title>
 <!--#include file="top.html" -->  
 			<!-- top.html will get you the css and logo, and navigation header. We use YUI grids to do columns.  http://developer.yahoo.com/yui/grids/builder/ will let you do lots of column variations.  Choose body size=974; 1 body column; then go nuts adding rows, and splitting them into different columns sizes. just copy over the rows you create. 
 			here's and example of a row with 2 columns (75%/25%)-->
 		<div role="contentinfo" class="yui-ge">
-		   <!-- first column -- 75% -->
+		   <!-- first column: 75% -->
 			<div role="contentinfo" class="yui-u first"> 
 				Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server. Formerly a commercial product, Yahoo! donated it to the Apache Foundation, and is now an Apache TLP. Here's a Traffic Server overview.
 			</div>
-			<!-- Second column -- 25% -->
+			<!-- Second column: 25% -->
 			<div role="complementary" class="yui-u">
 				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/" class="download">Download Source</a>
 			</div>
@@ -17,7 +17,7 @@
 		<div role="banner" class="yui-g banner"> 
 			<h1>Section title</h1>
 		</div>
-		<!-- Example of a 3 column row-->
+		<!-- Example of a 3 column row -->
 		<div class="yui-gb">
 		   <!-- first column -->
 			<div role="contentinfo" class="yui-u first"> 
@@ -50,6 +50,5 @@
 				</ul>
 			</div>
 		</div>
-		</div>
-	<!-- end main content footer.html will close out the document, and add a common footer.-->
+<!-- end main content footer.html will close out the document, and add a common footer.-->
 <!--#include file="footer.html" --> 

Modified: trafficserver/site/trunk/top.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/top.html?rev=948635&r1=948634&r2=948635&view=diff
==============================================================================
--- trafficserver/site/trunk/top.html (original)
+++ trafficserver/site/trunk/top.html Wed May 26 23:41:05 2010
@@ -12,13 +12,14 @@
 .nav a{color:#FFFFFF;text-decoration: none;font-size:120%;}.nav li {float:left; padding:0.75em 1em;}
 .nav {background-color:#000000; margin:12px 0 12px 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
 .yui-ge, .yui-gb {padding:0 10px 10px;}
-a.download{ display:block;color:#FFFFFF; text-decoration:none; background-color:#38AE2F;-moz-border-radius: 10px;-webkit-border-radius: 10px;padding:15px 0px 15px 30px;}
+a.download{ display:block;color:#FFFFFF; text-decoration:none; background-color:#38AE2F;-moz-border-radius: 10px;-webkit-border-radius: 10px;padding:15px 0px 15px 70px;}
 a:hover{text-decoration:underline;}
 a{color:#528DC8;text-decoration:none;}
 body{font-size:90%;}
 h1,h2,h3{color:#528DC8;}
 html{background: url('http://trafficserver.apache.org/images/grey_paper.jpg');}
 .bullet{list-style: disc outside none; margin: 10px 0 10px 20px;}
+.bullet li{list-style:disc outside none;margin:10px 0 10px 20px;}
 </style>
 </head>
 <body>
@@ -37,7 +38,7 @@ html{background: url('http://trafficserv
 		<div role="navigation" class="yui-g nav">
 			<ul>
 				<li><a href="index.html">Home</a></li>
-				<li><a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Download</a></li>
+				<li><a href="http://trafficserver.apache.org/dowloads.html">Downloads</a></li>
 				<!-- <li><a href="#">Getting Started</a></li>-->
 				<li><a href="docs.html">Documentation</a></li>
 				<li><a href="http://cwiki.apache.org/TS/">Wiki</a></li>