Author: buildbot
Date: Sat Mar 22 23:23:21 2014
New Revision: 903007

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/about.html
    websites/staging/thrift/trunk/content/developers.html
    websites/staging/thrift/trunk/content/docs/BuildingFromSource.html
    websites/staging/thrift/trunk/content/docs/HowToContribute.html
    websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
    websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
    websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html
    
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
    websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
    websites/staging/thrift/trunk/content/docs/committers/index.html
    websites/staging/thrift/trunk/content/docs/concepts.html
    websites/staging/thrift/trunk/content/docs/features.html
    websites/staging/thrift/trunk/content/docs/idl.html
    websites/staging/thrift/trunk/content/docs/index.html
    websites/staging/thrift/trunk/content/docs/install/centos.html
    websites/staging/thrift/trunk/content/docs/install/os_x.html
    websites/staging/thrift/trunk/content/docs/install/ubuntu.html
    websites/staging/thrift/trunk/content/docs/install/windows.html
    websites/staging/thrift/trunk/content/docs/types.html
    websites/staging/thrift/trunk/content/download.html
    websites/staging/thrift/trunk/content/index.html
    websites/staging/thrift/trunk/content/mailing.html
    websites/staging/thrift/trunk/content/sitemap.html
    websites/staging/thrift/trunk/content/tutorial/as3.html
    websites/staging/thrift/trunk/content/tutorial/cpp.html
    websites/staging/thrift/trunk/content/tutorial/csharp.html
    websites/staging/thrift/trunk/content/tutorial/delphi.html
    websites/staging/thrift/trunk/content/tutorial/go.html
    websites/staging/thrift/trunk/content/tutorial/graphviz.html
    websites/staging/thrift/trunk/content/tutorial/hs.html
    websites/staging/thrift/trunk/content/tutorial/java.html
    websites/staging/thrift/trunk/content/tutorial/js.html
    websites/staging/thrift/trunk/content/tutorial/nodejs.html
    websites/staging/thrift/trunk/content/tutorial/perl.html
    websites/staging/thrift/trunk/content/tutorial/py.html
    websites/staging/thrift/trunk/content/tutorial/rb.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 22 23:23:21 2014
@@ -1 +1 @@
-1580360
+1580364

Modified: websites/staging/thrift/trunk/content/about.html
==============================================================================
--- websites/staging/thrift/trunk/content/about.html (original)
+++ websites/staging/thrift/trunk/content/about.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <p>Apache 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. Originally developed at Facebook, Thrift was open sourced in April 
2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP 
in October, 2010. </p>
+          <p>Apache 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. Originally developed at Facebook, Thrift was open sourced in April 
2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP 
in October, 2010. </p>
 <p>Apache Thrift aims to embody the following values:</p>
 <ul>
 <li>
@@ -307,7 +306,6 @@
 <p>As I have said to a number of people, Thrift is the Swiss Army Knife of 
software.</p>
 </blockquote>
 <p><a 
href="http://mail-archives.apache.org/mod_mbox/thrift-user/201401.mbox/%[email protected]%3e";>Rush
 Manbert</a></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/developers.html
==============================================================================
--- websites/staging/thrift/trunk/content/developers.html (original)
+++ websites/staging/thrift/trunk/content/developers.html Sat Mar 22 23:23:21 
2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="contributing">Contributing</h2>
+          <h2 id="contributing">Contributing</h2>
 <p>Anyone interested in contributing to Apache Thrift should read the <a 
href="/docs/HowToContribute">How to Contribute</a> guide prior to submitting 
any patches to <a href="http://issues.apache.org/jira/browse/THRIFT";>Jira</a>. 
If you have any questions about this please <a href="/mailing">contact 
us</a>.</p>
 <hr />
 <h2 id="issue-tracking">Issue Tracking</h2>
@@ -103,7 +102,6 @@
 </ul>
 </li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/BuildingFromSource.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/BuildingFromSource.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/BuildingFromSource.html Sat Mar 
22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="building-from-source">Building from source</h2>
+          <h2 id="building-from-source">Building from source</h2>
 <p>First make sure your system meets all necessary <a 
href="/docs/install">Apache Thrift Requirements</a></p>
 <p>If you are building from the first time out of the source repository, you 
will need to generate the configure scripts.  (This is not necessary if you 
downloaded a released tarball.)  From the top directory, do:</p>
 <div class="codehilite"><pre><span class="o">./</span><span 
class="n">bootstrap</span><span class="p">.</span><span class="n">sh</span>
@@ -153,7 +152,6 @@ From the top directory, do:</p>
 <p>Note that some language packages must be installed manually using build 
tools
 better suited to those languages (this applies to Java, Ruby, PHP).</p>
 <p>Look for the README file in the lib/<language>/ folder for more details on 
the installation of each language library package.</p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/HowToContribute.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/HowToContribute.html (original)
+++ websites/staging/thrift/trunk/content/docs/HowToContribute.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="how-to-contribute">How to contribute</h2>
+          <h2 id="how-to-contribute">How to contribute</h2>
 <ol>
 <li>Make sure your issue is not all ready in the <a 
href="http://issues.apache.org/jira/browse/THRIFT";>Jira issue tracker</a></li>
 <li>If not, create a ticket describing the change you're proposing in the 
issue tracker</li>
@@ -91,7 +90,6 @@
 <li><a href="http://www.apache.org/foundation/getinvolved.html";>Get 
involved!</a></li>
 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0.html#contributions";>Legal 
aspects on Submission of Contributions (Patches)</a></li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: 
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
==============================================================================
--- 
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html 
(original)
+++ 
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html 
Sat Mar 22 23:23:21 2014
@@ -67,14 +67,12 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="useful-articles-for-committers">Useful articles for 
committers</h2>
+          <h2 id="useful-articles-for-committers">Useful articles for 
committers</h2>
 <ul>
 <li><a href="http://www.apache.org/dev/release.html";>ASF Releases FAQ</a></li>
 <li><a href="http://www.apache.org/dev/release-signing.html";>Signing 
Releases</a></li>
 <li><a 
href="http://www.apache.org/dev/publishing-maven-artifacts.html";>Publishing 
Maven Artifacts</a></li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html Sat 
Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="publishing-an-apache-thrift-release">Publishing an 
Apache Thrift release</h2>
+          <h2 id="publishing-an-apache-thrift-release">Publishing an Apache 
Thrift release</h2>
 <ol>
 <li>ssh people.apache.org and set ''umask 0002''</li>
 <li>Copy the tarball, signature, and hashes to the official artifact rep:<ol>
@@ -88,7 +87,6 @@
 </li>
 <li>"Release" the version in JIRA and create the next version label and 
transition any tickets to the new version.</li>
 </ol>
-          
        </div>
        <div class="container">
        <hr>

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html Sat 
Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="how-to-create-a-release">How to create a release</h2>
+          <h2 id="how-to-create-a-release">How to create a release</h2>
 <p>This guide will walk you through the process of creating a release 
candidate. Once the release candidate has passed a successful vote you can then 
<a href="/docs/committers/HowToPublish">publish the release</a></p>
 <h3 id="preparing-the-release">Preparing the Release</h3>
 <ol>
@@ -108,7 +107,6 @@
 <li>Sign the exe: gpg -ba [thrift-[version].exe] &gt; 
[thrift-[version].exe].asc</li>
 <li>Compute the sha1 and md5 hashes of the tarball: sha1 
[thrift-[version].exe] &gt; [thrift-[version].exe].sha1 &amp;&amp; md5 
[thrift-[version].exe] &gt; [thrift-[version].exe].md5</li>
 </ol>
-          
        </div>
        <div class="container">
        <hr>

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
==============================================================================
--- 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html 
(original)
+++ 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html 
Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="apache-thrift-website">Apache Thrift Website</h2>
+          <h2 id="apache-thrift-website">Apache Thrift Website</h2>
 <p>The thrift website is made up of markdown files and templates and uses the 
<a href="http://nanoc.ws";>nanoc</a> static website generator. </p>
 <h3 id="website-development">Website Development</h3>
 <p>In order to get started developing and testing the Thrift website ruby must 
be installed along with the bundler gem.</p>
@@ -102,7 +101,6 @@
 <li>rake gen (static website is left in the 'output' folder)</li>
 <li>Check in all the changes</li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html Sat 
Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="versioning-client-libraries-for-a-release">Versioning 
client libraries for a release</h2>
+          <h2 id="versioning-client-libraries-for-a-release">Versioning client 
libraries for a release</h2>
 <p>The current process for versioning the client libraries for a new release 
is as follows. This will be required until the process is automated as outlined 
in</p>
 <ul>
 <li>https://issues.apache.org/jira/browse/THRIFT-6</li>
@@ -242,7 +241,6 @@
 <li>Minor: Incremented for backward compatible changes.</li>
 <li>Patch: Incremented for bug fixes</li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/committers/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/index.html (original)
+++ websites/staging/thrift/trunk/content/docs/committers/index.html Sat Mar 22 
23:23:21 2014
@@ -67,15 +67,13 @@
 </div>
 
        <div class="container">
-          
-               <ul>
+          <ul>
 <li><a href="/docs/committers/AdditionalReading.html">General articles and 
links for committers</a></li>
 <li><a href="/docs/committers/HowToPublish.html">How to publish a 
release</a></li>
 <li><a href="/docs/committers/HowToRelease.html">How to create a 
release</a></li>
 <li><a href="/docs/committers/HowToThriftWebsite.html">How to update the 
website</a></li>
 <li><a href="/docs/committers/HowToVersion.html">How to version client 
libraries</a></li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/concepts.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/concepts.html (original)
+++ websites/staging/thrift/trunk/content/docs/concepts.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="thrift-network-stack">Thrift network stack</h2>
+          <h2 id="thrift-network-stack">Thrift network stack</h2>
 <p>Simple representation of the Apache Thrift networking stack
 <pre><code>
   +-------------------------------------------+
@@ -181,7 +180,6 @@ delegates processing to the handler (imp
 <li>Create a processor based on the input/output protocols</li>
 <li>Wait for incoming connections and hand them off to the processor</li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/features.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/features.html (original)
+++ websites/staging/thrift/trunk/content/docs/features.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="apache-thrift-features">Apache Thrift Features</h2>
+          <h2 id="apache-thrift-features">Apache Thrift Features</h2>
 <ul>
 <li>interface description language - Everything is specified in an IDL file 
from which bindings for many languages can be generated. See <a 
href="/docs/idl">Thirft IDL</a></li>
 <li>language bindings - Thrift is supported in many languages and 
environments</li>
@@ -110,7 +109,6 @@
 <li>heterogeneous containers - All items in a container must be of the same 
type </li>
 <li>Null return - null cannot be returned directly from a function. Use a 
wrapper struct or a marker value instead</li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/idl.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/idl.html (original)
+++ websites/staging/thrift/trunk/content/docs/idl.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="thrift-interface-description-language">Thrift interface 
description language</h2>
+          <h2 id="thrift-interface-description-language">Thrift interface 
description language</h2>
 <p>The Thrift interface definition language (IDL) allows for the definition of 
<a href="/docs/types">Thrift Types</a>. A Thrift IDL file is processed by the 
Thrift code generator to produce code for the various target languages to 
support the defined structs and services in the IDL file.</p>
 <h2 id="description">Description</h2>
 <p><em>Under construction</em></p>
@@ -279,7 +278,6 @@
 <p>Examine the <code>smalltalk.prefix</code> and 
<code>smalltalk.category</code> status (esp <code>smalltalk.category</code>, 
which takes <code>STIdentifier</code> as its argument)...</p>
 <p>What to do about <code>ListSeparator</code>? Do we really want to be as lax 
as we currently are?</p>
 <p>Should <code>Field*</code> really be <code>Field+</code> in 
<code>Struct</code>, <code>Enum</code>, etc.?</p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/index.html (original)
+++ websites/staging/thrift/trunk/content/docs/index.html Sat Mar 22 23:23:21 
2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <ul>
+          <ul>
 <li><a href="/docs/BuildingFromSource.html">Building From Source</a></li>
 <li><a href="/docs/HowToContribute.html">How To Contribute</a></li>
 <li><a href="/docs/committers/">Index of committers/</a></li>
@@ -78,7 +77,6 @@
 <li><a href="/docs/install/">Index of install/</a></li>
 <li><a href="/docs/types.html">Thrift Type system</a></li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/install/centos.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/centos.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/centos.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="centos-setup">CentOS setup</h2>
+          <h2 id="centos-setup">CentOS setup</h2>
 <p>The following command install all the required tools and libraries to build 
and install the Apache Thrift compiler on a CentOS5/RHEL5 Linux based system. 
These packages are available in the "base" repository.</p>
 <div class="codehilite"><pre><span class="n">sudo</span> <span 
class="n">yum</span> <span class="n">install</span> <span 
class="n">automake</span> <span class="n">libtool</span> <span 
class="n">flex</span> <span class="n">bison</span> <span 
class="n">pkgconfig</span> <span class="n">gcc</span><span 
class="o">-</span><span class="n">c</span><span class="o">++</span> <span 
class="n">boost</span><span class="o">-</span><span class="n">devel</span> 
<span class="n">libevent</span><span class="o">-</span><span 
class="n">devel</span> <span class="n">zlib</span><span class="o">-</span><span 
class="n">devel</span> <span class="n">python</span><span 
class="o">-</span><span class="n">devel</span> <span class="n">ruby</span><span 
class="o">-</span><span class="n">devel</span>
 </pre></div>
@@ -77,7 +76,6 @@
 <h4 id="additional-reading">Additional reading</h4>
 <p>For more information on the requirements see: <a 
href="/docs/install">Apache Thrift Requirements</a></p>
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/install/os_x.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/os_x.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/os_x.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="os-x-setup">OS X Setup</h2>
+          <h2 id="os-x-setup">OS X Setup</h2>
 <p>The following command install all the required tools and libraries to build 
and install the Apache Thrift compiler on a OS X based system. </p>
 <h3 id="install-boost">Install Boost</h3>
 <p>Download the boost library from <a 
href="http://www.boost.org";>boost.org</a> untar compile with</p>
@@ -94,7 +93,6 @@
 <h2 id="additional-reading">Additional reading</h2>
 <p>For more information on the requirements see: <a 
href="/docs/install">Apache Thrift Requirements</a></p>
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/install/ubuntu.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/ubuntu.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/ubuntu.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="debian-or-ubuntu-setup">Debian or Ubuntu setup</h2>
+          <h2 id="debian-or-ubuntu-setup">Debian or Ubuntu setup</h2>
 <p>The following command install all the required tools and libraries to build 
and install the Apache Thrift compiler on a Debian/Ubuntu Linux based 
system.</p>
 <div class="codehilite"><pre><span class="n">sudo</span> <span 
class="n">apt</span><span class="o">-</span><span class="n">get</span> <span 
class="n">install</span> <span class="n">libboost</span><span 
class="o">-</span><span class="n">dev</span> <span 
class="n">libboost</span><span class="o">-</span><span 
class="n">test</span><span class="o">-</span><span class="n">dev</span> <span 
class="n">libboost</span><span class="o">-</span><span 
class="n">program</span><span class="o">-</span><span 
class="n">options</span><span class="o">-</span><span class="n">dev</span> 
<span class="n">libevent</span><span class="o">-</span><span 
class="n">dev</span> <span class="n">automake</span> <span 
class="n">libtool</span> <span class="n">flex</span> <span 
class="n">bison</span> <span class="n">pkg</span><span class="o">-</span><span 
class="n">config</span> <span class="n">g</span><span class="o">++</span> <span 
class="n">libssl</span><span class="o">-</span><span class="n">dev</span>
 </pre></div>
@@ -123,7 +122,6 @@
 <h2 id="additional-reading">Additional reading</h2>
 <p>For more information on the requirements see: <a 
href="/docs/install">Apache Thrift Requirements</a></p>
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/install/windows.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/windows.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/windows.html Sat Mar 22 
23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="windows-setup">Windows Setup</h2>
+          <h2 id="windows-setup">Windows Setup</h2>
 <p>The windows compiler is available as a prebuilt exe available <a 
href="/download">here</a></p>
 <hr />
 <h2 id="windows-setup-from-source">Windows setup from source</h2>
@@ -199,7 +198,6 @@
 <h2 id="additional-reading">Additional reading</h2>
 <p>For more information on the requirements see: <a 
href="/docs/install">Apache Thrift Requirements</a></p>
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/docs/types.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/types.html (original)
+++ websites/staging/thrift/trunk/content/docs/types.html Sat Mar 22 23:23:21 
2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="thrift-types">Thrift Types</h2>
+          <h2 id="thrift-types">Thrift Types</h2>
 <p>The Thrift type system is intended to allow programmers to use native types 
as much as possible, no matter what programming language they are working in. 
This information is based on, and supersedes, the information in the <a 
href="/static/files/thrift-20070401.pdf">Thrift Whitepaper</a>. The <a 
href="/docs/idl">Thrift IDL</a> provides descriptions of the types which are 
used to generate code for each target language.</p>
 <h3 id="base-types">Base Types</h3>
 <p>The base types were selected with the goal of simplicity and clarity rather 
than abundance, focusing on the key types available in all programming 
languages.</p>
@@ -102,7 +101,6 @@ While defaults are provided, the type ma
 <p>Services are defined using Thrift types. Definition of a service is 
semantically equivalent to defining an interface (or a pure virtual abstract 
class) in object oriented programming. The Thrift compiler generates fully 
functional client and server stubs that implement the interface.</p>
 <p>A service consists of a set of named functions, each with a list of 
parameters and a return type.</p>
 <p>Note that void is a valid type for a function return, in addition to all 
other defined Thrift types. Additionally, an async modifier keyword may be 
added to a void function, which will generate code that does not wait for a 
response. Note that a pure void function will return a response to the client 
which guarantees that the operation has completed on the server side. With 
async method calls the client will only be guaranteed that the request 
succeeded at the transport layer. Async method calls of the same client may be 
executed in parallel/out of order by the server.</p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/download.html
==============================================================================
--- websites/staging/thrift/trunk/content/download.html (original)
+++ websites/staging/thrift/trunk/content/download.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="release">Release</h2>
+          <h2 id="release">Release</h2>
 <p>The latest stable release of Thrift is 0.9.1 (released on 2013-08-21).</p>
 <ul>
 <li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.tar.gz";>thrift-0.9.1.tar.gz</a>
 [<a 
href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.tar.gz.asc";>PGP</a>]
@@ -95,7 +94,6 @@
 git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
 cd thrift
 </code></pre></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <div class="row">
+          <div class="row">
   <div class="span8">
     <p>
       The Apache Thrift software framework, for scalable cross-language 
services development, 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, OCaml and Delphi and other languages.
@@ -211,7 +210,6 @@
 <p></div>
   </div>
 </div></p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/mailing.html
==============================================================================
--- websites/staging/thrift/trunk/content/mailing.html (original)
+++ websites/staging/thrift/trunk/content/mailing.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <p>In accordance with the principles of the Apache Software 
Foundation, Thrift encourages a collaborative and community-based development 
environment.</p>
+          <p>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>
 <hr />
 <h3 id="user-mailing-list">User Mailing List</h3>
@@ -87,7 +86,6 @@
 <h3 id="irc">IRC</h3>
 <p>Many of the Apache Thrift developers and community members hang out in the 
#thrift channel on irc.freenode.net.</p>
 <p>If you are new to IRC, you can use a client such as <a 
href="http://www.xchat.org";>xchat</a> or <a 
href="http://www.irssi.org";>Irssi</a> or a <a 
href="http://webchat.freenode.net/?channels=#thrift";>web-based client</a>.</p>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/sitemap.html
==============================================================================
--- websites/staging/thrift/trunk/content/sitemap.html (original)
+++ websites/staging/thrift/trunk/content/sitemap.html Sat Mar 22 23:23:21 2014
@@ -67,8 +67,7 @@
 </div>
 
        <div class="container">
-          
-               <ul>
+          <ul>
 <li><a href="/">Home</a><ul>
 <li><a href="/about.html">About</a></li>
 <li><a href="/developers.html">Developers</a></li>
@@ -120,7 +119,6 @@
 </ul>
 </li>
 </ul>
-          
        </div>
        <div class="container">
        <hr>

Modified: websites/staging/thrift/trunk/content/tutorial/as3.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/as3.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/as3.html Sat Mar 22 23:23:21 
2014
@@ -67,13 +67,12 @@
 </div>
 
        <div class="container">
-          
-               <h2 id="tutorial">Tutorial</h2>
+          <h2 id="tutorial">Tutorial</h2>
 <hr />
 <h3 id="introduction">Introduction</h3>
 <p>All Apache Thrift tutorials require that you have:</p>
 <ol>
-<li>Built and installed the Apache Thrift Compiler and Libraries, see <a 
href="/docs/BuildingFromSource/">Building from source</a> for more details.</li>
+<li>Built and installed the Apache Thrift Compiler and Libraries, see <a 
href="/docs/BuildingFromSource">Building from source</a> for more details.</li>
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 <div class="codehilite"><pre><span class="n">thrift</span> <span 
class="o">-</span><span class="n">r</span> <span class="o">--</span><span 
class="n">gen</span> <span class="n">as3</span> <span 
class="n">tutorial</span><span class="p">.</span><span class="n">thrift</span>
@@ -123,7 +122,6 @@ port 9092. To tell flash about this, you
   &lt;allow-access-from domain="*" to-ports="9090,9091" /&gt;
 &lt;/cross-domain-policy&gt;
 </code></pre>
-          
        </div>
        <div class="container">
        <hr>


Reply via email to