You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ja...@apache.org on 2011/02/08 15:44:58 UTC

svn commit: r1068425 - in /thrift/site: dynathrift/ dynathrift/about/ dynathrift/download/ publish/ publish/about/ publish/developers/ publish/download/ publish/mailing/ publish/tutorial/

Author: jake
Date: Tue Feb  8 14:44:58 2011
New Revision: 1068425

URL: http://svn.apache.org/viewvc?rev=1068425&view=rev
Log:
release 0.6.0 and misc cleanup from incubator

Modified:
    thrift/site/dynathrift/about/index.php
    thrift/site/dynathrift/download/index.php
    thrift/site/dynathrift/index.php
    thrift/site/dynathrift/thrift.lib.php
    thrift/site/publish/about/index.html
    thrift/site/publish/developers/index.html
    thrift/site/publish/download/index.html
    thrift/site/publish/index.html
    thrift/site/publish/mailing/index.html
    thrift/site/publish/tutorial/index.html

Modified: thrift/site/dynathrift/about/index.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/about/index.php?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/dynathrift/about/index.php (original)
+++ thrift/site/dynathrift/about/index.php Tue Feb  8 14:44:58 2011
@@ -87,9 +87,9 @@ $committers =
 
         'jake' =>
         array('n' => 'Jake Luciani',
-              'u' => 'http://3.rdrail.net',
+              'u' => 'http://twitter.com/tjake',
               't' => -5,
-              's' => 'Perl implementation'),
+              's' => 'Perl, JavaScript'),
 
         'bryanduxbury' =>
         array('n' => 'Bryan Duxbury',
@@ -193,10 +193,6 @@ $companies =
               'u' => 'http://www.evernote.com',
               'i' => 'http://evernote.com/about/img/logo.gif'),
 
-        array('n' => 'junkdepot',
-              'u' => 'http://www.junkdepot.com',
-              'i' => 'http://www.junkdepot.com/css/images/logo.png'),
-
         array('n' => 'E-Sport Network',
               'u' => 'http://www.esportnetwork.com',
               'i' => 'http://www.esportnetwork.com/esnlogo.png'),

Modified: thrift/site/dynathrift/download/index.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/download/index.php?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/dynathrift/download/index.php (original)
+++ thrift/site/dynathrift/download/index.php Tue Feb  8 14:44:58 2011
@@ -27,40 +27,40 @@ function distlink($path) {
   return 'http://www.apache.org/dist'.$path;
 }
 
-$DL_ROOT = "/incubator/thrift/0.5.0-incubating/";
+$DL_ROOT = "/thrift/0.6.0/";
 
 echo '
 <h2>Direct Download</h2>
 
 <p>
-The latest stable release of Thrift is 0.5.0 (released on 2010-10-07).
+The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
 </p>
 
 <div class="download_box">
 '.
-alink('thrift-0.5.0.tar.gz',
-  mirrorlink($DL_ROOT.'thrift-0.5.0.tar.gz')) .
+alink('thrift-0.6.0.tar.gz',
+  mirrorlink($DL_ROOT.'thrift-0.6.0.tar.gz')) .
 ' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.5.0.tar.gz.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.asc')) .
 '] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.5.0.tar.gz.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.md5')) .
 ']
 </div>
 
 <div class="download_box">
 '.
-alink('Thrift compiler for Windows (thrift-0.5.0.exe)',
-  mirrorlink($DL_ROOT.'thrift-0.5.0.exe')) .
+alink('Thrift compiler for Windows (thrift-0.6.0.exe)',
+  mirrorlink($DL_ROOT.'thrift-0.6.0.exe')) .
 ' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.5.0.exe.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.6.0.exe.asc')) .
 '] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.5.0.exe.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.6.0.exe.md5')) .
 ']
 </div>
 
 <p>
 When downloading from a mirror, please be sure to verify the checksums and OpenPGP compatible signature (see the MD5 and PGP links above). The '.
-alink('KEYS', 'http://www.apache.org/dist/incubator/thrift/KEYS') .
+alink('KEYS', 'http://www.apache.org/dist/thrift/KEYS') .
 ' file contains the public key(s) used for signing releases.
 </p>
 

Modified: thrift/site/dynathrift/index.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/index.php?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/dynathrift/index.php (original)
+++ thrift/site/dynathrift/index.php Tue Feb  8 14:44:58 2011
@@ -20,7 +20,7 @@ include_once 'thrift.lib.php';
 $page = new ThriftPage('home');
 echo $page->open();
 echo $page->welcome(array(
-'Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.',
+'Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, and OCaml.',
 
 'Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008.')).
 
@@ -28,7 +28,6 @@ echo $page->welcome(array(
 <ul>
 <li>'.alink('Thrift Wiki', 'http://wiki.apache.org/thrift/').'</li>
 <li>'.alink('JIRA page', 'http://issues.apache.org/jira/browse/THRIFT').'</li>
-<li>'.alink('Incubation status', 'http://incubator.apache.org/projects/thrift.html').'</li>
 
 </ul>
 

Modified: thrift/site/dynathrift/thrift.lib.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/thrift.lib.php?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/dynathrift/thrift.lib.php (original)
+++ thrift/site/dynathrift/thrift.lib.php Tue Feb  8 14:44:58 2011
@@ -99,8 +99,6 @@ class ThriftPage {
   protected function _header() {
     return
       '<div class="header">'.
-      alink(image($this->root.'static/apache-incubator-small.png', 'Apache'),
-            'http://incubator.apache.org/', 'apache').
       '<h2>'.
       alink(image($this->root.'static/thrift_mask.png', 'Thrift'),
             // 'Thrift',

Modified: thrift/site/publish/about/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/about/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/about/index.html (original)
+++ thrift/site/publish/about/index.html Tue Feb  8 14:44:58 2011
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="../static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about active"><a href="../about">About &raquo;</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main about"><div class="welcome"><p class="first">Thrift is a software project spanning a variety of programming languages and use cases. Our goal 
 is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.</p><p>In our pursuit of this goal, Thrift aims to embody the following values:</p><ul>
+<div class="frame"><div class="header"><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about active"><a href="../about">About &raquo;</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main about"><div class="welcome"><p class="first">Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.</p><p
 >In our pursuit of this goal, Thrift aims to embody the following values:</p><ul>
 
 <li><b>Simplicity</b>
 Thrift code is simple and approachable, free of unnecessary dependencies.</li>
@@ -32,7 +32,7 @@ Strive for performance first, elegance s
 <th>Full Name</th>
 <th>Specialities</th>
 <th>Timezone</th>
-</tr><tr class="committer odd first"><td class="username">mcslee</td><td class="fullname"><a href="http://www.facebook.com/profile.php?id=204686">Mark Slee</a></td><td class="specialities">General vision and implementation</td><td class="timezone">-8</td></tr><tr class="committer"><td class="username">dreiss</td><td class="fullname">David Reiss</td><td class="specialities">Everything, GIT configuration, performance</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">aditya</td><td class="fullname">Aditya Agarwal</td><td class="specialities">C++ servers</td><td class="timezone">-8</td></tr><tr class="committer"><td class="username">marck</td><td class="fullname">Marc Kwiatkowski</td><td class="specialities">C++ concurrency</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">jwang</td><td class="fullname">James Wang</td><td class="specialities">C++ transports and processors</td><td class="timezone">-8</td></tr><tr
  class="committer"><td class="username">cpiro</td><td class="fullname">Chris Piro</td><td class="specialities">Erlang</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">bmaurer</td><td class="fullname"><a href="http://bmaurer.blogspot.com">Ben Maurer</a></td><td class="specialities">Python data serialization</td><td class="timezone">-5</td></tr><tr class="committer"><td class="username">kclark</td><td class="fullname"><a href="http://glu.ttono.us">Kevin Clark</a></td><td class="specialities">Ruby implementation</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">jake</td><td class="fullname"><a href="http://3.rdrail.net">Jake Luciani</a></td><td class="specialities">Perl implementation</td><td class="timezone">-5</td></tr><tr class="committer"><td class="username">bryanduxbury</td><td class="fullname"><a href="http://blog.rapleaf.com/dev">Bryan Duxbury</a></td><td class="specialities">Release Manager, Compact P
 rotocol, Java, Ruby</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">esteve</td><td class="fullname">Esteve Fernandez</td><td class="specialities">Python, Twisted, async transports</td><td class="timezone">1</td></tr><tr class="committer"><td class="username">todd</td><td class="fullname">Todd Lipcon</td><td class="specialities">Erlang, Java</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">geechorama</td><td class="fullname">Andrew McGeachie</td><td class="specialities">Cocoa</td><td class="timezone">?</td></tr><tr class="committer"><td class="username">molinaro</td><td class="fullname">Anthony Molinaro</td><td class="specialities">Erlang, Perl, autotools</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">roger</td><td class="fullname"><a href="http://www.bufferoverflow.ch">Roger Meier</a></td><td class="specialities">Continuous Integration, C++, C#, JavaScript</td><td clas
 s="timezone">2</td></tr></table>
+</tr><tr class="committer odd first"><td class="username">mcslee</td><td class="fullname"><a href="http://www.facebook.com/profile.php?id=204686">Mark Slee</a></td><td class="specialities">General vision and implementation</td><td class="timezone">-8</td></tr><tr class="committer"><td class="username">dreiss</td><td class="fullname">David Reiss</td><td class="specialities">Everything, GIT configuration, performance</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">aditya</td><td class="fullname">Aditya Agarwal</td><td class="specialities">C++ servers</td><td class="timezone">-8</td></tr><tr class="committer"><td class="username">marck</td><td class="fullname">Marc Kwiatkowski</td><td class="specialities">C++ concurrency</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">jwang</td><td class="fullname">James Wang</td><td class="specialities">C++ transports and processors</td><td class="timezone">-8</td></tr><tr
  class="committer"><td class="username">cpiro</td><td class="fullname">Chris Piro</td><td class="specialities">Erlang</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">bmaurer</td><td class="fullname"><a href="http://bmaurer.blogspot.com">Ben Maurer</a></td><td class="specialities">Python data serialization</td><td class="timezone">-5</td></tr><tr class="committer"><td class="username">kclark</td><td class="fullname"><a href="http://glu.ttono.us">Kevin Clark</a></td><td class="specialities">Ruby implementation</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">jake</td><td class="fullname"><a href="http://twitter.com/tjake">Jake Luciani</a></td><td class="specialities">Perl, JavaScript</td><td class="timezone">-5</td></tr><tr class="committer"><td class="username">bryanduxbury</td><td class="fullname"><a href="http://blog.rapleaf.com/dev">Bryan Duxbury</a></td><td class="specialities">Release Manager, Compact
  Protocol, Java, Ruby</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">esteve</td><td class="fullname">Esteve Fernandez</td><td class="specialities">Python, Twisted, async transports</td><td class="timezone">1</td></tr><tr class="committer"><td class="username">todd</td><td class="fullname">Todd Lipcon</td><td class="specialities">Erlang, Java</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">geechorama</td><td class="fullname">Andrew McGeachie</td><td class="specialities">Cocoa</td><td class="timezone">?</td></tr><tr class="committer"><td class="username">molinaro</td><td class="fullname">Anthony Molinaro</td><td class="specialities">Erlang, Perl, autotools</td><td class="timezone">-8</td></tr><tr class="committer odd"><td class="username">roger</td><td class="fullname"><a href="http://www.bufferoverflow.ch">Roger Meier</a></td><td class="specialities">Continuous Integration, C++, C#, JavaScript</td><td cl
 ass="timezone">2</td></tr></table>
 <h3>Champion</h3>
 <ul><li>Doug Cutting</li></ul>
 <h3>Mentors</h3>
@@ -45,7 +45,7 @@ Strive for performance first, elegance s
 <div class="companies" name="companies">
 <h2>Powered by Thrift</h2>
 <p>The following companies are known to employ Thrift in their production services.</p>
-<div class="company odd"><img src="http://profile.ak.facebook.com/object2/1310/46/n20531316728_5806.jpg" class="Facebook" alt="" /><h4>Facebook</h4><a href="http://www.facebook.com">http://www.facebook.com</a><p>Originally developed at Facebook, Thrift is a core piece of Facebook's software infrastructure. It is used for both low-latency realtime RPC and persistent structured data storage across a variety of applications, such as Search, News Feed, Platform, and Mobile. If you've ever used Facebook, you have seen Thrift in action.</p></div><div class="company"><img src="http://cdn.last.fm/flatness/badges/lastfm_black.gif" class="last.fm" alt="" /><h4>last.fm</h4><a href="http://www.last.fm">http://www.last.fm</a></div><div class="company odd"><h4>Powerset</h4><a href="http://www.powerset.com">http://www.powerset.com</a></div><div class="company"><img src="http://recaptcha.net/shared-media/logo2-nobottom.gif" class="reCaptcha" alt="" /><h4>reCaptcha</h4><a href="http://www.re
 captcha.com">http://www.recaptcha.com</a></div><div class="company odd"><img src="http://www.rapleaf.com/logo.png" class="RapLeaf" alt="" /><h4>RapLeaf</h4><a href="http://www.rapleaf.com">http://www.rapleaf.com</a></div><div class="company"><img src="http://amiestreet.com/static/images/logo.gif" class="Amie Street" alt="" /><h4>Amie Street</h4><a href="http://www.amiestreet.com">http://www.amiestreet.com</a></div><div class="company odd"><img src="http://evernote.com/about/img/logo.gif" class="Evernote" alt="" /><h4>Evernote</h4><a href="http://www.evernote.com">http://www.evernote.com</a></div><div class="company"><img src="http://www.junkdepot.com/css/images/logo.png" class="junkdepot" alt="" /><h4>junkdepot</h4><a href="http://www.junkdepot.com">http://www.junkdepot.com</a></div><div class="company odd"><img src="http://www.esportnetwork.com/esnlogo.png" class="E-Sport Network" alt="" /><h4>E-Sport Network</h4><a href="http://www.esportnetwork.com">http://www.esportnetwo
 rk.com</a></div><div class="company"><img src="http://openx.org/sites/all/themes/openx3/images/logo_openx.png" class="OpenX" alt="" /><h4>OpenX</h4><a href="http://www.openx.org/">http://www.openx.org/</a></div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+<div class="company odd"><img src="http://profile.ak.facebook.com/object2/1310/46/n20531316728_5806.jpg" class="Facebook" alt="" /><h4>Facebook</h4><a href="http://www.facebook.com">http://www.facebook.com</a><p>Originally developed at Facebook, Thrift is a core piece of Facebook's software infrastructure. It is used for both low-latency realtime RPC and persistent structured data storage across a variety of applications, such as Search, News Feed, Platform, and Mobile. If you've ever used Facebook, you have seen Thrift in action.</p></div><div class="company"><img src="http://cdn.last.fm/flatness/badges/lastfm_black.gif" class="last.fm" alt="" /><h4>last.fm</h4><a href="http://www.last.fm">http://www.last.fm</a></div><div class="company odd"><h4>Powerset</h4><a href="http://www.powerset.com">http://www.powerset.com</a></div><div class="company"><img src="http://recaptcha.net/shared-media/logo2-nobottom.gif" class="reCaptcha" alt="" /><h4>reCaptcha</h4><a href="http://www.re
 captcha.com">http://www.recaptcha.com</a></div><div class="company odd"><img src="http://www.rapleaf.com/logo.png" class="RapLeaf" alt="" /><h4>RapLeaf</h4><a href="http://www.rapleaf.com">http://www.rapleaf.com</a></div><div class="company"><img src="http://amiestreet.com/static/images/logo.gif" class="Amie Street" alt="" /><h4>Amie Street</h4><a href="http://www.amiestreet.com">http://www.amiestreet.com</a></div><div class="company odd"><img src="http://evernote.com/about/img/logo.gif" class="Evernote" alt="" /><h4>Evernote</h4><a href="http://www.evernote.com">http://www.evernote.com</a></div><div class="company"><img src="http://www.esportnetwork.com/esnlogo.png" class="E-Sport Network" alt="" /><h4>E-Sport Network</h4><a href="http://www.esportnetwork.com">http://www.esportnetwork.com</a></div><div class="company odd"><img src="http://openx.org/sites/all/themes/openx3/images/logo_openx.png" class="OpenX" alt="" /><h4>OpenX</h4><a href="http://www.openx.org/">http://www.
 openx.org/</a></div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">

Modified: thrift/site/publish/developers/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/developers/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/developers/index.html (original)
+++ thrift/site/publish/developers/index.html Tue Feb  8 14:44:58 2011
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="../static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers active"><a href="../developers">Developers &raquo;</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main developers">
+<div class="frame"><div class="header"><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers active"><a href="../developers">Developers &raquo;</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main developers">
 <h2>Issue Tracking</h2>
 <p class="issues">Thrift tracks both bugs and enhancements using Apache JIRA. Before filing new requests, we ask that you first do the following:</p>
 <ul>
@@ -21,7 +21,7 @@
 <div class="svn">
 <h2>SVN Resources</h2>
 <ul class="access"><li><h3>Official Site</h3><a href="http://subversion.tigris.org">http://subversion.tigris.org</a></li><li><h3>IDE Plugins</h3><a href="http://subclipse.tigris.org">Eclipse</a></li><li><h3>Windows GUI</h3><a href="http://tortoisesvn.tigris.org">Tortoise Windows GUI</a></li></ul>
-</div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">

Modified: thrift/site/publish/download/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/download/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Tue Feb  8 14:44:58 2011
@@ -8,23 +8,23 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="../static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download active"><a href="../download">Download &raquo;</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main download">
+<div class="frame"><div class="header"><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download active"><a href="../download">Download &raquo;</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main download">
 <h2>Direct Download</h2>
 
 <p>
-The latest stable release of Thrift is 0.5.0 (released on 2010-10-07).
+The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
 </p>
 
 <div class="download_box">
-<a href="http://www.apache.org/dyn/closer.cgi?path=/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz">thrift-0.5.0.tar.gz</a> [<a href="http://www.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz.asc">PGP</a>] [<a href="http://www.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz.md5">MD5</a>]
+<a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.tar.gz">thrift-0.6.0.tar.gz</a> [<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.asc">PGP</a>] [<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.md5">MD5</a>]
 </div>
 
 <div class="download_box">
-<a href="http://www.apache.org/dyn/closer.cgi?path=/incubator/thrift/0.5.0-incubating/thrift-0.5.0.exe">Thrift compiler for Windows (thrift-0.5.0.exe)</a> [<a href="http://www.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.exe.asc">PGP</a>] [<a href="http://www.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.exe.md5">MD5</a>]
+<a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.exe">Thrift compiler for Windows (thrift-0.6.0.exe)</a> [<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.asc">PGP</a>] [<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.md5">MD5</a>]
 </div>
 
 <p>
-When downloading from a mirror, please be sure to verify the checksums and OpenPGP compatible signature (see the MD5 and PGP links above). The <a href="http://www.apache.org/dist/incubator/thrift/KEYS">KEYS</a> file contains the public key(s) used for signing releases.
+When downloading from a mirror, please be sure to verify the checksums and OpenPGP compatible signature (see the MD5 and PGP links above). The <a href="http://www.apache.org/dist/thrift/KEYS">KEYS</a> file contains the public key(s) used for signing releases.
 </p>
 
 <h2 class="topborder">Development Snapshots</h2>
@@ -45,7 +45,7 @@ may checkout Thrift from the <a href="ht
 <pre>
 svn co http://svn.apache.org/repos/asf/thrift/trunk thrift
 cd thrift
-</pre></div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</pre></div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">

Modified: thrift/site/publish/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/index.html (original)
+++ thrift/site/publish/index.html Tue Feb  8 14:44:58 2011
@@ -8,11 +8,10 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="" class="logo"><img src="static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home active"><a href="">Home &raquo;</a></li><li class="ln_about"><a href="about">About</a></li><li class="ln_mailing"><a href="mailing">Mailing Lists</a></li><li class="ln_developers"><a href="developers">Developers</a></li><li class="ln_download"><a href="download">Download</a></li><li class="ln_tutorial"><a href="tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main home"><div class="welcome"><p class="first">Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code gen
 eration engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.</p><p>Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008.</p></div><h3>Quick Links</h3>
+<div class="frame"><div class="header"><h2><a href="" class="logo"><img src="static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home active"><a href="">Home &raquo;</a></li><li class="ln_about"><a href="about">About</a></li><li class="ln_mailing"><a href="mailing">Mailing Lists</a></li><li class="ln_developers"><a href="developers">Developers</a></li><li class="ln_download"><a href="download">Download</a></li><li class="ln_tutorial"><a href="tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main home"><div class="welcome"><p class="first">Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haske
 ll, C#, Cocoa, JavaScript, Node.js, Smalltalk, and OCaml.</p><p>Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008.</p></div><h3>Quick Links</h3>
 <ul>
 <li><a href="http://wiki.apache.org/thrift/">Thrift Wiki</a></li>
 <li><a href="http://issues.apache.org/jira/browse/THRIFT">JIRA page</a></li>
-<li><a href="http://incubator.apache.org/projects/thrift.html">Incubation status</a></li>
 
 </ul>
 
@@ -92,7 +91,7 @@ int main(int argc, char **argv) {
 <p>Learn more about Thrift:<span class="actionlink"><span class="grabme">&raquo;</span><a href="static/thrift-20070401.pdf">Read the Whitepaper</a></span>
 </p>
 </div>
-</div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">

Modified: thrift/site/publish/mailing/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/mailing/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/mailing/index.html (original)
+++ thrift/site/publish/mailing/index.html Tue Feb  8 14:44:58 2011
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="../static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing active"><a href="../mailing">Mailing Lists &raquo;</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main mailing"><div class="welcome"><p class="first">In accordance with the principles of the Apache Software Foundation, Thrift encourages a collab
 orative and community-based development environment.</p><p>All project discussion is carried out publicly, on the following archived lists.</p></div><div class="list" name="user"><h2>Users</h2><p>If you use Thrift, please subscribe to the Thrift user mailing list. This list is for questions about Thrift and announcements from the team relevant to all users.</p><div class="actions"><a href="mailto:user-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:user-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-user/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-user/">View Archives (Incubator)</a></div></div><div class="list" name="dev"><h2>Developers</h2><p>If you would like to contribute to Thrift, subscribe to the Thrift developer mailing list.</p><div class="actions"><a href="mailto:dev-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:dev-unsubscribe@thrift.
 apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-dev/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/">View Archives (Incubator)</a></div></div><div class="list" name="commits"><h2>Commits</h2><p>This list receives notifications about all code changes made to Thrift.</p><div class="actions"><a href="mailto:commits-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:commits-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-commits/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-commits/">View Archives (Incubator)</a></div></div><p class="listnote">Note: subscription is required to post to all lists.</p></div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+<div class="frame"><div class="header"><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing active"><a href="../mailing">Mailing Lists &raquo;</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial"><a href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main mailing"><div class="welcome"><p class="first">In accordance with the principles of the Apache Software Foundation, Thrift encourages a collaborative and community-based development environment.</p><p>All project discussion is carried out publicly, on the following archiv
 ed lists.</p></div><div class="list" name="user"><h2>Users</h2><p>If you use Thrift, please subscribe to the Thrift user mailing list. This list is for questions about Thrift and announcements from the team relevant to all users.</p><div class="actions"><a href="mailto:user-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:user-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-user/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-user/">View Archives (Incubator)</a></div></div><div class="list" name="dev"><h2>Developers</h2><p>If you would like to contribute to Thrift, subscribe to the Thrift developer mailing list.</p><div class="actions"><a href="mailto:dev-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:dev-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-dev/">View Archives</a> | <a href="http://m
 ail-archives.apache.org/mod_mbox/incubator-thrift-dev/">View Archives (Incubator)</a></div></div><div class="list" name="commits"><h2>Commits</h2><p>This list receives notifications about all code changes made to Thrift.</p><div class="actions"><a href="mailto:commits-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:commits-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-commits/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-commits/">View Archives (Incubator)</a></div></div><p class="listnote">Note: subscription is required to post to all lists.</p></div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">

Modified: thrift/site/publish/tutorial/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/tutorial/index.html?rev=1068425&r1=1068424&r2=1068425&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Tue Feb  8 14:44:58 2011
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<div class="frame"><div class="header"><a href="http://incubator.apache.org/" class="apache"><img src="../static/apache-incubator-small.png" class="Apache" alt="" /></a><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial active"><a href="../tutorial">Tutorial &raquo;</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main tutorial"><h2>Thrift Tutorial</h2><div class="woe_is_me">This tutorial is known to be <i>woefully</i> incomplete, and is a work in progress. T
 his skeleton is illustrative of what is being worked on and will soon be available.</div><h4>Contents</h4><ol class="toc"><li><a href="#t0">Download Thrift</a></li><li><a href="#t1">Build and Install</a></li><li><a href="#t2">Writing a Thrift file</a></li><li><a href="#t3">Using the Thrift Compiler</a></li><li><a href="#t4">Running a Thrift Server</a></li><li><a href="#t5">Running a Thrift Client</a></li></ol><ol class="steps topborder"><li><a name="t0"></a><h3>Download Thrift</h3>To get started, download a copy of Thrift.</li><li><a name="t1"></a><h3>Build and Install</h3>Next, build and install the Thrift libraries and compiler.</li><li><a name="t2"></a><h3>Writing a Thrift file</h3>Let's define and create a simple service.</li><li><a name="t3"></a><h3>Using the Thrift Compiler</h3>Invoke the Thrift compiler on the test file.</li><li><a name="t4"></a><h3>Running a Thrift Server</h3>Fill in the server stubs and build the server.</li><li><a name="t5"></a><h3>Running a Thrift
  Client</h3>Using the client libraries.</li></ol></div></div><div class="footer"><span class="copyright">Copyright 2007-2010 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+<div class="frame"><div class="header"><h2><a href="../" class="logo"><img src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a href="../about">About</a></li><li class="ln_mailing"><a href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a href="../developers">Developers</a></li><li class="ln_download"><a href="../download">Download</a></li><li class="ln_tutorial active"><a href="../tutorial">Tutorial &raquo;</a></li></ul><ul class="ext"><li><a href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div class="main tutorial"><h2>Thrift Tutorial</h2><div class="woe_is_me">This tutorial is known to be <i>woefully</i> incomplete, and is a work in progress. This skeleton is illustrative of what is being worked on and will soon be available.</div><h4>Contents</h4><ol class="toc"><li><a h
 ref="#t0">Download Thrift</a></li><li><a href="#t1">Build and Install</a></li><li><a href="#t2">Writing a Thrift file</a></li><li><a href="#t3">Using the Thrift Compiler</a></li><li><a href="#t4">Running a Thrift Server</a></li><li><a href="#t5">Running a Thrift Client</a></li></ol><ol class="steps topborder"><li><a name="t0"></a><h3>Download Thrift</h3>To get started, download a copy of Thrift.</li><li><a name="t1"></a><h3>Build and Install</h3>Next, build and install the Thrift libraries and compiler.</li><li><a name="t2"></a><h3>Writing a Thrift file</h3>Let's define and create a simple service.</li><li><a name="t3"></a><h3>Using the Thrift Compiler</h3>Invoke the Thrift compiler on the test file.</li><li><a name="t4"></a><h3>Running a Thrift Server</h3>Fill in the server stubs and build the server.</li><li><a name="t5"></a><h3>Running a Thrift Client</h3>Using the client libraries.</li></ol></div></div><div class="footer"><span class="copyright">Copyright 2007-2011 Apach
 e Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">