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

svn commit: r902996 - in /websites/staging/thrift/trunk/content: ./ index.html

Author: buildbot
Date: Sat Mar 22 22:39:56 2014
New Revision: 902996

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 22:39:56 2014
@@ -1 +1 @@
-1580349
+1580350

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 22:39:56 2014
@@ -98,7 +98,7 @@
         </li>
       </ul>
     </p>
-    <br>
+    <br />
     <p>
       To learn more about Apache Thrift <a href="/static/files/thrift-20070401.pdf">Read the Whitepaper</a>
     </p>
@@ -126,7 +126,7 @@
     </p>
   </div>
 </div>
-<hr></p>
+<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.