Repository: incubator-zeppelin
Updated Branches:
  refs/heads/gh-pages 2292dfa4b -> 71db6d57e


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/css/style.css
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/css/style.css 
b/assets/themes/zeppelin/css/style.css
new file mode 100644
index 0000000..35223a4
--- /dev/null
+++ b/assets/themes/zeppelin/css/style.css
@@ -0,0 +1,371 @@
+/* Move down content because we have a fixed navbar that is 50px tall */
+@import url(//fonts.googleapis.com/css?family=Patua+One);
+
+body {
+  padding-top: 50px;
+  padding-bottom: 20px;
+}
+
+.jumbotron {
+    background-color: #3071a9;
+}
+
+.navbar-brand {
+  padding: 12px 12px;
+  padding-top: 15px;
+  padding-bottom: 10px;
+}
+
+.navbar {
+ background-color:#3071a9;
+ border-bottom:0px;
+ height: 50px;
+}
+
+.navbar-inverse .navbar-nav > li > a {
+ color: #ffffff;
+ background-color:#3071a9;
+}
+
+.navbar-inverse .navbar-nav > li > a:hover, 
+.navbar-inverse .navbar-nav > li > a:focus {
+  color: #ffffff;
+  background-color: #2C6094;
+}
+.navbar-inverse .navbar-nav > li > a.active:hover, 
+.navbar-inverse .navbar-nav > li > a.active:focus {
+  text-decoration: none;
+  background-color: #265380;
+}
+
+.navbar-inverse .navbar-nav > li > a.active {
+  background-color: #265380;
+}
+
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+}
+
+.navbar-inverse .navbar-brand {
+  color: #fff;
+  text-decoration: none;
+  font-size: 32px;
+}
+
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+  border-color: #265380;
+  background-color: #3071a9;
+}
+
+@media (max-width: 768px) {
+  .navbar-collapse.in {
+    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
+  }
+
+  .bigFingerButton {
+    margin-top: 12px;
+    display: block;
+    margin-right: auto;
+    margin-left: auto;
+  }
+}
+
+.bigFingerButton {
+    margin-right: 10px;
+}
+
+.navbar-inverse .navbar-toggle {
+  border-color: #265380;
+}
+
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+  border-color: #265380;
+  background-color: #265380;
+}
+
+.navbar-inverse .navbar-toggle:focus {
+  outline-width: 0px;
+}
+
+
+/* CUSTOMIZE THE CAROUSEL
+-------------------------------------------------- */
+
+/* Carousel base class */
+.carousel {
+  height: 200px;
+  margin-bottom: 10px;
+}
+/* Since positioning the image, we need to help out the caption */
+.carousel-caption {
+  z-index: 10;
+}
+
+/* Declare heights because of positioning of img element */
+.carousel .item {
+  height: 300px;
+}
+.carousel-control {
+  background-image: none !important;
+}
+
+.carousel-inner > .item > img {
+  position: absolute;
+  top: 0;
+  left: 0;
+  min-width: 100%;
+  height: 300px;
+}
+.carousel-indicators {
+  margin-top:30px;
+  margin-bottom:0px;
+}
+@media screen and (min-width: 768px) {
+  .carousel-indicators {
+    margin-bottom: -60px;
+  }
+  .carousel-caption {
+    padding-bottom: 60px;
+  }
+}
+
+
+.jumbotron h1,
+.jumbotron p  {
+  color: #fff;
+}
+.jumbotron .thumbnail {
+  margin-top: 0;
+}
+.jumbotron.small {
+    padding: 0 0 0 0;
+    color : #ffffff;
+}
+.jumbotron.small .title{
+    float : left;
+    font-weight : bold;
+    font-size : 20px;
+    height : 30px;
+    margin-right: 20px;
+}
+
+.jumbotron.small .subtitle{
+    font-size : 14px;
+    height : 30px;
+    vertical-align:text-bottom;
+    padding-top:7px;
+}
+
+.jumbotron.small .description{
+    margin-top: 7px;
+}
+
+
+
+/* screenshot img inside of doc */
+.screenshot {
+    width : 800px;
+}
+
+/* Table on the index page */
+.table-container {
+    position: absolute;
+}
+
+.table-stack {
+/*    border: 1px solid #6371a9;*/
+    width:200px; padding: 5px 5px 5px 5px;
+}
+
+.table-stack table {
+    width:100%
+}
+
+.table-stack tr td{
+    border: 1px solid #FFFFFF;
+    height : 40px;
+    background-color : #6371a9;
+    color : #FFFFFF;
+}
+
+.table-stack .gray {
+    background-color:#DDDDDD;
+    color:#777777;
+}
+
+/* Table for property */
+.table-configuration {
+    width : 800px;
+    border : 1px solid gray;
+}
+.table-configuration tr td {
+    border : 1px solid gray;
+    padding : 5px 5px 5px 5px;
+}
+.table-configuration tr th {
+    border : 1px solid gray;
+    padding : 5px 5px 5px 5px;
+    background-color: #B0C4DE;
+}
+
+
+.rotate270 {
+    width:15px;padding:10px 0px 0px 0px;
+    -webkit-transform: rotate(270deg);
+    -moz-transform: rotate(270deg);
+    -ms-transform: rotate(270deg);
+    -o-transform: rotate(270deg);
+    transform: rotate(270deg);
+}
+
+
+
+
+
+
+
+
+
+/* Custom container */
+.container-narrow {
+  margin: 0 auto;
+/*  max-width: 960px; */
+}
+
+.container-narrow > hr {
+  margin: 30px 0; }
+
+/* posts index */
+.post > h3.title {
+  position: relative;
+  padding-top: 10px; }
+
+.post > h3.title span.date {
+  position: absolute;
+  right: 0;
+  font-size: 0.9em; }
+
+.post > .more {
+  margin: 10px 0;
+  text-align: left; }
+
+/* post-full*/
+.post-full .date {
+  margin-bottom: 20px;
+  font-weight: bold; }
+
+/* tag_box */
+.tag_box {
+  list-style: none;
+  margin: 0;
+  overflow: hidden; }
+
+.tag_box li {
+  line-height: 28px; }
+
+.tag_box li i {
+  opacity: 0.9; }
+
+.tag_box.inline li {
+  float: left; }
+
+.tag_box a {
+  padding: 3px 6px;
+  margin: 2px;
+  background: #eee;
+  color: #555;
+  border-radius: 3px;
+  text-decoration: none;
+  border: 1px dashed #cccccc; }
+
+.tag_box a span {
+  vertical-align: super;
+  font-size: 0.8em; }
+
+.tag_box a:hover {
+  background-color: #e5e5e5; }
+
+.tag_box a.active {
+  background: #57A957;
+  border: 1px solid #4c964d;
+  color: #FFF; }
+
+
+.jumbotron h1 {
+  font-family: 'Patua One', cursive; }
+
+.jumbotron small {
+    font-size: 60%;
+    color: #FFF;}
+
+.navbar-brand {
+    font-family: 'Patua One', cursive;
+}
+
+.navbar-brand small {
+    font-size: 60%;
+    color: #FFF; }
+
+.navbar-collapse.collapse {
+    max-height: 50px;}
+
+#apache .caret {
+    margin-left: 4px;
+    border-top-color: #FFF;
+}
+
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+  color: #ffffff;
+  background-color: #286090;
+}
+
+/* Custom, iPhone Retina */ 
+@media only screen and (max-width : 480px) {
+  .jumbotron h1 {
+    display: none;
+  }
+  .navbar-brand small {
+      display: none;
+      color: #FFF;
+  }
+}
+
+@media only screen and (max-width : 768px) {
+  .navbar .navbar-brand {
+      padding-bottom: 0;
+  }
+}
+
+@media only screen
+and (min-width : 768px)
+and (max-width : 1024px) {
+  .navbar-brand small {
+      display: none;
+  }
+  .navbar-collapse.collapse {
+      padding-right: 0;
+  }
+}
+
+
+
+
+/* docs dropdown menu */
+#docs {
+    
+}
+
+#docs .dropdown-menu {
+  left: 0;
+  right: auto;
+}
+
+#docs .dropdown-menu li span {
+  padding : 3px 10px 10px 10px;
+  font-size: 13px;
+
+}

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/css/syntax.css
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/css/syntax.css 
b/assets/themes/zeppelin/css/syntax.css
new file mode 100644
index 0000000..1e651cf
--- /dev/null
+++ b/assets/themes/zeppelin/css/syntax.css
@@ -0,0 +1,60 @@
+.highlight  { background: #ffffff; }
+.highlight .c { color: #999988; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .k { font-weight: bold } /* Keyword */
+.highlight .o { font-weight: bold } /* Operator */
+.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* 
Comment.Special */
+.highlight .gd { color: #000000; background-color: #ffdddd } /* 
Generic.Deleted */
+.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* 
Generic.Deleted.Specific */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gh { color: #999999 } /* Generic.Heading */
+.highlight .gi { color: #000000; background-color: #ddffdd } /* 
Generic.Inserted */
+.highlight .gi .x { color: #000000; background-color: #aaffaa } /* 
Generic.Inserted.Specific */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #d14 } /* Literal.String */
+.highlight .na { color: #008080 } /* Name.Attribute */
+.highlight .nb { color: #0086B3 } /* Name.Builtin */
+.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight .no { color: #008080 } /* Name.Constant */
+.highlight .ni { color: #800080 } /* Name.Entity */
+.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight .nn { color: #555555 } /* Name.Namespace */
+.highlight .nt { color: #000080 } /* Name.Tag */
+.highlight .nv { color: #008080 } /* Name.Variable */
+.highlight .ow { font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sb { color: #d14 } /* Literal.String.Backtick */
+.highlight .sc { color: #d14 } /* Literal.String.Char */
+.highlight .sd { color: #d14 } /* Literal.String.Doc */
+.highlight .s2 { color: #d14 } /* Literal.String.Double */
+.highlight .se { color: #d14 } /* Literal.String.Escape */
+.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
+.highlight .si { color: #d14 } /* Literal.String.Interpol */
+.highlight .sx { color: #d14 } /* Literal.String.Other */
+.highlight .sr { color: #009926 } /* Literal.String.Regex */
+.highlight .s1 { color: #d14 } /* Literal.String.Single */
+.highlight .ss { color: #990073 } /* Literal.String.Symbol */
+.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #008080 } /* Name.Variable.Class */
+.highlight .vg { color: #008080 } /* Name.Variable.Global */
+.highlight .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/body-bg.jpg
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/body-bg.jpg 
b/assets/themes/zeppelin/img/body-bg.jpg
new file mode 100644
index 0000000..0e0f861
Binary files /dev/null and b/assets/themes/zeppelin/img/body-bg.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/graph1.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/graph1.png 
b/assets/themes/zeppelin/img/graph1.png
new file mode 100644
index 0000000..45296d3
Binary files /dev/null and b/assets/themes/zeppelin/img/graph1.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/graph2.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/graph2.png 
b/assets/themes/zeppelin/img/graph2.png
new file mode 100644
index 0000000..75d4558
Binary files /dev/null and b/assets/themes/zeppelin/img/graph2.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/header-bg.jpg
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/header-bg.jpg 
b/assets/themes/zeppelin/img/header-bg.jpg
new file mode 100644
index 0000000..960bff7
Binary files /dev/null and b/assets/themes/zeppelin/img/header-bg.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/highlight-bg.jpg
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/highlight-bg.jpg 
b/assets/themes/zeppelin/img/highlight-bg.jpg
new file mode 100644
index 0000000..4c4a78e
Binary files /dev/null and b/assets/themes/zeppelin/img/highlight-bg.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/interpreter.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/interpreter.png 
b/assets/themes/zeppelin/img/interpreter.png
new file mode 100644
index 0000000..28d92f6
Binary files /dev/null and b/assets/themes/zeppelin/img/interpreter.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/notebook.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/notebook.png 
b/assets/themes/zeppelin/img/notebook.png
new file mode 100644
index 0000000..ac32f30
Binary files /dev/null and b/assets/themes/zeppelin/img/notebook.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/collaboration.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/collaboration.png 
b/assets/themes/zeppelin/img/screenshots/collaboration.png
new file mode 100644
index 0000000..1a68468
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/collaboration.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_angular.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_angular.png 
b/assets/themes/zeppelin/img/screenshots/display_angular.png
new file mode 100644
index 0000000..923f0a5
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_angular.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_angular1.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_angular1.png 
b/assets/themes/zeppelin/img/screenshots/display_angular1.png
new file mode 100644
index 0000000..b24810c
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_angular1.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_angular2.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_angular2.png 
b/assets/themes/zeppelin/img/screenshots/display_angular2.png
new file mode 100644
index 0000000..e2c366b
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_angular2.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_angular3.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_angular3.png 
b/assets/themes/zeppelin/img/screenshots/display_angular3.png
new file mode 100644
index 0000000..a5f622d
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_angular3.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_html.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_html.png 
b/assets/themes/zeppelin/img/screenshots/display_html.png
new file mode 100644
index 0000000..745c27e
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_html.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_image.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_image.png 
b/assets/themes/zeppelin/img/screenshots/display_image.png
new file mode 100644
index 0000000..26624ab
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_image.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_table.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_table.png 
b/assets/themes/zeppelin/img/screenshots/display_table.png
new file mode 100644
index 0000000..255860c
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_table.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_table1.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_table1.png 
b/assets/themes/zeppelin/img/screenshots/display_table1.png
new file mode 100644
index 0000000..ce2946d
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_table1.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_table_html.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_table_html.png 
b/assets/themes/zeppelin/img/screenshots/display_table_html.png
new file mode 100644
index 0000000..bce874c
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_table_html.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_text.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_text.png 
b/assets/themes/zeppelin/img/screenshots/display_text.png
new file mode 100644
index 0000000..d177404
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_text.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/display_text1.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/display_text1.png 
b/assets/themes/zeppelin/img/screenshots/display_text1.png
new file mode 100644
index 0000000..c39eb09
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/display_text1.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_input.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_input.png 
b/assets/themes/zeppelin/img/screenshots/form_input.png
new file mode 100644
index 0000000..2bb4878
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_input.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_input_default.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_input_default.png 
b/assets/themes/zeppelin/img/screenshots/form_input_default.png
new file mode 100644
index 0000000..6dedf2c
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_input_default.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png 
b/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png
new file mode 100644
index 0000000..246e1c6
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_input_prog.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_input_prog.png 
b/assets/themes/zeppelin/img/screenshots/form_input_prog.png
new file mode 100644
index 0000000..e727244
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_input_prog.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_select.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_select.png 
b/assets/themes/zeppelin/img/screenshots/form_select.png
new file mode 100644
index 0000000..f6a1d85
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_select.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_select_displayname.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_select_displayname.png 
b/assets/themes/zeppelin/img/screenshots/form_select_displayname.png
new file mode 100644
index 0000000..b1b5666
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_select_displayname.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/form_select_prog.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/form_select_prog.png 
b/assets/themes/zeppelin/img/screenshots/form_select_prog.png
new file mode 100644
index 0000000..b5d6ca5
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/form_select_prog.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png 
b/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
new file mode 100644
index 0000000..ac6ceef
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png 
b/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png
new file mode 100644
index 0000000..a5ac6f2
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/interpreter_create.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/interpreter_create.png 
b/assets/themes/zeppelin/img/screenshots/interpreter_create.png
new file mode 100644
index 0000000..dacd278
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/interpreter_create.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/interpreter_setting.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/interpreter_setting.png 
b/assets/themes/zeppelin/img/screenshots/interpreter_setting.png
new file mode 100644
index 0000000..d6b9a21
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/interpreter_setting.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png
----------------------------------------------------------------------
diff --git 
a/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png 
b/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png
new file mode 100644
index 0000000..83b6249
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/link_paragraph.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/link_paragraph.png 
b/assets/themes/zeppelin/img/screenshots/link_paragraph.png
new file mode 100644
index 0000000..1c854d4
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/link_paragraph.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/markdown.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/markdown.png 
b/assets/themes/zeppelin/img/screenshots/markdown.png
new file mode 100644
index 0000000..50c5c87
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/markdown.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/multiple_language_backend.png
----------------------------------------------------------------------
diff --git 
a/assets/themes/zeppelin/img/screenshots/multiple_language_backend.png 
b/assets/themes/zeppelin/img/screenshots/multiple_language_backend.png
new file mode 100644
index 0000000..4d91168
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/multiple_language_backend.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/notebook.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/notebook.png 
b/assets/themes/zeppelin/img/screenshots/notebook.png
new file mode 100644
index 0000000..ae9bb4b
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/notebook.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/pivot.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/pivot.png 
b/assets/themes/zeppelin/img/screenshots/pivot.png
new file mode 100644
index 0000000..1f5a91b
Binary files /dev/null and b/assets/themes/zeppelin/img/screenshots/pivot.png 
differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/publish.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/publish.png 
b/assets/themes/zeppelin/img/screenshots/publish.png
new file mode 100644
index 0000000..8407a4d
Binary files /dev/null and b/assets/themes/zeppelin/img/screenshots/publish.png 
differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/spark.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/spark.png 
b/assets/themes/zeppelin/img/screenshots/spark.png
new file mode 100644
index 0000000..4c50dc0
Binary files /dev/null and b/assets/themes/zeppelin/img/screenshots/spark.png 
differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/sparksql.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/sparksql.png 
b/assets/themes/zeppelin/img/screenshots/sparksql.png
new file mode 100644
index 0000000..1ee9653
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/sparksql.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/screenshots/visualization.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/screenshots/visualization.png 
b/assets/themes/zeppelin/img/screenshots/visualization.png
new file mode 100644
index 0000000..49ec55b
Binary files /dev/null and 
b/assets/themes/zeppelin/img/screenshots/visualization.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/sidebar-bg.jpg
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/sidebar-bg.jpg 
b/assets/themes/zeppelin/img/sidebar-bg.jpg
new file mode 100644
index 0000000..42890fe
Binary files /dev/null and b/assets/themes/zeppelin/img/sidebar-bg.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/spark_logo.jpg
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/spark_logo.jpg 
b/assets/themes/zeppelin/img/spark_logo.jpg
new file mode 100644
index 0000000..a13c870
Binary files /dev/null and b/assets/themes/zeppelin/img/spark_logo.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/assets/themes/zeppelin/img/zeppelin_logo.png
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/img/zeppelin_logo.png 
b/assets/themes/zeppelin/img/zeppelin_logo.png
new file mode 100644
index 0000000..0b45fa4
Binary files /dev/null and b/assets/themes/zeppelin/img/zeppelin_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/atom.xml
----------------------------------------------------------------------
diff --git a/atom.xml b/atom.xml
new file mode 100644
index 0000000..97f6d6b
--- /dev/null
+++ b/atom.xml
@@ -0,0 +1,28 @@
+---
+layout: nil
+title : Atom Feed
+---
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom";>
+ 
+ <title>{{ site.title }}</title>
+ <link href="{{ site.production_url }}/{{ site.atom_path }}" rel="self"/>
+ <link href="{{ site.production_url }}"/>
+ <updated>{{ site.time | date_to_xmlschema }}</updated>
+ <id>{{ site.production_url }}</id>
+ <author>
+   <name>{{ site.author.name }}</name>
+   <email>{{ site.author.email }}</email>
+ </author>
+
+ {% for post in site.posts %}
+ <entry>
+   <title>{{ post.title }}</title>
+   <link href="{{ site.production_url }}{{ post.url }}"/>
+   <updated>{{ post.date | date_to_xmlschema }}</updated>
+   <id>{{ site.production_url }}{{ post.id }}</id>
+   <content type="html">{{ post.content | xml_escape }}</content>
+ </entry>
+ {% endfor %}
+ 
+</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
new file mode 100644
index 0000000..d9ec874
--- /dev/null
+++ b/community.md
@@ -0,0 +1,33 @@
+---
+layout: page
+title: "Community"
+description: ""
+group: nav-right
+---
+<!--
+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 %}
+
+
+### Mailing list
+
+Get help using Zeppelin or contribute to the project on our mailing lists:
+
+* 
[[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/)
 is for usage questions, help, and announcements. 
[subscribe](mailto:[email protected]?subject=send 
this email to subscribe),     
[unsubscribe](mailto:[email protected]?subject=send
 this email to unsubscribe), 
[archives](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/)
+* 
[[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-dev/)
 is for people who want to contribute code to Zeppelin. 
[subscribe](mailto:[email protected]?subject=send 
this email to subscribe), 
[unsubscribe](mailto:[email protected]?subject=send 
this email to unsubscribe), 
[archives](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-dev/)
+* 
[[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-commits/)
 is for commit messages and patches to Zeppelin. 
[subscribe](mailto:[email protected]?subject=send 
this email to subscribe), 
[unsubscribe](mailto:[email protected]?subject=send
 this email to unsubscribe), 
[archives](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-commits/)
+
+### Issue tracker
+
+  
[https://issues.apache.org/jira/browse/ZEPPELIN](https://issues.apache.org/jira/browse/ZEPPELIN)

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..3c7fd4d
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://zeppelin.incubator.apache.org/";>
+    <created>2015-09-12</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Zeppelin (incubating)</name>
+    <homepage rdf:resource="http://zeppelin.incubator.apache.org/"; />
+    <asfext:pmc rdf:resource="http://incubator.apache.org"; />
+    <shortdesc>Zeppelin is a collaborative data analytics and visualization 
tool for distributed, general-purpose data processing systems</shortdesc>
+    <description>Zeppelin is a modern web-based tool for the data scientists 
to collaborate over large-scale data exploration and visualization projects. 
</description>
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/ZEPPELIN"; />
+    <mailing-list 
rdf:resource="http://zeppelin.incubator.apache.org/community.html"; />
+    <download-page 
rdf:resource="http://zeppelin.incubator.apache.org/download.html"; />
+    <programming-language>Java</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"; />
+    <release>
+      <Version>
+        <name>0.5.0-incubating</name>
+        <created>2015-07-31</created>
+        <revision>0.5.0-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git"/>
+        <browse 
rdf:resource="https://git1-us-west.apache.org/repos/asf?p=incubator-zeppelin.git;a=summary"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Alexander Bezzubov</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
new file mode 100644
index 0000000..99c4ac1
--- /dev/null
+++ b/download.md
@@ -0,0 +1,87 @@
+---
+layout: page
+title: "Download"
+description: ""
+group: nav-right
+---
+<!--
+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 %}
+
+### Download Zeppelin
+
+The latest release of Apache Zeppelin (incubating) is *0.5.0-incubating*.
+
+  - 0.5.0-incubating released on July 23, 2015 ([release 
notes](./docs/releases/zeppelin-release-0.5.0-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=incubator-zeppelin.git;a=tag;h=refs/tags/v0.5.0))
+
+
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.5.0-incubating'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz'">zeppelin-0.5.0-incubating.tgz</a>
+    
([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.asc),
+     
[md5](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.md5),
+     
[sha](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.sha))
+
+    * Binary built with spark-1.4.0 and hadoop-2.3:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin', '0.5.0-incubating'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz'">zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz</a>
+    
([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.asc),
+     
[md5](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.md5),
+     
[sha](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.sha))
+
+    * Binary built with spark-1.3.1 and hadoop-2.3:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin', '0.5.0-incubating'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz'">zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz</a>
+    
([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.asc),
+     
[md5](https://www.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](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.sha))
+    
+    
+
+
+
+### Verify the integrity of the files
+
+It is essential that you 
[verify](https://www.apache.org/info/verification.html) the integrity of the 
downloaded files using the PGP or MD5 signatures. This signature should be 
matched against the [KEYS](https://www.apache.org/dist/incubator/zeppelin/KEYS) 
file.
+
+
+
+### Build from source
+
+For developers, to get latest *0.6.0-incubating-SNAPSHOT* check 
[install](./docs/install/install.html) section.
+
+
+<!-- 
+-------------
+### Old release
+
+##### Zeppelin-0.3.3 (2014.03.29)
+
+Download <a onclick="ga('send', 'event', 'download', 'zeppelin', '0.3.3');" 
href="https://s3-ap-northeast-1.amazonaws.com/zeppel.in/zeppelin-0.3.3.tar.gz";>zeppelin-0.3.3.tar.gz</a>
 ([release 
note](https://zeppelin-project.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=10301))
+
+
+##### Zeppelin-0.3.2 (2014.03.14)
+
+Download <a onclick="ga('send', 'event', 'download', 'zeppelin', '0.3.2');" 
href="https://s3-ap-northeast-1.amazonaws.com/zeppel.in/zeppelin-0.3.2.tar.gz";>zeppelin-0.3.2.tar.gz</a>
 ([release 
note](https://zeppelin-project.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=10300))
+
+##### Zeppelin-0.3.1 (2014.03.06)
+
+Download <a onclick="ga('send', 'event', 'download', 'zeppelin', '0.3.1');" 
href="https://s3-ap-northeast-1.amazonaws.com/zeppel.in/zeppelin-0.3.1.tar.gz";>zeppelin-0.3.1.tar.gz</a>
 ([release 
note](https://zeppelin-project.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=10201))
+
+##### Zeppelin-0.3.0 (2014.02.07)
+
+Download <a onclick="ga('send', 'event', 'download', 'zeppelin', '0.3.0');" 
href="https://s3-ap-northeast-1.amazonaws.com/zeppel.in/zeppelin-0.3.0.tar.gz";>zeppelin-0.3.0.tar.gz</a>,
 ([release 
note](https://zeppelin-project.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=10200))
+
+##### Zeppelin-0.2.0 (2014.01.22)
+
+Download Download <a onclick="ga('send', 'event', 'download', 'zeppelin', 
'0.2.0');" 
href="https://s3-ap-northeast-1.amazonaws.com/zeppel.in/zeppelin-0.2.0.tar.gz";>zeppelin-0.2.0.tar.gz</a>,
 ([release 
note](https://zeppelin-project.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=10001))
+
+-->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..57ad2fb
--- /dev/null
+++ b/index.md
@@ -0,0 +1,128 @@
+---
+layout: page
+title: Zeppelin
+tagline: Less Development, More analysis!
+---
+<!--
+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 %}
+
+<div class="row">
+ <div class="col-md-5">
+<h2>Multi-purpose Notebook</h2>
+
+<p style="font-size:16px; color:#555555;font-style:italic;margin-bottom: 
15px;">
+  The Notebook is the place for all your needs
+</p>
+<ul style="list-style-type: none;padding-left:10px;" >
+  <li style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-import"></span> Data Ingestion</li>
+  <li style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-eye-open"></span> Data Discovery</li>
+  <li style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-wrench"></span> Data Analytics</li>
+  <li style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-dashboard"></span> Data Visualization & Collaboration</li>
+</ul>
+
+ </div>
+ <div class="col-md-7"><img class="img-responsive" style="border: 1px solid 
#ecf0f1;" height="auto" src="assets/themes/zeppelin/img/notebook.png" /></div>
+</div>
+
+
+<br />
+### Multiple language backend
+
+Zeppelin interpreter concept allows any language/data-processing-backend to be 
plugged into Zeppelin.
+Currently Zeppelin supports many interpreters such as Scala(with Apache 
Spark), Python(with Apache Spark), SparkSQL, Hive, Markdown and Shell.
+
+<img class="img-responsive" 
src="assets/themes/zeppelin/img/screenshots/multiple_language_backend.png" />
+
+Adding new language-backend is really simple. Learn [how to write a zeppelin 
interpreter](./docs/development/writingzeppelininterpreter.html).
+
+
+<br />
+### Apache Spark integration
+
+Zeppelin provides built-in Apache Spark integration. You don't need to build a 
separate module, plugin or library for it.
+
+<img src="assets/themes/zeppelin/img/spark_logo.jpg" width="80px" />
+
+Zeppelin's Spark integration provides
+
+- Automatic SparkContext and SQLContext injection
+- Runtime jar dependency loading from local filesystem or maven repository. 
Learn more about [dependency 
loader](./docs/interpreter/spark.html#dependencyloading).
+- Canceling job and displaying its progress
+
+<br />
+### Data visualization
+
+Some basic charts are already included in Zeppelin. Visualizations are not 
limited to SparkSQL's query, any output from any language backend can be 
recognized and visualized.
+
+<div class="row">
+  <div class="col-md-6">
+    <img class="img-responsive" src="./assets/themes/zeppelin/img/graph1.png" 
/>
+  </div>
+  <div class="col-md-6">
+    <img class="img-responsive" src="./assets/themes/zeppelin/img/graph2.png" 
/>
+  </div>
+</div>
+
+#### Pivot chart
+
+With simple drag and drop Zeppelin aggeregates the values and display them in 
pivot chart. You can easily create chart with multiple aggregated values 
including sum, count, average, min, max.
+
+<div class="row">
+  <div class="col-md-8">
+    <img class="img-responsive" 
src="./assets/themes/zeppelin/img/screenshots/pivot.png" />
+  </div>
+</div>
+Learn more about Zeppelin's Display system. ( 
[text](./docs/displaysystem/display.html), 
[html](./docs/displaysystem/display.html#html), 
[table](./docs/displaysystem/table.html), 
[angular](./docs/displaysystem/angular.html) )
+
+
+<br />
+### Dynamic forms
+
+Zeppelin can dynamically create some input forms into your notebook.
+
+<img class="img-responsive" 
src="./assets/themes/zeppelin/img/screenshots/form_input.png" />
+
+Learn more about [Dynamic Forms](./docs/manual/dynamicform.html).
+
+
+<br />
+### Collaboration
+
+Notebook URL can be shared among collaborators. Zeppelin can then broadcast 
any changes in realtime, just like the collaboration in Google docs.
+
+<img src="./assets/themes/zeppelin/img/screenshots/collaboration.png" />
+
+<br />
+### Publish
+
+<p>Zeppelin provides an URL to display the result only, that page does not 
include Zeppelin's menu and buttons.
+This way, you can easily embed it as an iframe inside of your website.</p>
+
+<div class="row">
+  <img class="img-responsive center-block" 
src="./assets/themes/zeppelin/img/screenshots/publish.png" />
+</div>
+
+<br />
+### 100% Opensource
+
+Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out 
the [source repository](https://github.com/apache/incubator-zeppelin) and [How 
to contribute](./docs/development/howtocontribute.html)
+
+Zeppelin has a very active development community.
+Join the [Mailing list](./community.html) and report issues on our [Issue 
tracker](https://issues.apache.org/jira/browse/ZEPPELIN).
+
+<br />
+### Undergoing Incubation
+Apache Zeppelin is an effort undergoing 
[incubation](https://incubator.apache.org/index.html) at The Apache Software 
Foundation (ASF), sponsored by the Incubator. Incubation is required of all 
newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.
+ 

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/robot.txt
----------------------------------------------------------------------
diff --git a/robot.txt b/robot.txt
new file mode 100644
index 0000000..ec20143
--- /dev/null
+++ b/robot.txt
@@ -0,0 +1,14 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/rss.xml
----------------------------------------------------------------------
diff --git a/rss.xml b/rss.xml
new file mode 100644
index 0000000..106b649
--- /dev/null
+++ b/rss.xml
@@ -0,0 +1,28 @@
+---
+layout: nil
+title : RSS Feed
+---
+
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0">
+<channel>
+        <title>{{ site.title }}</title>
+        <description>{{ site.title }} - {{ site.author.name }}</description>
+        <link>{{ site.production_url }}{{ site.rss_path }}</link>
+        <link>{{ site.production_url }}</link>
+        <lastBuildDate>{{ site.time | date_to_xmlschema }}</lastBuildDate>
+        <pubDate>{{ site.time | date_to_xmlschema }}</pubDate>
+        <ttl>1800</ttl>
+
+{% for post in site.posts %}
+        <item>
+                <title>{{ post.title }}</title>
+                <description>{{ post.content | xml_escape }}</description>
+                <link>{{ site.production_url }}{{ post.url }}</link>
+                <guid>{{ site.production_url }}{{ post.id }}</guid>
+                <pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
+        </item>
+{% endfor %}
+
+</channel>
+</rss>

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/rsync.sh
----------------------------------------------------------------------
diff --git a/rsync.sh b/rsync.sh
new file mode 100755
index 0000000..1c3463d
--- /dev/null
+++ b/rsync.sh
@@ -0,0 +1 @@
+rsync -avz --delete --exclude '_*' --exclude '.*' --exclude 'Gemfile*' 
--exclude 'CNAME' --exclude 'assets/bootstrap*' --exclude 'Rakefile' --exclude 
'images' /Users/moon/Projects/zeppelin-pages/_site/ 
/Users/moon/Projects/asf-zepplelin/site/

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/screenshots.md
----------------------------------------------------------------------
diff --git a/screenshots.md b/screenshots.md
new file mode 100644
index 0000000..90f8796
--- /dev/null
+++ b/screenshots.md
@@ -0,0 +1,45 @@
+---
+layout: page
+title: "Screenshots"
+description: ""
+---
+<!--
+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 %}
+
+<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>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>
+          <center>Scala code runs with Spark</center>
+     </div>
+     <div class="col-md-3">
+          <a href="assets/themes/zeppelin/img/screenshots/markdown.png"><img 
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/markdown.png" 
/></a>
+          <center>Markdown supported</center>
+     </div>
+</div>
+<br />
+<div class="row">
+     <div class="col-md-3">
+          <a href="assets/themes/zeppelin/img/screenshots/notebook.png"><img 
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/notebook.png" 
/></a>
+          <center>Notebook</center>
+     </div>
+     <div class="col-md-3">
+     </div>
+     <div class="col-md-3">
+     </div>
+</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/71db6d57/sitemap.txt
----------------------------------------------------------------------
diff --git a/sitemap.txt b/sitemap.txt
new file mode 100644
index 0000000..25c568f
--- /dev/null
+++ b/sitemap.txt
@@ -0,0 +1,8 @@
+---
+# Remember to set production_url in your _config.yml file!
+title : Sitemap
+---
+{% for page in site.pages %}
+{{site.production_url}}{{ page.url }}{% endfor %}
+{% for post in site.posts %}
+{{site.production_url}}{{ post.url }}{% endfor %}
\ No newline at end of file

Reply via email to