Author: minalee
Date: Mon Sep 12 04:26:52 2016
New Revision: 1760291

URL: http://svn.apache.org/viewvc?rev=1760291&view=rev
Log:
Revert r1760289

Modified:
    zeppelin/site/assets/themes/zeppelin/css/style.css
    zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png
    zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png
    
zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
    zeppelin/site/atom.xml
    
zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/index.html
    zeppelin/site/index.html
    zeppelin/site/rss.xml
    zeppelin/site/screenshots.html
    zeppelin/site/sitemap.txt

Modified: zeppelin/site/assets/themes/zeppelin/css/style.css
URL: 
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/css/style.css?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/assets/themes/zeppelin/css/style.css (original)
+++ zeppelin/site/assets/themes/zeppelin/css/style.css Mon Sep 12 04:26:52 2016
@@ -11,6 +11,12 @@ body {
   letter-spacing: .2px;
 }
 
+.logopage_container {
+  display: inline-block;
+  vertical-align: middle;
+  margin: 10px 20px;
+}
+
 .jumbotron {
   background-color: #3071a9;
 }
@@ -21,7 +27,7 @@ body {
 }
 
 .jumbotron p {
-  font-size: 19px; 
+  font-size: 19px;
 }
 
 .jumbotron .btn {
@@ -136,46 +142,6 @@ body {
   background: #3071a9;
 }
 
-.scrollable-menu {
-  max-height: 500px;
-  overflow: auto;
-}
-
-.scrollable-menu::-webkit-scrollbar {
-  -webkit-appearance: none;
-  width: 7px;        
-}  
-
-.scrollable-menu::-webkit-scrollbar-thumb {
-  border-radius: 3px;
-  background-color: gray; 
-}
-
-.index-header {
-  font-size: 16px;
-  font-style: italic;
-  margin-bottom: 15px;
-  margin-top: 15px;
-}
-
-.index-description {
-  line-height: 1.6;
-  padding: 10px;
-}
-
-@media (max-width: 768px) {
-  .navbar-collapse.in {
-    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
-  }
-
-  .bigFingerButton {
-    margin-top: 12px;
-    display: block;
-    margin-right: auto;
-    margin-left: auto;
-  }
-}
-
 .bigFingerButton {
   margin-right: 10px;
 }
@@ -194,6 +160,31 @@ body {
   outline-width: 0;
 }
 
+/* SideMenu */
+
+.sideMenu li {
+  list-style: none;
+  border: 1px solid #c2c2c2;
+  border-bottom: none;
+  padding: 5px 10px;
+}
+
+.sideMenu li a {
+  text-decoration: none;
+  color: #3071a9;
+}
+
+.sideMenu li:first-of-type {
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
+}
+
+.sideMenu li:last-of-type {
+  border-bottom: 1px solid #c2c2c2;
+  border-bottom-left-radius: 3px;
+  border-bottom-right-radius: 3px;
+}
+
 /* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
 
@@ -229,15 +220,6 @@ body {
   margin-bottom: 0;
 }
 
-@media screen and (min-width: 768px) {
-  .carousel-indicators {
-    margin-bottom: -60px;
-  }
-  .carousel-caption {
-    padding-bottom: 60px;
-  }
-}
-
 /* screenshot img inside of doc */
 .screenshot {
   width: 800px;
@@ -256,29 +238,14 @@ body {
 /* Custom container */
 .content {
   word-wrap: break-word;
+  max-width: 1024px;
+  padding: 2rem 2rem;
+  margin: 0 auto;
 }
 .content :first-child {
   margin-top: 0;
 }
 
-@media screen and (min-width: 64em) {
-  .content {
-    max-width: 64em;
-    padding: 2rem 6rem;
-    margin: 0 auto;
-  }
-}
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .content {
-    padding: 2rem 4rem;
-  }
-}
-@media screen and (max-width: 42em) {
-  .content {
-    padding: 2rem 1rem;
-  }
-}
-
 /* <a> */
 .content a {
   color: #4183C4;
@@ -294,7 +261,7 @@ a.anchor {
   position: absolute;
   top: 0;
   left: 0;
-  bottom: 0; 
+  bottom: 0;
 }
 
 /* <hn> */
@@ -438,12 +405,11 @@ a.anchor {
 .content table {
   display: block;
   width: 100%;
+  overflow: auto;
   word-break: normal;
   word-break: keep-all;
   -webkit-overflow-scrolling: touch;
-  font-size: 87%;
-  margin-top: 16px;
-  margin-bottom: 16px;
+  font-size: 90%;
 }
 .content table th {
   font-weight: bold;
@@ -529,9 +495,8 @@ a.anchor {
 
 .navbar-brand small {
   font-size: 14px;
-  font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
+  font-family: 'Helvetica Neue', Helvetica;
   color: white;
-  vertical-align: bottom;
 }
 
 .navbar-collapse.collapse {
@@ -552,46 +517,6 @@ a.anchor {
   background: #286090;
 }
 
-a.anchorjs-link:hover { text-decoration: none; }
-
-/* Table of Contents(TOC) */
-#toc {
-  padding-top: 12px;
-  padding-bottom: 12px;
-}
-
-#toc ul {
-  margin-left: -14px;
-}
-
-#toc ul ul {
-  margin-left: -18px;
-}
-
-/* Search Page */
-#search p {
-  font-size: 30px;
-  font-weight: bold;
-  color: black;
-}
-
-#search_results p {
-  font-size: 13px;
-  font-weight: 400;
-}
-
-#search_results a {
-  vertical-align: super;
-  font-size: 16px;
-  text-decoration: underline;
-}
-
-#search_results .link {
-  font-size: 13px;
-  color: #008000;
-  padding-bottom: 3px;
-}
-
 /* Custom, iPhone Retina */
 @media only screen and (max-width: 480px) {
   .jumbotron h1 {
@@ -627,11 +552,6 @@ and (max-width: 1024px) {
   font-size: 13px;
 }
 
-#menu .title {
-  padding-bottom: 8px;
-  color: #3071a9;
-}
-
 #menu .caret {
   border-top-color: white;
   border-bottom-color: white;
@@ -657,14 +577,48 @@ and (max-width: 1024px) {
   font-size: 13px;
 }
 
-@media only screen and (max-width: 480px) {
-  #menu .title {
-    color: #bbb;
+/*
+** Media Queries CSS
+*/
+
+
+
+@media (max-width: 991px) {
+  .navbar-inverse .navbar-brand {
+    font-size: 28px;
+  }
+
+  .content {
+    padding: 2rem 4rem;
   }
 }
 
-@media only screen and (max-width: 768px) {
-  #menu .title {
-    color: #bbb;
+@media (max-width: 768px) {
+  .navbar-collapse.in {
+    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
+  }
+
+  .bigFingerButton {
+    margin-top: 12px;
+    display: block;
+    margin-right: auto;
+    margin-left: auto;
+  }
+
+  .sideMenu {
+    margin-bottom: 15px;
+  }
+
+  .content {
+    padding: 2rem 2rem;
+  }
+}
+
+@media screen and (min-width: 768px) {
+  .carousel-indicators {
+    margin-bottom: -60px;
+  }
+  .carousel-caption {
+    padding-bottom: 60px;
   }
 }

Modified: zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png
URL: 
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
Binary files - no diff available.

Modified: zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png
URL: 
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
URL: 
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
Binary files - no diff available.

Modified: zeppelin/site/atom.xml
URL: 
http://svn.apache.org/viewvc/zeppelin/site/atom.xml?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/atom.xml (original)
+++ zeppelin/site/atom.xml Mon Sep 12 04:26:52 2016
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom";>
-
+ 
  <title>Apache Zeppelin</title>
  <link href="http://zeppelin.apache.org/"; rel="self"/>
  <link href="http://zeppelin.apache.org"/>
- <updated>2016-09-12T13:08:09+09:00</updated>
+ <updated>2016-09-07T16:39:01+09:00</updated>
  <id>http://zeppelin.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>
@@ -12,5 +12,5 @@
  </author>
 
  
-
-</feed>
+ 
+</feed>
\ No newline at end of file

Modified: 
zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- 
zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html 
(original)
+++ 
zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html 
Mon Sep 12 04:26:52 2016
@@ -18,9 +18,9 @@
     <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" 
rel="stylesheet">
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" 
type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  
type="text/css" media="screen" /> 
+    <link 
href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
+    <link 
href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" 
rel="stylesheet" type="text/css">
+    <link href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" 
rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -31,16 +31,16 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js";></script>
-    <script 
src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/docs.js"></script>
-    <script src="/assets/themes/zeppelin/js/anchor.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/toc.js"></script>
-    <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/search.js"></script>    
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/docs.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>    
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" 
title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" 
title="Sitewide RSS Feed">
+    <link href="/docs/0.7.0-SNAPSHOT/atom.xml" type="application/atom+xml" 
rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.7.0-SNAPSHOT/rss.xml" type="application/rss+xml" 
rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -54,7 +54,7 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="">
+          <a class="navbar-brand" href="/docs/0.7.0-SNAPSHOT">
             <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" 
width="50" alt="I'm zeppelin">
             <span style="vertical-align:middle">Zeppelin</span>
             <span 
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
@@ -65,107 +65,105 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick 
Start <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/index.html">What is Apache Zeppelin ?</a></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT/index.html">What is Apache 
Zeppelin ?</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Getting Started</b><span></li>
-                <li><a href="/install/install.html">Install</a></li>
-                <li><a 
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
-                <li><a href="/quickstart/explorezeppelinui.html">Explore 
Zeppelin UI</a></li>
-                <li><a href="/quickstart/tutorial.html">Tutorial</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/install.html">Install</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin 
UI</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Basic Feature Guide</b><span></li>
-                <li><a href="/manual/dynamicform.html">Dynamic Form</a></li>
-                <li><a href="/manual/publish.html">Publish your 
Paragraph</a></li>
-                <li><a href="/manual/notebookashomepage.html">Customize 
Zeppelin Homepage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT/manual/publish.html">Publish 
your Paragraph</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html">Customize Zeppelin 
Homepage</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>More</b><span></li>
-                <li><a href="/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Interpreter <b class="caret"></b></a>
               <ul class="dropdown-menu scrollable-menu">
-                <li><a href="/manual/interpreters.html">Overview</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/interpreters.html">Overview</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Usage</b><span></li>
-                <li><a href="/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
-                <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
-                <li><a href="/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
+                <!--<li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Available 
Interpreters</b><span></li>
-                <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
-                <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
-                <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
-                <li><a 
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
-                <li><a href="/interpreter/flink.html">Flink</a></li>
-                <li><a href="/interpreter/geode.html">Geode</a></li>
-                <li><a href="/interpreter/hbase.html">HBase</a></li>
-                <li><a href="/interpreter/hdfs.html">HDFS</a></li>
-                <li><a href="/interpreter/hive.html">Hive</a></li>
-                <li><a href="/interpreter/ignite.html">Ignite</a></li>
-                <li><a href="/interpreter/jdbc.html">JDBC</a></li>
-                <li><a href="/interpreter/lens.html">Lens</a></li>
-                <li><a href="/interpreter/livy.html">Livy</a></li>
-                <li><a href="/interpreter/markdown.html">Markdown</a></li>
-                <li><a href="/interpreter/python.html">Python</a></li>
-                <li><a href="/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
-                <li><a href="/interpreter/r.html">R</a></li>
-                <li><a href="/interpreter/scalding.html">Scalding</a></li>
-                <li><a href="/interpreter/shell.html">Shell</a></li>
-                <li><a href="/interpreter/spark.html">Spark</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/alluxio.html">Alluxio</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/bigquery.html">BigQuery</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/cassandra.html">Cassandra</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html">Elasticsearch</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/flink.html">Flink</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/geode.html">Geode</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hbase.html">HBase</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hdfs.html">HDFS</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hive.html">Hive</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/ignite.html">Ignite</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/jdbc.html">JDBC</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/python.html">Python</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/r.html">R</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/shell.html">Shell</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/spark.html">Spark</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
                 <li class="title"><span><b>Basic Display System</b><span></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#table">Table</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Angular API</b><span></li>
-                <li><a href="/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
-                <li><a href="/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">More<b class="caret"></b></a>
               <ul class="dropdown-menu scrollable-menu" style="right: 0; left: 
auto;">
                 <li class="title"><span><b>Notebook Storage</b><span></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-local-git-repository">Git 
Storage</a></li>
-                <li><a href="/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
-                <li><a 
href="/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-local-git-repository">Git
 Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-azure">Azure
 Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub
 Storage</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>REST API</b><span></li>
-                <li><a href="/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
-                <li><a href="/rest-api/rest-notebook.html">Notebook 
API</a></li>
-                <li><a href="/rest-api/rest-configuration.html">Configuration 
API</a></li>
-                <li><a href="/rest-api/rest-credential.html">Credential 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-configuration.html">Configuration 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-credential.html">Credential 
API</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Security</b><span></li>
-                <li><a href="/security/authentication.html">Authentication for 
NGINX</a></li>
-                <li><a href="/security/shiroauthentication.html">Shiro 
Authentication</a></li>
-                <li><a href="/security/notebook_authorization.html">Notebook 
Authorization</a></li>
-                <li><a href="/security/datasource_authorization.html">Data 
Source Authorization</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/authentication.html">Authentication for 
NGINX</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html">Shiro 
Authentication</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/notebook_authorization.html">Notebook 
Authorization</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/datasource_authorization.html">Data Source 
Authorization</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Advanced</b><span></li>
-                <li><a href="/install/virtual_machine.html">Zeppelin on 
Vagrant VM</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark 
Cluster Mode (Standalone)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark 
Cluster Mode (YARN)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark 
Cluster Mode (Mesos)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/virtual_machine.html">Zeppelin on Vagrant 
VM</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin
 on Spark Cluster Mode (Standalone)</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Contibute</b><span></li>
-                <li><a 
href="/development/writingzeppelininterpreter.html">Writing Zeppelin 
Interpreter</a></li>
-                <li><a 
href="/development/writingzeppelinapplication.html">Writing Zeppelin 
Application (Experimental)</a></li>                
-                <li><a href="/development/howtocontribute.html">How to 
contribute (code)</a></li>
-                <li><a href="/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html">Writing 
Zeppelin Interpreter</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing 
Zeppelin Application (Experimental)</a></li>                
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/howtocontribute.html">How to contribute 
(code)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
               </ul>
             </li>
           </ul>
           <ul class="nav navbar-nav">
             <li>
-              <a href="/search.html" class="nav-search-link">
+              <a href="/docs/0.7.0-SNAPSHOT/search.html" 
class="nav-search-link">
                 <span class="fa fa-search nav-search-icon"></span>
               </a>
             </li>
@@ -221,7 +219,7 @@ All Interpreters in the same Interpreter
 <p>Creating a new interpreter is quite simple. Just extend <a 
href="https://github.com/apache/zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java";>org.apache.zeppelin.interpreter</a>
 abstract class and implement some methods.
 You can include 
<code>org.apache.zeppelin:zeppelin-interpreter:[VERSION]</code> artifact in 
your build system. And you should put your jars under your interpreter 
directory with a specific directory name. Zeppelin server reads interpreter 
directories recursively and initializes interpreters including your own 
interpreter.</p>
 
-<p>There are three locations where you can store your interpreter group, name 
and other information. Zeppelin server tries to find the location below. Next, 
Zeppelin tries to find <code>interpreter-setting.json</code> in your 
interpreter jar.</p>
+<p>There are three locations where you can store your interpreter group, name 
and other information. Zeppelin server tries to find the location below. Next, 
Zeppelin tries to find <code>interpreter-setting.json</code> in your 
interpreter jar. </p>
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">{ZEPPELIN_INTERPRETER_DIR}/{YOUR_OWN_INTERPRETER_DIR}/interpreter-setting.json
 </code></pre></div>
 <p>Here is an example of <code>interpreter-setting.json</code> on your own 
interpreter.</p>
@@ -247,7 +245,7 @@ You can include <code>org.apache.zeppeli
   <span class="p">},</span>
   <span class="p">{</span>
     <span class="err">...</span>
-  <span class="p">}</span>
+  <span class="p">}</span> 
 <span class="p">]</span>
 </code></pre></div>
 <p>Finally, Zeppelin uses static initialization with the following:</p>
@@ -361,7 +359,7 @@ codes for myintp2
 <p>We welcome contribution to a new interpreter. Please follow these few 
steps:</p>
 
 <ul>
-<li>First, check out the general contribution guide <a 
href="https://zeppelin.apache.org/contribution/contributions.html";>here</a>.</li>
+<li>First, check out the general contribution guide <a 
href="https://github.com/apache/zeppelin/blob/master/CONTRIBUTING.md";>here</a>.</li>
 <li>Follow the steps in <a href="#make-your-own-interpreter">Make your own 
Interpreter</a> section above.</li>
 <li>Add your interpreter as in the <a 
href="#configure-your-interpreter">Configure your interpreter</a> section 
above; also add it to the example template <a 
href="https://github.com/apache/zeppelin/blob/master/conf/zeppelin-site.xml.template";>zeppelin-site.xml.template</a>.</li>
 <li>Add tests! They are run by <a 
href="https://travis-ci.org/apache/zeppelin";>Travis</a> for all changes and it 
is important that they are self-contained.</li>
@@ -382,6 +380,22 @@ codes for myintp2
     </div>
 
     
+
+
+  <script type="text/javascript">
+  (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');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
   </body>
 </html>
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/index.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/index.html?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/index.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/index.html Mon Sep 12 04:26:52 2016
@@ -18,9 +18,9 @@
     <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" 
rel="stylesheet">
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" 
type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  
type="text/css" media="screen" /> 
+    <link 
href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
+    <link 
href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" 
rel="stylesheet" type="text/css">
+    <link href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" 
rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -31,16 +31,16 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js";></script>
-    <script 
src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/docs.js"></script>
-    <script src="/assets/themes/zeppelin/js/anchor.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/toc.js"></script>
-    <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/search.js"></script>    
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/docs.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script>
+    <script 
src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>    
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" 
title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" 
title="Sitewide RSS Feed">
+    <link href="/docs/0.7.0-SNAPSHOT/atom.xml" type="application/atom+xml" 
rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.7.0-SNAPSHOT/rss.xml" type="application/rss+xml" 
rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -54,7 +54,7 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="">
+          <a class="navbar-brand" href="/docs/0.7.0-SNAPSHOT">
             <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" 
width="50" alt="I'm zeppelin">
             <span style="vertical-align:middle">Zeppelin</span>
             <span 
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
@@ -65,107 +65,105 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick 
Start <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/index.html">What is Apache Zeppelin ?</a></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT/index.html">What is Apache 
Zeppelin ?</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Getting Started</b><span></li>
-                <li><a href="/install/install.html">Install</a></li>
-                <li><a 
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
-                <li><a href="/quickstart/explorezeppelinui.html">Explore 
Zeppelin UI</a></li>
-                <li><a href="/quickstart/tutorial.html">Tutorial</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/install.html">Install</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin 
UI</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Basic Feature Guide</b><span></li>
-                <li><a href="/manual/dynamicform.html">Dynamic Form</a></li>
-                <li><a href="/manual/publish.html">Publish your 
Paragraph</a></li>
-                <li><a href="/manual/notebookashomepage.html">Customize 
Zeppelin Homepage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT/manual/publish.html">Publish 
your Paragraph</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html">Customize Zeppelin 
Homepage</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>More</b><span></li>
-                <li><a href="/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Interpreter <b class="caret"></b></a>
               <ul class="dropdown-menu scrollable-menu">
-                <li><a href="/manual/interpreters.html">Overview</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/interpreters.html">Overview</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Usage</b><span></li>
-                <li><a href="/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
-                <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
-                <li><a href="/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
+                <!--<li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Available 
Interpreters</b><span></li>
-                <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
-                <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
-                <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
-                <li><a 
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
-                <li><a href="/interpreter/flink.html">Flink</a></li>
-                <li><a href="/interpreter/geode.html">Geode</a></li>
-                <li><a href="/interpreter/hbase.html">HBase</a></li>
-                <li><a href="/interpreter/hdfs.html">HDFS</a></li>
-                <li><a href="/interpreter/hive.html">Hive</a></li>
-                <li><a href="/interpreter/ignite.html">Ignite</a></li>
-                <li><a href="/interpreter/jdbc.html">JDBC</a></li>
-                <li><a href="/interpreter/lens.html">Lens</a></li>
-                <li><a href="/interpreter/livy.html">Livy</a></li>
-                <li><a href="/interpreter/markdown.html">Markdown</a></li>
-                <li><a href="/interpreter/python.html">Python</a></li>
-                <li><a href="/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
-                <li><a href="/interpreter/r.html">R</a></li>
-                <li><a href="/interpreter/scalding.html">Scalding</a></li>
-                <li><a href="/interpreter/shell.html">Shell</a></li>
-                <li><a href="/interpreter/spark.html">Spark</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/alluxio.html">Alluxio</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/bigquery.html">BigQuery</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/cassandra.html">Cassandra</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html">Elasticsearch</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/flink.html">Flink</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/geode.html">Geode</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hbase.html">HBase</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hdfs.html">HDFS</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/hive.html">Hive</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/ignite.html">Ignite</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/jdbc.html">JDBC</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/python.html">Python</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/r.html">R</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/shell.html">Shell</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/interpreter/spark.html">Spark</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
                 <li class="title"><span><b>Basic Display System</b><span></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#table">Table</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Angular API</b><span></li>
-                <li><a href="/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
-                <li><a href="/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
               </ul>
             </li>
             <li>
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">More<b class="caret"></b></a>
               <ul class="dropdown-menu scrollable-menu" style="right: 0; left: 
auto;">
                 <li class="title"><span><b>Notebook Storage</b><span></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-local-git-repository">Git 
Storage</a></li>
-                <li><a href="/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
-                <li><a 
href="/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-local-git-repository">Git
 Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#notebook-storage-in-azure">Azure
 Storage</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub
 Storage</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>REST API</b><span></li>
-                <li><a href="/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
-                <li><a href="/rest-api/rest-notebook.html">Notebook 
API</a></li>
-                <li><a href="/rest-api/rest-configuration.html">Configuration 
API</a></li>
-                <li><a href="/rest-api/rest-credential.html">Credential 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-configuration.html">Configuration 
API</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/rest-api/rest-credential.html">Credential 
API</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Security</b><span></li>
-                <li><a href="/security/authentication.html">Authentication for 
NGINX</a></li>
-                <li><a href="/security/shiroauthentication.html">Shiro 
Authentication</a></li>
-                <li><a href="/security/notebook_authorization.html">Notebook 
Authorization</a></li>
-                <li><a href="/security/datasource_authorization.html">Data 
Source Authorization</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/authentication.html">Authentication for 
NGINX</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html">Shiro 
Authentication</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/notebook_authorization.html">Notebook 
Authorization</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/security/datasource_authorization.html">Data Source 
Authorization</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Advanced</b><span></li>
-                <li><a href="/install/virtual_machine.html">Zeppelin on 
Vagrant VM</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark 
Cluster Mode (Standalone)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark 
Cluster Mode (YARN)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark 
Cluster Mode (Mesos)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/virtual_machine.html">Zeppelin on Vagrant 
VM</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin
 on Spark Cluster Mode (Standalone)</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span><b>Contibute</b><span></li>
-                <li><a 
href="/development/writingzeppelininterpreter.html">Writing Zeppelin 
Interpreter</a></li>
-                <li><a 
href="/development/writingzeppelinapplication.html">Writing Zeppelin 
Application (Experimental)</a></li>                
-                <li><a href="/development/howtocontribute.html">How to 
contribute (code)</a></li>
-                <li><a href="/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html">Writing 
Zeppelin Interpreter</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing 
Zeppelin Application (Experimental)</a></li>                
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/howtocontribute.html">How to contribute 
(code)</a></li>
+                <li><a 
href="/docs/0.7.0-SNAPSHOT/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
               </ul>
             </li>
           </ul>
           <ul class="nav navbar-nav">
             <li>
-              <a href="/search.html" class="nav-search-link">
+              <a href="/docs/0.7.0-SNAPSHOT/search.html" 
class="nav-search-link">
                 <span class="fa fa-search nav-search-icon"></span>
               </a>
             </li>
@@ -306,7 +304,7 @@ If you want to learn more about this fea
 
 <p><img class="img-responsive" style="margin:0 auto; padding: 15px;" 
src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
 
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a 
href="http://git.apache.org/zeppelin.git";>source repository</a> and <a 
href="https://zeppelin.apache.org/contribution/contributions.html";>how to 
contribute</a>.
+<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a 
href="http://git.apache.org/zeppelin.git";>source repository</a> and <a 
href="./development/howtocontribute.html">how to contribute</a>.
 Apache Zeppelin has a very active development community.
 Join to our <a href="https://zeppelin.apache.org/community.html";>Mailing 
list</a> and report issues on <a 
href="https://issues.apache.org/jira/browse/ZEPPELIN";>Jira Issue 
tracker</a>.</p>
 
@@ -394,8 +392,6 @@ Join to our <a href="https://zeppelin.ap
 <ul>
 <li><a href="./install/virtual_machine.html">Apache Zeppelin on Vagrant 
VM</a></li>
 <li><a href="./install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin 
on Spark Cluster Mode (Standalone via Docker)</a></li>
-<li><a href="./install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on 
Spark Cluster Mode (YARN via Docker)</a></li>
-<li><a href="./install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin 
on Spark Cluster Mode (Mesos via Docker)</a></li>
 </ul></li>
 <li>Contribute
 
@@ -426,6 +422,22 @@ Join to our <a href="https://zeppelin.ap
     </div>
 
     
+
+
+  <script type="text/javascript">
+  (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');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
   </body>
 </html>
 

Modified: zeppelin/site/index.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Mon Sep 12 04:26:52 2016
@@ -1,9 +1,10 @@
 
+
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Apache Zeppelin 0.7.0-SNAPSHOT Documentation: </title>
+    <title>Zeppelin</title>
     
     <meta name="author" content="The Apache Software Foundation">
 
@@ -12,11 +13,9 @@
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
     <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+      <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
     <![endif]-->
 
-    <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" 
rel="stylesheet">
-
     <!-- Le styles -->
     <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
     <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" 
type="text/css">
@@ -32,11 +31,6 @@
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js";></script>
     <script 
src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/docs.js"></script>
-    <script src="/assets/themes/zeppelin/js/anchor.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/toc.js"></script>
-    <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/search.js"></script>    
 
     <!-- atom & rss feed -->
     <link href="/atom.xml" type="application/atom+xml" rel="alternate" 
title="Sitewide ATOM Feed">
@@ -45,7 +39,7 @@
 
   <body>
     
-        <div id="menu" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
       <div class="container">
         <div class="navbar-header">
           <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -54,132 +48,178 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="">
+          <a class="navbar-brand" href="/">
             <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" 
width="50" alt="I'm zeppelin">
-            <span style="vertical-align:middle">Zeppelin</span>
-            <span 
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
+            Apache Zeppelin
           </a>
         </div>
         <nav class="navbar-collapse collapse" role="navigation">
-          <ul class="nav navbar-nav">
-            <li>
-              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick 
Start <b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><a href="/index.html">What is Apache Zeppelin ?</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Getting Started</b><span></li>
-                <li><a href="/install/install.html">Install</a></li>
-                <li><a 
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
-                <li><a href="/quickstart/explorezeppelinui.html">Explore 
Zeppelin UI</a></li>
-                <li><a href="/quickstart/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Basic Feature Guide</b><span></li>
-                <li><a href="/manual/dynamicform.html">Dynamic Form</a></li>
-                <li><a href="/manual/publish.html">Publish your 
Paragraph</a></li>
-                <li><a href="/manual/notebookashomepage.html">Customize 
Zeppelin Homepage</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>More</b><span></li>
-                <li><a href="/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
-              </ul>
-            </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Interpreter <b class="caret"></b></a>
-              <ul class="dropdown-menu scrollable-menu">
-                <li><a href="/manual/interpreters.html">Overview</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Usage</b><span></li>
-                <li><a href="/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
-                <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
-                <li><a href="/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Available 
Interpreters</b><span></li>
-                <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
-                <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
-                <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
-                <li><a 
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
-                <li><a href="/interpreter/flink.html">Flink</a></li>
-                <li><a href="/interpreter/geode.html">Geode</a></li>
-                <li><a href="/interpreter/hbase.html">HBase</a></li>
-                <li><a href="/interpreter/hdfs.html">HDFS</a></li>
-                <li><a href="/interpreter/hive.html">Hive</a></li>
-                <li><a href="/interpreter/ignite.html">Ignite</a></li>
-                <li><a href="/interpreter/jdbc.html">JDBC</a></li>
-                <li><a href="/interpreter/lens.html">Lens</a></li>
-                <li><a href="/interpreter/livy.html">Livy</a></li>
-                <li><a href="/interpreter/markdown.html">Markdown</a></li>
-                <li><a href="/interpreter/python.html">Python</a></li>
-                <li><a href="/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
-                <li><a href="/interpreter/r.html">R</a></li>
-                <li><a href="/interpreter/scalding.html">Scalding</a></li>
-                <li><a href="/interpreter/shell.html">Shell</a></li>
-                <li><a href="/interpreter/spark.html">Spark</a></li>
-              </ul>
-            </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Display System <b class="caret"></b></a>
+          <ul class="nav navbar-nav navbar-right">
+            
+            
+            
+
+
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+          
+            <li><a href="/community.html">Community</a></li>
+          
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+          
+            <li><a href="/download.html">Download</a></li>
+          
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+
+
+
+
+
+            <!-- Docs -->
+            <li id="docs">
+              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li class="title"><span><b>Basic Display System</b><span></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#table">Table</a></li>
+                <li><span><b>Release</b><span></li>
+                <li><a href="/docs/0.6.1">0.6.1</a></li>
+                <li><a href="/docs/0.6.0">0.6.0</a></li>
+                <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
+                <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
+                <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
                 <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Angular API</b><span></li>
-                <li><a href="/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
-                <li><a href="/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
+                <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
               </ul>
             </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">More<b class="caret"></b></a>
-              <ul class="dropdown-menu scrollable-menu" style="right: 0; left: 
auto;">
-                <li class="title"><span><b>Notebook Storage</b><span></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-local-git-repository">Git 
Storage</a></li>
-                <li><a href="/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
-                <li><a 
href="/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>REST API</b><span></li>
-                <li><a href="/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
-                <li><a href="/rest-api/rest-notebook.html">Notebook 
API</a></li>
-                <li><a href="/rest-api/rest-configuration.html">Configuration 
API</a></li>
-                <li><a href="/rest-api/rest-credential.html">Credential 
API</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Security</b><span></li>
-                <li><a href="/security/authentication.html">Authentication for 
NGINX</a></li>
-                <li><a href="/security/shiroauthentication.html">Shiro 
Authentication</a></li>
-                <li><a href="/security/notebook_authorization.html">Notebook 
Authorization</a></li>
-                <li><a href="/security/datasource_authorization.html">Data 
Source Authorization</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Advanced</b><span></li>
-                <li><a href="/install/virtual_machine.html">Zeppelin on 
Vagrant VM</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark 
Cluster Mode (Standalone)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark 
Cluster Mode (YARN)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark 
Cluster Mode (Mesos)</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Contibute</b><span></li>
-                <li><a 
href="/development/writingzeppelininterpreter.html">Writing Zeppelin 
Interpreter</a></li>
-                <li><a 
href="/development/writingzeppelinapplication.html">Writing Zeppelin 
Application (Experimental)</a></li>                
-                <li><a href="/development/howtocontribute.html">How to 
contribute (code)</a></li>
-                <li><a href="/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
+
+            <li><a 
href="https://github.com/apache/incubator-zeppelin";>GitHub</a></li>
+
+            <!-- Apache -->
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Apache<b class="caret"></b></a>
+               <ul class="dropdown-menu">
+                <li><a 
href="http://www.apache.org/foundation/how-it-works.html";>Apache Software 
Foundation</a></li>
+                <li><a href="http://www.apache.org/licenses/";>Apache 
License</a></li>
+                <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                <li><a href="/assets.html">Assets</a></li>
+                <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
               </ul>
             </li>
           </ul>
-          <ul class="nav navbar-nav">
-            <li>
-              <a href="/search.html" class="nav-search-link">
-                <span class="fa fa-search nav-search-icon"></span>
-              </a>
-            </li>
-          </ul>
         </nav><!--/.navbar-collapse -->
       </div>
     </div>
 
 
+<div class="jumbotron">
+  <div class="container">
+    <h1>Apache Zeppelin</h1>
+    <p>A web-based notebook that enables interactive data analytics. <br/>
+      You can make beautiful data-driven, interactive and collaborative 
documents with SQL, Scala and more.
+    </p>
+    <p><a href="http://youtu.be/_PQbVH_aO5E"; target="_zeppelinVideo" 
class="btn btn-primary btn-lg bigFingerButton" role="button">Watch the video</a>
+
+       <a href="./download.html" class="btn btn-primary btn-lg 
bigFingerButton" role="button">Get Zeppelin</a></p>
+  </div>
+</div>
+
+
 
     <div class="content">
       
-<!--<div class="hero-unit ">
-  <h1></h1>
+
+<!--<div class="hero-unit Zeppelin">
+  <h1> <small>Less Development, More analysis!</small></h1>
 </div>
 -->
 
@@ -222,34 +262,34 @@ limitations under the License.
 
 <h2>Multiple Language Backend</h2>
 
-<p><a href="./manual/interpreters.html">Apache Zeppelin interpreter</a> 
concept allows any language/data-processing-backend to be plugged into Zeppelin.
+<p><a href="./docs/latest/manual/interpreters.html">Apache Zeppelin 
interpreter</a> concept allows any language/data-processing-backend to be 
plugged into Zeppelin.
 Currently Apache Zeppelin supports many interpreters such as Apache Spark, 
Python, JDBC, Markdown and Shell.</p>
 
 <p><img class="img-responsive" width="500px" style="margin:0 auto; padding: 
26px;" src="./assets/themes/zeppelin/img/available_interpreters.png" /></p>
 
-<p>Adding new language-backend is really simple. Learn <a 
href="./development/writingzeppelininterpreter.html#make-your-own-interpreter">how
 to create your own interpreter</a>.</p>
+<p>Adding new language-backend is really simple. Learn <a 
href="./docs/latest/development/writingzeppelininterpreter.html#make-your-own-interpreter">how
 to create a new interpreter</a>.</p>
 
 <h4>Apache Spark integration</h4>
 
 <p>Especially, Apache Zeppelin provides built-in <a 
href="http://spark.apache.org/";>Apache Spark</a> integration. You don&#39;t 
need to build a separate module, plugin or library for it.</p>
 
-<p><img class="img-responsive" 
src="./assets/themes/zeppelin/img/spark_logo.png" width="140px" /></p>
+<p><img class="img-responsive" 
src="./assets/themes/zeppelin/img/spark_logo.jpg" width="140px" /></p>
 
 <p>Apache Zeppelin with Spark integration provides</p>
 
 <ul>
 <li>Automatic SparkContext and SQLContext injection</li>
-<li>Runtime jar dependency loading from local filesystem or maven repository. 
Learn more about <a 
href="./interpreter/spark.html#dependencyloading">dependency loader</a>.</li>
+<li>Runtime jar dependency loading from local filesystem or maven repository. 
Learn more about <a 
href="./docs/latest/interpreter/spark.html#dependencyloading">dependency 
loader</a>.</li>
 <li>Canceling job and displaying its progress</li>
 </ul>
 
-<p>For the further information about Apache Spark in Apache Zeppelin, please 
see <a href="./interpreter/spark.html">Spark interpreter for Apache 
Zeppelin</a>.</p>
+<p>For the further information about Apache Spark in Apache Zeppelin, please 
see <a href="./docs/latest/interpreter/spark.html">Spark interpreter for Apache 
Zeppelin</a>.</p>
 
 <p><br /></p>
 
 <h2>Data visualization</h2>
 
-<p>Some basic charts are already included in Apache Zeppelin. Visualizations 
are not limited to Spark SQL query, any output from any language backend can be 
recognized and visualized.</p>
+<p>Some basic charts are already included in Apache Zeppelin. Visualizations 
are not limited to SparkSQL query, any output from any language backend can be 
recognized and visualized.</p>
 
 <div class="row">
   <div class="col-md-6">
@@ -270,7 +310,7 @@ Currently Apache Zeppelin supports many
   </div>
 </div>
 
-<p>Learn more about <a href="#display-system">display systems</a> in Apache 
Zeppelin.</p>
+<p>Learn more about <a 
href="./docs/latest/displaysystem/basicdisplaysystem.html">basic display 
systems</a> and Angular API(<a 
href="./docs/latest/displaysystem/front-end-angular.html">frontend</a> , <a 
href="./docs/latest/displaysystem/back-end-angular.html">backend</a>) in Apache 
Zeppelin.</p>
 
 <p><br /></p>
 
@@ -282,7 +322,7 @@ Currently Apache Zeppelin supports many
     <img class="img-responsive" style="margin: 16px auto;" 
src="./assets/themes/zeppelin/img/screenshots/dynamicform.png" />
   </div>
 </div>
-Learn more about <a href="./manual/dynamicform.html">Dynamic Forms</a>.</p>
+Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic 
Forms</a>.</p>
 
 <p><br /></p>
 
@@ -298,7 +338,7 @@ Learn more about <a href="./manual/dynam
 
 <p>Apache Zeppelin provides an URL to display the result only, that page does 
not include any menus and buttons inside of notebooks.
 You can easily embed it as an iframe inside of your website in this way.
-If you want to learn more about this feature, please visit <a 
href="./manual/publish.html">this page</a>.</p>
+If you want to learn more about this feature, please visit <a 
href="./docs/latest/manual/publish.html">this page</a>.</p>
 
 <p><br /></p>
 
@@ -306,115 +346,10 @@ If you want to learn more about this fea
 
 <p><img class="img-responsive" style="margin:0 auto; padding: 15px;" 
src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
 
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a 
href="http://git.apache.org/zeppelin.git";>source repository</a> and <a 
href="https://zeppelin.apache.org/contribution/contributions.html";>how to 
contribute</a>.
+<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a 
href="http://git.apache.org/zeppelin.git";>source repository</a> and <a 
href="./docs/latest/development/howtocontribute.html">how to contribute</a>.
 Apache Zeppelin has a very active development community.
 Join to our <a href="https://zeppelin.apache.org/community.html";>Mailing 
list</a> and report issues on <a 
href="https://issues.apache.org/jira/browse/ZEPPELIN";>Jira Issue 
tracker</a>.</p>
 
-<h2>What is the next ?</h2>
-
-<h4>Quick Start</h4>
-
-<ul>
-<li>Getting Started
-
-<ul>
-<li><a href="./install/install.html">Quick Start</a> for basic instructions on 
installing Apache Zeppelin</li>
-<li><a 
href="./install/install.html#apache-zeppelin-configuration">Configuration</a> 
lists for Apache Zeppelin</li>
-<li><a href="./quickstart/explorezeppelinui.html">Explore Apache Zeppelin 
UI</a>: basic components of Apache Zeppelin home</li>
-<li><a href="./quickstart/tutorial.html">Tutorial</a>: a short walk-through 
tutorial that uses Apache Spark backend</li>
-</ul></li>
-<li>Basic Feature Guide
-
-<ul>
-<li><a href="./manual/dynamicform.html">Dynamic Form</a>: a step by step guide 
for creating dynamic forms</li>
-<li><a href="./manual/publish.html">Publish your Paragraph</a> results into 
your external website</li>
-<li><a href="./manual/notebookashomepage.html">Customize Zeppelin Homepage</a> 
with one of your notebooks</li>
-</ul></li>
-<li>More
-
-<ul>
-<li><a href="./install/upgrade.html">Upgrade Apache Zeppelin Version</a>: a 
manual procedure of upgrading Apache Zeppelin version</li>
-</ul></li>
-</ul>
-
-<h4>Interpreter</h4>
-
-<ul>
-<li><a href="./manual/interpreters.html">Interpreters in Apache Zeppelin</a>: 
what is interpreter group? how can you set interpreters in Apache Zeppelin?</li>
-<li>Usage
-
-<ul>
-<li><a href="./manual/interpreterinstallation.html">Interpreter 
Installation</a>: Install not only community managed interpreters but also 3rd 
party interpreters</li>
-<li><a href="./manual/dependencymanagement.html">Interpreter Dependency 
Management</a> when you include external libraries to interpreter</li>
-</ul></li>
-<li>Available Interpreters: currently, about 20 interpreters are available in 
Apache Zeppelin.</li>
-</ul>
-
-<h4>Display System</h4>
-
-<ul>
-<li>Basic Display System: <a 
href="./displaysystem/basicdisplaysystem.html#text">Text</a>, <a 
href="./displaysystem/basicdisplaysystem.html#html">HTML</a>, <a 
href="./displaysystem/basicdisplaysystem.html#table">Table</a> is available</li>
-<li>Angular API: a description about avilable backend and frontend AngularJS 
API with examples
-
-<ul>
-<li><a href="./displaysystem/back-end-angular.html">Angular (backend 
API)</a></li>
-<li><a href="./displaysystem/front-end-angular.html">Angular (frontend 
API)</a></li>
-</ul></li>
-</ul>
-
-<h4>More</h4>
-
-<ul>
-<li>Notebook Storage: a guide about saving notebooks to external storage
-
-<ul>
-<li><a 
href="./storage/storage.html#notebook-storage-in-local-git-repository">Git 
Storage</a></li>
-<li><a href="./storage/storage.html#notebook-storage-in-s3">S3 Storage</a></li>
-<li><a href="./storage/storage.html#notebook-storage-in-azure">Azure 
Storage</a></li>
-<li><a href="./storage/storage.html#storage-in-zeppelinhub">ZeppelinHub 
Storage</a></li>
-</ul></li>
-<li>REST API: available REST API list in Apache Zeppelin
-
-<ul>
-<li><a href="./rest-api/rest-interpreter.html">Interpreter API</a></li>
-<li><a href="./rest-api/rest-notebook.html">Notebook API</a></li>
-<li><a href="./rest-api/rest-configuration.html">Configuration API</a></li>
-<li><a href="./rest-api/rest-credential.html">Credential API</a></li>
-</ul></li>
-<li>Security: available security support in Apache Zeppelin
-
-<ul>
-<li><a href="./security/authentication.html">Authentication for NGINX</a></li>
-<li><a href="./security/shiroauthentication.html">Shiro Authentication</a></li>
-<li><a href="./security/notebook_authorization.html">Notebook 
Authorization</a></li>
-<li><a href="./security/datasource_authorization.html">Data Source 
Authorization</a></li>
-</ul></li>
-<li>Advanced
-
-<ul>
-<li><a href="./install/virtual_machine.html">Apache Zeppelin on Vagrant 
VM</a></li>
-<li><a href="./install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin 
on Spark Cluster Mode (Standalone via Docker)</a></li>
-<li><a href="./install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on 
Spark Cluster Mode (YARN via Docker)</a></li>
-<li><a href="./install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin 
on Spark Cluster Mode (Mesos via Docker)</a></li>
-</ul></li>
-<li>Contribute
-
-<ul>
-<li><a href="./development/writingzeppelininterpreter.html">Writing Zeppelin 
Interpreter</a></li>
-<li><a href="./development/writingzeppelinapplication.html">Writing Zeppelin 
Application (Experimental)</a></li>
-<li><a href="./development/howtocontribute.html">How to contribute 
(code)</a></li>
-<li><a href="./development/howtocontributewebsite.html">How to contribute 
(documentation website)</a></li>
-</ul></li>
-</ul>
-
-<h4>External Resources</h4>
-
-<ul>
-<li><a href="https://zeppelin.apache.org/community.html";>Mailing List</a></li>
-<li><a 
href="https://cwiki.apache.org/confluence/display/ZEPPELIN/Zeppelin+Home";>Apache
 Zeppelin Wiki</a></li>
-<li><a 
href="http://stackoverflow.com/questions/tagged/apache-zeppelin";>StackOverflow 
tag <code>apache-zeppelin</code></a></li>
-</ul>
-
   </div>
 </div>
 
@@ -426,6 +361,24 @@ Join to our <a href="https://zeppelin.ap
     </div>
 
     
+
+
+
+
+  <script type="text/javascript">
+  (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');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
   </body>
 </html>
 

Modified: zeppelin/site/rss.xml
URL: 
http://svn.apache.org/viewvc/zeppelin/site/rss.xml?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/rss.xml (original)
+++ zeppelin/site/rss.xml Mon Sep 12 04:26:52 2016
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin - The Apache Software 
Foundation</description>
         <link>http://zeppelin.apache.org</link>
         <link>http://zeppelin.apache.org</link>
-        <lastBuildDate>2016-09-12T13:08:09+09:00</lastBuildDate>
-        <pubDate>2016-09-12T13:08:09+09:00</pubDate>
+        <lastBuildDate>2016-09-07T16:39:01+09:00</lastBuildDate>
+        <pubDate>2016-09-07T16:39:01+09:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: zeppelin/site/screenshots.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/screenshots.html?rev=1760291&r1=1760290&r2=1760291&view=diff
==============================================================================
--- zeppelin/site/screenshots.html (original)
+++ zeppelin/site/screenshots.html Mon Sep 12 04:26:52 2016
@@ -1,10 +1,11 @@
 
+
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Apache Zeppelin 0.7.0-SNAPSHOT Documentation: </title>
-    
+    <title>Screenshots</title>
+    <meta name="description" content="">
     <meta name="author" content="The Apache Software Foundation">
 
     <!-- Enable responsive viewport -->
@@ -12,11 +13,9 @@
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
     <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+      <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
     <![endif]-->
 
-    <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" 
rel="stylesheet">
-
     <!-- Le styles -->
     <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" 
rel="stylesheet">
     <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" 
type="text/css">
@@ -32,11 +31,6 @@
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js";></script>
     <script 
src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/docs.js"></script>
-    <script src="/assets/themes/zeppelin/js/anchor.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/toc.js"></script>
-    <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/assets/themes/zeppelin/js/search.js"></script>    
 
     <!-- atom & rss feed -->
     <link href="/atom.xml" type="application/atom+xml" rel="alternate" 
title="Sitewide ATOM Feed">
@@ -45,7 +39,7 @@
 
   <body>
     
-        <div id="menu" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
       <div class="container">
         <div class="navbar-header">
           <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -54,131 +48,165 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="">
+          <a class="navbar-brand" href="/">
             <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" 
width="50" alt="I'm zeppelin">
-            <span style="vertical-align:middle">Zeppelin</span>
-            <span 
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
+            Apache Zeppelin
           </a>
         </div>
         <nav class="navbar-collapse collapse" role="navigation">
-          <ul class="nav navbar-nav">
-            <li>
-              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick 
Start <b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><a href="/index.html">What is Apache Zeppelin ?</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Getting Started</b><span></li>
-                <li><a href="/install/install.html">Install</a></li>
-                <li><a 
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
-                <li><a href="/quickstart/explorezeppelinui.html">Explore 
Zeppelin UI</a></li>
-                <li><a href="/quickstart/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Basic Feature Guide</b><span></li>
-                <li><a href="/manual/dynamicform.html">Dynamic Form</a></li>
-                <li><a href="/manual/publish.html">Publish your 
Paragraph</a></li>
-                <li><a href="/manual/notebookashomepage.html">Customize 
Zeppelin Homepage</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>More</b><span></li>
-                <li><a href="/install/upgrade.html">Upgrade Zeppelin 
Version</a></li>
-              </ul>
-            </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Interpreter <b class="caret"></b></a>
-              <ul class="dropdown-menu scrollable-menu">
-                <li><a href="/manual/interpreters.html">Overview</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Usage</b><span></li>
-                <li><a href="/manual/interpreterinstallation.html">Interpreter 
Installation</a></li>
-                <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic 
Interpreter Loading</a></li>-->
-                <li><a href="/manual/dependencymanagement.html">Interpreter 
Dependency Management</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Available 
Interpreters</b><span></li>
-                <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
-                <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
-                <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
-                <li><a 
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
-                <li><a href="/interpreter/flink.html">Flink</a></li>
-                <li><a href="/interpreter/geode.html">Geode</a></li>
-                <li><a href="/interpreter/hbase.html">HBase</a></li>
-                <li><a href="/interpreter/hdfs.html">HDFS</a></li>
-                <li><a href="/interpreter/hive.html">Hive</a></li>
-                <li><a href="/interpreter/ignite.html">Ignite</a></li>
-                <li><a href="/interpreter/jdbc.html">JDBC</a></li>
-                <li><a href="/interpreter/lens.html">Lens</a></li>
-                <li><a href="/interpreter/livy.html">Livy</a></li>
-                <li><a href="/interpreter/markdown.html">Markdown</a></li>
-                <li><a href="/interpreter/python.html">Python</a></li>
-                <li><a href="/interpreter/postgresql.html">Postgresql, 
HAWQ</a></li>
-                <li><a href="/interpreter/r.html">R</a></li>
-                <li><a href="/interpreter/scalding.html">Scalding</a></li>
-                <li><a href="/interpreter/shell.html">Shell</a></li>
-                <li><a href="/interpreter/spark.html">Spark</a></li>
-              </ul>
-            </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Display System <b class="caret"></b></a>
+          <ul class="nav navbar-nav navbar-right">
+            
+            
+            
+
+
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+          
+            <li><a href="/community.html">Community</a></li>
+          
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+          
+            <li><a href="/download.html">Download</a></li>
+          
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+
+
+
+
+
+            <!-- Docs -->
+            <li id="docs">
+              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li class="title"><span><b>Basic Display System</b><span></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
-                <li><a 
href="/displaysystem/basicdisplaysystem.html#table">Table</a></li>
+                <li><span><b>Release</b><span></li>
+                <li><a href="/docs/0.6.1">0.6.1</a></li>
+                <li><a href="/docs/0.6.0">0.6.0</a></li>
+                <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
+                <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
+                <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
                 <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Angular API</b><span></li>
-                <li><a href="/displaysystem/back-end-angular.html">Angular 
(backend API)</a></li>
-                <li><a href="/displaysystem/front-end-angular.html">Angular 
(frontend API)</a></li>
+                <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
               </ul>
             </li>
-            <li>
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">More<b class="caret"></b></a>
-              <ul class="dropdown-menu scrollable-menu" style="right: 0; left: 
auto;">
-                <li class="title"><span><b>Notebook Storage</b><span></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-local-git-repository">Git 
Storage</a></li>
-                <li><a href="/storage/storage.html#notebook-storage-in-s3">S3 
Storage</a></li>
-                <li><a 
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
-                <li><a 
href="/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>REST API</b><span></li>
-                <li><a href="/rest-api/rest-interpreter.html">Interpreter 
API</a></li>
-                <li><a href="/rest-api/rest-notebook.html">Notebook 
API</a></li>
-                <li><a href="/rest-api/rest-configuration.html">Configuration 
API</a></li>
-                <li><a href="/rest-api/rest-credential.html">Credential 
API</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Security</b><span></li>
-                <li><a href="/security/authentication.html">Authentication for 
NGINX</a></li>
-                <li><a href="/security/shiroauthentication.html">Shiro 
Authentication</a></li>
-                <li><a href="/security/notebook_authorization.html">Notebook 
Authorization</a></li>
-                <li><a href="/security/datasource_authorization.html">Data 
Source Authorization</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Advanced</b><span></li>
-                <li><a href="/install/virtual_machine.html">Zeppelin on 
Vagrant VM</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark 
Cluster Mode (Standalone)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark 
Cluster Mode (YARN)</a></li>
-                <li><a 
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark 
Cluster Mode (Mesos)</a></li>
-                <li role="separator" class="divider"></li>
-                <li class="title"><span><b>Contibute</b><span></li>
-                <li><a 
href="/development/writingzeppelininterpreter.html">Writing Zeppelin 
Interpreter</a></li>
-                <li><a 
href="/development/writingzeppelinapplication.html">Writing Zeppelin 
Application (Experimental)</a></li>                
-                <li><a href="/development/howtocontribute.html">How to 
contribute (code)</a></li>
-                <li><a href="/development/howtocontributewebsite.html">How to 
contribute (website)</a></li>
+
+            <li><a 
href="https://github.com/apache/incubator-zeppelin";>GitHub</a></li>
+
+            <!-- Apache -->
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Apache<b class="caret"></b></a>
+               <ul class="dropdown-menu">
+                <li><a 
href="http://www.apache.org/foundation/how-it-works.html";>Apache Software 
Foundation</a></li>
+                <li><a href="http://www.apache.org/licenses/";>Apache 
License</a></li>
+                <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                <li><a href="/assets.html">Assets</a></li>
+                <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
               </ul>
             </li>
           </ul>
-          <ul class="nav navbar-nav">
-            <li>
-              <a href="/search.html" class="nav-search-link">
-                <span class="fa fa-search nav-search-icon"></span>
-              </a>
-            </li>
-          </ul>
         </nav><!--/.navbar-collapse -->
       </div>
     </div>
 
 
 
+
     <div class="content">
       
-<!--<div class="hero-unit ">
+
+<!--<div class="hero-unit Screenshots">
   <h1></h1>
 </div>
 -->
@@ -202,7 +230,7 @@ limitations under the License.
 <div class="row">
      <div class="col-md-3">
           <a href="assets/themes/zeppelin/img/screenshots/sparksql.png"><img 
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/sparksql.png" 
/></a>
-          <center>Spark SQL with inline visualization</center>
+          <center>SparkSQL with inline visualization</center>
      </div>
      <div class="col-md-3">
           <a href="assets/themes/zeppelin/img/screenshots/spark.png"><img 
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/spark.png" /></a>
@@ -237,6 +265,24 @@ limitations under the License.
     </div>
 
     
+
+
+
+
+  <script type="text/javascript">
+  (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');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
   </body>
 </html>
 



Reply via email to