You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/11/23 10:22:37 UTC

svn commit: r1770943 - in /kylin/site: ./ development/

Author: lidong
Date: Wed Nov 23 10:22:37 2016
New Revision: 1770943

URL: http://svn.apache.org/viewvc?rev=1770943&view=rev
Log:
add coding and naming convention

Added:
    kylin/site/development/coding_naming_convention.html
Modified:
    kylin/site/development/about_temp_files.html
    kylin/site/development/dev_env.html
    kylin/site/development/howto_contribute.html
    kylin/site/development/howto_docs.html
    kylin/site/development/howto_hbase_branches.html
    kylin/site/development/howto_package.html
    kylin/site/development/howto_release.html
    kylin/site/development/howto_test.html
    kylin/site/development/index.html
    kylin/site/development/new_metadata.html
    kylin/site/development/plugin_arch.html
    kylin/site/development/web_tech.html
    kylin/site/feed.xml

Modified: kylin/site/development/about_temp_files.html
URL: http://svn.apache.org/viewvc/kylin/site/development/about_temp_files.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/about_temp_files.html (original)
+++ kylin/site/development/about_temp_files.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Added: kylin/site/development/coding_naming_convention.html
URL: http://svn.apache.org/viewvc/kylin/site/development/coding_naming_convention.html?rev=1770943&view=auto
==============================================================================
--- kylin/site/development/coding_naming_convention.html (added)
+++ kylin/site/development/coding_naming_convention.html Wed Nov 23 10:22:37 2016
@@ -0,0 +1,665 @@
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<!doctype html>
+<html>
+	<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+
+  <title>Apache Kylin | Coding and Naming Convention</title>
+  <meta name="description" content="Apache Kylin Home">
+  <meta name="author"      content="Apache Kylin">
+  <link rel="shortcut icon" href="fav.png" type="image/png">
+
+
+
+<link rel="stylesheet" href="/assets/css/animate.css">
+<!-- Bootstrap -->
+<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
+
+<!-- Fonts -->
+<!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> -->
+
+<!-- Icons -->
+<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
+
+  <!-- Custom styles -->
+  <link rel="stylesheet" href="/assets/css/styles.css">
+  <link rel="stylesheet" href="/assets/css/docs.css">
+  <link rel="stylesheet" href="/assets/css/pygments.css">
+
+  <link rel="canonical" href="http://kylin.apache.org/development/coding_naming_convention.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>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
+
+  ga('send', 'pageview');
+  ga('toplevel.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+	<body>
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylin™</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+  </div>
+  
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!--
+    <img class="img-circle" width="40px" height="40px" id="circlelogo" src="/assets/images/kylin_logo.jpg">
+    -->
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/">Home</a></li>
+          <li><a href="/docs15" >Docs</a></li>
+          <li><a href="/download">Download</li>
+          <li><a href="/community" >Community</a></li>
+          <li><a href="/development" >Development</a></li>
+          <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/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 -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
+    <ul class="nav nav-pills nav-stacked">
+    
+    <li><a href="#titleDevelopment Guide" data-toggle="collapse" id="navtitle">Development Guide</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul style="list-style-type:disc">
+    
+
+
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/howto_test.html" class="list-group-item-lay pjaxlink" id="navlist">How to Test</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+      <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_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <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_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/development/web_tech.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Summary</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+      <li><a href="/development/about_temp_files.html" class="list-group-item-lay pjaxlink" id="navlist">About Temp Files</a></li>      
+      
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+
+    </ul>
+</div>
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<h1 class="post-title">Coding and Naming Convention</h1>
+							<article class="post-content" >
+							<h2 id="coding-convention">Coding Convention</h2>
+
+<p>Coding convention is very important for teamwork. Not only it keeps code neat and tidy, it saves a lot of work too. Different coding convention (and auto formatter) will cause unnecessary code changes that requires more effort at code review and code merge.</p>
+
+<p>For Java code, we use Eclipse default formatter setting, with one change that to allow long lines.</p>
+
+<ul>
+  <li>For Eclipse developers, no manual setting is required. Code formatter configurations <code class="highlighter-rouge">.settings/org.eclipse.jdt.core.prefs</code> is on git repo. Your IDE should be auto configured when the projects are imported.</li>
+  <li>For intellij IDEA developers, you need to install “Eclipse Code Formatter” and load the Eclipse formatter settings into your IDE manually. See <a href="dev_env.html">Setup Development Env</a> for details.</li>
+  <li>We have <em>checkstyle plugin</em> enabled in maven to enforce some convention checks.</li>
+</ul>
+
+<p>For JavaScript, XML, and other code, please use space for indent. And as a general rule, keep your code format consistent with existing lines. No other enforcement at the moment.</p>
+
+<h2 id="configuration-naming-convention">Configuration Naming Convention</h2>
+
+<p>For Kylin configuration names (those in <code class="highlighter-rouge">kylin.properties</code>)</p>
+
+<ul>
+  <li>The convention is <code class="highlighter-rouge">dot.separated.namespace.config-name-separated-by-dash</code>, all chars in lower case.</li>
+  <li>Rationale: The dot separated prefix is for namespace, like java packages. The last level is like class name, but in lower case and separated by dash. The result is consistent with common hadoop config names, i.e. <code class="highlighter-rouge">dfs.namenode.servicerpc-bind-host</code>.</li>
+  <li>Good examples: <code class="highlighter-rouge">kylin.metadata.url</code>; <code class="highlighter-rouge">kylin.snapshot.max-mb</code></li>
+  <li>Bad exmaples: <code class="highlighter-rouge">kylin.cube.customEncodingFactories</code>, should be <code class="highlighter-rouge">kylin.cube.custom-encoding-factories</code></li>
+  <li>Namespaces (or packages) of the names should map from the Java project and package where the configuration is used. Below is a list of current namespaces.
+    <ul>
+      <li>kylin.env</li>
+      <li>kylin.metadata</li>
+      <li>kylin.snapshot</li>
+      <li>kylin.dictionary</li>
+      <li>kylin.cube</li>
+      <li>kylin.job</li>
+      <li>kylin.engine</li>
+      <li>kylin.engine.mr</li>
+      <li>kylin.engine.spark</li>
+      <li>kylin.source</li>
+      <li>kylin.source.hive</li>
+      <li>kylin.source.kafka</li>
+      <li>kylin.storage</li>
+      <li>kylin.storage.hbase</li>
+      <li>kylin.query</li>
+      <li>kylin.security</li>
+      <li>kylin.server</li>
+      <li>kylin.web</li>
+    </ul>
+  </li>
+</ul>
+
+<h2 id="configuration-file-naming-convention">Configuration File Naming Convention</h2>
+
+<p>For configuration files like logging config, spring config, mapreduce job config etc.</p>
+
+<ul>
+  <li>The convention is <code class="highlighter-rouge">words-separated-by-dash.ext</code>, all chars in lower case.</li>
+  <li>Rationale: Be consistent with hadoop config file names, i.e. hdfs-site.xml</li>
+  <li>Good example: <code class="highlighter-rouge">kylin-server-log4j.properties</code></li>
+  <li>Bad example: <code class="highlighter-rouge">kylin_hive_conf.xml</code>, should be <code class="highlighter-rouge">kylin-hive-conf.xml</code></li>
+</ul>
+
+
+							</article>
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+    <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>
+        <!-- /row of widgets -->
+
+    </div>
+    <div></div>
+
+</footer>
+
+	<script src="/assets/js/jquery-1.9.1.min.js"></script> 
+	<script src="/assets/js/bootstrap.min.js"></script> 
+	<script src="/assets/js/main.js"></script>
+	</body>
+</html>

Modified: kylin/site/development/dev_env.html
URL: http://svn.apache.org/viewvc/kylin/site/development/dev_env.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/dev_env.html (original)
+++ kylin/site/development/dev_env.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_contribute.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_contribute.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_contribute.html (original)
+++ kylin/site/development/howto_contribute.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_docs.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_docs.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_docs.html (original)
+++ kylin/site/development/howto_docs.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_hbase_branches.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_hbase_branches.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_hbase_branches.html (original)
+++ kylin/site/development/howto_hbase_branches.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_package.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_package.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_package.html (original)
+++ kylin/site/development/howto_package.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_release.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_release.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_release.html (original)
+++ kylin/site/development/howto_release.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_test.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_test.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/howto_test.html (original)
+++ kylin/site/development/howto_test.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/new_metadata.html
URL: http://svn.apache.org/viewvc/kylin/site/development/new_metadata.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/new_metadata.html (original)
+++ kylin/site/development/new_metadata.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/plugin_arch.html
URL: http://svn.apache.org/viewvc/kylin/site/development/plugin_arch.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/plugin_arch.html (original)
+++ kylin/site/development/plugin_arch.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/web_tech.html
URL: http://svn.apache.org/viewvc/kylin/site/development/web_tech.html?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/development/web_tech.html (original)
+++ kylin/site/development/web_tech.html Wed Nov 23 10:22:37 2016
@@ -211,6 +211,8 @@
     
   
     
+  
+    
       <li><a href="/development/index.html" class="list-group-item-lay pjaxlink" id="navlist">Development Quick Guide</a></li>      
       
 
@@ -228,6 +230,8 @@
     
   
     
+  
+    
       <li><a href="/development/dev_env.html" class="list-group-item-lay pjaxlink" id="navlist">Setup Development Env</a></li>      
       
 
@@ -245,6 +249,25 @@
     
   
     
+      <li><a href="/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink" id="navlist">Coding and Naming Convention</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
   
     
   
@@ -276,6 +299,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_contribute.html" class="list-group-item-lay pjaxlink" id="navlist">How to Contribute</a></li>      
       
 
@@ -297,6 +322,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_docs.html" class="list-group-item-lay pjaxlink" id="navlist">How to Write Document</a></li>      
       
 
@@ -322,6 +349,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_package.html" class="list-group-item-lay pjaxlink" id="navlist">How to Build Binary Package</a></li>      
       
 
@@ -345,6 +374,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink" id="navlist">How to Maintain HBase Branches</a></li>      
       
 
@@ -372,6 +403,8 @@
     
   
     
+  
+    
       <li><a href="/development/howto_release.html" class="list-group-item-lay pjaxlink" id="navlist">How to Make Release</a></li>      
       
 
@@ -407,6 +440,8 @@
     
   
     
+  
+    
       <li><a href="/development/plugin_arch.html" class="list-group-item-lay pjaxlink" id="navlist">Plugin Architecture</a></li>      
       
 
@@ -440,6 +475,8 @@
     
   
     
+  
+    
       <li><a href="/development/new_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">New Metadata Model</a></li>      
       
 
@@ -456,6 +493,8 @@
   
     
   
+    
+  
     
   
     

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1770943&r1=1770942&r2=1770943&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Nov 23 10:22:37 2016
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 18 Nov 2016 05:59:10 -0800</pubDate>
-    <lastBuildDate>Fri, 18 Nov 2016 05:59:10 -0800</lastBuildDate>
+    <pubDate>Wed, 23 Nov 2016 10:18:39 -0800</pubDate>
+    <lastBuildDate>Wed, 23 Nov 2016 10:18:39 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>