You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/12/02 08:28:33 UTC

svn commit: r1717573 [3/6] - in /kylin/site: ./ about/ assets/css/ blog/ blog/2015/01/25/introduce-data-model/ blog/2015/06/10/release-v0.7.1-incubating/ blog/2015/08/13/kylin-dictionary/ blog/2015/08/15/fast-cubing/ blog/2015/09/06/release-v1.0-incuba...

Modified: kylin/site/development/howto_docs.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_docs.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/howto_docs.html (original)
+++ kylin/site/development/howto_docs.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/howto_docs.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/howto_docs.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,7 +438,6 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">How to Write Document</h1>
-							<article class="post-content" >
 							<h2 id="before-your-work">Before your work</h2>
 
 <p>Install following tools before you add or edit documentation:  <br />
@@ -454,7 +453,7 @@
 
 <p>Here are good reference about basic usage of Jekyll: <a href="http://learn.andrewmunsell.com/learn/jekyll-by-example/tutorial">Learning Jekyll By Example</a></p>
 
-<p>Apache Kylin’s website and documentation is using Jekyll to manage and generate final content which avaliable at <a href="http://kylin.incubator.apache.org">http://kylin.incubator.apache.org</a>.</p>
+<p>Apache Kylin’s website and documentation is using Jekyll to manage and generate final content which avaliable at <a href="http://kylin.apache.org">http://kylin.apache.org</a>.</p>
 
 <h2 id="multi-language">Multi-Language</h2>
 <p>To draft Chinese version document or translate existing one, just add or copy that doc and name with .cn.md as sufffix. It will generate under /cn folder with same name as html file.  <br />
@@ -557,7 +556,7 @@ check this doc’s source code for mo
 
 <ol>
   <li><code class="highlighter-rouge">cd website</code></li>
-  <li><code class="highlighter-rouge">svn co https://svn.apache.org/repos/asf/incubator/kylin/site _site</code></li>
+  <li><code class="highlighter-rouge">svn co https://svn.apache.org/repos/asf/kylin/site _site</code></li>
   <li><code class="highlighter-rouge">sudo apt-get install rubygems ruby2.1-dev zlib1g-dev</code> (linux)</li>
   <li><code class="highlighter-rouge">sudo gem install bundler github-pages jekyll</code></li>
   <li><code class="highlighter-rouge">bundle install</code></li>
@@ -585,10 +584,9 @@ check this doc’s source code for mo
 
 <p>Within a few minutes, svnpubsub should kick in and you’ll be able to<br />
 see the results at<br />
-<a href="http://kylin.incubator.apache.org/">http://kylin.incubator.apache.org</a>.</p>
+<a href="http://kylin.apache.org/">http://kylin.apache.org</a>.</p>
 
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -613,34 +611,28 @@ see the results at<br />
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/howto_package.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_package.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/howto_package.html (original)
+++ kylin/site/development/howto_package.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/howto_package.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/howto_package.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,16 +438,13 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">How to Build Binary Package</h1>
-							<article class="post-content" >
-							<h3 id="generate-binary-package">Generate Binary Package</h3>
-
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">git clone https://github.com/apache/incubator-kylin kylin
-<span class="nb">cd </span>kylin
-./script/package.sh</code></pre></div>
+							<p>###Generate Binary Package<br />
+&gt;     git clone https://github.com/apache/kylin kylin<br />
+&gt;     cd kylin<br />
+&gt;     ./script/package.sh</p>
 
 <p>In order to generate binary package, <strong>maven</strong> and <strong>npm</strong> are pre-requisites.</p>
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -472,34 +469,28 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/howto_release.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_release.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/howto_release.html (original)
+++ kylin/site/development/howto_release.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/howto_release.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/howto_release.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,7 +438,6 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">How to Making a Release</h1>
-							<article class="post-content" >
 							<p><em>This guide is for Apache Kylin Committers only.</em>  <br />
 <em>Shell commands is on Mac OS X as sample.</em>  <br />
 <em>For people in China, please aware using proxy to avoid potential firewall issue.</em></p>
@@ -448,10 +447,10 @@
 
 <ul>
   <li>Apache account: <a href="https://id.apache.org/">https://id.apache.org</a></li>
-  <li>Apache Kylin git repo (main cobe base): <a href="https://git-wip-us.apache.org/repos/asf/incubator-kylin.git">https://git-wip-us.apache.org/repos/asf/incubator-kylin.git</a></li>
-  <li>Apache Kylin svn repo (for website only): <a href="https://svn.apache.org/repos/asf/incubator/kylin">https://svn.apache.org/repos/asf/incubator/kylin</a></li>
+  <li>Apache Kylin git repo (main cobe base): <a href="https://git-wip-us.apache.org/repos/asf/kylin.git">https://git-wip-us.apache.org/repos/asf/kylin.git</a></li>
+  <li>Apache Kylin svn repo (for website only): <a href="https://svn.apache.org/repos/asf/kylin">https://svn.apache.org/repos/asf/kylin</a></li>
   <li>Apache Nexus (maven repo): <a href="https://repository.apache.org">https://repository.apache.org</a></li>
-  <li>Apache Kylin dist repo: <a href="https://dist.apache.org/repos/dist/dev/incubator/kylin">https://dist.apache.org/repos/dist/dev/incubator/kylin</a></li>
+  <li>Apache Kylin dist repo: <a href="https://dist.apache.org/repos/dist/dev/kylin">https://dist.apache.org/repos/dist/dev/kylin</a></li>
 </ul>
 
 <h2 id="setup-pgp-signing-keys">Setup PGP signing keys</h2>
@@ -467,10 +466,7 @@ Reference: <a href="https://www.gnupg.or
 <p>Verify your key:  <br />
 <code class="highlighter-rouge">gpg --list-sigs YOUR_NAME</code></p>
 
-<p>Get the fingerprint of your key:<br />
-<code class="highlighter-rouge">gpg --fingerprint YOUR_NAME</code></p>
-
-<p>It will display the fingerprint like “Key fingerprint = XXXX XXXX …”, then add the fingerprint to your apache account at https://id.apache.org/ in “OpenPGP Public Key Primary Fingerprint” field; wait for a while the key will added to https://people.apache.org/keys/, for example:  <br />
+<p>Then add your key to your apache account, for example:  <br />
 <a href="https://people.apache.org/keys/committer/lukehan.asc">https://people.apache.org/keys/committer/lukehan.asc</a>  <br />
 Generate ASCII Amromed Key:  <br />
 <code class="highlighter-rouge">gpg -a --export YOUR_MAIL_ADDRESS &gt; YOUR_NAME.asc &amp;</code></p>
@@ -487,7 +483,7 @@ Once your key submitted to server, you c
 <code class="highlighter-rouge">gpg --recv-keys 027DC364</code></p>
 
 <p>Add your public key to the KEYS file by following instructions in the KEYS file.:  <br />
-<em>KEYS file location:</em> <strong>${incubator-kylin}/KEYS</strong>  <br />
+<em>KEYS file location:</em> <strong>${kylin}/KEYS</strong>  <br />
 For example:  <br />
 <code class="highlighter-rouge">(gpg --list-sigs YOURNAME &amp;&amp; gpg --armor --export YOURNAME) &gt;&gt; KEYS</code></p>
 
@@ -510,51 +506,6 @@ Run Apache RAT to check licenses issue:<
 
 <p>Fix license issue if any.</p>
 
-<p><strong>Configure Apache repository server in Maven</strong><br />
-If you’re the first time to do release, you need update the server authentication information in ~/.m2/settings.xml; If this file doesn’t exist, copy a template from $M2_HOME/conf/settings.xml;</p>
-
-<p>In the “servers” section, make sure the following servers be added, and replace #YOUR_APACHE_ID#, #YOUR_APACHE_PWD#, #YOUR_GPG_PASSPHRASE# with your ID, password, and passphrase:</p>
-
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">&lt;servers&gt;
-    &lt;!-- To publish a snapshot of some part of Maven --&gt;
-    &lt;server&gt;
-      &lt;id&gt;apache.snapshots.https&lt;/id&gt;
-      &lt;username&gt;#YOUR_APACHE_ID#&lt;/username&gt;
-      &lt;password&gt;#YOUR_APACHE_PWD#&lt;/password&gt;
-    &lt;/server&gt;
-    &lt;!-- To stage a release of some part of Maven --&gt;
-    &lt;server&gt;
-      &lt;id&gt;apache.releases.https&lt;/id&gt;
-      &lt;username&gt;#YOUR_APACHE_ID#&lt;/username&gt;
-      &lt;password&gt;#YOUR_APACHE_PWD#&lt;/password&gt;
-    &lt;/server&gt;
-
-    &lt;!-- To publish a website of some part of Maven --&gt;
-    &lt;server&gt;
-      &lt;id&gt;apache.website&lt;/id&gt;
-      &lt;username&gt;#YOUR_APACHE_ID#&lt;/username&gt;
-      &lt;password&gt;#YOUR_APACHE_PWD#&lt;/password&gt;
-      &lt;!-- Either
-      &lt;privateKey&gt;...&lt;/privateKey&gt;
-      --&gt; 
-      &lt;filePermissions&gt;664&lt;/filePermissions&gt;
-      &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt;
-    &lt;/server&gt;
-
-    &lt;!-- To stage a website of some part of Maven --&gt;
-    &lt;server&gt;
-      &lt;id&gt;stagingSite&lt;/id&gt; 
-      &lt;!-- must match hard-coded repository identifier <span class="k">in </span>site:stage-deploy --&gt;
-      &lt;username&gt;#YOUR_APACHE_ID#&lt;/username&gt;
-      &lt;filePermissions&gt;664&lt;/filePermissions&gt;
-      &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt;
-    &lt;/server&gt;
-    &lt;server&gt;
-      &lt;id&gt;gpg.passphrase&lt;/id&gt;
-      &lt;passphrase&gt;#YOUR_GPG_PASSPHRASE#&lt;/passphrase&gt;
-    &lt;/server&gt;
-  &lt;/servers&gt;</code></pre></div>
-
 <p><strong>Making a snapshot</strong></p>
 
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># Set passphrase variable without putting it into shell history</span>
@@ -566,9 +517,7 @@ If you’re the first time to do rele
 
 <span class="gp">$ </span>mvn -Papache-release -Dgpg.passphrase<span class="o">=</span><span class="k">${</span><span class="nv">GPG_PASSPHRASE</span><span class="k">}</span> install</code></pre></div>
 
-<p>When the dry-run has succeeded, change install to deploy:</p>
-
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="gp">$ </span>mvn -Papache-release -Dgpg.passphrase<span class="o">=</span><span class="k">${</span><span class="nv">GPG_PASSPHRASE</span><span class="k">}</span> deploy</code></pre></div>
+<p>When the dry-run has succeeded, change install to deploy.</p>
 
 <p><strong>Making a release</strong></p>
 
@@ -591,21 +540,21 @@ If you’re the first time to do rele
 <span class="gp">$ </span>mvn clean
 
 <span class="c"># Do a dry run of the release:prepare step, which sets version numbers.</span>
-<span class="gp">$ </span>mvn -DdryRun<span class="o">=</span><span class="nb">true</span> -DskipTests -DreleaseVersion<span class="o">=</span>X.Y.Z-incubating -DdevelopmentVersion<span class="o">=(</span>X.Y.Z+1<span class="o">)</span>-incubating-SNAPSHOT -Papache-release -Darguments<span class="o">=</span><span class="s2">"-Dgpg.passphrase=</span><span class="k">${</span><span class="nv">GPG_PASSPHRASE</span><span class="k">}</span><span class="s2">"</span> release:prepare 2&gt;&amp;1 | tee /tmp/prepare-dry.log</code></pre></div>
+<span class="gp">$ </span>mvn -DdryRun<span class="o">=</span><span class="nb">true</span> -DskipTests -DreleaseVersion<span class="o">=</span>X.Y.Z-incubating -DdevelopmentVersion<span class="o">=</span>X.Y.Z+1-incubating-SNAPSHOT -Papache-release -Darguments<span class="o">=</span><span class="s2">"-Dgpg.passphrase=</span><span class="k">${</span><span class="nv">GPG_PASSPHRASE</span><span class="k">}</span><span class="s2">"</span> release:prepare 2&gt;&amp;1 | tee /tmp/prepare-dry.log</code></pre></div>
 
 <p><strong>Check the artifacts:</strong></p>
 
 <ul>
   <li>In the <code class="highlighter-rouge">target</code> directory should be these 8 files, among others:
     <ul>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.tar.gz</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.tar.gz.asc</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.tar.gz.md5</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.tar.gz.sha1</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.zip</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.zip.asc</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.zip.md5</li>
-      <li>apache-kylin-X.Y.Z-incubating-SNAPSHOT-src.zip.sha1</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.tar.gz</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.tar.gz.asc</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.tar.gz.md5</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.tar.gz.sha1</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.zip</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.zip.asc</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.zip.md5</li>
+      <li>apache-kylin-X.Y.Z-incubating-src.zip.sha1</li>
     </ul>
   </li>
   <li>Note that the file names start <code class="highlighter-rouge">apache-kylin-</code> and include<br />
@@ -636,12 +585,12 @@ Now, run the release for real.</p>
   (or a similar URL)</p>
 
 <p><strong>Upload to staging area:</strong>  <br />
-Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN:</p>
+Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN:</p>
 
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># Create a subversion workspace, if you haven't already</span>
 <span class="gp">$ </span>mkdir -p ~/dist/dev
 <span class="gp">$ </span><span class="nb">pushd</span> ~/dist/dev
-<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/dev/kylin
 <span class="gp">$ </span><span class="nb">popd</span>
 
 <span class="c">## Move the files into a directory</span>
@@ -652,7 +601,7 @@ Upload the artifacts via subversion to a
 <span class="c">## Check in</span>
 <span class="gp">$ </span><span class="nb">cd</span> ~/dist/dev/kylin
 <span class="gp">$ </span>svn add apache-kylin-X.Y.Z-incubating-rcN
-<span class="gp">$ </span>svn commit -m <span class="s1">'Upload release artifacts to staging'</span> --username &lt;YOUR_APACHE_ID&gt;</code></pre></div>
+<span class="gp">$ </span>svn commit -m <span class="s1">'Upload release artifacts to staging'</span></code></pre></div>
 
 <p><strong>Cleaning up after a failed release attempt:</strong></p>
 
@@ -681,7 +630,7 @@ Upload the artifacts via subversion to a
 <span class="gp">$ </span>gpg --recv-keys key
 
 <span class="c"># Check keys</span>
-<span class="gp">$ </span>curl -O https://dist.apache.org/repos/dist/release/incubator/kylin/KEYS
+<span class="gp">$ </span>curl -O https://dist.apache.org/repos/dist/release/kylin/KEYS
 
 <span class="c">## Sign/check md5 and sha1 hashes</span>
  _<span class="o">(</span>Assumes your O/S has <span class="s1">'md5'</span> and <span class="s1">'sha1'</span> commands.<span class="o">)</span>_
@@ -718,9 +667,9 @@ Upload the artifacts via subversion to a
 <h2 id="apache-voting-process">Apache voting process</h2>
 
 <p><strong>Vote on Apache Kylin dev mailing list</strong>  <br />
-Release vote on dev list, use the commit id that generated by Maven release plugin, whose message looks like “[maven-release-plugin] prepare release kylin-x.x.x-incubating”:</p>
+Release vote on dev list:</p>
 
-<div class="highlight"><pre><code class="language-text" data-lang="text">To: dev@kylin.incubator.apache.org
+<div class="highlight"><pre><code class="language-text" data-lang="text">To: dev@kylin.apache.org
 Subject: [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
 
 Hi all,
@@ -732,16 +681,16 @@ Changes highlights:
 
 Thanks to everyone who has contributed to this release.
 Here’s release notes:
-https://github.com/apache/incubator-kylin/blob/XXX/docs/release_notes.md
+https://github.com/apache/kylin/blob/XXX/docs/release_notes.md
 
 The commit to be voted upon:
 
-https://github.com/apache/incubator-kylin/commit/xxx
+https://github.com/apache/kylin/commit/xxx
 
 Its hash is xxx.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 xxx
@@ -774,7 +723,7 @@ Luke</code></pre></div>
 <p>After vote finishes, send out the result:</p>
 
 <div class="highlight"><pre><code class="language-text" data-lang="text">Subject: [RESULT] [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
-To: dev@kylin.incubator.apache.org
+To: dev@kylin.apache.org
 
 Thanks to everyone who has tested the release candidate and given
 their comments and votes.
@@ -795,13 +744,13 @@ please recast your vote on the new threa
 
 Luke</code></pre></div>
 
-<p><strong>Vote on Apache incubator general mailing list</strong>   <br />
+<p><strong>Vote on Apache general mailing list</strong>   <br />
 Use the <a href="http://s.apache.org">Apache URL shortener</a> to generate<br />
 shortened URLs for the vote proposal and result emails. Examples:<br />
 <a href="http://s.apache.org/kylin-0.7.1-vote_rc3">http://s.apache.org/kylin-0.7.1-vote_rc3</a> and<br />
 <a href="http://s.apache.org/kylin-0.7.1-result_rc3">http://s.apache.org/kylin-0.7.1-result_rc3</a>.</p>
 
-<div class="highlight"><pre><code class="language-text" data-lang="text">To: general@incubator.apache.org
+<div class="highlight"><pre><code class="language-text" data-lang="text">To: general@apache.org
 Subject: [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 Hi all,
@@ -820,12 +769,12 @@ http://s.apache.org/kylin-X.Y.Z-result_r
 
 
 The commit to be voted upon:
-https://github.com/apache/incubator-kylin/commit/XXX
+https://github.com/apache/kylin/commit/XXX
 
 Its hash is XXX.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 XXX
@@ -841,7 +790,7 @@ https://people.apache.org/keys/committer
 
 Pursuant to the Releases section of the Incubation Policy and with
 the endorsement of our mentors we would now like to request
-the permission of the Incubator PMC to publish the release. The vote
+the permission of the PMC to publish the release. The vote
 is open for 72 hours, or until the necessary number of votes (3 +1)
 is reached.
 
@@ -854,7 +803,7 @@ Luke Han, on behalf of Apache Kylin PPMC
 
 <p>After vote finishes, send out the result:</p>
 
-<div class="highlight"><pre><code class="language-text" data-lang="text">To: general@incubator.apache.org
+<div class="highlight"><pre><code class="language-text" data-lang="text">To: general@apache.org
 Subject: [RESULT] [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 This vote passes with N +1s and no 0 or -1 votes:
@@ -891,12 +840,12 @@ with a change comment<br />
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># Get the release candidate.</span>
 <span class="gp">$ </span>mkdir -p ~/dist/dev
 <span class="gp">$ </span><span class="nb">cd</span> ~/dist/dev
-<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/dev/kylin
 
 <span class="c"># Copy the artifacts. Note that the copy does not have '-rcN' suffix.</span>
 <span class="gp">$ </span>mkdir -p ~/dist/release
 <span class="gp">$ </span><span class="nb">cd</span> ~/dist/release
-<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/release/incubator/kylin
+<span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/release/kylin
 <span class="gp">$ </span><span class="nb">cd </span>kylin
 <span class="gp">$ </span>cp -rp ../../dev/kylin/apache-kylin-X.Y.Z-incubating-rcN apache-kylin-X.Y.Z-incubating
 <span class="gp">$ </span>svn add apache-kylin-X.Y.Z-incubating
@@ -905,8 +854,8 @@ with a change comment<br />
 svn commit -m <span class="s1">'checkin release artifacts'</span></code></pre></div>
 
 <p>Svnpubsub will publish to<br />
-<a href="https://dist.apache.org/repos/dist/release/incubator/kylin">https://dist.apache.org/repos/dist/release/incubator/kylin</a> and propagate to<br />
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/kylin">http://www.apache.org/dyn/closer.cgi/incubator/kylin</a> within 24 hours.</p>
+<a href="https://dist.apache.org/repos/dist/release/kylin">https://dist.apache.org/repos/dist/release/kylin</a> and propagate to<br />
+<a href="http://www.apache.org/dyn/closer.cgi/kylin">http://www.apache.org/dyn/closer.cgi/kylin</a> within 24 hours.</p>
 
 <p>If there are now more than 2 releases, clear out the oldest ones:</p>
 
@@ -915,7 +864,7 @@ svn rm apache-kylin-X.Y.Z-incubating
 svn commit -m <span class="s1">'Remove old release'</span></code></pre></div>
 
 <p>The old releases will remain available in the<br />
-<a href="http://archive.apache.org/dist/incubator/kylin/">release archive</a>.</p>
+<a href="http://archive.apache.org/dist/kylin/">release archive</a>.</p>
 
 <p>Release same version in JIRA, check <a href="https://issues.apache.org/jira/browse/KYLIN/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel">Change Log</a> for the latest released version.</p>
 
@@ -923,10 +872,9 @@ svn commit -m <span class="s1">'Remove o
 <p>Refer to <a href="howto_docs.html">How to document</a> for more detail.</p>
 
 <h1 id="thanks">Thanks</h1>
-<p>This guide drafted with reference from <a href="http://calcite.incubator.apache.org">Apache Calcite</a> Howto doc, Thank you very much.</p>
+<p>This guide drafted with reference from <a href="http://calcite.apache.org">Apache Calcite</a> Howto doc, Thank you very much.</p>
 
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -951,34 +899,28 @@ svn commit -m <span class="s1">'Remove o
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,12 +438,11 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">Development Quick Guide</h1>
-							<article class="post-content" >
 							<h3 id="source-code">Source Code</h3>
 <p>Apache Kylin source code is version controlled using Git version control:<br />
-Commits <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-kylin.git;a=summary">Summary</a>  <br />
-Source Repo: <a href="git://git.apache.org/incubator-kylin.git">git://git.apache.org/incubator-kylin.git</a>  <br />
-Mirrored to Github: <a href="https://github.com/apache/incubator-kylin">https://github.com/apache/incubator-kylin</a></p>
+Commits <a href="https://git-wip-us.apache.org/repos/asf?p=kylin.git;a=summary">Summary</a>  <br />
+Source Repo: <a href="git://git.apache.org/kylin.git">git://git.apache.org/kylin.git</a>  <br />
+Mirrored to Github: <a href="https://github.com/apache/kylin">https://github.com/apache/kylin</a></p>
 
 <h3 id="issue-tracking">Issue Tracking</h3>
 <p>Track issues on the “Kylin” Project on the Apache JIRA (<a href="http://issues.apache.org/jira/browse/KYLIN">browse</a>).</p>
@@ -451,7 +450,6 @@ Mirrored to Github: <a href="https://git
 <h3 id="setup-development-env">Setup Development Env</h3>
 <p>Refer to this link for how to setup dev env: <a href="/development/dev_env.html">Setup Development Env</a></p>
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -476,34 +474,28 @@ Mirrored to Github: <a href="https://git
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/new_metadata.html
URL: http://svn.apache.org/viewvc/kylin/site/development/new_metadata.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/new_metadata.html (original)
+++ kylin/site/development/new_metadata.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/new_metadata.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/new_metadata.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,7 +438,6 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">New Metadata Model</h1>
-							<article class="post-content" >
 							<p>Kylin is doing a round code refactor which will introduce the following two changes on meta data:</p>
 
 <ul>
@@ -466,7 +465,6 @@
  where test_kylin_fact.lstg_format_name='ABIN'</code></pre></div>
 
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -491,34 +489,28 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/test_minicluster.html
URL: http://svn.apache.org/viewvc/kylin/site/development/test_minicluster.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/test_minicluster.html (original)
+++ kylin/site/development/test_minicluster.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/test_minicluster.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/test_minicluster.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,7 +438,6 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">Run Kylin Test Case with Mini Cluster</h1>
-							<article class="post-content" >
 							<h2 id="run-test-case-with-hbase-mini-cluster">Run test case with HBase Mini Cluster</h2>
 
 <p>Kylin is moving as many as possible unit test cases from sandbox to HBase mini cluster, so that user can run tests easily in local without a hadoop sandbox; Two maven profiles are created in the root pom.xml, “default” and “sandbox”; The default profile will startup a HBase Mini Cluster to prepare the test data and run the unit tests (the test cases that are not supported by Mini cluster have been added in the “exclude” list); If you want to keep using Sandbox to run test, just run:<br />
@@ -458,7 +457,6 @@ mvn test -P sandbox</p>
   <li>Make sure JAVA_HOME is properly set;</li>
 </ul>
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -483,34 +481,28 @@ mvn test -P sandbox</p>
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/development/web_tech.html
URL: http://svn.apache.org/viewvc/kylin/site/development/web_tech.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/development/web_tech.html (original)
+++ kylin/site/development/web_tech.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/development/web_tech.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/development/web_tech.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -207,7 +207,7 @@
     
   
     
-      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink">Development Quick Guide</a></li>      
       
 
 
@@ -224,7 +224,7 @@
     
   
     
-      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink">Setup Development Env</a></li>      
       
 
 
@@ -243,7 +243,7 @@
     
   
     
-      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
+      <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
 
 
@@ -264,7 +264,7 @@
     
   
     
-      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink">How to Write Document</a></li>      
       
 
 
@@ -287,7 +287,7 @@
     
   
     
-      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
+      <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink">How to Build Binary Package</a></li>      
       
 
 
@@ -312,7 +312,7 @@
     
   
     
-      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Making a Release</a></li>      
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink">How to Making a Release</a></li>      
       
 
 
@@ -341,7 +341,7 @@
     
   
     
-      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink">New Metadata Model</a></li>      
       
 
 
@@ -374,7 +374,7 @@
     
   
     
-      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web Summary</a></li>      
       
 
 
@@ -405,7 +405,7 @@
     
   
     
-      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin Test Case with Mini Cluster</a></li>      
+      <li><a href="/development/test_minicluster.html" class="list-group-item-lay pjaxlink">Run Kylin Test Case with Mini Cluster</a></li>      
       
 
 
@@ -420,7 +420,7 @@
 
   
     
-      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink">About Temp Files</a></li>      
       
 
 
@@ -438,7 +438,6 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">Kylin Web Summary</h1>
-							<article class="post-content" >
 							<h3 id="project-dependencies">Project Dependencies</h3>
 <ul>
   <li>npm: used in development phase to install grunt and bower</li>
@@ -496,7 +495,6 @@
   <li>Refined look&amp;feel.</li>
 </ul>
 
-							</article>
 						</div>
 					</div>
 				</div>
@@ -521,34 +519,28 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script> 

Modified: kylin/site/docs/gettingstarted/events.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/gettingstarted/events.html?rev=1717573&r1=1717572&r2=1717573&view=diff
==============================================================================
--- kylin/site/docs/gettingstarted/events.html (original)
+++ kylin/site/docs/gettingstarted/events.html Wed Dec  2 07:28:32 2015
@@ -63,8 +63,8 @@
   <link rel="stylesheet" href="/assets/css/docs.css">
   <link rel="stylesheet" href="/assets/css/pygments.css">
 
-  <link rel="canonical" href="http://kylin.incubator.apache.org/docs/gettingstarted/events.html">
-  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.incubator.apache.org/feed.xml" />
+  <link rel="canonical" href="http://kylin.apache.org/docs/gettingstarted/events.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
 
 <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
 <script>
@@ -75,11 +75,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>
@@ -143,7 +143,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->
@@ -1540,34 +1540,28 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
-
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
 
 	<script src="/assets/js/jquery-1.9.1.min.js"></script>