Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 65f45bbc6 -> 0834fde09


[gh-pages] Separate "Supported Interpreters" table from Zeppelin download page

### What is this PR for?
Currently "Available Interpreters" table is located under [Zeppelin download 
page](https://zeppelin.apache.org/download.html#available-interpreters). But 
this page can't be the first page for the beginners(or any Zeppelin users). So 
it would be better to separate this page from download page for the future 
usage. Please see the attached screenshot gif :)

### What type of PR is it?
Documentation & gh-pages

### How should this be tested?
Checkout `gh-pages` branch and build locally as described in 
[here](https://github.com/apache/zeppelin/tree/gh-pages#build-website).

### Screenshots (if appropriate)
Just FYI, I changed each interpreters name from plain text to header 
tag(`<h6>`) so that users can use header anchor.
(e.g. https://zeppelin.apache.org/supported_interpreters.html#jdbc )

![update](https://cloud.githubusercontent.com/assets/10060731/19257329/9e49277a-8fa9-11e6-8701-b77e9ec6a73e.gif)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <ahyoung...@apache.org>

Closes #1502 from AhyoungRyu/gh-page/separatePage and squashes the following 
commits:

7b0c810 [AhyoungRyu] Change Markdown url to Markdown4j's official site
7e0cb52 [AhyoungRyu] Separate 'supported interpreters' table from download.md


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/0834fde0
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/0834fde0
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/0834fde0

Branch: refs/heads/gh-pages
Commit: 0834fde09707c562fccb3277beb0db82a41e12c6
Parents: 65f45bb
Author: AhyoungRyu <ahyoung...@apache.org>
Authored: Tue Oct 11 14:07:06 2016 +0900
Committer: Mina Lee <mina...@apache.org>
Committed: Sat Oct 15 20:59:14 2016 +0900

----------------------------------------------------------------------
 _includes/themes/zeppelin/_navigation.html |   9 +
 download.md                                | 221 +------------------
 supported_interpreters.md                  | 280 ++++++++++++++++++++++++
 3 files changed, 294 insertions(+), 216 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0834fde0/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 1cf5ebd..28a1c3f 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -17,6 +17,15 @@
             {% assign pages_list = site.pages %}
             {% assign group = 'nav-right' %}
             {% include JB/pages_list %}
+            
+            <!-- Download -->
+            <li id="docs">
+              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Download<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a href="/download.html">Download Zeppelin</a></li>
+                <li><a href="/supported_interpreters.html">Supported 
Interpreters</a></li>
+              </ul>
+            </li>
 
             <!-- Docs -->
             <li id="docs">

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0834fde0/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index cc146ff..0891100 100644
--- a/download.md
+++ b/download.md
@@ -2,7 +2,7 @@
 layout: page
 title: "Download"
 description: ""
-group: nav-right
+group:
 ---
 <!--
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -136,223 +136,12 @@ For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com
      
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.md5),
      
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.sha))
 
-## Available interpreters
+## Supported interpreters
 
 Thanks to many Zeppelin contributors, we can provide much more interpreters in 
every release.
-Please check the below table before you download Zeppelin package.
-
-> **Note :** Only Spark interpreter is included in the netinst binary package 
by default. If you want to use the other interpreters, you need to install them 
using net-install script.
-
-<table class="table-configuration" style="text-align:center" 
id="comparing-version">
-  <tr>
-    <th style="width:10%">Zeppelin</th>
-    <th style="width:22%">0.6.1 (latest)</th>
-    <th style="width:22%">0.6.0</th>
-    <th style="width:22%">0.5.6</th>
-    <th style="width:22%">0.5.5</th>
-  </tr>
-  <tr>
-    <td rowspan="2"><a href="http://spark.apache.org/"; 
target="_blank">Spark</a></td>
-    <td>
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
-    </td>
-    <td>
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
-    </td>
-    <td rowspan="2">
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
-    </td>
-    <td rowspan="2">
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x
-    </td>
-  </tr>
-  <tr> 
-    <td>Support Scala 2.11</td>
-    <td>SparkR is also available</td>
-  </tr>
-  <tr>
-    <td>JDBC</td>
-    <td>
-      <a href="http://www.postgresql.org/"; target="_blank">PostgreSQL</a>,
-      <a href="https://www.mysql.com/"; target="_blank">MySQL</a>,
-      <a href="https://mariadb.org/"; target="_blank">MariaDB</a>,
-      <a href="https://aws.amazon.com/documentation/redshift/"; 
target="_blank">Redshift</a>,
-      <br/>
-      <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
-      <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
-      <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
-      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
-      are available
-    </td>
-    <td>
-      <a href="http://www.postgresql.org/"; target="_blank">PostgreSQL</a>,
-      <a href="https://www.mysql.com/"; target="_blank">MySQL</a>,
-      <a href="https://mariadb.org/"; target="_blank">MariaDB</a>,
-      <a href="https://aws.amazon.com/documentation/redshift/"; 
target="_blank">Redshift</a>,
-      <br/>
-      <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
-      <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
-      <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
-      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
-      are available
-    </td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="https://cloud.google.com/bigquery/"; 
target="_blank">BigQuery</a></td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="https://www.python.org/"; target="_blank">Python</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="http://livy.io/"; target="_blank">Livy</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a 
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html";
 target="_blank">HDFS</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="http://www.alluxio.org/"; target="_blank">Alluxio</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="https://hbase.apache.org/"; target="_blank">Hbase</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td>
-        <a href="https://github.com/twitter/scalding"; 
target="_blank">Scalding</a><br/>
-        <span style="font-size:75%">Local mode only, not included in binary 
package</span>
-    </td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="https://www.elastic.co/products/elasticsearch"; 
target="_blank">Elasticsearch</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>N/A</td>
-  </tr>
-  <tr>
-    <td><a href="https://angularjs.org/"; target="_blank">Angular</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://daringfireball.net/projects/markdown/"; 
target="_blank">Markdown</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://commons.apache.org/"; target="_blank">Shell</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://flink.apache.org/"; target="_blank">Flink</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://hive.apache.org/"; target="_blank">Hive</a></td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="http://tajo.apache.org/"; target="_blank">Tajo</a></td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="http://cassandra.apache.org/"; 
target="_blank">Cassandra</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td>
-        <a href="http://geode.incubator.apache.org/"; 
target="_blank">Geode</a><br/>
-        <span style="font-size:75%">Local mode only, not included in binary 
package</span>
-    </td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://ignite.apache.org/"; target="_blank">Ignite</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="http://kylin.apache.org/"; target="_blank">Kylin</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://lens.apache.org/"; target="_blank">Lens</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a></td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td><a href="http://www.postgresql.org/"; 
target="_blank">PostgreSQL</a></td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-    <td>O</td>
-  </tr>
-</table>
+
+Please check the [Supported Interpreters](./supported_interpreters.html) 
before you download Zeppelin package.
+
 
 <!--
 -------------

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0834fde0/supported_interpreters.md
----------------------------------------------------------------------
diff --git a/supported_interpreters.md b/supported_interpreters.md
new file mode 100644
index 0000000..b3377af
--- /dev/null
+++ b/supported_interpreters.md
@@ -0,0 +1,280 @@
+---
+layout: page
+title: "Supported Interpreters"
+description: ""
+group:
+---
+<!--
+Licensed 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.
+-->
+{% include JB/setup %}
+
+# Supported Interpreters
+
+Thanks to many Zeppelin contributors, we can provide much more interpreters in 
every release.
+Please check the below table before you download Zeppelin package.
+
+> **Note :** Only Spark interpreter is included in the netinst binary package 
by default. If you want to use the other interpreters, you need to install them 
using net-install script.
+
+<br/>
+
+<table class="table-configuration" style="text-align:center" 
id="comparing-version">
+  <tr>
+    <th style="width:10%">Zeppelin</th>
+    <th style="width:22%">0.6.1 (latest)</th>
+    <th style="width:22%">0.6.0</th>
+    <th style="width:22%">0.5.6</th>
+    <th style="width:22%">0.5.5</th>
+  </tr>
+  <tr>
+    <td rowspan="2">
+      <h6><a href="http://spark.apache.org/"; target="_blank">Spark</a><h6>
+    </td>
+    <td>
+        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
+    </td>
+    <td>
+        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
+    </td>
+    <td rowspan="2">
+        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
+    </td>
+    <td rowspan="2">
+        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x
+    </td>
+  </tr>
+  <tr> 
+    <td>Support Scala 2.11</td>
+    <td>SparkR is also available</td>
+  </tr>
+  <tr>
+    <td><h6>JDBC</h6></td>
+    <td>
+      <a href="http://www.postgresql.org/"; target="_blank">PostgreSQL</a>,
+      <a href="https://www.mysql.com/"; target="_blank">MySQL</a>,
+      <a href="https://mariadb.org/"; target="_blank">MariaDB</a>,
+      <a href="https://aws.amazon.com/documentation/redshift/"; 
target="_blank">Redshift</a>,
+      <br/>
+      <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
+      <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
+      <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
+      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
+      are available
+    </td>
+    <td>
+      <a href="http://www.postgresql.org/"; target="_blank">PostgreSQL</a>,
+      <a href="https://www.mysql.com/"; target="_blank">MySQL</a>,
+      <a href="https://mariadb.org/"; target="_blank">MariaDB</a>,
+      <a href="https://aws.amazon.com/documentation/redshift/"; 
target="_blank">Redshift</a>,
+      <br/>
+      <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
+      <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
+      <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
+      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
+      are available
+    </td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://cloud.google.com/bigquery/"; 
target="_blank">BigQuery</a></h6>
+    </td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://www.python.org/"; target="_blank">Python</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://livy.io/"; target="_blank">Livy</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a 
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html";
 target="_blank">HDFS</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://www.alluxio.org/"; target="_blank">Alluxio</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://hbase.apache.org/"; target="_blank">Hbase</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://github.com/twitter/scalding"; 
target="_blank">Scalding</a></h6>
+      <span style="font-size:75%">Local mode only, not included in binary 
package</span>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://www.elastic.co/products/elasticsearch"; 
target="_blank">Elasticsearch</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://angularjs.org/"; target="_blank">Angular</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://code.google.com/archive/p/markdown4j/"; 
target="_blank">Markdown</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://commons.apache.org/"; target="_blank">Shell</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://flink.apache.org/"; target="_blank">Flink</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://hive.apache.org/"; target="_blank">Hive</a></h6>
+    </td>
+    <td>Merged into JDBC interpreter</td>
+    <td>Merged into JDBC interpreter</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://tajo.apache.org/"; target="_blank">Tajo</a></h6>
+    </td>
+    <td>Merged into JDBC interpreter</td>
+    <td>Merged into JDBC interpreter</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://cassandra.apache.org/"; 
target="_blank">Cassandra</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://geode.incubator.apache.org/"; 
target="_blank">Geode</a></h6>
+      <span style="font-size:75%">Local mode only, not included in binary 
package</span>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://ignite.apache.org/"; target="_blank">Ignite</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://kylin.apache.org/"; target="_blank">Kylin</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://lens.apache.org/"; target="_blank">Lens</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://phoenix.apache.org/"; 
target="_blank">Phoenix</a></h6>
+    </td>
+    <td>Merged into JDBC interpreter</td>
+    <td>Merged into JDBC interpreter</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://www.postgresql.org/"; 
target="_blank">PostgreSQL</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
+  </tr>
+</table>
\ No newline at end of file

Reply via email to