Author: lidong
Date: Sat Jul 29 14:01:21 2017
New Revision: 1803369

URL: http://svn.apache.org/viewvc?rev=1803369&view=rev
Log:
refine how to contribute docs

Modified:
    kylin/site/community/poweredby.html
    kylin/site/development/howto_contribute.html
    kylin/site/development/index.html
    kylin/site/feed.xml

Modified: kylin/site/community/poweredby.html
URL: 
http://svn.apache.org/viewvc/kylin/site/community/poweredby.html?rev=1803369&r1=1803368&r2=1803369&view=diff
==============================================================================
--- kylin/site/community/poweredby.html (original)
+++ kylin/site/community/poweredby.html Sat Jul 29 14:01:21 2017
@@ -276,9 +276,13 @@ Send a quick description of your organiz
       <li>Yahoo! JAPAN uses Apache Kylin to generate tailored report for 
Yahoo! Shopping. Apache Kylin contributes to minimize the latency for viewing 
the report. Consequently, the platform team has been released from ad hoc tasks 
to improve performance and it has become possible to focus on adding functions 
for users.</li>
     </ul>
   </li>
+  <li><a href="https://www.58.com";>Wuba (58.com)</a>  (<em>NYSE:WUBA</em>)
+    <ul>
+      <li>Apache Kylin is used as a OLAP engine at Wuba’s big data platform, 
powering data analysis for recommend engine, search engine, advertisement 
engine, BI, etc. More than 100 Cubes are daily built under crontab; the query 
statistics shows that more than 95% queries could get response in less than one 
second, which provides better user experience than traditional tools. And the 
resource bottleneck could be simply solved by adding machines, which is 
especial friendly to administrator.</li>
+    </ul>
+  </li>
 </ul>
 
-
       </div>
     </div>
 

Modified: kylin/site/development/howto_contribute.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_contribute.html?rev=1803369&r1=1803368&r2=1803369&view=diff
==============================================================================
--- kylin/site/development/howto_contribute.html (original)
+++ kylin/site/development/howto_contribute.html Sat Jul 29 14:01:21 2017
@@ -563,14 +563,23 @@
                                                <div id="pjax">
                                                        <h1 
class="post-title">How to Contribute</h1>
                                                        <article 
class="post-content" >
-                                                       <h2 
id="current-branches">Current branches</h2>
+                                                       <p>Apache Kylin is 
always looking for contributions of not only code, but also usage document, 
performance report, Q&amp;A etc. All kinds of contributions pave the way 
towards a Kylin Committer. There is opportunity for everyone, especially for 
those come from analysis and solution background, due to the lacking of content 
from user and solution perspective.</p>
+
+<h2 id="source-branches">Source Branches</h2>
+
+<p>Both code and document are under Git source control. Note the purpose of 
different branches.</p>
+
 <ul>
   <li><code class="highlighter-rouge">master</code>: Main development branch 
for new features</li>
-  <li><code class="highlighter-rouge">1.3.x</code>: Maintenance branch for a 
certain release</li>
+  <li><code class="highlighter-rouge">2.0.x</code>: Maintenance branch for a 
certain release</li>
   <li><code class="highlighter-rouge">document</code>: Document branch</li>
 </ul>
 
-<h2 id="making-changes">Making Changes</h2>
+<h2 id="making-document-changes">Making Document Changes</h2>
+
+<p>Check out <a href="/development/howto_docs.html">How to Write 
Document</a>.</p>
+
+<h2 id="making-code-changes">Making Code Changes</h2>
 <ul>
   <li><a href="/development/dev_env.html">Setup dev env</a></li>
   <li>Raise a JIRA, describe the feature/enhancement/bug</li>
@@ -587,7 +596,7 @@
 
 <h2 id="apply-patch">Apply Patch</h2>
 <ul>
-  <li>Committer will review in terms of correctness, performance, design, 
coding style, test coverage</li>
+  <li>Committer will review all patches in terms of correctness, performance, 
design, coding style, test coverage</li>
   <li>Discuss and revise if necessary</li>
   <li>Finally committer merge code into target branch
     <ul>
@@ -596,6 +605,19 @@
   </li>
 </ul>
 
+<h2 id="pick-an-open-task">Pick an Open Task</h2>
+
+<p>There are open tasks waiting to be done, tracked by JIRA. To make it easier 
to search, there are a few JIRA filters.</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/issues/?filter=12339895";>A list 
of tasks</a> managed by Yang Li.</li>
+  <li><a href="https://issues.apache.org/jira/issues/?filter=12341496";>A list 
of tasks</a> opened by Ted Yu, important small bugs and some are easy 
fixes.</li>
+  <li>Also you can search for tag “newbie” in Kylin JIRA.</li>
+</ul>
+
+<p>Do not forget to discuss in <a href="/community/index.html">mailing 
list</a> before working on a big task.</p>
+
+
                                                        </article>
                                                </div>
                                        </div>

Modified: kylin/site/development/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1803369&r1=1803368&r2=1803369&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Sat Jul 29 14:01:21 2017
@@ -563,7 +563,12 @@
                                                <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 is 
always looking for contributions of not only code, but also usage document, 
performance report, Q&amp;A etc. All kinds of contributions pave the way 
towards a Kylin Committer. There is opportunity for everyone, especially for 
those come from analysis and solution background, due to the lacking of content 
from user and solution perspective.</p>
+
+<h3 id="how-to-contribute">How to Contribute</h3>
+<p>Check out the <a href="/development/howto_contribute.html">How to 
Contribute</a> document.</p>
+
+<h3 id="source-repository">Source Repository</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=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 />
@@ -577,9 +582,6 @@ Static Code Analysis: <a href="https://b
 <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>
 
-<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>
-
 <h3 id="roadmap">Roadmap</h3>
 <ul>
   <li>Hadoop 3.0 support (Erasure Coding)</li>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1803369&r1=1803368&r2=1803369&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sat Jul 29 14:01:21 2017
@@ -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>Thu, 27 Jul 2017 06:59:54 -0700</pubDate>
-    <lastBuildDate>Thu, 27 Jul 2017 06:59:54 -0700</lastBuildDate>
+    <pubDate>Sat, 29 Jul 2017 06:59:44 -0700</pubDate>
+    <lastBuildDate>Sat, 29 Jul 2017 06:59:44 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to