Author: buildbot
Date: Sat Mar 22 23:43:07 2014
New Revision: 903018

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/index.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 22 23:43:07 2014
@@ -1 +1 @@
-1580374
+1580375

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:43:07 2014
@@ -126,13 +126,9 @@
   </div>
 </div>
 <hr /></p>
-<h3>Example</h3>
-
-<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. Instead of writing a load of boilerplate code to 
serialize and transport your objects and invoke remote methods, you can get 
right down to business.
-</p>
-
+<h3 id="example">Example</h3>
+<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. Instead of writing a load of boilerplate code to 
serialize and transport your objects and invoke remote methods, you can get 
right down to business.</p>
 <p>The following example is a simple service to store user objects for a web 
front end.</p>
-
 <div class="tabbable">
   <ul class="nav nav-tabs">
     <li class="active"><a href="#1" data-toggle="tab">Thrift Definition 
File</a></li>


Reply via email to