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

svn commit: r1574492 [1/3] - in /thrift/site: ./ lib/ publish/ publish/about/ publish/developers/ publish/docs/ publish/docs/BuildingFromSource/ publish/docs/HowToContribute/ publish/docs/committers/ publish/docs/committers/AdditionalReading/ publish/d...

Author: jfarrell
Date: Wed Mar  5 14:07:51 2014
New Revision: 1574492

URL: http://svn.apache.org/r1574492
Log:
Fixing versions in Gemfile

Added:
    thrift/site/vendor/cache/adsf-1.2.0.gem   (with props)
    thrift/site/vendor/cache/coderay-1.1.0.gem   (with props)
    thrift/site/vendor/cache/commonjs-0.2.7.gem   (with props)
    thrift/site/vendor/cache/cri-2.5.0.gem   (with props)
    thrift/site/vendor/cache/less-2.5.0.gem   (with props)
    thrift/site/vendor/cache/libv8-3.16.14.3-x86_64-darwin-12.gem   (with props)
    thrift/site/vendor/cache/mime-types-2.1.gem   (with props)
    thrift/site/vendor/cache/mini_portile-0.5.2.gem   (with props)
    thrift/site/vendor/cache/nanoc-3.6.7.gem   (with props)
    thrift/site/vendor/cache/nokogiri-1.6.1.gem   (with props)
    thrift/site/vendor/cache/redcarpet-3.1.1.gem   (with props)
    thrift/site/vendor/cache/ref-1.0.5.gem   (with props)
    thrift/site/vendor/cache/therubyracer-0.12.1.gem   (with props)
Removed:
    thrift/site/vendor/cache/adsf-1.1.1.gem
    thrift/site/vendor/cache/coderay-1.0.9.gem
    thrift/site/vendor/cache/commonjs-0.2.6.gem
    thrift/site/vendor/cache/cri-2.3.0.gem
    thrift/site/vendor/cache/less-2.3.1.gem
    thrift/site/vendor/cache/mime-types-1.22.gem
    thrift/site/vendor/cache/nanoc-3.6.2.gem
    thrift/site/vendor/cache/nanoc3-3.3.0.gem
    thrift/site/vendor/cache/nokogiri-1.5.9.gem
    thrift/site/vendor/cache/redcarpet-2.2.2.gem
    thrift/site/vendor/cache/ref-1.0.4.gem
    thrift/site/vendor/cache/therubyracer-0.11.4.gem
Modified:
    thrift/site/Gemfile
    thrift/site/Gemfile.lock
    thrift/site/Rakefile
    thrift/site/lib/default.rb
    thrift/site/lib/redcarpet2.rb
    thrift/site/publish/about/index.html
    thrift/site/publish/developers/index.html
    thrift/site/publish/docs/BuildingFromSource/index.html
    thrift/site/publish/docs/HowToContribute/index.html
    thrift/site/publish/docs/committers/AdditionalReading/index.html
    thrift/site/publish/docs/committers/HowToPublish/index.html
    thrift/site/publish/docs/committers/HowToRelease/index.html
    thrift/site/publish/docs/committers/HowToThriftWebsite/index.html
    thrift/site/publish/docs/committers/HowToVersion/index.html
    thrift/site/publish/docs/committers/index.html
    thrift/site/publish/docs/concepts/index.html
    thrift/site/publish/docs/features/index.html
    thrift/site/publish/docs/idl/index.html
    thrift/site/publish/docs/index.html
    thrift/site/publish/docs/install/centos/index.html
    thrift/site/publish/docs/install/index.html
    thrift/site/publish/docs/install/os_x/index.html
    thrift/site/publish/docs/install/ubuntu/index.html
    thrift/site/publish/docs/install/windows/index.html
    thrift/site/publish/docs/types/index.html
    thrift/site/publish/download/index.html
    thrift/site/publish/index.html
    thrift/site/publish/mailing/index.html
    thrift/site/publish/sitemap/index.html
    thrift/site/publish/static/css/bootstrap.css
    thrift/site/publish/tutorial/cpp/index.html
    thrift/site/publish/tutorial/csharp/index.html
    thrift/site/publish/tutorial/d/index.html
    thrift/site/publish/tutorial/delphi/index.html
    thrift/site/publish/tutorial/go/index.html
    thrift/site/publish/tutorial/graphviz/index.html
    thrift/site/publish/tutorial/hs/index.html
    thrift/site/publish/tutorial/index.html
    thrift/site/publish/tutorial/java/index.html
    thrift/site/publish/tutorial/js/index.html
    thrift/site/publish/tutorial/nodejs/index.html
    thrift/site/publish/tutorial/ocaml/index.html
    thrift/site/publish/tutorial/perl/index.html
    thrift/site/publish/tutorial/php/index.html
    thrift/site/publish/tutorial/py/index.html
    thrift/site/publish/tutorial/rb/index.html

Modified: thrift/site/Gemfile
URL: http://svn.apache.org/viewvc/thrift/site/Gemfile?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/Gemfile (original)
+++ thrift/site/Gemfile Wed Mar  5 14:07:51 2014
@@ -1,12 +1,12 @@
 source "http://rubygems.org"
 
 gem 'rake'
-gem 'nanoc3'
-gem 'redcarpet'
-gem 'coderay'
-gem 'adsf'
-gem 'nokogiri'
-gem 'less'
-gem 'mime-types'
-gem 'therubyracer'
+gem 'nanoc', '3.6.7'
+gem 'redcarpet', '3.1.1'
+gem 'coderay', '1.1.0'
+gem 'adsf', '1.2.0'
+gem 'nokogiri', '1.6.1'
+gem 'less', '2.5.0'
+gem 'mime-types', '2.1'
+gem 'therubyracer', '0.12.1'
 

Modified: thrift/site/Gemfile.lock
URL: http://svn.apache.org/viewvc/thrift/site/Gemfile.lock?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/Gemfile.lock (original)
+++ thrift/site/Gemfile.lock Wed Mar  5 14:07:51 2014
@@ -1,40 +1,40 @@
 GEM
   remote: http://rubygems.org/
   specs:
-    adsf (1.1.1)
+    adsf (1.2.0)
       rack (>= 1.0.0)
-    coderay (1.0.9)
+    coderay (1.1.0)
     colored (1.2)
-    commonjs (0.2.6)
-    cri (2.3.0)
-      colored (>= 1.2)
-    less (2.3.1)
-      commonjs (~> 0.2.6)
-    libv8 (3.11.8.17)
-    mime-types (1.22)
-    nanoc (3.6.2)
+    commonjs (0.2.7)
+    cri (2.5.0)
+      colored (~> 1.2)
+    less (2.5.0)
+      commonjs (~> 0.2.7)
+    libv8 (3.16.14.3)
+    mime-types (2.1)
+    mini_portile (0.5.2)
+    nanoc (3.6.7)
       cri (~> 2.3)
-    nanoc3 (3.3.0)
-      nanoc (>= 3.3.0)
-    nokogiri (1.5.9)
+    nokogiri (1.6.1)
+      mini_portile (~> 0.5.0)
     rack (1.5.2)
     rake (10.0.4)
-    redcarpet (2.2.2)
-    ref (1.0.4)
-    therubyracer (0.11.4)
-      libv8 (~> 3.11.8.12)
+    redcarpet (3.1.1)
+    ref (1.0.5)
+    therubyracer (0.12.1)
+      libv8 (~> 3.16.14.0)
       ref
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  adsf
-  coderay
-  less
-  mime-types
-  nanoc3
-  nokogiri
+  adsf (= 1.2.0)
+  coderay (= 1.1.0)
+  less (= 2.5.0)
+  mime-types (= 2.1)
+  nanoc (= 3.6.7)
+  nokogiri (= 1.6.1)
   rake
-  redcarpet
-  therubyracer
+  redcarpet (= 3.1.1)
+  therubyracer (= 0.12.1)

Modified: thrift/site/Rakefile
URL: http://svn.apache.org/viewvc/thrift/site/Rakefile?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/Rakefile (original)
+++ thrift/site/Rakefile Wed Mar  5 14:07:51 2014
@@ -1,7 +1,7 @@
 require 'rubygems'
 require 'rake/clean'
 
-CLEAN.include(['tmp', 'crash.log'])
+CLEAN.include(['tmp', 'crash.log', '.bundle'])
 
 task :default => [ :gen ]
 

Modified: thrift/site/lib/default.rb
URL: http://svn.apache.org/viewvc/thrift/site/lib/default.rb?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/lib/default.rb (original)
+++ thrift/site/lib/default.rb Wed Mar  5 14:07:51 2014
@@ -1,8 +1,8 @@
-include Nanoc3::Helpers::Blogging
-include Nanoc3::Helpers::Filtering
-include Nanoc3::Helpers::HTMLEscape
-include Nanoc3::Helpers::LinkTo
-include Nanoc3::Helpers::Rendering
-include Nanoc3::Helpers::Tagging
-include Nanoc3::Helpers::Text
-include Nanoc3::Helpers::XMLSitemap
+include Nanoc::Helpers::Blogging
+include Nanoc::Helpers::Filtering
+include Nanoc::Helpers::HTMLEscape
+include Nanoc::Helpers::LinkTo
+include Nanoc::Helpers::Rendering
+include Nanoc::Helpers::Tagging
+include Nanoc::Helpers::Text
+include Nanoc::Helpers::XMLSitemap

Modified: thrift/site/lib/redcarpet2.rb
URL: http://svn.apache.org/viewvc/thrift/site/lib/redcarpet2.rb?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/lib/redcarpet2.rb (original)
+++ thrift/site/lib/redcarpet2.rb Wed Mar  5 14:07:51 2014
@@ -1,4 +1,4 @@
-class RedCarpet2 < Nanoc3::Filter
+class RedCarpet2 < Nanoc::Filter
   identifier :redcarpet2
 
   def run(content, params={})
@@ -16,4 +16,4 @@ class RedCarpet2 < Nanoc3::Filter
     end
 
   end
-end
\ No newline at end of file
+end

Modified: thrift/site/publish/about/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/about/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/about/index.html (original)
+++ thrift/site/publish/about/index.html Wed Mar  5 14:07:51 2014
@@ -79,241 +79,195 @@ Thrift conforms to the most common idiom
 Niche, language-specific features belong in extensions, not the core library.</p></li>
 <li><p><strong>Performance</strong>
 Strive for performance first, elegance second.</p></li>
-</ul>
-
-<hr>
-
-<h2>Project Team</h2>
+</ul><hr><h2>Project Team</h2>
 
 <h3>Committers</h3>
 
 <div class="committers">
-    <table class="table table-bordered table-striped">
-        <tbody>
-        <tr>
-            <td><b>Apache ID</b></td>
+    <table class="table table-bordered table-striped"><tbody>
+<tr>
+<td><b>Apache ID</b></td>
             <td><b>Full Name</b></td>
             <td><b>Specialities</b></td>
             <td><b>Timezone</b></td>
         </tr>
-        
-        <tr class="">
-            <td class="username">mcslee</td>
+<tr class="">
+<td class="username">mcslee</td>
             <td class="fullname">Mark Slee</td>
             <td>General vision and implementation</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">dreiss</td>
+<tr class="">
+<td class="username">dreiss</td>
             <td class="fullname">David Reiss</td>
             <td>Everything, GIT configuration, performance</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">aditya</td>
+<tr class="">
+<td class="username">aditya</td>
             <td class="fullname">Aditya Agarwal</td>
             <td>C++ servers</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">marck</td>
+<tr class="">
+<td class="username">marck</td>
             <td class="fullname">Marc Kwiatkowski</td>
             <td>C++ concurrency</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">jwang</td>
+<tr class="">
+<td class="username">jwang</td>
             <td class="fullname">James Wang</td>
             <td>C++ transports and processors</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">cpiro</td>
+<tr class="">
+<td class="username">cpiro</td>
             <td class="fullname">Chris Piro</td>
             <td>Erlang</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">bmaurer</td>
+<tr class="">
+<td class="username">bmaurer</td>
             <td class="fullname">Ben Maurer</td>
             <td>Python data serialization</td>
             <td align="right">-5</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">kclark</td>
+<tr class="">
+<td class="username">kclark</td>
             <td class="fullname">Kevin Clark</td>
             <td>Ruby implementation</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">jake</td>
+<tr class="">
+<td class="username">jake</td>
             <td class="fullname">Jake Luciani</td>
             <td>Perl, JavaScript</td>
             <td align="right">-5</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">bryanduxbury</td>
+<tr class="">
+<td class="username">bryanduxbury</td>
             <td class="fullname">Bryan Duxbury</td>
             <td>Compact Protocol, Java, Ruby</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">esteve</td>
+<tr class="">
+<td class="username">esteve</td>
             <td class="fullname">Esteve Fernandez</td>
             <td>Python, Twisted, async transports</td>
             <td align="right">1</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">todd</td>
+<tr class="">
+<td class="username">todd</td>
             <td class="fullname">Todd Lipcon</td>
             <td>Erlang, Java</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">geechorama</td>
+<tr class="">
+<td class="username">geechorama</td>
             <td class="fullname">Andrew McGeachie</td>
             <td>Cocoa</td>
             <td align="right">?</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">molinaro</td>
+<tr class="">
+<td class="username">molinaro</td>
             <td class="fullname">Anthony Molinaro</td>
             <td>Erlang, Perl, autotools</td>
             <td align="right">-8</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">roger</td>
+<tr class="">
+<td class="username">roger</td>
             <td class="fullname">Roger Meier</td>
             <td>Continuous Integration, C++, C#, JavaScript</td>
             <td align="right">2</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">jfarrell</td>
+<tr class="">
+<td class="username">jfarrell</td>
             <td class="fullname">Jake Farrell</td>
             <td>Release Manager, Build, Client Publishing, Java, PHP, Ruby</td>
             <td align="right">-5</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">jensg</td>
+<tr class="">
+<td class="username">jensg</td>
             <td class="fullname">Jens Geyer</td>
             <td>Delphi, C#, Go</td>
             <td align="right">1</td>
         </tr>
-        
-        <tr class="">
-            <td class="username">carl</td>
+<tr class="">
+<td class="username">carl</td>
             <td class="fullname">Carl Yeksigian</td>
             <td>C#</td>
             <td align="right">-5</td>
         </tr>
-        
-        </tbody>
-    </table>
+</tbody></table>
 </div>
 
 <h3>Champion</h3>
 
 <ul>
 <li>Doug Cutting</li>
-</ul>
-
-<h3>Mentors</h3>
+</ul><h3>Mentors</h3>
 
 <ul>
 <li>Paul Querna</li>
 <li>Upayavira</li>
 <li>Jason van Zyl</li>
-</ul>
-
-<hr>
-
-<h2>Powered by Apache Thrift</h2>
+</ul><hr><h2>Powered by Apache Thrift</h2>
 
 <p>The following companies are known to employ Apache Thrift in their production services.</p>
 
 <div class="committers">
-    <table class="table table-bordered table-striped">
-        <tbody>
-        <tr>
-            <td><b>Company</b></td>
+    <table class="table table-bordered table-striped"><tbody>
+<tr>
+<td><b>Company</b></td>
             <td><b>Website</b></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">Cloudera</td>
+<tr class="">
+<td class="company">Cloudera</td>
             <td class="website"><a href="http://www.cloudera.com">http://www.cloudera.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">Evernote</td>
+<tr class="">
+<td class="company">Evernote</td>
             <td class="website"><a href="http://evernote.com">http://evernote.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">Facebook</td>
+<tr class="">
+<td class="company">Facebook</td>
             <td class="website"><a href="http://www.facebook.com">http://www.facebook.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">last.fm</td>
+<tr class="">
+<td class="company">last.fm</td>
             <td class="website"><a href="http://www.last.fm">http://www.last.fm</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">Mendeley</td>
+<tr class="">
+<td class="company">Mendeley</td>
             <td class="website"><a href="http://www.mendeley.com">http://www.mendeley.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">OpenX</td>
+<tr class="">
+<td class="company">OpenX</td>
             <td class="website"><a href="http://www.openx.org">http://www.openx.org</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">RapLeaf</td>
+<tr class="">
+<td class="company">RapLeaf</td>
             <td class="website"><a href="http://www.rapleaf.com">http://www.rapleaf.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">reCaptcha</td>
+<tr class="">
+<td class="company">reCaptcha</td>
             <td class="website"><a href="http://www.recaptcha.com">http://www.recaptcha.com</a></td>
         </tr>
-        
-        <tr class="">
-            <td class="company">Aereo</td>
+<tr class="">
+<td class="company">Aereo</td>
             <td class="website"><a href="http://www.aereo.com">http://www.aereo.com</a></td>
         </tr>
-        
-        </tbody>
-    </table>
+</tbody></table>
 </div>
 
-<hr>
-
-<h3>Testimonials</h3>
+<hr><h3>Testimonials</h3>
 
 <blockquote>
 <p>As I have said to a number of people, Thrift is the Swiss Army Knife of software.</p>
 </blockquote>
 
 <p><a href="http://mail-archives.apache.org/mod_mbox/thrift-user/201401.mbox/%3cA9426854-4369-4D29-8E1D-7328904981A6@manbert.com%3e">Rush Manbert</a></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/developers/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/developers/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/developers/index.html (original)
+++ thrift/site/publish/developers/index.html Wed Mar  5 14:07:51 2014
@@ -70,20 +70,14 @@
 
 <p>Anyone interested in contributing to Apache Thrift should read the <a href="/docs/HowToContribute/">How to Contribute</a> guide prior to submitting any patches to <a href="http://issues.apache.org/jira/browse/THRIFT">Jira</a>. If you have any questions about this please <a href="/mailing/">contact us</a>.</p>
 
-<hr>
-
-<h2>Issue Tracking</h2>
+<hr><h2>Issue Tracking</h2>
 
 <p>Apache Thrift tracks both bugs and enhancements using <a href="http://issues.apache.org/jira/browse/THRIFT">Jira</a>. Before filing new requests, we ask that you first do the following:</p>
 
 <ul>
 <li>Search the <a href="http://issues.apache.org/jira/browse/THRIFT">Jira</a> database</li>
 <li>Check the <a href="/mailing/">user mailing list</a> via searching the archives or asking a question</li>
-</ul>
-
-<hr>
-
-<h2>Source Control</h2>
+</ul><hr><h2>Source Control</h2>
 
 <p>The Apache Thrift source code resides in the Apache git repository. Four types of access are available:</p>
 
@@ -117,7 +111,6 @@
 </ul>
 </li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/BuildingFromSource/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/BuildingFromSource/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/BuildingFromSource/index.html (original)
+++ thrift/site/publish/docs/BuildingFromSource/index.html Wed Mar  5 14:07:51 2014
@@ -127,12 +127,12 @@ From the top directory, do:</p>
 
 <ul>
 <li>
-<p>“compiler/cpp/thriftl.cc:2190: undefined reference to yywrap'”</p>
+<p>“compiler/cpp/thriftl.cc:2190: undefined reference to `yywrap'”</p>
 
 <p>you need to install the <a href="http://flex.sourceforge.net/">Flex library</a> (See also <a href="/docs/install/">Apache Thrift Requirements</a> ) and re-run the configuration script.</p>
 </li>
 <li>
-<p>mv: cannot stat “'.deps/TBinaryProtocol.Tpo': No such file or directory” while building the Thrift Runtime Library</p>
+<p>mv: cannot stat “‘.deps/TBinaryProtocol.Tpo’: No such file or directory” while building the Thrift Runtime Library</p>
 
 <p>Re-reun configure with </p>
 
@@ -146,9 +146,7 @@ From the top directory, do:</p>
 
 <p>Although the thrift compiler build appears to be compatible with parallel make without libtool lock, the thrift runtime build is not.</p>
 </li>
-</ul>
-
-<h2>Installing</h2>
+</ul><h2>Installing</h2>
 
 <p>From the top directory, become superuser and do:</p>
 
@@ -159,7 +157,6 @@ From the top directory, do:</p>
 better suited to those languages (this applies to Java, Ruby, PHP).</p>
 
 <p>Look for the README file in the lib/<language>/ folder for more details on the installation of each language library package.</language></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/HowToContribute/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/HowToContribute/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/HowToContribute/index.html (original)
+++ thrift/site/publish/docs/HowToContribute/index.html Wed Mar  5 14:07:51 2014
@@ -71,7 +71,7 @@
 <ol>
 <li>Make sure your issue is not all ready in the <a href="http://issues.apache.org/jira/browse/THRIFT">Jira issue tracker</a>
 </li>
-<li>If not, create a ticket describing the change you're proposing in the issue tracker</li>
+<li>If not, create a ticket describing the change you’re proposing in the issue tracker</li>
 <li>Check out the latest version of the source code
 
 <ul>
@@ -94,9 +94,7 @@
 <li>Attach the newly generated patch to the issue </li>
 <li>Wait for other developers or committers to review it and hopefully +1 the ticket</li>
 <li>Wait for a committer to commit it.</li>
-</ol>
-
-<h3>More info</h3>
+</ol><h3>More info</h3>
 
 <p>Plenty of information on why and how to contribute is available on the Apache Software Foundation (ASF) web site. 
  In particular, we recommend the following:</p>
@@ -106,7 +104,6 @@
 <li><a href="http://www.apache.org/foundation/getinvolved.html">Get involved!</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0.html#contributions">Legal aspects on Submission of Contributions (Patches)</a></li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/AdditionalReading/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/AdditionalReading/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/AdditionalReading/index.html (original)
+++ thrift/site/publish/docs/committers/AdditionalReading/index.html Wed Mar  5 14:07:51 2014
@@ -73,7 +73,6 @@
 <li><a href="http://www.apache.org/dev/release-signing.html">Signing Releases</a></li>
 <li><a href="http://www.apache.org/dev/publishing-maven-artifacts.html">Publishing Maven Artifacts</a></li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/HowToPublish/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/HowToPublish/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/HowToPublish/index.html (original)
+++ thrift/site/publish/docs/committers/HowToPublish/index.html Wed Mar  5 14:07:51 2014
@@ -69,13 +69,11 @@
 		<h2>Publishing an Apache Thrift release</h2>
 
 <ol>
-<li>ssh people.apache.org and set ''umask 0002''</li>
+<li>ssh people.apache.org and set “umask 0002”</li>
 <li>Copy the tarball, signature, and hashes to the official artifact rep:
 
 <ol>
-<li>mkdir -p /www/www.apache.org/dist/thrift/<version>
-
-<ol>
+<li>mkdir -p /www/www.apache.org/dist/thrift/<version><ol>
 <li>copy the tarball, signature, and checksums into the above dir</li>
 </ol></version>
 </li>
@@ -96,7 +94,6 @@
 </li>
 <li>“Release” the version in JIRA and create the next version label and transition any tickets to the new version.</li>
 </ol>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/HowToRelease/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/HowToRelease/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/HowToRelease/index.html (original)
+++ thrift/site/publish/docs/committers/HowToRelease/index.html Wed Mar  5 14:07:51 2014
@@ -78,7 +78,7 @@
 <li>Update Version Info:
 
 <ol>
-<li>configure.ac's [thrift] variable to the version you are releasing</li>
+<li>configure.ac’s [thrift] variable to the version you are releasing</li>
 <li>update language related files that contain version info, see <a href="/docs/committers/HowToVersion/">How To Version</a>
 </li>
 <li>commit these change</li>
@@ -94,7 +94,7 @@
 <li>Write an email to thrift-dev mailing list with the following information:
 
 <ol>
-<li>The SVN branch that contains the code you're releasing</li>
+<li>The SVN branch that contains the code you’re releasing</li>
 <li>The link to download the tarball and signature</li>
 <li>The md5 and or sha1 hashes</li>
 <li>Language formally proposing that the tarball be accepted as the release at such-and-such version</li>
@@ -103,9 +103,7 @@
 <li>After this vote has been open for 72 hours, check if it has passed.</li>
 <li>If the vote has passed, congratulations, you have a valid release. Now you are ready to <a href="/docs/committers/HowToPublish/">publish the release</a>
 </li>
-</ol>
-
-<h3>Creating a binary version of thrift compiler for Windows</h3>
+</ol><h3>Creating a binary version of thrift compiler for Windows</h3>
 
 <ol>
 <li>unpack release tarball: tar -xzf thrift-[version].tar.gz ; cd thrift-[version]/</li>
@@ -119,7 +117,6 @@
 <li>Sign the exe: gpg -ba [thrift-[version].exe] &gt; [thrift-[version].exe].asc</li>
 <li>Compute the sha1 and md5 hashes of the tarball: sha1 [thrift-[version].exe] &gt; [thrift-[version].exe].sha1 &amp;&amp; md5 [thrift-[version].exe] &gt; [thrift-[version].exe].md5</li>
 </ol>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/HowToThriftWebsite/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/HowToThriftWebsite/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/HowToThriftWebsite/index.html (original)
+++ thrift/site/publish/docs/committers/HowToThriftWebsite/index.html Wed Mar  5 14:07:51 2014
@@ -97,9 +97,7 @@
 </li>
 </ul>
 </li>
-</ul>
-
-<h3>Updating Release Versions</h3>
+</ul><h3>Updating Release Versions</h3>
 
 <p>The current release versioning is kept in the global configuration file config.yaml. Update the following values and then following <b>Updating the Website</b> section below </p>
 
@@ -112,10 +110,9 @@ current_release_date: "2013-08-21"
 <p>After you have updated any content or added new markdown files you will need to regenerate the static website and publish these changes. </p>
 
 <ul>
-<li>rake gen (static website is left in the 'output' folder)</li>
+<li>rake gen (static website is left in the ‘output’ folder)</li>
 <li>Check in all the changes</li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/HowToVersion/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/HowToVersion/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/HowToVersion/index.html (original)
+++ thrift/site/publish/docs/committers/HowToVersion/index.html Wed Mar  5 14:07:51 2014
@@ -73,158 +73,130 @@
 <ul>
 <li>https://issues.apache.org/jira/browse/THRIFT-6</li>
 <li>https://issues.apache.org/jira/browse/THRIFT-274</li>
-</ul>
-
-<h3>Client version information locations</h3>
+</ul><h3>Client version information locations</h3>
 
 <table>
-    <tr>
-        <td><b>Language</b></td>
+<tr>
+<td><b>Language</b></td>
         <td><b>Automated</b></td>
         <td><b>File(s) containing version info</b></td>
     </tr>
-    
-    <tr>
-        <td>thrift-compiler</td>
+<tr>
+<td>thrift-compiler</td>
         <td>yes</td>
         <td>configure.ac</td>
     </tr>
-    
-    <tr>
-        <td>as3</td>
+<tr>
+<td>as3</td>
         <td>no</td>
         <td>based on java lib build.properties</td>
     </tr>
-    
-    <tr>
-        <td>cocoa</td>
+<tr>
+<td>cocoa</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>cpp</td>
+<tr>
+<td>cpp</td>
         <td>yes</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>csharp</td>
+<tr>
+<td>csharp</td>
         <td>no</td>
         <td>lib/csharp/src/Properties/AssemblyInfo.cs</td>
     </tr>
-    
-    <tr>
-        <td></td>
+<tr>
+<td></td>
         <td></td>
         <td>lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs</td>
     </tr>
-    
-    <tr>
-        <td>delphi</td>
+<tr>
+<td>delphi</td>
         <td>no</td>
         <td>/lib/delphi/src/Thrift.pas</td>
     </tr>
-    
-    <tr>
-        <td>erl</td>
+<tr>
+<td>erl</td>
         <td>yes</td>
         <td>lib/erl/src/thrift.app.src</td>
     </tr>
-    
-    <tr>
-        <td>go</td>
+<tr>
+<td>go</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>hs</td>
+<tr>
+<td>hs</td>
         <td>no</td>
         <td>lib/hs/Thrift.cabal</td>
     </tr>
-    
-    <tr>
-        <td>java</td>
+<tr>
+<td>java</td>
         <td>no</td>
         <td>lib/java/build.properties</td>
     </tr>
-    
-    <tr>
-        <td>javame</td>
+<tr>
+<td>javame</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>js</td>
+<tr>
+<td>js</td>
         <td>no</td>
         <td>lib/js/thrift.js</td>
     </tr>
-    
-    <tr>
-        <td>node.js</td>
+<tr>
+<td>node.js</td>
         <td>no</td>
         <td>lib/nodejs/package.json</td>
     </tr>
-    
-    <tr>
-        <td>ocaml</td>
+<tr>
+<td>ocaml</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>perl</td>
+<tr>
+<td>perl</td>
         <td>no</td>
         <td>lib/perl/lib/Thrift.pm</td>
     </tr>
-    
-    <tr>
-        <td></td>
+<tr>
+<td></td>
         <td></td>
         <td>lib/perl/Makefile.PL</td>
     </tr>
-    
-    <tr>
-        <td>php</td>
+<tr>
+<td>php</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>py</td>
+<tr>
+<td>py</td>
         <td>no</td>
         <td>lib/py/setup.py</td>
     </tr>
-    
-    <tr>
-        <td>rb</td>
+<tr>
+<td>rb</td>
         <td>no</td>
         <td>lib/rb/Rakefile</td>
     </tr>
-    
-    <tr>
-        <td>st</td>
+<tr>
+<td>st</td>
         <td>no</td>
         <td></td>
     </tr>
-    
-    <tr>
-        <td>Debian Packages</td>
+<tr>
+<td>Debian Packages</td>
         <td>no</td>
         <td>contrib/debian/changelog</td>
     </tr>
-    
-    <tr>
-        <td>DOAP</td>
+<tr>
+<td>DOAP</td>
         <td>no</td>
         <td>doap.rdf</td>
     </tr>
-    
-</table>
-
-<h3>Information for all new client libraries</h3>
+</table><h3>Information for all new client libraries</h3>
 
 <p>These values should be used for all new client libraries and are the same values across all libraries:</p>
 
@@ -237,9 +209,7 @@
 <li>Bug-Reports:    https://issues.apache.org/jira/browse/THRIFT</li>
 <li>Maintainer:     dev@thrift.apache.org</li>
 <li>Description:    Lang-xx bindings for the Apache Thrift RPC system</li>
-</ul>
-
-<h3>Versioning Schema</h3>
+</ul><h3>Versioning Schema</h3>
 
 <p>The versioning scheme used for any clients is based on the <a href="http://semver.org">Semantic Versioning Specification</a></p>
 
@@ -248,7 +218,6 @@
 <li>Minor: Incremented for backward compatible changes.</li>
 <li>Patch: Incremented for bug fixes</li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/committers/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/committers/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/committers/index.html (original)
+++ thrift/site/publish/docs/committers/index.html Wed Mar  5 14:07:51 2014
@@ -67,8 +67,7 @@
 
   	<div class="container">
 		<ul>
-
-    <li>
+<li>
         <a href="/docs/committers/AdditionalReading/">General articles and links for committers</a>
     </li>
 
@@ -89,7 +88,6 @@
     </li>
 
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/concepts/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/concepts/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/concepts/index.html (original)
+++ thrift/site/publish/docs/concepts/index.html Wed Mar  5 14:07:51 2014
@@ -97,32 +97,26 @@
 <li>read</li>
 <li>write</li>
 <li>flush</li>
-</ul>
-
-<p>In addition to the <strong>Transport</strong> interface above, Thrift also uses a <strong>ServerTransport</strong> interface used to accept or create primitive transport objects. As the name suggest, <strong>ServerTransport</strong> is used mainly on the server side to create new  Transport objects for incoming connections.</p>
+</ul><p>In addition to the <strong>Transport</strong> interface above, Thrift also uses a <strong>ServerTransport</strong> interface used to accept or create primitive transport objects. As the name suggest, <strong>ServerTransport</strong> is used mainly on the server side to create new  Transport objects for incoming connections.</p>
 
 <ul>
 <li>open</li>
 <li>listen</li>
 <li>accept</li>
 <li>close</li>
-</ul>
-
-<p>Here are some of the transports available for majority of the Thrift-supported languages:</p>
+</ul><p>Here are some of the transports available for majority of the Thrift-supported languages:</p>
 
 <ul>
 <li>file: read/write to/from a file on disk</li>
 <li>http: as the name suggests</li>
-</ul>
-
-<h2>Protocol</h2>
+</ul><h2>Protocol</h2>
 
 <p>The Protocol abstraction defines a mechanism to map in-memory data structures to a wire-format. In other words, a protocol specifies how datatypes use the
 underlying Transport to encode/decode themselves.  Thus the protocol implementation governs the encoding scheme and is responsible for (de)serialization. Some examples of protocols in this sense include JSON, XML, plain text, compact binary etc.</p>
 
 <p>Here is the <strong>Protocol</strong> interface:</p>
 
-<pre><code class="language-cpp">writeMessageBegin(name, type, seq)
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp">writeMessageBegin(name, type, seq)
 writeMessageEnd()
 writeStructBegin(name)
 writeStructEnd()
@@ -135,13 +129,13 @@ writeListBegin(etype, size)
 writeListEnd()
 writeSetBegin(etype, size)
 writeSetEnd()
-writeBool(<span style="color:#0a5;font-weight:bold">bool</span>)
+writeBool(<span style="color:#0a8;font-weight:bold">bool</span>)
 writeByte(byte)
 writeI16(i16)
 writeI32(i32)
 writeI64(i64)
-writeDouble(<span style="color:#0a5;font-weight:bold">double</span>)
-writeString(<span style="color:#0a5;font-weight:bold">string</span>)
+writeDouble(<span style="color:#0a8;font-weight:bold">double</span>)
+writeString(<span style="color:#0a8;font-weight:bold">string</span>)
 
 name, type, seq = readMessageBegin()
                   readMessageEnd()
@@ -155,13 +149,13 @@ etype, size = readListBegin()
               readListEnd()
 etype, size = readSetBegin()
               readSetEnd()
-<span style="color:#0a5;font-weight:bold">bool</span> = readBool()
+<span style="color:#0a8;font-weight:bold">bool</span> = readBool()
 byte = readByte()
 i16 = readI16()
 i32 = readI32()
 i64 = readI64()
-<span style="color:#0a5;font-weight:bold">double</span> = readDouble()
-<span style="color:#0a5;font-weight:bold">string</span> = readString()</code></pre>
+<span style="color:#0a8;font-weight:bold">double</span> = readDouble()
+<span style="color:#0a8;font-weight:bold">string</span> = readString()</code></pre></div></div>
 
 <p>Thrift Protocols are stream oriented by design. There is no need for any explicit framing. For instance, it is not necessary to know the length of a
 string or the number of items in a list before we start serializing them. Some of the protocols available for majority of the Thrift-supported
@@ -172,16 +166,14 @@ languages are:</p>
 <li>compact: Described in <a href="https://issues.apache.org/jira/browse/THRIFT-110">THRIFT-110</a>
 </li>
 <li>json</li>
-</ul>
-
-<h2>Processor</h2>
+</ul><h2>Processor</h2>
 
 <p>A Processor encapsulates the ability to read data from input streams and write to output streams. The input and output streams are represented by Protocol
 objects. The Processor interface is extremely simple</p>
 
-<pre><code class="language-java"><span style="color:#339;font-weight:bold">interface</span> <span style="color:#B06;font-weight:bold">TProcessor</span> {
+<div class="CodeRay"><div class="code"><pre><code class="language-java"><span style="color:#339;font-weight:bold">interface</span> <span style="color:#B06;font-weight:bold">TProcessor</span> {
     bool process(TProtocol in, TProtocol out) <span style="color:#088;font-weight:bold">throws</span> TException
-}</code></pre>
+}</code></pre></div></div>
 
 <p>Service-specific processor implementations are generated by the compiler. The Processor essentially reads data from the wire (using the input protocol),
 delegates processing to the handler (implemented by the user) and writes the response over the wire (using the output protocol).</p>
@@ -196,7 +188,6 @@ delegates processing to the handler (imp
 <li>Create a processor based on the input/output protocols</li>
 <li>Wait for incoming connections and hand them off to the processor</li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/features/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/features/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/features/index.html (original)
+++ thrift/site/publish/docs/features/index.html Wed Mar  5 14:07:51 2014
@@ -107,9 +107,7 @@
 <li>asynchronous invocations - Functions that do not return a result can be invoked asynchronously so the client is not blocked until the server has finished processing the request. The server may execute asynchronous invocations of the same client in parallel/out of order</li>
 <li>exceptions - If an error occurs a function can throw a standard or user-defined exception. See <a href="/docs/types/">Thrift Types</a>
 </li>
-</ul>
-
-<h2>Non-features</h2>
+</ul><h2>Non-features</h2>
 
 <p>The following are not supported by Apache Thrift:</p>
 
@@ -121,7 +119,6 @@
 <li>heterogeneous containers - All items in a container must be of the same type </li>
 <li>Null return - null cannot be returned directly from a function. Use a wrapper struct or a marker value instead</li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/idl/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/idl/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/idl/index.html (original)
+++ thrift/site/publish/docs/idl/index.html Wed Mar  5 14:07:51 2014
@@ -106,7 +106,7 @@
 
 <h3>Namespace</h3>
 
-<p>A namespace declares which namespaces/package/module/etc. the type definitions in this file will be declared in for the target languages. The namespace scope indicates which language the namespace applies to; a scope of '*' indicates that the namespace applies to all target languages.</p>
+<p>A namespace declares which namespaces/package/module/etc. the type definitions in this file will be declared in for the target languages. The namespace scope indicates which language the namespace applies to; a scope of ‘*’ indicates that the namespace applies to all target languages.</p>
 
 <pre><code>[5]  Namespace       ::=  ( 'namespace' ( NamespaceScope Identifier ) |
                                         ( 'smalltalk.category' STIdentifier ) |
@@ -287,37 +287,30 @@
 <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a> used by the Thrift TestFramework</li>
 <li>Thrift <a href="/tutorial/">tutorial</a>
 </li>
-<li>Facebook's <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=contrib/fb303/if/fb303.thrift;hb=HEAD">fb303.thrift</a>
+<li>Facebook’s <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=contrib/fb303/if/fb303.thrift;hb=HEAD">fb303.thrift</a>
 </li>
 <li>
-<a href="http://cassandra.apache.org/">Apache Cassandra's</a> Thrift IDL: <a href="http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co">cassandra.thrift</a>
+<a href="http://cassandra.apache.org/">Apache Cassandra’s</a> Thrift IDL: <a href="http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co">cassandra.thrift</a>
 </li>
 <li><a href="http://www.evernote.com/about/developer/api/">Evernote API</a></li>
-</ul>
-
-<h2>To Do/Questions</h2>
+</ul><h2>To Do/Questions</h2>
 
 <p>Initialization of Base Types for all Languages?</p>
 
 <ul>
 <li>Do all Languages initialize them to 0, bool=false and string=“”? or null, undefined?</li>
-</ul>
-
-<p>Why does position of <code>CppType</code> vary between <code>SetType</code> and <code>ListType</code>?</p>
+</ul><p>Why does position of <code>CppType</code> vary between <code>SetType</code> and <code>ListType</code>?</p>
 
 <ul>
-<li>std::set does sort the elements automatically, that's the design. see <a href="/docs/types/">Thrift Types</a> or the <a href="http://www.cplusplus.com/reference/stl/set/">C++ std:set reference</a> for further details</li>
+<li>std::set does sort the elements automatically, that’s the design. see <a href="/docs/types/">Thrift Types</a> or the <a href="http://www.cplusplus.com/reference/stl/set/">C++ std:set reference</a> for further details</li>
 <li>The question is, how other languages are doing that? What about custom objects, do they have a Compare function the set the order correctly?</li>
-</ul>
-
-<p>Why can't <code>DefinitionType</code> be the same as <code>FieldType</code> (i.e. include <code>Identifier</code>)?</p>
+</ul><p>Why can’t <code>DefinitionType</code> be the same as <code>FieldType</code> (i.e. include <code>Identifier</code>)?</p>
 
 <p>Examine the <code>smalltalk.prefix</code> and <code>smalltalk.category</code> status (esp <code>smalltalk.category</code>, which takes <code>STIdentifier</code> as its argument)…</p>
 
 <p>What to do about <code>ListSeparator</code>? Do we really want to be as lax as we currently are?</p>
 
 <p>Should <code>Field*</code> really be <code>Field+</code> in <code>Struct</code>, <code>Enum</code>, etc.?</p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/index.html (original)
+++ thrift/site/publish/docs/index.html Wed Mar  5 14:07:51 2014
@@ -67,8 +67,7 @@
 
   	<div class="container">
 		<ul>
-
-    <li>
+<li>
         <a href="/docs/BuildingFromSource/">Building From Source</a>
     </li>
 
@@ -101,7 +100,6 @@
     </li>
 
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/install/centos/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/install/centos/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/install/centos/index.html (original)
+++ thrift/site/publish/docs/install/centos/index.html Wed Mar  5 14:07:51 2014
@@ -78,7 +78,6 @@
 <p>For more information on the requirements see: <a href="/docs/install/">Apache Thrift Requirements</a></p>
 
 <p>For more information on building and installing Thrift see: <a href="/docs/BuildingFromSource/">Building from source</a></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/install/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/install/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/install/index.html (original)
+++ thrift/site/publish/docs/install/index.html Wed Mar  5 14:07:51 2014
@@ -66,11 +66,10 @@
 </div>
 
   	<div class="container">
-		<p>Apache Thrift's compiler is written in C++ and designed to be portable, but there are some system requirements which must be installed prior to use. Select your os below for a guide on setting up your system to get started</p>
+		<p>Apache Thrift’s compiler is written in C++ and designed to be portable, but there are some system requirements which must be installed prior to use. Select your os below for a guide on setting up your system to get started</p>
 
 <ul>
-
-    <li>
+<li>
         <a href="/docs/install/centos/">Centos Install</a>
     </li>
 
@@ -86,11 +85,7 @@
         <a href="/docs/install/windows/">Windows Install</a>
     </li>
 
-</ul>
-
-<hr>
-
-<h2>Basic requirements</h2>
+</ul><hr><h2>Basic requirements</h2>
 
 <ul>
 <li>A relatively POSIX-compliant *NIX system
@@ -102,9 +97,7 @@
 <li>g++ 4.2</li>
 <li>boost 1.40.0</li>
 <li>Runtime libraries for lex and yacc might be needed for the compiler.</li>
-</ul>
-
-<h2>Requirements for building from source</h2>
+</ul><h2>Requirements for building from source</h2>
 
 <ul>
 <li>GNU build tools: 
@@ -118,9 +111,7 @@
 <li>pkg-config autoconf macros (pkg.m4)</li>
 <li>lex and yacc (developed primarily with flex and bison)</li>
 <li>libssl-dev</li>
-</ul>
-
-<h2>Language requirements</h2>
+</ul><h2>Language requirements</h2>
 
 <p>These are only required if you choose to build the libraries for the given language</p>
 
@@ -158,7 +149,6 @@
 </ul>
 </li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/install/os_x/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/install/os_x/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/install/os_x/index.html (original)
+++ thrift/site/publish/docs/install/os_x/index.html Wed Mar  5 14:07:51 2014
@@ -99,7 +99,6 @@ sudo make install
 <p>For more information on the requirements see: <a href="/docs/install/">Apache Thrift Requirements</a></p>
 
 <p>For more information on building and installing Thrift see: <a href="/docs/BuildingFromSource/">Building from source</a></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/install/ubuntu/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/install/ubuntu/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/install/ubuntu/index.html (original)
+++ thrift/site/publish/docs/install/ubuntu/index.html Wed Mar  5 14:07:51 2014
@@ -139,14 +139,11 @@
 <li>mingw32 mingw32-binutils mingw32-runtime</li>
 </ul>
 </li>
-</ul>
-
-<h2>Additional reading</h2>
+</ul><h2>Additional reading</h2>
 
 <p>For more information on the requirements see: <a href="/docs/install/">Apache Thrift Requirements</a></p>
 
 <p>For more information on building and installing Thrift see: <a href="/docs/BuildingFromSource/">Building from source</a></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/install/windows/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/install/windows/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/install/windows/index.html (original)
+++ thrift/site/publish/docs/install/windows/index.html Wed Mar  5 14:07:51 2014
@@ -70,20 +70,16 @@
 
 <p>The windows compiler is available as a prebuilt exe available <a href="/download/">here</a></p>
 
-<hr>
-
-<h2>Windows setup from source</h2>
+<hr><h2>Windows setup from source</h2>
 
 <h3>Basic requirements for win32</h3>
 
-<p>Thrift's compiler is written in C++ and designed to be portable, but there are some system requirements:</p>
+<p>Thrift’s compiler is written in C++ and designed to be portable, but there are some system requirements:</p>
 
 <ul>
 <li>Cygwin or MinGW</li>
 <li><a href="/docs/install/">Apache Thrift Requirements</a></li>
-</ul>
-
-<p>Thrift's runtime libraries are written in various languages, which are also required for the particular language interface.</p>
+</ul><p>Thrift’s runtime libraries are written in various languages, which are also required for the particular language interface.</p>
 
 <h3>Installing from source</h3>
 
@@ -127,12 +123,12 @@ make install
 ./configure: line 21183: `  PKG_CHECK_MODULES(MONO, mono &gt;= 1.2.6, have_mono=yes, have_mono=no)'
 </code></pre>
 
-<p>To resolve this, you'll need to find your pkg.m4 (installed by the pkg-config package) file and copy it to the thrift/aclocal directory.  From the top-level thrift directory, you can copy the file by running</p>
+<p>To resolve this, you’ll need to find your pkg.m4 (installed by the pkg-config package) file and copy it to the thrift/aclocal directory.  From the top-level thrift directory, you can copy the file by running</p>
 
 <pre><code>cp /usr/share/aclocal/pkg.m4 aclocal
 </code></pre>
 
-<p>Finally, re-run ./bootstrap.sh and ./configure.  (Note that pkg.m4 is created by the pkg-config tool.  If your /usr/share/aclocal directory doesn't contain the pkg.m4 file, you may not have pkg-config installed.)</p>
+<p>Finally, re-run ./bootstrap.sh and ./configure.  (Note that pkg.m4 is created by the pkg-config tool.  If your /usr/share/aclocal directory doesn’t contain the pkg.m4 file, you may not have pkg-config installed.)</p>
 
 <h4>Installing perl runtime libraries</h4>
 
@@ -140,7 +136,7 @@ make install
 
 <p>A workaround is to avoid installing the perl libraries if they are not needed.</p>
 
-<p>If you don't need perl, run configure with –without-perl.</p>
+<p>If you don’t need perl, run configure with –without-perl.</p>
 
 <p>If you need perl, and are happy to manually install it, replace the contents of thrift/lib/perl/Makefile with the following, after building thrift:</p>
 
@@ -200,7 +196,7 @@ LTHRIFT=$(THRIFT_O)/Thrift.o $(THRIFT_O)
 ./configure
 </code></pre>
 
-<p>''Optional:'' To make the compiler only, change to the compiler  directory before running make:</p>
+<p>“Optional:” To make the compiler only, change to the compiler  directory before running make:</p>
 
 <pre><code>cd compiler/cpp
 </code></pre>
@@ -234,7 +230,6 @@ LTHRIFT=$(THRIFT_O)/Thrift.o $(THRIFT_O)
 <p>For more information on the requirements see: <a href="/docs/install/">Apache Thrift Requirements</a></p>
 
 <p>For more information on building and installing Thrift see: <a href="/docs/BuildingFromSource/">Building from source</a></p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/docs/types/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/types/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/docs/types/index.html (original)
+++ thrift/site/publish/docs/types/index.html Wed Mar  5 14:07:51 2014
@@ -82,9 +82,7 @@
 <li>i64: A 64-bit signed integer</li>
 <li>double: A 64-bit floating point number</li>
 <li>string: A text string encoded using UTF-8 encoding</li>
-</ul>
-
-<p>Note the absence of unsigned integer types. This is due to the fact that there are no native unsigned integer types in many programming languages.</p>
+</ul><p>Note the absence of unsigned integer types. This is due to the fact that there are no native unsigned integer types in many programming languages.</p>
 
 <h3>Special Types</h3>
 
@@ -122,7 +120,6 @@ While defaults are provided, the type ma
 <p>A service consists of a set of named functions, each with a list of parameters and a return type.</p>
 
 <p>Note that void is a valid type for a function return, in addition to all other defined Thrift types. Additionally, an async modifier keyword may be added to a void function, which will generate code that does not wait for a response. Note that a pure void function will return a response to the client which guarantees that the operation has completed on the server side. With async method calls the client will only be guaranteed that the request succeeded at the transport layer. Async method calls of the same client may be executed in parallel/out of order by the server.</p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/download/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/download/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Wed Mar  5 14:07:51 2014
@@ -76,9 +76,7 @@
 [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.tar.gz.md5">MD5</a>]</li>
 <li>
 <a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.exe">Thrift compiler for Windows (thrift-0.9.1.exe)</a> [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.exe.asc">PGP</a>] [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.exe.md5">MD5</a>]</li>
-</ul>
-
-<h2>Maven artifact</h2>
+</ul><h2>Maven artifact</h2>
 
 <pre><code>
 &lt;dependency&gt;
@@ -90,24 +88,19 @@
 
 <p>When downloading from a mirror, please be sure to <a href="http://www.apache.org/info/verification.html">verify</a> the checksums and signature (see the MD5 and PGP links above). The <a href="https://dist.apache.org/repos/dist/release/thrift/KEYS">KEYS</a> file contains the public key(s) used for signing releases.</p>
 
-<hr>
-
-<h2>Incubator Releases</h2>
+<hr><h2>Incubator Releases</h2>
 
 <p>Releases from the incubator ( less than 0.6.0 ) are available at the <a href="http://archive.apache.org/dist/incubator/thrift/">Thrift Incubator Archive</a></p>
 
 <p>Releases from 0.6.0 up to the current release are available at the <a href="http://archive.apache.org/dist/thrift/">Apache Thrift Archive</a></p>
 
-<hr>
-
-<h2>GIT Checkout</h2>
+<hr><h2>GIT Checkout</h2>
 
 <p>For those who would like to participate in Thrift development, you may checkout Thrift from the <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git">Apache GIT repository</a>.
 </p><pre><code>
 git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
 cd thrift
 </code></pre>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/index.html (original)
+++ thrift/site/publish/index.html Wed Mar  5 14:07:51 2014
@@ -76,7 +76,7 @@
     <p>
       </p>
 <ul>
-        <li>
+<li>
           <b>Download Apache Thrift</b>
           <p>To get started, <a href="/download/">download</a> a copy of Thrift.</p>
         </li>
@@ -96,9 +96,7 @@
           <p>The sample tutorial.thrift file used for all the client and server tutorials can be found <a href="https://git-wip-us.apache.org/repos/asf/thrift/?p=thrift.git;a=tree;f=tutorial">here</a>. </p>
         </li>
       </ul>
-    
-    <br>
-    <p>
+<br><p>
       To learn more about Apache Thrift <a href="/static/files/thrift-20070401.pdf">Read the Whitepaper</a>
     </p>
   </div>
@@ -126,22 +124,20 @@
   </div>
 </div>
 
-<hr>
-
-<p></p><h3>Example<h3>
+<hr><p></p><h3>Example<h3>
 </h3>
 </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>
 <div class="tabbable">
   <ul class="nav nav-tabs">
-    <li class="active"><a href="#1" data-toggle="tab">Thrift Definition File</a></li>
+<li class="active"><a href="#1" data-toggle="tab">Thrift Definition File</a></li>
     <li><a href="#2" data-toggle="tab">Python Client</a></li>
     <li><a href="#3" data-toggle="tab">Java Server</a></li>
   </ul>
-  <div class="tab-content">
+<div class="tab-content">
     <div class="tab-pane active" id="1">
-<pre><code class="language-text">service Calculator extends shared.SharedService {
+<div class="CodeRay"><div class="code"><pre><code class="language-text">service Calculator extends shared.SharedService {
 
   /**
    * A method definition looks like C code. It has a return type, arguments,
@@ -163,10 +159,10 @@
     */
    oneway void zip()
 
-}</code></pre>
+}</code></pre></div></div>
     </div>
     <div class="tab-pane" id="2">
-<pre><code class="language-python">  <span style="color:#777"># Make socket</span>
+<div class="CodeRay"><div class="code"><pre><code class="language-python">  <span style="color:#777"># Make socket</span>
   transport = TSocket.TSocket(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">localhost</span><span style="color:#710">'</span></span>, <span style="color:#00D">9090</span>)
 
   <span style="color:#777"># Buffering is critical. Raw sockets are very slow</span>
@@ -185,25 +181,24 @@
   <span style="color:#080;font-weight:bold">print</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">ping()</span><span style="color:#710">'</span></span>
 
   sum = client.add(<span style="color:#00D">1</span>,<span style="color:#00D">1</span>)
-  <span style="color:#080;font-weight:bold">print</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">1+1=%d</span><span style="color:#710">'</span></span> % (<span style="color:#369;font-weight:bold">sum</span>)</code></pre>
+  <span style="color:#080;font-weight:bold">print</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">1+1=%d</span><span style="color:#710">'</span></span> % (<span style="color:#369;font-weight:bold">sum</span>)</code></pre></div></div>
     </div>
     <div class="tab-pane" id="3">
-<pre><code class="language-java">    <span style="color:#080;font-weight:bold">try</span> {
+<div class="CodeRay"><div class="code"><pre><code class="language-java">    <span style="color:#080;font-weight:bold">try</span> {
       TServerTransport serverTransport = <span style="color:#080;font-weight:bold">new</span> TServerSocket(<span style="color:#00D">9090</span>);
       TServer server = <span style="color:#080;font-weight:bold">new</span> TSimpleServer(<span style="color:#080;font-weight:bold">new</span> Args(serverTransport).processor(processor));
 
       <span style="color:#777">// Use this for a multithreaded server</span>
       <span style="color:#777">// TServer server = new TThreadPoolServer(new TThreadPoolServer.Args(serverTransport).processor(processor));</span>
 
-      <span style="color:#0a5;font-weight:bold">System</span>.out.println(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Starting the simple server...</span><span style="color:#710">"</span></span>);
+      <span style="color:#0a8;font-weight:bold">System</span>.out.println(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Starting the simple server...</span><span style="color:#710">"</span></span>);
       server.serve();
     } <span style="color:#080;font-weight:bold">catch</span> (<span style="color:#C00;font-weight:bold">Exception</span> e) {
       e.printStackTrace();
-    }</code></pre>
+    }</code></pre></div></div>
     </div>
   </div>
 </div>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/mailing/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/mailing/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/mailing/index.html (original)
+++ thrift/site/publish/mailing/index.html Wed Mar  5 14:07:51 2014
@@ -70,40 +70,31 @@
 
 <p>All project discussion is carried out publicly, on the following archived lists.</p>
 
-<hr>
-
-<h3>User Mailing List</h3>
+<hr><h3>User Mailing List</h3>
 
 <p>If you use Apache Thrift, please subscribe to the Thrift user mailing list. This list is for questions about Thrift and announcements from the team relevant to all users</p>
 
 <p><a href="mailto:user-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:user-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-user/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-user/">View Archives (Incubator)</a></p>
 
-<hr>
-
-<h3>Developers Mailing List</h3>
+<hr><h3>Developers Mailing List</h3>
 
 <p>If you would like to contribute to Apache Thrift, subscribe to the Thrift developer mailing list.</p>
 
 <p><a href="mailto:dev-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:dev-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-dev/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/">View Archives (Incubator)</a></p>
 
-<hr>
-
-<h3>Commits Mailing List</h3>
+<hr><h3>Commits Mailing List</h3>
 
 <p>This list receives notifications about all code changes made to Apache Thrift.</p>
 
 <p><a href="mailto:commits-subscribe@thrift.apache.org">Subscribe</a> | <a href="mailto:commits-unsubscribe@thrift.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/thrift-commits/">View Archives</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-thrift-commits/">View Archives (Incubator)</a></p>
 
-<hr>
-
-<p>Note: subscription is required to post to all lists.</p>
+<hr><p>Note: subscription is required to post to all lists.</p>
 
 <h3>IRC</h3>
 
 <p>Many of the Apache Thrift developers and community members hang out in the #thrift channel on irc.freenode.net.</p>
 
 <p>If you are new to IRC, you can use a client such as <a href="http://www.xchat.org/">xchat</a> or <a href="http://www.irssi.org/">Irssi</a> or a <a href="http://webchat.freenode.net/?channels=#thrift">web-based client</a>.</p>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/sitemap/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/sitemap/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/sitemap/index.html (original)
+++ thrift/site/publish/sitemap/index.html Wed Mar  5 14:07:51 2014
@@ -67,7 +67,7 @@
 
   	<div class="container">
 		<ul>
-    <li>
+<li>
     <a href="/">Home</a>
     </li>
     
@@ -77,12 +77,12 @@
     
             <li>
 <a href="/docs/">Documentation</a><ul>
-    <li><a href="/docs/BuildingFromSource/">Building From Source</a></li>   <li><a href="/docs/concepts/">Concepts</a></li> <li><a href="/docs/features/">Features</a></li> <li><a href="/docs/HowToContribute/">How To Contribute</a></li> <li>
+<li><a href="/docs/BuildingFromSource/">Building From Source</a></li>   <li><a href="/docs/concepts/">Concepts</a></li> <li><a href="/docs/features/">Features</a></li> <li><a href="/docs/HowToContribute/">How To Contribute</a></li> <li>
 <a href="/docs/committers/">Information for Committers</a>  <ul>
-        <li><a href="/docs/committers/AdditionalReading/">General articles and links for committers</a></li>        <li><a href="/docs/committers/HowToRelease/">How to create a release</a></li>       <li><a href="/docs/committers/HowToPublish/">How to publish a release</a></li>      <li><a href="/docs/committers/HowToThriftWebsite/">How to update the website</a></li>       <li><a href="/docs/committers/HowToVersion/">How to version client libraries</a></li>   </ul>
+<li><a href="/docs/committers/AdditionalReading/">General articles and links for committers</a></li>        <li><a href="/docs/committers/HowToRelease/">How to create a release</a></li>       <li><a href="/docs/committers/HowToPublish/">How to publish a release</a></li>      <li><a href="/docs/committers/HowToThriftWebsite/">How to update the website</a></li>       <li><a href="/docs/committers/HowToVersion/">How to version client libraries</a></li>   </ul>
 </li>   <li>
 <a href="/docs/install/">Installation Tutorials</a> <ul>
-        <li><a href="/docs/install/centos/">Centos Install</a></li>     <li><a href="/docs/install/os_x/">OS X Install</a></li>     <li><a href="/docs/install/ubuntu/">Ubuntu Install</a></li>     <li><a href="/docs/install/windows/">Windows Install</a></li>   </ul>
+<li><a href="/docs/install/centos/">Centos Install</a></li>     <li><a href="/docs/install/os_x/">OS X Install</a></li>     <li><a href="/docs/install/ubuntu/">Ubuntu Install</a></li>     <li><a href="/docs/install/windows/">Windows Install</a></li>   </ul>
 </li>   <li><a href="/docs/idl/">Interface Description Language (IDL)</a></li>  <li><a href="/docs/types/">Thrift Type system</a></li>
 </ul>
 </li>
@@ -95,12 +95,11 @@
     
             <li>
 <a href="/tutorial/">Tutorial</a><ul>
-    <li><a href="/tutorial/cpp/">C++</a></li>   <li><a href="/tutorial/csharp/">CSharp</a></li> <li><a href="/tutorial/d/">D</a></li>   <li><a href="/tutorial/delphi/">Delphi</a></li> <li><a href="/tutorial/go/">Go</a></li> <li><a href="/tutorial/graphviz/">Graphviz</a></li> <li><a href="/tutorial/hs/">Haskell</a></li>    <li><a href="/tutorial/java/">Java</a></li> <li><a href="/tutorial/js/">Javascript</a></li> <li><a href="/tutorial/nodejs/">Node.js</a></li>    <li><a href="/tutorial/ocaml/">OCaml</a></li>   <li><a href="/tutorial/perl/">Perl</a></li> <li><a href="/tutorial/php/">PHP</a></li>   <li><a href="/tutorial/py/">Python</a></li> <li><a href="/tutorial/rb/">Ruby</a></li>   <li><a href="/tutorial/st/">Smalltalk</a></li>
+<li><a href="/tutorial/cpp/">C++</a></li>   <li><a href="/tutorial/csharp/">CSharp</a></li> <li><a href="/tutorial/d/">D</a></li>   <li><a href="/tutorial/delphi/">Delphi</a></li> <li><a href="/tutorial/go/">Go</a></li> <li><a href="/tutorial/graphviz/">Graphviz</a></li> <li><a href="/tutorial/hs/">Haskell</a></li>    <li><a href="/tutorial/java/">Java</a></li> <li><a href="/tutorial/js/">Javascript</a></li> <li><a href="/tutorial/nodejs/">Node.js</a></li>    <li><a href="/tutorial/ocaml/">OCaml</a></li>   <li><a href="/tutorial/perl/">Perl</a></li> <li><a href="/tutorial/php/">PHP</a></li>   <li><a href="/tutorial/py/">Python</a></li> <li><a href="/tutorial/rb/">Ruby</a></li>
 </ul>
 </li>
     
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/static/css/bootstrap.css
URL: http://svn.apache.org/viewvc/thrift/site/publish/static/css/bootstrap.css?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/static/css/bootstrap.css (original)
+++ thrift/site/publish/static/css/bootstrap.css Wed Mar  5 14:07:51 2014
@@ -228,46 +228,46 @@ a:hover {
 }
 .row-fluid > [class*="span"] {
   float: left;
-  margin-left: 2.127659574%;
+  margin-left: 2.12765957%;
 }
 .row-fluid > [class*="span"]:first-child {
   margin-left: 0;
 }
 .row-fluid > .span1 {
-  width: 6.382978723%;
+  width: 6.38297872%;
 }
 .row-fluid > .span2 {
   width: 14.89361702%;
 }
 .row-fluid > .span3 {
-  width: 23.404255317%;
+  width: 23.40425532%;
 }
 .row-fluid > .span4 {
-  width: 31.914893614%;
+  width: 31.91489361%;
 }
 .row-fluid > .span5 {
-  width: 40.425531911%;
+  width: 40.42553191%;
 }
 .row-fluid > .span6 {
-  width: 48.93617020799999%;
+  width: 48.93617021%;
 }
 .row-fluid > .span7 {
-  width: 57.446808505%;
+  width: 57.44680851%;
 }
 .row-fluid > .span8 {
-  width: 65.95744680199999%;
+  width: 65.9574468%;
 }
 .row-fluid > .span9 {
-  width: 74.468085099%;
+  width: 74.4680851%;
 }
 .row-fluid > .span10 {
-  width: 82.97872339599999%;
+  width: 82.9787234%;
 }
 .row-fluid > .span11 {
-  width: 91.489361693%;
+  width: 91.48936169%;
 }
 .row-fluid > .span12 {
-  width: 99.99999998999999%;
+  width: 99.99999999%;
 }
 .container {
   width: 940px;
@@ -611,7 +611,6 @@ input[type="radio"] {
   margin: 3px 0;
   *margin-top: 0;
   /* IE7 */
-
   line-height: normal;
   cursor: pointer;
   -webkit-border-radius: 0;
@@ -619,7 +618,6 @@ input[type="radio"] {
   border-radius: 0;
   border: 0 \9;
   /* IE9 and down */
-
 }
 input[type="image"] {
   border: 0;
@@ -645,10 +643,8 @@ select,
 input[type="file"] {
   height: 28px;
   /* In IE7, the height of the select element cannot be changed by height, only font-size */
-
   *margin-top: 4px;
   /* For IE7, add top margin to align select with labels */
-
   line-height: 28px;
 }
 input[type="file"] {
@@ -717,7 +713,6 @@ textarea:focus {
   outline: 0;
   outline: thin dotted \9;
   /* IE6-9 */
-
 }
 input[type="file"]:focus,
 input[type="radio"]:focus,
@@ -946,7 +941,6 @@ select:focus:required:invalid:focus {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
-
   *zoom: 1;
   margin-bottom: 9px;
   vertical-align: middle;
@@ -1015,7 +1009,6 @@ select:focus:required:invalid:focus {
 .input-prepend .add-on {
   *margin-top: 1px;
   /* IE6-7 */
-
 }
 .input-append input,
 .input-append .uneditable-input {
@@ -2144,7 +2137,6 @@ input[type="submit"].btn.small {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
-
   *zoom: 1;
 }
 .btn-group .btn {
@@ -2933,7 +2925,6 @@ input[type="submit"].btn.small {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
-
   *zoom: 1;
   margin-left: 0;
   margin-bottom: 0;
@@ -3066,7 +3057,6 @@ input[type="submit"].btn.small {
   border: 1px solid rgba(0, 0, 0, 0.3);
   *border: 1px solid #999;
   /* IE6-7 */
-
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
@@ -3341,7 +3331,7 @@ a.thumbnail:hover {
 }
 .label {
   padding: 2px 4px 3px;
-  font-size: 11.049999999999999px;
+  font-size: 11.05px;
   font-weight: bold;
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

Modified: thrift/site/publish/tutorial/cpp/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/tutorial/cpp/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/tutorial/cpp/index.html (original)
+++ thrift/site/publish/tutorial/cpp/index.html Wed Mar  5 14:07:51 2014
@@ -68,9 +68,7 @@
   	<div class="container">
 		<h2>C++ Tutorial</h2>
 
-<hr>
-
-<h3>Introduction</h3>
+<hr><h3>Introduction</h3>
 
 <p>All Apache Thrift tutorials require that you have:</p>
 
@@ -83,13 +81,11 @@
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed</p></li>
-</ol>
-
-<h3>Prerequisites</h3>
+</ol><h3>Prerequisites</h3>
 
 <h3>Client</h3>
 
-<pre><code class="language-cpp"><span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;stdio.h&gt;</span>
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp"><span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;stdio.h&gt;</span>
 <span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;unistd.h&gt;</span>
 <span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;sys/time.h&gt;</span>
 
@@ -107,7 +103,7 @@
 <span style="color:#088;font-weight:bold">using</span> <span style="color:#080;font-weight:bold">namespace</span> tutorial;
 <span style="color:#088;font-weight:bold">using</span> <span style="color:#080;font-weight:bold">namespace</span> shared;
 
-<span style="color:#0a5;font-weight:bold">int</span> main(<span style="color:#0a5;font-weight:bold">int</span> argc, <span style="color:#0a5;font-weight:bold">char</span>** argv) {
+<span style="color:#0a8;font-weight:bold">int</span> main(<span style="color:#0a8;font-weight:bold">int</span> argc, <span style="color:#0a8;font-weight:bold">char</span>** argv) {
   boost::shared_ptr&lt;TTransport&gt; socket(<span style="color:#080;font-weight:bold">new</span> TSocket(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">localhost</span><span style="color:#710">"</span></span>, <span style="color:#00D">9090</span>));
   boost::shared_ptr&lt;TTransport&gt; transport(<span style="color:#080;font-weight:bold">new</span> TBufferedTransport(socket));
   boost::shared_ptr&lt;TProtocol&gt; protocol(<span style="color:#080;font-weight:bold">new</span> TBinaryProtocol(transport));
@@ -151,11 +147,11 @@
     printf(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">ERROR: %s</span><span style="color:#b0b">\n</span><span style="color:#710">"</span></span>, tx.what());
   }
 
-}</code></pre>
+}</code></pre></div></div>
 
 <h3>Server</h3>
 
-<pre><code class="language-cpp"><span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;thrift/concurrency/ThreadManager.h&gt;</span>
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp"><span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;thrift/concurrency/ThreadManager.h&gt;</span>
 <span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;thrift/concurrency/PosixThreadFactory.h&gt;</span>
 <span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;thrift/protocol/TBinaryProtocol.h&gt;</span>
 <span style="color:#579">#include</span> <span style="color:#B44;font-weight:bold">&lt;thrift/server/TSimpleServer.h&gt;</span>
@@ -224,7 +220,7 @@
 
     SharedStruct ss;
     ss.key = logid;
-    <span style="color:#0a5;font-weight:bold">char</span> buffer[<span style="color:#00D">12</span>];
+    <span style="color:#0a8;font-weight:bold">char</span> buffer[<span style="color:#00D">12</span>];
     snprintf(buffer, <span style="color:#080;font-weight:bold">sizeof</span>(buffer), <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">%d</span><span style="color:#710">"</span></span>, val);
     ss.value = buffer;
 
@@ -247,7 +243,7 @@
 
 };
 
-<span style="color:#0a5;font-weight:bold">int</span> main(<span style="color:#0a5;font-weight:bold">int</span> argc, <span style="color:#0a5;font-weight:bold">char</span> **argv) {
+<span style="color:#0a8;font-weight:bold">int</span> main(<span style="color:#0a8;font-weight:bold">int</span> argc, <span style="color:#0a8;font-weight:bold">char</span> **argv) {
 
   boost::shared_ptr&lt;TProtocolFactory&gt; protocolFactory(<span style="color:#080;font-weight:bold">new</span> TBinaryProtocolFactory());
   boost::shared_ptr&lt;CalculatorHandler&gt; handler(<span style="color:#080;font-weight:bold">new</span> CalculatorHandler());
@@ -287,13 +283,13 @@
   server.serve();
   printf(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">done.</span><span style="color:#b0b">\n</span><span style="color:#710">"</span></span>);
   <span style="color:#080;font-weight:bold">return</span> <span style="color:#00D">0</span>;
-}</code></pre>
+}</code></pre></div></div>
 
 <h2>Additional Information</h2>
 
 <h3>Example ThreadPool Server</h3>
 
-<pre><code class="language-cpp">  boost::shared_ptr&lt;ThreadManager&gt; threadManager =
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp">  boost::shared_ptr&lt;ThreadManager&gt; threadManager =
     ThreadManager::newSimpleThreadManager(workerCount);
   boost::shared_ptr&lt;PosixThreadFactory&gt; threadFactory =
     boost::shared_ptr&lt;PosixThreadFactory&gt;(<span style="color:#080;font-weight:bold">new</span> PosixThreadFactory());
@@ -308,8 +304,7 @@
   TThreadedServer server(processor,
                          serverTransport,
                          transportFactory,
-                         protocolFactory);</code></pre>
-
+                         protocolFactory);</code></pre></div></div>
 	</div>
 	<div class="container">
 	<hr>

Modified: thrift/site/publish/tutorial/csharp/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/tutorial/csharp/index.html?rev=1574492&r1=1574491&r2=1574492&view=diff
==============================================================================
--- thrift/site/publish/tutorial/csharp/index.html (original)
+++ thrift/site/publish/tutorial/csharp/index.html Wed Mar  5 14:07:51 2014
@@ -68,9 +68,7 @@
   	<div class="container">
 		<h2>CSharp Tutorial</h2>
 
-<hr>
-
-<h3>Introduction</h3>
+<hr><h3>Introduction</h3>
 
 <p>All Apache Thrift tutorials require that you have:</p>
 
@@ -83,13 +81,11 @@
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed</p></li>
-</ol>
-
-<h3>Prerequisites</h3>
+</ol><h3>Prerequisites</h3>
 
 <h3>Client</h3>
 
-<pre><code class="language-cpp"><span style="color:#088;font-weight:bold">using</span> System;
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp"><span style="color:#088;font-weight:bold">using</span> System;
 <span style="color:#088;font-weight:bold">using</span> Thrift;
 <span style="color:#088;font-weight:bold">using</span> Thrift.Protocol;
 <span style="color:#088;font-weight:bold">using</span> Thrift.Server;
@@ -114,7 +110,7 @@
                     client.ping();
                     Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">ping()</span><span style="color:#710">"</span></span>);
 
-                    <span style="color:#0a5;font-weight:bold">int</span> sum = client.add(<span style="color:#00D">1</span>, <span style="color:#00D">1</span>);
+                    <span style="color:#0a8;font-weight:bold">int</span> sum = client.add(<span style="color:#00D">1</span>, <span style="color:#00D">1</span>);
                     Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">1+1={0}</span><span style="color:#710">"</span></span>, sum);
 
                     Work work = <span style="color:#080;font-weight:bold">new</span> Work();
@@ -124,7 +120,7 @@
                     work.Num2 = <span style="color:#00D">0</span>;
                     <span style="color:#080;font-weight:bold">try</span>
                     {
-                        <span style="color:#0a5;font-weight:bold">int</span> quotient = client.calculate(<span style="color:#00D">1</span>, work);
+                        <span style="color:#0a8;font-weight:bold">int</span> quotient = client.calculate(<span style="color:#00D">1</span>, work);
                         Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Whoa we can divide by 0</span><span style="color:#710">"</span></span>);
                     }
                     <span style="color:#080;font-weight:bold">catch</span> (InvalidOperation io)
@@ -137,7 +133,7 @@
                     work.Num2 = <span style="color:#00D">10</span>;
                     <span style="color:#080;font-weight:bold">try</span>
                     {
-                        <span style="color:#0a5;font-weight:bold">int</span> diff = client.calculate(<span style="color:#00D">1</span>, work);
+                        <span style="color:#0a8;font-weight:bold">int</span> diff = client.calculate(<span style="color:#00D">1</span>, work);
                         Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">15-10={0}</span><span style="color:#710">"</span></span>, diff);
                     }
                     <span style="color:#080;font-weight:bold">catch</span> (InvalidOperation io)
@@ -161,11 +157,11 @@
 
         }
     }
-}</code></pre>
+}</code></pre></div></div>
 
 <h3>Server</h3>
 
-<pre><code class="language-cpp"><span style="color:#088;font-weight:bold">using</span> System;
+<div class="CodeRay"><div class="code"><pre><code class="language-cpp"><span style="color:#088;font-weight:bold">using</span> System;
 <span style="color:#088;font-weight:bold">using</span> System.Collections.Generic;
 <span style="color:#088;font-weight:bold">using</span> Thrift.Server;
 <span style="color:#088;font-weight:bold">using</span> Thrift.Transport;
@@ -174,11 +170,11 @@
 {
     <span style="color:#088;font-weight:bold">public</span> <span style="color:#080;font-weight:bold">class</span> <span style="color:#B06;font-weight:bold">CalculatorHandler</span> : Calculator.Iface
     {
-        Dictionary&lt;<span style="color:#0a5;font-weight:bold">int</span>, SharedStruct&gt; log;
+        Dictionary&lt;<span style="color:#0a8;font-weight:bold">int</span>, SharedStruct&gt; log;
 
         <span style="color:#088;font-weight:bold">public</span> CalculatorHandler()
         {
-            log = <span style="color:#080;font-weight:bold">new</span> Dictionary&lt;<span style="color:#0a5;font-weight:bold">int</span>, SharedStruct&gt;();
+            log = <span style="color:#080;font-weight:bold">new</span> Dictionary&lt;<span style="color:#0a8;font-weight:bold">int</span>, SharedStruct&gt;();
         }
 
         <span style="color:#088;font-weight:bold">public</span> <span style="color:#088;font-weight:bold">void</span> ping()
@@ -186,16 +182,16 @@
             Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">ping()</span><span style="color:#710">"</span></span>);
         }
 
-        <span style="color:#088;font-weight:bold">public</span> <span style="color:#0a5;font-weight:bold">int</span> add(<span style="color:#0a5;font-weight:bold">int</span> n1, <span style="color:#0a5;font-weight:bold">int</span> n2)
+        <span style="color:#088;font-weight:bold">public</span> <span style="color:#0a8;font-weight:bold">int</span> add(<span style="color:#0a8;font-weight:bold">int</span> n1, <span style="color:#0a8;font-weight:bold">int</span> n2)
         {
             Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">add({0},{1})</span><span style="color:#710">"</span></span>, n1, n2);
             <span style="color:#080;font-weight:bold">return</span> n1 + n2;
         }
 
-        <span style="color:#088;font-weight:bold">public</span> <span style="color:#0a5;font-weight:bold">int</span> calculate(<span style="color:#0a5;font-weight:bold">int</span> logid, Work work)
+        <span style="color:#088;font-weight:bold">public</span> <span style="color:#0a8;font-weight:bold">int</span> calculate(<span style="color:#0a8;font-weight:bold">int</span> logid, Work work)
         {
             Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">calculate({0}, [{1},{2},{3}])</span><span style="color:#710">"</span></span>, logid, work.Op, work.Num1, work.Num2);
-            <span style="color:#0a5;font-weight:bold">int</span> val = <span style="color:#00D">0</span>;
+            <span style="color:#0a8;font-weight:bold">int</span> val = <span style="color:#00D">0</span>;
             <span style="color:#080;font-weight:bold">switch</span> (work.Op)
             {
                 <span style="color:#080;font-weight:bold">case</span> Operation.ADD:
@@ -214,7 +210,7 @@
                     <span style="color:#080;font-weight:bold">if</span> (work.Num2 == <span style="color:#00D">0</span>)
                     {
                         InvalidOperation io = <span style="color:#080;font-weight:bold">new</span> InvalidOperation();
-                        io.What = (<span style="color:#0a5;font-weight:bold">int</span>)work.Op;
+                        io.What = (<span style="color:#0a8;font-weight:bold">int</span>)work.Op;
                         io.Why = <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Cannot divide by 0</span><span style="color:#710">"</span></span>;
                         <span style="color:#080;font-weight:bold">throw</span> io;
                     }
@@ -224,7 +220,7 @@
                 <span style="color:#080;font-weight:bold">default</span>:
                     {
                         InvalidOperation io = <span style="color:#080;font-weight:bold">new</span> InvalidOperation();
-                        io.What = (<span style="color:#0a5;font-weight:bold">int</span>)work.Op;
+                        io.What = (<span style="color:#0a8;font-weight:bold">int</span>)work.Op;
                         io.Why = <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Unknown operation</span><span style="color:#710">"</span></span>;
                         <span style="color:#080;font-weight:bold">throw</span> io;
                     }
@@ -238,7 +234,7 @@
             <span style="color:#080;font-weight:bold">return</span> val;
         }
 
-        <span style="color:#088;font-weight:bold">public</span> SharedStruct getStruct(<span style="color:#0a5;font-weight:bold">int</span> key)
+        <span style="color:#088;font-weight:bold">public</span> SharedStruct getStruct(<span style="color:#0a8;font-weight:bold">int</span> key)
         {
             Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">getStruct({0})</span><span style="color:#710">"</span></span>, key);
             <span style="color:#080;font-weight:bold">return</span> log[key];
@@ -274,10 +270,9 @@
             Console.WriteLine(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">done.</span><span style="color:#710">"</span></span>);
         }
     }
-}</code></pre>
+}</code></pre></div></div>
 
 <h2>Additional Information</h2>
-
 	</div>
 	<div class="container">
 	<hr>