Author: buildbot
Date: Mon Mar 24 18:04:59 2014
New Revision: 903363
Log:
Staging update by buildbot for thrift
Modified:
websites/staging/thrift/trunk/content/ (props changed)
websites/staging/thrift/trunk/content/index.html
websites/staging/thrift/trunk/content/test/ThriftTest.html
websites/staging/thrift/trunk/content/test/index.html
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/hs.html
websites/staging/thrift/trunk/content/tutorial/java.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 Mon Mar 24 18:04:59 2014
@@ -1 +1 @@
-1580949
+1580951
Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Mon Mar 24 18:04:59 2014
@@ -164,6 +164,9 @@
}
</pre></div>
+
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/tutorial.thrift](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift;hb=HEAD)</p>
</div>
<div class="tab-pane" id="2">
<div class="codehilite"><pre> <span class="c"># Make socket</span>
Modified: websites/staging/thrift/trunk/content/test/ThriftTest.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/ThriftTest.html (original)
+++ websites/staging/thrift/trunk/content/test/ThriftTest.html Mon Mar 24
18:04:59 2014
@@ -842,8 +842,8 @@ struct StructB {
</pre></div>
</td></tr></table>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/ThriftTest.thrift;hb=HEAD">test/ThriftTest.thrift</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[test/ThriftTest.thrift](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/ThriftTest.thrift;hb=HEAD)</p>
</div>
<div class="container">
<hr>
Modified: websites/staging/thrift/trunk/content/test/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/index.html (original)
+++ websites/staging/thrift/trunk/content/test/index.html Mon Mar 24 18:04:59
2014
@@ -123,8 +123,8 @@ directory</p>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/README.md;hb=HEAD">test/README.md</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[test/README.md](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/README.md;hb=HEAD)</p>
</div>
<div class="container">
<hr>
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 Mon Mar 24 18:04:59
2014
@@ -98,8 +98,9 @@
<span class="n">mCalculatorClient</span> <span class="o">=</span> <span
class="k">new</span> <span class="n">CalculatorImpl</span><span
class="o">(</span><span class="n">protocol</span><span class="o">);</span>
<span class="c1">// finally, we create calculator client instance</span>
<span class="o">}</span>
</pre></div></p>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD">tutorial/as3/src/CalculatorUI.as</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/as3/src/CalculatorUI.as](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<p>The example client above can be tested against a java tutorial server.</p>
<h3 id="additional-information">Additional Information</h3>
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 Mon Mar 24 18:04:59
2014
@@ -154,8 +154,9 @@
<span class="p">}</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/cpp/CppClient.cpp;hb=HEAD">tutorial/cpp/CppClient.cpp</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/cpp/CppClient.cpp](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/cpp/CppClient.cpp;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="cp">#include
<thrift/concurrency/ThreadManager.h></span>
<span class="cp">#include
<thrift/concurrency/PosixThreadFactory.h></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 Mon Mar 24
18:04:59 2014
@@ -163,8 +163,9 @@
<span class="p">}</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/csharp/CsharpClient/CsharpClient.cs;hb=HEAD">tutorial/csharp/CsharpClient/CsharpClient.cs</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/csharp/CsharpClient/CsharpClient.cs](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/csharp/CsharpClient/CsharpClient.cs;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="k">using</span> <span
class="n">System</span><span class="p">;</span>
<span class="k">using</span> <span class="n">System</span><span
class="p">.</span><span class="n">Collections</span><span
class="p">.</span><span class="n">Generic</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 Mon Mar 24 18:04:59
2014
@@ -184,8 +184,9 @@
<span class="p">}</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/d/server.d;hb=HEAD">tutorial/d/server.d</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/d/server.d](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/d/server.d;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="n">module</span> <span
class="n">client</span><span class="p">;</span>
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 Mon Mar 24
18:04:59 2014
@@ -190,8 +190,9 @@
<span class="n">end</span><span class="p">.</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/delphi/DelphiClient/DelphiClient.dpr;hb=HEAD">tutorial/delphi/DelphiClient/DelphiClient.dpr</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/delphi/DelphiClient/DelphiClient.dpr](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/delphi/DelphiClient/DelphiClient.dpr;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="n">program</span> <span
class="n">DelphiServer</span><span class="p">;</span>
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 Mon Mar 24 18:04:59
2014
@@ -173,8 +173,9 @@
<span class="p">}</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/go/src/client.go;hb=HEAD">tutorial/go/src/client.go</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/go/src/client.go](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/go/src/client.go;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="n">import</span> <span
class="p">(</span>
<span class="s">"crypto/tls"</span>
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 Mon Mar 24 18:04:59
2014
@@ -145,8 +145,9 @@
<span class="n">tClose</span> <span class="n">transport</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/hs/HaskellClient.hs;hb=HEAD">tutorial/hs/HaskellClient.hs</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/hs/HaskellClient.hs](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/hs/HaskellClient.hs;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="n">import</span> <span
class="n">qualified</span> <span class="n">Calculator</span>
<span class="n">import</span> <span class="n">Calculator_Iface</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 Mon Mar 24
18:04:59 2014
@@ -177,8 +177,9 @@
<span class="o">}</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/java/src/JavaClient.java;hb=HEAD">tutorial/java/src/JavaClient.java</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/java/src/JavaClient.java](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/java/src/JavaClient.java;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="kn">import</span> <span
class="nn">org.apache.thrift.server.TServer</span><span class="o">;</span>
<span class="kn">import</span> <span
class="nn">org.apache.thrift.server.TServer.Args</span><span class="o">;</span>
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 Mon Mar 24
18:04:59 2014
@@ -150,8 +150,9 @@
<span class="p">});</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/nodejs/NodeClient.js;hb=HEAD">tutorial/nodejs/NodeClient.js</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/nodejs/NodeClient.js](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/nodejs/NodeClient.js;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<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="s2">"thrift"</span><span class="p">);</span>
<span class="kd">var</span> <span class="nx">Calculator</span> <span
class="o">=</span> <span class="nx">require</span><span class="p">(</span><span
class="s2">"./gen-nodejs/Calculator"</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 Mon Mar 24
18:04:59 2014
@@ -146,8 +146,9 @@
<span class="n">doclient</span><span class="p">();;</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/ocaml/CalcClient.ml;hb=HEAD">tutorial/ocaml/CalcClient.ml</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/ocaml/CalcClient.ml](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/ocaml/CalcClient.ml;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="n">open</span> <span
class="n">Arg</span>
<span class="n">open</span> <span class="n">Thrift</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 Mon Mar 24
18:04:59 2014
@@ -150,8 +150,9 @@
<span class="vg">$transport</span><span class="o">-></span><span
class="n">close</span><span class="p">();</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/perl/PerlClient.pl;hb=HEAD">tutorial/perl/PerlClient.pl</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/perl/PerlClient.pl](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/perl/PerlClient.pl;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="c1">#</span>
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 Mon Mar 24 18:04:59
2014
@@ -181,8 +181,9 @@
<span class="cp">?></span><span class="x"></span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/php/PhpClient.php;hb=HEAD">tutorial/php/PhpClient.php</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/php/PhpClient.php](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/php/PhpClient.php;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="cp"><?php</span>
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 Mon Mar 24 18:04:59
2014
@@ -153,8 +153,9 @@
<span class="k">print</span> <span class="s">'</span><span
class="si">%s</span><span class="s">'</span> <span class="o">%</span> <span
class="p">(</span><span class="n">tx</span><span class="o">.</span><span
class="n">message</span><span class="p">)</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/py/PythonClient.py;hb=HEAD">tutorial/py/PythonClient.py</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/py/PythonClient.py](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/py/PythonClient.py;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="kn">import</span> <span
class="nn">sys</span><span class="o">,</span> <span class="nn">glob</span>
<span class="n">sys</span><span class="o">.</span><span
class="n">path</span><span class="o">.</span><span class="n">append</span><span
class="p">(</span><span class="s">'gen-py'</span><span
class="p">)</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 Mon Mar 24 18:04:59
2014
@@ -145,8 +145,9 @@
<span class="k">end</span>
</pre></div>
-<p>This page was generated from Apache Thrift's <strong>source tree
docs</strong>:
-<a
href="http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/rb/RubyClient.rb;hb=HEAD">tutorial/rb/RubyClient.rb</a></p>
+<p>This page was generated from Apache Thrift's **source tree docs**:
+[tutorial/rb/RubyClient.rb](http://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/rb/RubyClient.rb;hb=HEAD)</p>
+
<h3 id="server">Server</h3>
<div class="codehilite"><pre><span class="vg">$:</span><span
class="o">.</span><span class="n">push</span><span class="p">(</span><span
class="s1">'gen-rb'</span><span class="p">)</span>
<span class="vg">$:</span><span class="o">.</span><span
class="n">unshift</span> <span class="s1">'../../lib/rb/lib'</span>