You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/03/21 21:55:07 UTC

svn commit: r1303566 - in /thrift/site: dynathrift/index.php dynathrift/thrift.lib.php publish/about/index.html publish/developers/index.html publish/download/index.html publish/index.html publish/mailing/index.html publish/tutorial/index.html

Author: roger
Date: Wed Mar 21 20:55:06 2012
New Revision: 1303566

URL: http://svn.apache.org/viewvc?rev=1303566&view=rev
Log:
fix branding issues

Modified:
    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/index.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/index.php?rev=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/dynathrift/index.php (original)
+++ thrift/site/dynathrift/index.php Wed Mar 21 20:55:06 2012
@@ -20,13 +20,13 @@ 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, JavaScript, Node.js, Smalltalk, and OCaml.',
+'Apache 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.')).
+'Originally developed at Facebook, Apache Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008.')).
 
 '<h3>Quick Links</h3>
 <ul>
-<li>'.alink('Thrift Wiki', 'http://wiki.apache.org/thrift/').'</li>
+<li>'.alink('Apache Thrift Wiki', 'http://wiki.apache.org/thrift/').'</li>
 <li>'.alink('JIRA page', 'http://issues.apache.org/jira/browse/THRIFT').'</li>
 
 </ul>
@@ -40,7 +40,7 @@ echo $page->welcome(array(
 
 <div class="overview">
 <h3>An Example</h3>
-<p>Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.</p>
+<p>Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.</p>
 <p>For instance, say you would like to write a service to store user objects for your web frontend. You could write a Thrift file as follows:</p>
 
 <pre>

Modified: thrift/site/dynathrift/thrift.lib.php
URL: http://svn.apache.org/viewvc/thrift/site/dynathrift/thrift.lib.php?rev=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/dynathrift/thrift.lib.php (original)
+++ thrift/site/dynathrift/thrift.lib.php Wed Mar 21 20:55:06 2012
@@ -133,6 +133,18 @@ class ThriftPage {
       $html .= '<li>'.alink($text, $url).'</li>';
     }
     $html .= '</ul>';
+
+
+    $ext = array('<b>Apache</b>' => 'http://www.apache.org/',
+    'License' => 'http://www.apache.org/licenses/',
+    'Sponsorship' => 'http://www.apache.org/foundation/sponsorship.html',
+    'Thanks' => 'http://www.apache.org/foundation/thanks.html',
+    'Security' => 'http://www.apache.org/security/');
+    $html .= '<ul class="ext">';
+    foreach ($ext as $text => $url) {
+      $html .= '<li>'.alink($text, $url).'</li>';
+    }
+    $html .= '</ul>';
     $html .= '</div>';
     return $html;
   }

Modified: thrift/site/publish/about/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/about/index.html?rev=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/about/index.html (original)
+++ thrift/site/publish/about/index.html Wed Mar 21 20:55:06 2012
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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>
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/security/">Security</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>
@@ -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.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 class="company"><img src="http://thrift.apache.org/static/mendeley-thrift.png" class="Mendeley" alt="" /><h4>Mendeley</h4><a href="http://www.mendeley.com/">http://www.mendeley.com/</a></div><div class="company odd"><img src="http://fast1.onesite.com/onesite.com/external/logo.png" class="ONEsite" alt="" /><h4>ONEsite</h4><a href="http://www.onesite.com/">http://www.onesite.com/</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>
+<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 class="company"><img src="http://thrift.apache.org/static/mendeley-thrift.png" class="Mendeley" alt="" /><h4>Mendeley</h4><a href="http://www.mendeley.com/">http://www.mendeley.com/</a></div><div class="company odd"><img src="http://fast1.onesite.com/onesite.com/external/logo.png" class="ONEsite" alt="" /><h4>ONEsite</h4><a href="http://www.onesite.com/">http://www.onesite.com/</a></div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2012 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=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/developers/index.html (original)
+++ thrift/site/publish/developers/index.html Wed Mar 21 20:55:06 2012
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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">
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/security/">Security</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-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</div></div></div></div><div class="footer"><span class="copyright">Copyright 2007-2012 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=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Wed Mar 21 20:55:06 2012
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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">
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li></ul></div><div class="main download">
 <h2>Release</h2>
 
 <p>
@@ -70,7 +70,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-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</pre></div></div><div class="footer"><span class="copyright">Copyright 2007-2012 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=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/index.html (original)
+++ thrift/site/publish/index.html Wed Mar 21 20:55:06 2012
@@ -8,9 +8,9 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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>
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.
 apache.org/security/">Security</a></li></ul></div><div class="main home"><div class="welcome"><p class="first">Apache 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.</p><p>Originally developed at Facebook, Apache 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://wiki.apache.org/thrift/">Apache Thrift Wiki</a></li>
 <li><a href="http://issues.apache.org/jira/browse/THRIFT">JIRA page</a></li>
 
 </ul>
@@ -24,7 +24,7 @@
 
 <div class="overview">
 <h3>An Example</h3>
-<p>Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.</p>
+<p>Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.</p>
 <p>For instance, say you would like to write a service to store user objects for your web frontend. You could write a Thrift file as follows:</p>
 
 <pre>
@@ -91,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-2011 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
+</div></div><div class="footer"><span class="copyright">Copyright 2007-2012 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=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/mailing/index.html (original)
+++ thrift/site/publish/mailing/index.html Wed Mar 21 20:55:06 2012
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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>
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/security/">Security</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 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>Deve
 lopers</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: subscrip
 tion is required to post to all lists.</p></div></div><div class="footer"><span class="copyright">Copyright 2007-2012 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=1303566&r1=1303565&r2=1303566&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Wed Mar 21 20:55:06 2012
@@ -8,7 +8,7 @@
 <div class="oframe">
 <div class="tframe"></div>
 <div class="iframe">
-<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>
+<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><ul class="ext"><li><a href="http://www.apache.org/"><b>Apache</b></a></li><li><a href="http://www.apache.org/licenses/">License</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/security/">Security</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 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-2012 Apache Software Foundation</span></div></div></div><div class="bframe"></div></div>
 
 
 <script type="text/javascript">