Author: buildbot
Date: Sat Mar 22 23:54:25 2014
New Revision: 903023

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/tutorial/d.html
    websites/staging/thrift/trunk/content/tutorial/ocaml.html
    websites/staging/thrift/trunk/content/tutorial/php.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 22 23:54:25 2014
@@ -1 +1 @@
-1580380
+1580381

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 Sat Mar 22 23:54:25 
2014
@@ -67,8 +67,23 @@
 </div>
 
        <div class="container">
-          
-               <p>{% include 'tutorial_intro.md' %}</p>
+          <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="n">thrift</span> <span 
class="o">-</span><span class="n">r</span> <span class="o">--</span><span 
class="n">gen</span> <span class="n">d</span> <span 
class="n">tutorial</span><span class="p">.</span><span class="n">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>
@@ -196,7 +211,6 @@
 <span class="p">}</span>
 </pre></div></p>
 <h2 id="additional-information">Additional Information</h2>
-          
        </div>
        <div class="container">
        <hr>

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 Sat Mar 22 
23:54:25 2014
@@ -67,8 +67,23 @@
 </div>
 
        <div class="container">
-          
-               <p>{% include 'tutorial_intro.md' %}</p>
+          <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="n">thrift</span> <span 
class="o">-</span><span class="n">r</span> <span class="o">--</span><span 
class="n">gen</span> <span class="n">ocaml</span> <span 
class="n">tutorial</span><span class="p">.</span><span class="n">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>
@@ -190,7 +205,6 @@
 <p><span class="n">doserver</span><span class="p">();;</span>
 </pre></div></p>
 <h2 id="additional-information">Additional Information</h2>
-          
        </div>
        <div class="container">
        <hr>

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 Sat Mar 22 23:54:25 
2014
@@ -67,8 +67,23 @@
 </div>
 
        <div class="container">
-          
-               <p>{% include 'tutorial_intro.md' %}</p>
+          <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="n">thrift</span> <span 
class="o">-</span><span class="n">r</span> <span class="o">--</span><span 
class="n">gen</span> <span class="n">php</span> <span 
class="n">tutorial</span><span class="p">.</span><span class="n">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>
@@ -255,7 +270,6 @@
 <span class="nv">$transport</span><span class="o">-&gt;</span><span 
class="na">close</span><span class="p">();</span>
 </pre></div></p>
 <h2 id="additional-information">Additional Information</h2>
-          
        </div>
        <div class="container">
        <hr>


Reply via email to