You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2019/10/29 16:25:34 UTC

[parquet-site] 11/12: Parquet: Update site for 2.7.0 format release.

This is an automated email from the ASF dual-hosted git repository.

gabor pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git

commit 3ec2549bc33eb5032fd0b4d09594cf504e113992
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Thu Oct 3 16:53:04 2019 +0000

    Parquet: Update site for 2.7.0 format release.
    
    git-svn-id: https://svn.apache.org/repos/asf/parquet/site@1867950 13f79535-47bb-0310-9956-ffa450edef68
---
 publish/adopters/index.html                     |  86 +++++++------
 publish/assets/css/bootstrap-theme.css          |   1 -
 publish/assets/css/bootstrap-theme.min.css      |   3 +-
 publish/assets/css/bootstrap.css                |   1 -
 publish/assets/css/bootstrap.css.map            |   2 +-
 publish/assets/css/bootstrap.min.css            |   3 +-
 publish/assets/css/font-awesome.css             |   1 -
 publish/assets/css/font-awesome.min.css         |   3 +-
 publish/assets/js/bootstrap.js                  |   1 -
 publish/assets/js/bootstrap.min.js              |   3 +-
 publish/assets/js/jquery-2.1.1.min.js           |   1 -
 publish/bylaws/index.html                       |  86 +++++++------
 publish/community/index.html                    |  88 +++++++------
 publish/contribute/index.html                   | 140 +++++++++++---------
 publish/developers/index.html                   |  86 +++++++------
 publish/documentation/how-to-release/index.html | 163 +++++++++++++-----------
 publish/documentation/latest/index.html         |  98 ++++++++------
 publish/downloads/index.html                    | 108 +++++++++-------
 publish/index.html                              |  86 +++++++------
 publish/presentations/index.html                |  94 ++++++++------
 source/documentation/how-to-release.html.md     |   3 +-
 source/downloads.html.md                        |  17 ++-
 22 files changed, 611 insertions(+), 463 deletions(-)

diff --git a/publish/adopters/index.html b/publish/adopters/index.html
index ef6d496..d4a823b 100644
--- a/publish/adopters/index.html
+++ b/publish/adopters/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="adopters">Adopters</h1>
@@ -156,9 +170,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/assets/css/bootstrap-theme.css b/publish/assets/css/bootstrap-theme.css
index 8952b1a..4fad3ce 100644
--- a/publish/assets/css/bootstrap-theme.css
+++ b/publish/assets/css/bootstrap-theme.css
@@ -4,7 +4,6 @@
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
-
 .navbar-custom {
     background-color:#fff;
     color:#43ADF5;
diff --git a/publish/assets/css/bootstrap-theme.min.css b/publish/assets/css/bootstrap-theme.min.css
index d402d35..2e97597 100644
--- a/publish/assets/css/bootstrap-theme.min.css
+++ b/publish/assets/css/bootstrap-theme.min.css
@@ -2,5 +2,4 @@
  * Bootstrap v3.2.0 (http://getbootstrap.com)
  * Copyright 2011-2014 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.a [...]
+ */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-dange [...]
\ No newline at end of file
diff --git a/publish/assets/css/bootstrap.css b/publish/assets/css/bootstrap.css
index 234e4bf..037dd05 100644
--- a/publish/assets/css/bootstrap.css
+++ b/publish/assets/css/bootstrap.css
@@ -5,7 +5,6 @@
  */
 
 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
-
 html {
   font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
diff --git a/publish/assets/css/bootstrap.css.map b/publish/assets/css/bootstrap.css.map
index 6ddc4fd..bfb5616 100644
--- a/publish/assets/css/bootstrap.css.map
+++ b/publish/assets/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"file":"bootstrap.css","sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-ro [...]
+{"version":3,"file":"bootstrap.css","sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-ro [...]
\ No newline at end of file
diff --git a/publish/assets/css/bootstrap.min.css b/publish/assets/css/bootstrap.min.css
index 078570f..a9f35ce 100644
--- a/publish/assets/css/bootstrap.min.css
+++ b/publish/assets/css/bootstrap.min.css
@@ -2,5 +2,4 @@
  * Bootstrap v3.2.0 (http://getbootstrap.com)
  * Copyright 2011-2014 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
-html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0; [...]
+ *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b, [...]
\ No newline at end of file
diff --git a/publish/assets/css/font-awesome.css b/publish/assets/css/font-awesome.css
index cab6a7a..eb4127b 100644
--- a/publish/assets/css/font-awesome.css
+++ b/publish/assets/css/font-awesome.css
@@ -4,7 +4,6 @@
  */
 /* FONT PATH
  * -------------------------- */
-
 @font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
diff --git a/publish/assets/css/font-awesome.min.css b/publish/assets/css/font-awesome.min.css
index 508e7ad..3d920fc 100644
--- a/publish/assets/css/font-awesome.min.css
+++ b/publish/assets/css/font-awesome.min.css
@@ -1,5 +1,4 @@
 /*!
  *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */
-@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal; [...]
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:norm [...]
\ No newline at end of file
diff --git a/publish/assets/js/bootstrap.js b/publish/assets/js/bootstrap.js
index 6771d47..53da1c7 100644
--- a/publish/assets/js/bootstrap.js
+++ b/publish/assets/js/bootstrap.js
@@ -4,7 +4,6 @@
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
-
 if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') }
 
 /* ========================================================================
diff --git a/publish/assets/js/bootstrap.min.js b/publish/assets/js/bootstrap.min.js
index 76d11f9..7c1561a 100644
--- a/publish/assets/js/bootstrap.min.js
+++ b/publish/assets/js/bootstrap.min.js
@@ -3,5 +3,4 @@
  * Copyright 2011-2014 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-
-if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=functio [...]
+if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=functio [...]
\ No newline at end of file
diff --git a/publish/assets/js/jquery-2.1.1.min.js b/publish/assets/js/jquery-2.1.1.min.js
index df135b3..e5ace11 100644
--- a/publish/assets/js/jquery-2.1.1.min.js
+++ b/publish/assets/js/jquery-2.1.1.min.js
@@ -1,5 +1,4 @@
 /*! jQuery v2.1.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
-
 !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.1",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r= [...]
 },_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a); [...]
 },removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Zb={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$b[b]||n.find.attr;$ [...]
diff --git a/publish/bylaws/index.html b/publish/bylaws/index.html
index d297ab1..6d8cfc9 100644
--- a/publish/bylaws/index.html
+++ b/publish/bylaws/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h2 id="apache-parquet-bylaws">Apache Parquet Bylaws</h2>
@@ -130,9 +144,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/community/index.html b/publish/community/index.html
index a723d6d..173f8d7 100644
--- a/publish/community/index.html
+++ b/publish/community/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="community">Community</h1>
@@ -149,7 +163,7 @@
     </div>
 </div>
 
-<hr>
+<p><hr></p>
 
 	  </div>
       <div class="container">
@@ -157,9 +171,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/contribute/index.html b/publish/contribute/index.html
index 84d7083..f696b5c 100644
--- a/publish/contribute/index.html
+++ b/publish/contribute/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="how-to-contribute">How To Contribute</h1>
@@ -136,33 +150,33 @@ Here are a few tips to get your contribution in:</p>
 <p>Merging a pull request requires being a comitter on the project.</p>
 
 <p>How to merge a Pull request (have an apache and github-apache remote setup):</p>
-<pre class="highlight text">git remote add github-apache git@github.com:apache/parquet-mr.git
+<div class="highlight"><pre class="highlight plaintext"><code>git remote add github-apache git@github.com:apache/parquet-mr.git
 git remote add apache https://git-wip-us.apache.org/repos/asf/parquet-mr.git
-</pre>
+</code></pre></div>
 <p>run the following command</p>
-<pre class="highlight text">dev/merge_parquet_pr.py
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>dev/merge_parquet_pr.py
+</code></pre></div>
 <p>example output:</p>
-<pre class="highlight text">Which pull request would you like to merge? (e.g. 34):
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>Which pull request would you like to merge? (e.g. 34):
+</code></pre></div>
 <p>Type the pull request number (from <a href="https://github.com/apache/parquet-mr/pulls">https://github.com/apache/parquet-mr/pulls</a>) and hit enter.</p>
-<pre class="highlight text">=== Pull Request #X ===
+<div class="highlight"><pre class="highlight plaintext"><code>=== Pull Request #X ===
 title   Blah Blah Blah
 source  repo/branch
 target  master
 url https://api.github.com/repos/apache/parquet-mr/pulls/X
 
 Proceed with merging pull request #3? (y/n): 
-</pre>
+</code></pre></div>
 <p>If this looks good, type y and hit enter.</p>
-<pre class="highlight text">From git-wip-us.apache.org:/repos/asf/parquet-mr.git
+<div class="highlight"><pre class="highlight plaintext"><code>From git-wip-us.apache.org:/repos/asf/parquet-mr.git
 * [new branch]      master     -&gt; PR_TOOL_MERGE_PR_3_MASTER
-Switched to branch &#39;PR_TOOL_MERGE_PR_3_MASTER&#39;
+Switched to branch 'PR_TOOL_MERGE_PR_3_MASTER'
 
 Merge complete (local ref PR_TOOL_MERGE_PR_3_MASTER). Push to apache? (y/n):
-</pre>
+</code></pre></div>
 <p>A local branch with the merge has been created. type y and hit enter to push it to apache master</p>
-<pre class="highlight text">Counting objects: 67, done.
+<div class="highlight"><pre class="highlight plaintext"><code>Counting objects: 67, done.
 Delta compression using up to 4 threads.
 Compressing objects: 100% (26/26), done.
 Writing objects: 100% (36/36), 5.32 KiB, done.
@@ -170,9 +184,9 @@ Total 36 (delta 17), reused 0 (delta 0)
 To git-wip-us.apache.org:/repos/asf/parquet-mr.git
    b767ac4..485658a  PR_TOOL_MERGE_PR_X_MASTER -&gt; master
 Restoring head pointer to b767ac4e
-Note: checking out &#39;b767ac4e&#39;.
+Note: checking out 'b767ac4e'.
 
-You are in &#39;detached HEAD&#39; state. You can look around, make experimental
+You are in 'detached HEAD' state. You can look around, make experimental
 changes and commit them, and you can discard any commits you make in this
 state without impacting any branches by performing another checkout.
 
@@ -188,7 +202,7 @@ Pull request #X merged!
 Merge hash: 485658a5
 
 Would you like to pick 485658a5 into another branch? (y/n):
-</pre>
+</code></pre></div>
 <p>For now just say n as we have 1 branch</p>
 
 <h2 id="website">Website</h2>
@@ -196,34 +210,34 @@ Would you like to pick 485658a5 into another branch? (y/n):
 <p>We use middleman to generate the website content from markdown and other 
 dynamic templates. The following steps assume you have a working 
 ruby environment setup</p>
-<pre class="highlight text">gem install bundler
+<div class="highlight"><pre class="highlight plaintext"><code>gem install bundler
 bundle install
-</pre>
+</code></pre></div>
 <h3 id="checking-out-the-website">Checking out the website</h3>
 
 <p>Checkout the website from SVN:</p>
-<pre class="highlight text">svn co https://svn.apache.org/repos/asf/parquet
-</pre>
-<h3 id="make-changes-in-source/">Make changes in source/</h3>
+<div class="highlight"><pre class="highlight plaintext"><code>svn co https://svn.apache.org/repos/asf/parquet
+</code></pre></div>
+<h3 id="make-changes-in-source">Make changes in source/</h3>
 
 <p>Make any changes in the source directory:</p>
-<pre class="highlight text">cd site/source/
+<div class="highlight"><pre class="highlight plaintext"><code>cd site/source/
 vim contribute.html.md
-</pre>
+</code></pre></div>
 <h3 id="generating-the-website">Generating the website</h3>
 
 <p>To generate the static wesbite for Apache Parquet run the following commands at the root site directory:</p>
-<pre class="highlight text">bundle exec middleman build
+<div class="highlight"><pre class="highlight plaintext"><code>bundle exec middleman build
 svn add *
-svn commit -m &#39;made changes to the site&#39;
-</pre>
+svn commit -m 'made changes to the site'
+</code></pre></div>
 <h3 id="live-development">Live Development</h3>
 
 <p>Live development of the site enables automatic reload when changes are saved. 
 To enable run the following command and then open a browser and navigate to 
 <a href="http://localhost:4567/">http://localhost:4567</a> </p>
-<pre class="highlight text">bundle exec middleman 
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>bundle exec middleman 
+</code></pre></div>
 <h3 id="publishing-the-site">Publishing the Site</h3>
 
 <p>The website uses svnpubsub. The publish folder contains the websites content
@@ -236,9 +250,9 @@ the live site. </p>
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/developers/index.html b/publish/developers/index.html
index 4f92130..8f4e4b2 100644
--- a/publish/developers/index.html
+++ b/publish/developers/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="developers">Developers</h1>
@@ -135,9 +149,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/documentation/how-to-release/index.html b/publish/documentation/how-to-release/index.html
index 029ea3c..bcc6486 100644
--- a/publish/documentation/how-to-release/index.html
+++ b/publish/documentation/how-to-release/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h2 id="how-to-release">How to release</h2>
@@ -123,8 +137,8 @@
 * Permission to stage artifacts in Nexus</p>
 
 <p>Make sure you have permission to deploy Parquet artifacts to Nexus by pushing a snapshot:</p>
-<pre class="highlight text">mvn deploy
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>mvn deploy
+</code></pre></div>
 <p>If you have problems, read the <a href="https://www.apache.org/dev/publishing-maven-artifacts.html">publishing Maven artifacts documentation</a></p>
 
 <h3 id="release-process">Release process</h3>
@@ -146,21 +160,21 @@
 </ul></li>
 </ol>
 
-<h4 id="1.-run-the-prepare-script">1. Run the prepare script</h4>
-<pre class="highlight text">sh dev/prepare-release.sh &lt;version&gt;
-</pre>
+<h4 id="1-run-the-prepare-script">1. Run the prepare script</h4>
+<div class="highlight"><pre class="highlight plaintext"><code>sh dev/prepare-release.sh &lt;version&gt;
+</code></pre></div>
 <p>This runs maven&rsquo;s release prepare with a consistent tag name. After this step, the release tag will exist in the git repository.</p>
 
 <p>If this step fails, you can roll back the changes by running these commands.</p>
-<pre class="highlight text">find ./ -type f -name &#39;*.releaseBackup&#39; -exec rm {} \;
-find ./ -type f -name &#39;pom.xml&#39; -exec git checkout {} \;
-</pre>
-<h4 id="2.-run-release:perform-to-stage-binaries">2. Run release:perform to stage binaries</h4>
-<pre class="highlight text">mvn release:perform
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>find ./ -type f -name '*.releaseBackup' -exec rm {} \;
+find ./ -type f -name 'pom.xml' -exec git checkout {} \;
+</code></pre></div>
+<h4 id="2-run-release-perform-to-stage-binaries">2. Run release:perform to stage binaries</h4>
+<div class="highlight"><pre class="highlight plaintext"><code>mvn release:perform
+</code></pre></div>
 <p>This uploads binary artifacts for the release tag to <a href="https://repository.apache.org/">Nexus</a>.</p>
 
-<h4 id="3.-in-nexus,-close-the-staging-repository">3. In Nexus, close the staging repository</h4>
+<h4 id="3-in-nexus-close-the-staging-repository">3. In Nexus, close the staging repository</h4>
 
 <p>Closing a staging repository makes the binaries available in <a href="https://repository.apache.org/content/groups/staging/org/apache/parquet/">staging</a>, but does not publish them.</p>
 
@@ -171,20 +185,20 @@ find ./ -type f -name &#39;pom.xml&#39; -exec git checkout {} \;
 <li>At the top, click &ldquo;Close&rdquo; and follow the instructions. For the comment use &ldquo;Apache Parquet [Format] <VERSION> <RC>&rdquo;.</li>
 </ol>
 
-<h4 id="4.-run-the-source-tarball-script">4. Run the source tarball script</h4>
-<pre class="highlight text">sh dev/source-release.sh &lt;version&gt; &lt;rc-number&gt;
-</pre>
+<h4 id="4-run-the-source-tarball-script">4. Run the source tarball script</h4>
+<div class="highlight"><pre class="highlight plaintext"><code>sh dev/source-release.sh &lt;version&gt; &lt;rc-number&gt;
+</code></pre></div>
 <p>This script builds the source tarball from the release tag&rsquo;s SHA1, signs it, and uploads the necessary files with SVN.</p>
 
 <p>The source release is pushed to <a href="https://dist.apache.org/repos/dist/dev/parquet/">https://dist.apache.org/repos/dist/dev/parquet/</a></p>
 
 <p>The last message from the script is the release commit&rsquo;s SHA1 hash and URL for the VOTE e-mail.</p>
 
-<h4 id="5.-send-a-vote-e-mail-to-dev@parquet.apache.org">5. Send a VOTE e-mail to <a href="mailto:dev@parquet.apache.org">dev@parquet.apache.org</a></h4>
+<h4 id="5-send-a-vote-e-mail-to-dev-parquet-apache-org">5. Send a VOTE e-mail to <a href="mailto:dev@parquet.apache.org">dev@parquet.apache.org</a></h4>
 
 <p>Here is a template you can use. Make sure everything applies to your release.</p>
-<pre class="highlight text">Subject: [VOTE] Release Apache Parquet &lt;VERSION&gt; RC&lt;NUM&gt;
-</pre><pre class="highlight text">Hi everyone,
+<div class="highlight"><pre class="highlight plaintext"><code>Subject: [VOTE] Release Apache Parquet &lt;VERSION&gt; RC&lt;NUM&gt;
+</code></pre></div><div class="highlight"><pre class="highlight plaintext"><code>Hi everyone,
 
 I propose the following RC to be released as official Apache Parquet &lt;VERSION&gt; release.
 
@@ -202,7 +216,7 @@ You can find the KEYS file here:
 Binary artifacts are staged in Nexus here:
 * https://repository.apache.org/content/groups/staging/org/apache/parquet/parquet/
 
-This release includes important changes that I should have summarized here, but I&#39;m lazy.
+This release includes important changes that I should have summarized here, but I'm lazy.
 
 Please download, verify, and test.
 
@@ -212,32 +226,32 @@ Please vote by &lt;72 HOUR FROM NOW&gt;
 [ ] +0
 [ ] -1 Do not release this because...
 
-</pre>
+</code></pre></div>
 <h3 id="publishing-after-the-vote-passes">Publishing after the vote passes</h3>
 
 <p>After a release candidate passes a vote, the candidate needs to be published as the final release.</p>
 
-<h4 id="1.-release-the-binary-repository-in-nexus">1. Release the binary repository in Nexus</h4>
+<h4 id="1-release-the-binary-repository-in-nexus">1. Release the binary repository in Nexus</h4>
 
-<h4 id="2.-copy-the-release-artifacts-in-svn-into-releases">2. Copy the release artifacts in SVN into releases</h4>
+<h4 id="2-copy-the-release-artifacts-in-svn-into-releases">2. Copy the release artifacts in SVN into releases</h4>
 
 <p>First, check out the candidates and releases locations in SVN:</p>
-<pre class="highlight text">mkdir parquet
+<div class="highlight"><pre class="highlight plaintext"><code>mkdir parquet
 cd parquet
 svn co https://dist.apache.org/repos/dist/dev/parquet candidates
 svn co https://dist.apache.org/repos/dist/release/parquet releases
-</pre>
+</code></pre></div>
 <p>Next, copy the directory for the release candidate the passed from candidates to releases and rename it; remove the &ldquo;-rcN&rdquo; part of the directory name.</p>
-<pre class="highlight text">cp -r candidates/apache-parquet-&lt;VERSION&gt;-rcN/ releases/apache-parquet-&lt;VERSION&gt;
-</pre>
+<div class="highlight"><pre class="highlight plaintext"><code>cp -r candidates/apache-parquet-&lt;VERSION&gt;-rcN/ releases/apache-parquet-&lt;VERSION&gt;
+</code></pre></div>
 <p>Then add and commit the release artifacts:</p>
-<pre class="highlight text">cd releases
+<div class="highlight"><pre class="highlight plaintext"><code>cd releases
 svn add apache-parquet-&lt;version&gt;
-svn ci -m &quot;Parquet: Add release &lt;VERSION&gt;&quot;
-</pre>
-<h4 id="3.-send-an-announce-e-mail-to-announce@apache.org-and-the-dev-list">3. Send an ANNOUNCE e-mail to <a href="mailto:announce@apache.org">announce@apache.org</a> and the dev list</h4>
-<pre class="highlight text">[ANNOUNCE] Apache Parquet release &lt;VERSION&gt;
-</pre><pre class="highlight text">I&#39;m please to announce the release of Parquet &lt;VERSION&gt;!
+svn ci -m "Parquet: Add release &lt;VERSION&gt;"
+</code></pre></div>
+<h4 id="3-send-an-announce-e-mail-to-announce-apache-org-and-the-dev-list">3. Send an ANNOUNCE e-mail to <a href="mailto:announce@apache.org">announce@apache.org</a> and the dev list</h4>
+<div class="highlight"><pre class="highlight plaintext"><code>[ANNOUNCE] Apache Parquet release &lt;VERSION&gt;
+</code></pre></div><div class="highlight"><pre class="highlight plaintext"><code>I'm please to announce the release of Parquet &lt;VERSION&gt;!
 
 Parquet is a general-purpose columnar file format for nested data. It uses
 space-efficient encodings and a compressed and splittable structure for
@@ -245,22 +259,23 @@ processing frameworks like Hadoop.
 
 Changes are listed at: &lt;CHANGES-URL&gt;
 
-This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/parquet/
+This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/parquet/&lt;TARBALL NAME WITHOUT .tar.gz&gt;/&lt;TARBALL NAME&gt;
 
 Java artifacts are available from Maven Central.
 
 Thanks to everyone for contributing!
-</pre>
-<h4 id="4.-update-parquet.apache.org">4. Update parquet.apache.org</h4>
+</code></pre></div>
+<h4 id="4-update-parquet-apache-org">4. Update parquet.apache.org</h4>
 
-<p>Instructions for updating the site are on the <a href="http://parquet.apache.org/contribute/">contribution page</a>.</p>
+<p>Update the downloads page on parquet.apache.org.
+Instructions for updating the site are on the <a href="http://parquet.apache.org/contribute/">contribution page</a>.</p>
 
 <h3 id="what-to-do-if-a-vote-fails">What to do if a vote fails</h3>
 
 <p>If a vote fails, you need to remove the release tag that was created by the <code>dev/prepare-release.sh</code> script:</p>
-<pre class="highlight text">git tag -d apache-parquet-&lt;VERSION&gt; # delete locally
+<div class="highlight"><pre class="highlight plaintext"><code>git tag -d apache-parquet-&lt;VERSION&gt; # delete locally
 git push apache :apache-parquet-&lt;VERSION&gt; # delete in the Apache repo
-</pre>
+</code></pre></div>
 <p>Then, use the release process above to build another RC for the release version.</p>
 
 	  </div>
@@ -269,9 +284,9 @@ git push apache :apache-parquet-&lt;VERSION&gt; # delete in the Apache repo
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/documentation/latest/index.html b/publish/documentation/latest/index.html
index 3efa45c..8a3b8bf 100644
--- a/publish/documentation/latest/index.html
+++ b/publish/documentation/latest/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h2 id="motivation">Motivation</h2>
@@ -181,7 +195,7 @@ more pages. </p>
 <h2 id="file-format">File format</h2>
 
 <p>This file and the thrift definition should be read together to understand the format.</p>
-<pre class="highlight text">4-byte magic number &quot;PAR1&quot;
+<div class="highlight"><pre class="highlight plaintext"><code>4-byte magic number "PAR1"
 &lt;Column 1 Chunk 1 + Column Metadata&gt;
 &lt;Column 2 Chunk 1 + Column Metadata&gt;
 ...
@@ -197,8 +211,8 @@ more pages. </p>
 &lt;Column N Chunk M + Column Metadata&gt;
 File Metadata
 4-byte length in bytes of file metadata
-4-byte magic number &quot;PAR1&quot;
-</pre>
+4-byte magic number "PAR1"
+</code></pre></div>
 <p>In the above example, there are N columns in this table, split into M row 
 groups.  The file metadata contains the locations of all the column metadata 
 start locations.  More details on what is contained in the metadata can be found 
@@ -209,14 +223,14 @@ in the thrift files.</p>
 <p>Readers are expected to first read the file metadata to find all the column 
 chunks they are interested in.  The columns chunks should then be read sequentially.</p>
 
-<p><img alt="File Layout" src="https://raw.github.com/apache/parquet-format/master/doc/images/FileLayout.gif" /></p>
+<p><img src="https://raw.github.com/apache/parquet-format/master/doc/images/FileLayout.gif" alt="File Layout" /></p>
 
 <h2 id="metadata">Metadata</h2>
 
 <p>There are three types of metadata: file metadata, column (chunk) metadata and page
 header metadata.  All thrift structures are serialized using the TCompactProtocol.</p>
 
-<p><img alt="Metadata diagram" src="https://github.com/apache/parquet-format/raw/master/doc/images/FileFormat.gif" /></p>
+<p><img src="https://github.com/apache/parquet-format/raw/master/doc/images/FileFormat.gif" alt="Metadata diagram" /></p>
 
 <h2 id="types">Types</h2>
 
@@ -317,7 +331,7 @@ Each file metadata would be cumulative and include all the row groups written so
 far.  Combining this with the strategy used for rc or avro files using sync markers, 
 a reader could recover partially written files.  </p>
 
-<h2 id="separating-metadata-and-column-data.">Separating metadata and column data.</h2>
+<h2 id="separating-metadata-and-column-data">Separating metadata and column data.</h2>
 
 <p>The format is explicitly designed to separate the metadata from the data. This
 allows splitting columns into multiple files, as well as having a single metadata
@@ -356,9 +370,9 @@ at a time; this is not the IO chunk.  We recommend 8KB for page sizes.</li>
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/downloads/index.html b/publish/downloads/index.html
index 118fc73..2c85e86 100644
--- a/publish/downloads/index.html
+++ b/publish/downloads/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,35 +121,44 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="downloads">Downloads</h1>
 
-<p>The Parquet team recently moved to the Apache Software Foundation and is working to publish its first release there.</p>
+<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz">latest version of parquet-format is 2.7.0</a>.</p>
+
+<p>To <a href="https://www.apache.org/info/verification.html">check the validity</a> of this release, use its:</p>
+
+<ul>
+<li><a href="https://www.apache.org/dist/parquet/KEYS">Release manager OpenPGP key</a></li>
+<li><a href="https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.asc">OpenPGP signature</a></li>
+<li><a href="https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512">SHA-512</a></li>
+</ul>
 
 <h3 id="downloading-from-the-maven-central-repository">Downloading from the Maven central repository</h3>
 
-<p>The Parquet team publishes its <a href="http://search.maven.org/#search%7Cga%7C1%7Cparquet">releases to Maven Central</a>.</p>
+<p>The Parquet team publishes its <a href="https://search.maven.org/search?q=g:org.apache.parquet">releases to Maven Central</a>.</p>
 
 <p>Add the following dependency section to your pom.xml:</p>
-<pre class="highlight text">&lt;dependencies&gt;
+<div class="highlight"><pre class="highlight plaintext"><code>&lt;dependencies&gt;
 ...
    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.parquet&lt;/groupId&gt;
       &lt;artifactId&gt;parquet-avro&lt;/artifactId&gt;
-      &lt;version&gt;1.9.0&lt;/version&gt; &lt;!-- or latest version --&gt;
+      &lt;version&gt;1.10.1&lt;/version&gt; &lt;!-- or latest version --&gt;
    &lt;/dependency&gt;
 ...
 &lt;/dependencies&gt;
-</pre>
+</code></pre></div>
 <h3 id="older-releases">Older Releases</h3>
 
-<p>Older releases can be found on GitHub: 
-<a href="https://github.com/apache/parquet-mr/releases">https://github.com/Parquet/parquet-mr/releases</a></p>
+<p>Older releases can be found in the Archives of the Apache Software Foundation:
+<a href="https://archive.apache.org/dist/parquet/">https://archive.apache.org/dist/parquet/</a></p>
 
 	  </div>
       <div class="container">
@@ -144,9 +166,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/index.html b/publish/index.html
index e5db0a8..c2079d7 100644
--- a/publish/index.html
+++ b/publish/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,10 +121,11 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <!-- masthead -->
@@ -146,9 +160,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/publish/presentations/index.html b/publish/presentations/index.html
index e936947..4ff3d69 100644
--- a/publish/presentations/index.html
+++ b/publish/presentations/index.html
@@ -1,18 +1,31 @@
 <html>
     <head>
+  <script type="text/javascript">
+    WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
+    
+  </script>
+  <script type="text/javascript" src="/__rack/swfobject.js"></script>
+  <script type="text/javascript" src="/__rack/web_socket.js"></script>
+
+<script type="text/javascript">
+  RACK_LIVERELOAD_PORT = 35729;
+</script>
+<script type="text/javascript" src="/__rack/livereload.js?host=0.0.0.0&amp;port=35729"></script>
+
+
         <meta charset="utf-8">
         <title>Apache Parquet</title>
 		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 		    <meta name="description" content="">
 		    <meta name="author" content="">
 
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
-                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap.css" rel="stylesheet">
+		    <link href="../assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="../assets/css/font-awesome.css" rel="stylesheet">
 				
 		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+		    <script type="text/javascript" src="../assets/js/jquery-2.1.1.min.js"></script>
+		    <script type="text/javascript" src="../assets/js/bootstrap.js"></script>
 				<!-- Analytics -->
 				<script type="text/javascript">
 					  var _gaq = _gaq || [];
@@ -38,25 +51,25 @@
             <span class="icon-bar"></span>
           </button>
           <a class="img-responsive pull-left" href="/">
-	   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
-	   </a>
+        <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+       </a>
         </div>
         <div class="navbar-collapse collapse">
           <ul class="nav navbar-nav">
-			<li><a href="/documentation/latest/">Documentation</a></li>
-		    <li><a href="/downloads">Download</a></li>
-			<li><a href="/presentations">Presentations</a></li>
-			<li><a href="/adopters">Adopters</a></li>
+            <li><a href="/documentation/latest/">Documentation</a></li>
+            <li><a href="/downloads">Download</a></li>
+            <li><a href="/presentations">Presentations</a></li>
+            <li><a href="/adopters">Adopters</a></li>
             <li class="dropdown">
               <a href="/community">Get Involved <span class="caret"></span></a>
-			                <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-								<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-			               </ul>
+                            <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf?p=parquet-mr.git"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                                <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                           </ul>
             </li>
           </ul>
         </div><!--/.nav-collapse -->
@@ -66,24 +79,24 @@
 <div class="navbar navbar-custom navbar-static-top">
   <div class="navbar-header">
     <a class="img-responsive pull-left" href="/">
-   	<img src="/assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
+    <img src="../assets/img/parquet_logo.png" alt="Apache Parquet logo" />     
    </a>
     <div class="container-fluid">
       <ul class="nav navbar-nav">
-	<li><a href="/documentation/latest/">Documentation</a></li>
+    <li><a href="/documentation/latest/">Documentation</a></li>
     <li><a href="/downloads">Download</a></li>
-	<li><a href="/presentations">Presentations</a></li>
-	<li><a href="/adopters">Adopters</a></li>
+    <li><a href="/presentations">Presentations</a></li>
+    <li><a href="/adopters">Adopters</a></li>
         <li class="dropdown">
-        	<a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
+            <a id="drop1" href="/community">Get Involved <b class="caret"></b></a>
                 <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
-					<li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
-                	<li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/parquet"><i class="fa fa-bug"></i> JIRA (Bugs)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=parquet"><i class="fa fa-code"></i> Source (Apache)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/parquet-mr"><i class="fa fa-github-alt"></i> Source (GitHub)</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> Contributing</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheParquet"><i class="fa fa-twitter"></i> @ApacheParquet</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/parquet"><i class="fa fa-stack-overflow"></i> StackOverflow</a></li>
+                    <li role="presentation"><a role="menuitem" tabindex="-1" href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8"><i class="fa fa-google"></i> Google Hangout</a></li>
                </ul>
         </li>
       </ul>
@@ -91,8 +104,8 @@
   </div>
 <hr />
 </div>
--->
 
+<p>&ndash;&gt;</p>
 
 <div class="container">
 <!-- magical breadcrumbs -->
@@ -108,31 +121,32 @@
         <li><a href="http://www.apache.org/security/">Security</a></li>
       </ul>
     </div>
-  </li>
+
+<p></li>
   <li><a href="http://parquet.apache.org">Apache Parquet</a></li>
 </ol>
-<!-- /breadcrumb -->
+&lt;!&ndash; /breadcrumb &ndash;&gt;</p>
 	
       <div class="container">
         <h1 id="presentations">Presentations</h1>
 
 <h2 id="videos">Videos</h2>
 
-<h3 id="hadoop-summit-2014:-efficient-data-storage-for-analytics-with-parquet-2.0">Hadoop Summit 2014: Efficient Data Storage for Analytics with Parquet 2.0</h3>
+<h3 id="hadoop-summit-2014-efficient-data-storage-for-analytics-with-parquet-2-0">Hadoop Summit 2014: Efficient Data Storage for Analytics with Parquet 2.0</h3>
 
 <iframe width="560" height="315" src="//www.youtube.com/embed/MZNjmfx4LMc?list=PLSAiKuajRe2k0Aw_njj74rIlbdk3JTQ8Y" frameborder="0" allowfullscreen></iframe>
 
-<h3 id="#conf-2014:-parquet-format-at-twitter">#CONF 2014: Parquet Format at Twitter</h3>
+<h3 id="conf-2014-parquet-format-at-twitter">#CONF 2014: Parquet Format at Twitter</h3>
 
 <iframe width="560" height="315" src="//www.youtube.com/embed/Qfp6Uv1UrA0" frameborder="0" allowfullscreen></iframe>
 
 <h2 id="slides">Slides</h2>
 
-<h3 id="hadoop-summit-2014:-efficient-data-storage-for-analytics-with-parquet-2.0">Hadoop Summit 2014: Efficient Data Storage for Analytics with Parquet 2.0</h3>
+<h3 id="hadoop-summit-2014-efficient-data-storage-for-analytics-with-parquet-2-0">Hadoop Summit 2014: Efficient Data Storage for Analytics with Parquet 2.0</h3>
 
 <p><iframe src="//www.slideshare.net/slideshow/embed_code/36479635?rel=0" width="512" height="421" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/cloudera/hadoop-summit-36479635" title="Efficient Data Storage for Analytics with Apache Parquet 2.0" target="_blank">Efficient Data S [...]
 
-<h3 id="strata-2013-:-parquet:-columnar-storage-for-the-people">Strata 2013 : Parquet: Columnar storage for the people</h3>
+<h3 id="strata-2013-parquet-columnar-storage-for-the-people">Strata 2013 : Parquet: Columnar storage for the people</h3>
 
 <p><iframe src="//www.slideshare.net/slideshow/embed_code/27707167?rel=0" width="512" height="421" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/julienledem/parquet-stratany-hadoopworld2013" title="Parquet Strata/Hadoop World, New York 2013" target="_blank">Parquet Strata/Hadoop [...]
 
@@ -142,9 +156,9 @@
     <footer class="footer">
         <div class="row-fluid">
             <div class="span12 text-left">
-							<div class="span12">
+                            <div class="span12">
                 Copyright 2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Parquet and the Apache feather logo are trademarks of The Apache Software Foundation.
-							</div>
+                            </div>
             </div>
 
         </div>
diff --git a/source/documentation/how-to-release.html.md b/source/documentation/how-to-release.html.md
index 142173e..828b07e 100644
--- a/source/documentation/how-to-release.html.md
+++ b/source/documentation/how-to-release.html.md
@@ -166,7 +166,7 @@ processing frameworks like Hadoop.
 
 Changes are listed at: <CHANGES-URL>
 
-This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/parquet/
+This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/parquet/<TARBALL NAME WITHOUT .tar.gz>/<TARBALL NAME>
 
 Java artifacts are available from Maven Central.
 
@@ -175,6 +175,7 @@ Thanks to everyone for contributing!
 
 #### 4. Update parquet.apache.org
 
+Update the downloads page on parquet.apache.org.
 Instructions for updating the site are on the [contribution page][parquet-site-docs].
 
 [parquet-site-docs]: http://parquet.apache.org/contribute/
diff --git a/source/downloads.html.md b/source/downloads.html.md
index e758293..93eb3fd 100644
--- a/source/downloads.html.md
+++ b/source/downloads.html.md
@@ -1,9 +1,16 @@
 # Downloads
-The Parquet team recently moved to the Apache Software Foundation and is working to publish its first release there.
+
+The [latest version of parquet-format is 2.7.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:
+
+ * [Release manager OpenPGP key](https://www.apache.org/dist/parquet/KEYS)
+ * [OpenPGP signature](https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.asc)
+ * [SHA-512](https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512)
 
 ### Downloading from the Maven central repository
 
-The Parquet team publishes its [releases to Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cparquet).
+The Parquet team publishes its [releases to Maven Central](https://search.maven.org/search?q=g:org.apache.parquet).
 
 Add the following dependency section to your pom.xml:
 
@@ -12,12 +19,12 @@ Add the following dependency section to your pom.xml:
 	   <dependency>
           <groupId>org.apache.parquet</groupId>
           <artifactId>parquet-avro</artifactId>
-          <version>1.9.0</version> <!-- or latest version -->
+          <version>1.10.1</version> <!-- or latest version -->
        </dependency>
     ...
     </dependencies>
 
 ### Older Releases
 
-Older releases can be found on GitHub: 
-[https://github.com/Parquet/parquet-mr/releases](https://github.com/apache/parquet-mr/releases)
+Older releases can be found in the Archives of the Apache Software Foundation:
+[https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)