You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/23 00:43:03 UTC

svn commit: r1580375 - /thrift/cms-site/trunk/content/index.md

Author: joes
Date: Sat Mar 22 23:43:02 2014
New Revision: 1580375

URL: http://svn.apache.org/r1580375
Log:
test

Modified:
    thrift/cms-site/trunk/content/index.md

Modified: thrift/cms-site/trunk/content/index.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/index.md?rev=1580375&r1=1580374&r2=1580375&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/index.md (original)
+++ thrift/cms-site/trunk/content/index.md Sat Mar 22 23:43:02 2014
@@ -60,10 +60,11 @@ title: "Home"
 </div>
 <hr />
 
-<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>
-<p>The following example is a simple service to store user objects for a web front end.</p>
+### Example ###
+
+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.
+
+The following example is a simple service to store user objects for a web front end.
 
 <div class="tabbable">
   <ul class="nav nav-tabs">