Author: buildbot
Date: Thu Mar 20 15:08:23 2014
New Revision: 902537

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    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/d.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/ocaml.html
    websites/staging/thrift/trunk/content/tutorial/perl.html
    websites/staging/thrift/trunk/content/tutorial/php.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 Thu Mar 20 15:08:23 2014
@@ -1 +1 @@
-1579644
+1579653

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 Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
 
+
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p>To initialize client you can use code similar to:</p>

Modified: websites/staging/thrift/trunk/content/tutorial/cpp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/cpp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/cpp.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="cp">#include 
&lt;stdio.h&gt;</span>

Modified: websites/staging/thrift/trunk/content/tutorial/csharp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/csharp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/csharp.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="k">using</span> <span 
class="n">System</span><span class="p">;</span>

Modified: websites/staging/thrift/trunk/content/tutorial/d.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/d.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/d.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="n">module</span> <span 
class="n">server</span><span class="p">;</span></p>

Modified: websites/staging/thrift/trunk/content/tutorial/delphi.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/delphi.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/delphi.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <ul>
 <li>Thrift requires at least Delphi 2010. Earlier versions and FPC will not 
work due to the lack of Generics.</li>

Modified: websites/staging/thrift/trunk/content/tutorial/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/go.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/go.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <ul>
 <li>At least Go 1.1.x is required to run the tutorial code.</li>

Modified: websites/staging/thrift/trunk/content/tutorial/graphviz.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/graphviz.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/graphviz.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <ul>
 <li>

Modified: websites/staging/thrift/trunk/content/tutorial/hs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/hs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/hs.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="n">import</span> <span 
class="n">qualified</span> <span class="n">Calculator</span>

Modified: websites/staging/thrift/trunk/content/tutorial/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/java.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/java.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="kn">import</span> <span 
class="nn">tutorial.<em></span><span class="o">;</span>

Modified: websites/staging/thrift/trunk/content/tutorial/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/js.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/js.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <ul>
 <li>This tutorial depends on an existing Thrift server. See either the <a 
href="/tutorial/java/">Java tutorial</a> or <a href="/tutorial/cpp/">C++ 
tutorial</a> for how to build and setup one of these servers.</li>

Modified: websites/staging/thrift/trunk/content/tutorial/nodejs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/nodejs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/nodejs.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="kd">var</span> <span 
class="nx">thrift</span> <span class="o">=</span> <span 
class="nx">require</span><span class="p">(</span><span 
class="s1">&#39;thrift&#39;</span><span class="p">);</span>

Modified: websites/staging/thrift/trunk/content/tutorial/ocaml.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/ocaml.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/ocaml.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="n">open</span> <span 
class="n">Arg</span>

Modified: websites/staging/thrift/trunk/content/tutorial/perl.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/perl.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/perl.html Thu Mar 20 
15:08:23 2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="c1">#</span></p>

Modified: websites/staging/thrift/trunk/content/tutorial/php.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/php.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/php.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="cp">&lt;?php</span></p>

Modified: websites/staging/thrift/trunk/content/tutorial/py.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/py.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/py.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="kn">import</span> <span 
class="nn">sys</span><span class="o">,</span> <span class="nn">glob</span>

Modified: websites/staging/thrift/trunk/content/tutorial/rb.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/rb.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/rb.html Thu Mar 20 15:08:23 
2014
@@ -68,8 +68,23 @@
 
        <div class="container">
           
-               <%= render 'tutorial_intro' %>
+               <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>
+<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="x">thrift -r --gen </span><span 
class="cp">&lt;%=</span> <span class="n">item</span><span 
class="o">[</span><span class="ss">:library_lang</span><span class="o">]</span> 
<span class="cp">%&gt;</span><span class="x"> tutorial.thrift</span>
+</pre></div>
+
 
+</li>
+<li>
+<p>Followed all prerequesets listed</p>
+</li>
+</ol>
 <h3 id="prerequisites">Prerequisites</h3>
 <h3 id="client">Client</h3>
 <p><div class="codehilite"><pre><span class="vg">$:</span><span 
class="o">.</span><span class="n">push</span><span class="p">(</span><span 
class="s1">&#39;gen-rb&#39;</span><span class="p">)</span>


Reply via email to