Author: minalee
Date: Wed Jun 22 17:12:47 2016
New Revision: 1749744

URL: http://svn.apache.org/viewvc?rev=1749744&view=rev
Log:
https://github.com/apache/zeppelin/pull/1023

Modified:
    zeppelin/site/assets/themes/zeppelin/img/notebook.png
    zeppelin/site/assets/themes/zeppelin/img/screenshots/publish.png
    zeppelin/site/atom.xml
    zeppelin/site/index.html
    zeppelin/site/rss.xml

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

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

Modified: zeppelin/site/atom.xml
URL: 
http://svn.apache.org/viewvc/zeppelin/site/atom.xml?rev=1749744&r1=1749743&r2=1749744&view=diff
==============================================================================
--- zeppelin/site/atom.xml (original)
+++ zeppelin/site/atom.xml Wed Jun 22 17:12:47 2016
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin (incubating)</title>
  <link href="http://zeppelin.incubator.apache.org/"; rel="self"/>
  <link href="http://zeppelin.incubator.apache.org"/>
- <updated>2016-06-15T12:50:43+09:00</updated>
+ <updated>2016-06-22T10:11:21-07:00</updated>
  <id>http://zeppelin.incubator.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: zeppelin/site/index.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1749744&r1=1749743&r2=1749744&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Wed Jun 22 17:12:47 2016
@@ -232,44 +232,43 @@ See the License for the specific languag
 limitations under the License.
 -->
 
+<p><br />
 <div class="row">
- <div class="col-md-6">
-<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-6"><img class="img-responsive" style="border: 1px solid 
#ecf0f1;" height="auto" src="assets/themes/zeppelin/img/notebook.png" /></div>
-</div>
+  <div class="col-md-6" style="padding-right:0">
+    <h1 style="color:#4c555a">Multi-purpose Notebook</h1>
+    <p class="index-header">
+      The Notebook is the place for all your needs
+    </p>
+    <ul style="list-style-type: none;padding-left:10px;" >
+      <li style="font-size:18px; margin: 5px;"><span class="glyphicon 
glyphicon-import" style="margin-right:10px"></span> Data Ingestion</li>
+      <li style="font-size:18px; margin: 5px;"><span class="glyphicon 
glyphicon-eye-open" style="margin-right:10px"></span> Data Discovery</li>
+      <li style="font-size:18px; margin: 5px;"><span class="glyphicon 
glyphicon-wrench" style="margin-right:10px"></span> Data Analytics</li>
+      <li style="font-size:18px; margin: 5px;"><span class="glyphicon 
glyphicon-dashboard" style="margin-right:10px"></span> Data Visualization &amp; 
Collaboration</li>
+    </ul>
+  </div>
+  <div class="col-md-6" style="padding:0">
+    <img class="img-responsive" style="border: 1px solid #ecf0f1;" 
src="./assets/themes/zeppelin/img/notebook.png" />
+  </div>
+</div></p>
 
 <p><br /></p>
 
-<h3>Multiple language backend</h3>
+<h2>Multiple Language Backend</h2>
 
-<p>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.</p>
+<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" 
src="assets/themes/zeppelin/img/screenshots/multiple_language_backend.png" 
/></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="./docs/latest/development/writingzeppelininterpreter.html">how to write a 
zeppelin 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>
 
-<p><br /></p>
-
-<h3>Apache Spark integration</h3>
+<h4>Apache Spark integration</h4>
 
-<p>Zeppelin provides built-in Apache Spark integration. You don&#39;t need to 
build a separate module, plugin or library for it.</p>
+<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 src="assets/themes/zeppelin/img/spark_logo.jpg" width="80px" /></p>
+<p><img class="img-responsive" 
src="./assets/themes/zeppelin/img/spark_logo.jpg" width="140px" /></p>
 
-<p>Zeppelin&#39;s Spark integration provides</p>
+<p>Apache Zeppelin with Spark integration provides</p>
 
 <ul>
 <li>Automatic SparkContext and SQLContext injection</li>
@@ -277,11 +276,13 @@ Currently Zeppelin supports many interpr
 <li>Canceling job and displaying its progress</li>
 </ul>
 
+<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>
 
-<h3>Data visualization</h3>
+<h2>Data visualization</h2>
 
-<p>Some basic charts are already included in Zeppelin. Visualizations are not 
limited to SparkSQL&#39;s 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">
@@ -292,57 +293,55 @@ Currently Zeppelin supports many interpr
   </div>
 </div>
 
-<h4>Pivot chart</h4>
+<h3>Pivot chart</h3>
 
-<p>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.</p>
+<p>Apache Zeppelin aggregates values and displays them in pivot chart with 
simple drag and drop. You can easily create chart with multiple aggregated 
values including sum, count, average, min, max.</p>
 
 <div class="row">
-  <div class="col-md-8">
-    <img class="img-responsive" 
src="./assets/themes/zeppelin/img/screenshots/pivot.png" />
+  <div class="col-md-12">
+    <img class="img-responsive" style="margin: 16px auto;" 
src="./assets/themes/zeppelin/img/screenshots/pivot.png" width="480px" />
   </div>
 </div>
 
-<p>Learn more about Zeppelin&#39;s Display system. ( <a 
href="./docs/latest/displaysystem/display.html">text</a>, <a 
href="./docs/latest/displaysystem/display.html#html">html</a>, <a 
href="./docs/latest/displaysystem/table.html">table</a>, <a 
href="./docs/latest/displaysystem/angular.html">angular</a> )</p>
-
-<p><br /></p>
-
-<h3>Dynamic forms</h3>
-
-<p>Zeppelin can dynamically create some input forms into your notebook.</p>
-
-<p><img class="img-responsive" 
src="./assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
-
-<p>Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic 
Forms</a>.</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>
 
-<h3>Collaboration</h3>
-
-<p>Notebook URL can be shared among collaborators. Zeppelin can then broadcast 
any changes in realtime, just like the collaboration in Google docs.</p>
+<h2>Dynamic forms</h2>
 
-<p><img src="./assets/themes/zeppelin/img/screenshots/collaboration.png" /></p>
+<p>Apache Zeppelin can dynamically create some input forms in your notebook.
+<div class="row">
+  <div class="col-md-12">
+    <img class="img-responsive" style="margin: 16px auto;" 
src="./assets/themes/zeppelin/img/screenshots/dynamicform.png" />
+  </div>
+</div>
+Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic 
Forms</a>.</p>
 
 <p><br /></p>
 
-<h3>Publish</h3>
+<h2>Collaborate by sharing your Notebook &amp; Paragraph</h2>
 
-<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>
+<p>Your notebook URL can be shared among collaborators. Then Apache Zeppelin 
will broadcast any changes in realtime, just like the collaboration in Google 
docs.</p>
 
 <div class="row">
-  <img class="img-responsive center-block" 
src="./assets/themes/zeppelin/img/screenshots/publish.png" />
+  <div class="col-md-12">
+    <img class="img-responsive" style="margin: 20px auto" 
src="./assets/themes/zeppelin/img/screenshots/publish.png" width="650px"/>
+  </div>
 </div>
 
-<p><br /></p>
+<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="./docs/latest/manual/publish.html">this page</a>.</p>
 
-<h3>100% Opensource</h3>
+<p><br /></p>
 
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a 
href="http://git.apache.org/incubator-zeppelin.git";>source repository</a> and 
<a href="./docs/latest/development/howtocontribute.html">How to 
contribute</a></p>
+<h2>100% Opensource</h2>
 
-<p>Zeppelin has a very active development community.
-Join the <a href="./community.html">Mailing list</a> and report issues on our 
<a href="https://issues.apache.org/jira/browse/ZEPPELIN";>Issue tracker</a>.</p>
+<p><img class="img-responsive" style="margin:0 auto; padding: 15px;" 
src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
 
-<p><br /> </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="./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>
 
   </div>
 </div>

Modified: zeppelin/site/rss.xml
URL: 
http://svn.apache.org/viewvc/zeppelin/site/rss.xml?rev=1749744&r1=1749743&r2=1749744&view=diff
==============================================================================
--- zeppelin/site/rss.xml (original)
+++ zeppelin/site/rss.xml Wed Jun 22 17:12:47 2016
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin (incubating) - The Apache Software 
Foundation</description>
         <link>http://zeppelin.incubator.apache.org</link>
         <link>http://zeppelin.incubator.apache.org</link>
-        <lastBuildDate>2016-06-15T12:50:43+09:00</lastBuildDate>
-        <pubDate>2016-06-15T12:50:43+09:00</pubDate>
+        <lastBuildDate>2016-06-22T10:11:21-07:00</lastBuildDate>
+        <pubDate>2016-06-22T10:11:21-07:00</pubDate>
         <ttl>1800</ttl>
 
 


Reply via email to