You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/03/30 05:54:30 UTC

svn commit: r1828051 - in /incubator/toree/site: ./ assets/images/ assets/themes/apache/css/ community-members/ community/ contributing/ docs/current/developer/contributing-to-the-project/ docs/current/developer/creating-extensions/ docs/current/refere...

Author: lresende
Date: Fri Mar 30 05:54:30 2018
New Revision: 1828051

URL: http://svn.apache.org/viewvc?rev=1828051&view=rev
Log:
Update toree website frontpage

Added:
    incubator/toree/site/assets/images/toree-magic-dataframe.png   (with props)
    incubator/toree/site/assets/images/toree-magic-html.png   (with props)
    incubator/toree/site/assets/images/toree-magic-sql.png   (with props)
    incubator/toree/site/assets/images/toree-scenario.png   (with props)
    incubator/toree/site/assets/images/toree-vizualization-brunel.png   (with props)
    incubator/toree/site/privacy-policy/
    incubator/toree/site/privacy-policy/index.html
Removed:
    incubator/toree/site/assets/images/toree-application-scenario.png
    incubator/toree/site/assets/images/toree-basic-scenario.png
Modified:
    incubator/toree/site/assets/themes/apache/css/style.css
    incubator/toree/site/community-members/index.html
    incubator/toree/site/community/index.html
    incubator/toree/site/contributing/index.html
    incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
    incubator/toree/site/docs/current/developer/creating-extensions/index.html
    incubator/toree/site/docs/current/references/scaladocs/index.html
    incubator/toree/site/docs/current/user/advanced-topics/index.html
    incubator/toree/site/docs/current/user/faq/index.html
    incubator/toree/site/docs/current/user/how-it-works/index.html
    incubator/toree/site/docs/current/user/installation/index.html
    incubator/toree/site/docs/current/user/quick-start/index.html
    incubator/toree/site/docs/current/user/using-standalone/index.html
    incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
    incubator/toree/site/download/index.html
    incubator/toree/site/feed.xml
    incubator/toree/site/history/index.html
    incubator/toree/site/index.html

Added: incubator/toree/site/assets/images/toree-magic-dataframe.png
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/images/toree-magic-dataframe.png?rev=1828051&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/toree/site/assets/images/toree-magic-dataframe.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/toree/site/assets/images/toree-magic-html.png
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/images/toree-magic-html.png?rev=1828051&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/toree/site/assets/images/toree-magic-html.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/toree/site/assets/images/toree-magic-sql.png
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/images/toree-magic-sql.png?rev=1828051&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/toree/site/assets/images/toree-magic-sql.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/toree/site/assets/images/toree-scenario.png
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/images/toree-scenario.png?rev=1828051&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/toree/site/assets/images/toree-scenario.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/toree/site/assets/images/toree-vizualization-brunel.png
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/images/toree-vizualization-brunel.png?rev=1828051&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/toree/site/assets/images/toree-vizualization-brunel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/toree/site/assets/themes/apache/css/style.css
URL: http://svn.apache.org/viewvc/incubator/toree/site/assets/themes/apache/css/style.css?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/assets/themes/apache/css/style.css (original)
+++ incubator/toree/site/assets/themes/apache/css/style.css Fri Mar 30 05:54:30 2018
@@ -4,6 +4,145 @@
 body {
   padding-top: 50px;
   padding-bottom: 20px;
+  background: #fff;
+}
+
+body, input, select, textarea {
+  color: #444;
+  font-family: "Raleway", Helvetica, sans-serif;
+  font-size: 13pt;
+  font-weight: 400;
+  line-height: 1.65em;
+}
+
+a {
+  color: #383b43;
+  text-decoration: none;
+}
+
+a:active, a:hover {
+  text-decoration: underline;
+}
+
+strong, b {
+  color: #474747;
+  font-weight: 700;
+}
+
+em, i {
+  font-style: italic;
+}
+
+p {
+  margin: 0 0 2em 0;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	color: #474747;
+	font-weight: 700;
+	line-height: 1em;
+	margin: 0 0 1em 0;
+}
+
+h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
+	color: inherit;
+	text-decoration: none;
+}
+
+h2 {
+	font-size: 1.75em;
+	line-height: 1.5em;
+}
+
+h3 {
+	font-size: 1.35em;
+	line-height: 1.5em;
+}
+
+h4 {
+	font-size: 1.1em;
+	line-height: 1.5em;
+}
+
+h5 {
+	font-size: 0.9em;
+	line-height: 1.5em;
+}
+
+h6 {
+	font-size: 0.7em;
+	line-height: 1.5em;
+}
+
+sub {
+	font-size: 0.8em;
+	position: relative;
+	top: 0.5em;
+}
+
+sup {
+	font-size: 0.8em;
+	position: relative;
+	top: -0.5em;
+}
+
+hr {
+	border: 0;
+	border-bottom: solid 1px rgba(144, 144, 144, 0.25);
+	margin: 2em 0;
+}
+
+hr.major {
+	margin: 3em 0;
+}
+
+blockquote {
+	border-left: solid 4px rgba(144, 144, 144, 0.25);
+	font-style: italic;
+	margin: 0 0 2em 0;
+	padding: 0.5em 0 0.5em 2em;
+}
+
+code {
+	background: rgba(144, 144, 144, 0.075);
+	border-radius: 4px;
+	border: solid 1px rgba(144, 144, 144, 0.25);
+	font-family: "Courier New", monospace;
+	font-size: 0.9em;
+	margin: 0 0.25em;
+	padding: 0.25em 0.65em;
+}
+
+pre {
+	-webkit-overflow-scrolling: touch;
+	font-family: "Courier New", monospace;
+	font-size: 0.9em;
+	margin: 0 0 2em 0;
+}
+
+pre code {
+	display: block;
+	line-height: 1.75em;
+	padding: 1em 1.5em;
+	overflow-x: auto;
+}
+
+.center-block {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+ }
+
+.align-left {
+	text-align: left;
+}
+
+.align-center {
+	text-align: center;
+}
+
+.align-right {
+	text-align: right;
 }
 
 .jumbotron {

Modified: incubator/toree/site/community-members/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/community-members/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/community-members/index.html (original)
+++ incubator/toree/site/community-members/index.html Fri Mar 30 05:54:30 2018
@@ -306,6 +306,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/community/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/community/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/community/index.html (original)
+++ incubator/toree/site/community/index.html Fri Mar 30 05:54:30 2018
@@ -249,6 +249,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/contributing/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/contributing/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/contributing/index.html (original)
+++ incubator/toree/site/contributing/index.html Fri Mar 30 05:54:30 2018
@@ -384,6 +384,21 @@ if there is sufficient memory.
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html (original)
+++ incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html Fri Mar 30 05:54:30 2018
@@ -333,6 +333,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/developer/creating-extensions/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/developer/creating-extensions/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/developer/creating-extensions/index.html (original)
+++ incubator/toree/site/docs/current/developer/creating-extensions/index.html Fri Mar 30 05:54:30 2018
@@ -327,6 +327,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/references/scaladocs/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/references/scaladocs/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/references/scaladocs/index.html (original)
+++ incubator/toree/site/docs/current/references/scaladocs/index.html Fri Mar 30 05:54:30 2018
@@ -326,6 +326,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/advanced-topics/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/advanced-topics/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/advanced-topics/index.html (original)
+++ incubator/toree/site/docs/current/user/advanced-topics/index.html Fri Mar 30 05:54:30 2018
@@ -326,6 +326,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/faq/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/faq/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/faq/index.html (original)
+++ incubator/toree/site/docs/current/user/faq/index.html Fri Mar 30 05:54:30 2018
@@ -356,6 +356,21 @@ For more information about the <code cla
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/how-it-works/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/how-it-works/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/how-it-works/index.html (original)
+++ incubator/toree/site/docs/current/user/how-it-works/index.html Fri Mar 30 05:54:30 2018
@@ -380,6 +380,21 @@ a web application that uses Toree as the
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/installation/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/installation/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/installation/index.html (original)
+++ incubator/toree/site/docs/current/user/installation/index.html Fri Mar 30 05:54:30 2018
@@ -519,6 +519,21 @@ Execution halted
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/quick-start/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/quick-start/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/quick-start/index.html (original)
+++ incubator/toree/site/docs/current/user/quick-start/index.html Fri Mar 30 05:54:30 2018
@@ -367,6 +367,21 @@ through the variable <code class="highli
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/using-standalone/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/using-standalone/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/using-standalone/index.html (original)
+++ incubator/toree/site/docs/current/user/using-standalone/index.html Fri Mar 30 05:54:30 2018
@@ -332,6 +332,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html (original)
+++ incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html Fri Mar 30 05:54:30 2018
@@ -328,6 +328,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/download/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/download/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/download/index.html (original)
+++ incubator/toree/site/download/index.html Fri Mar 30 05:54:30 2018
@@ -275,6 +275,21 @@ succeed.</p>
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/feed.xml
URL: http://svn.apache.org/viewvc/incubator/toree/site/feed.xml?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/feed.xml (original)
+++ incubator/toree/site/feed.xml Fri Mar 30 05:54:30 2018
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sat, 13 Jan 2018 23:59:15 -0800</pubDate>
-    <lastBuildDate>Sat, 13 Jan 2018 23:59:15 -0800</lastBuildDate>
+    <pubDate>Thu, 29 Mar 2018 22:51:53 -0700</pubDate>
+    <lastBuildDate>Thu, 29 Mar 2018 22:51:53 -0700</lastBuildDate>
     <generator>Jekyll v3.2.1</generator>
     
       <item>

Modified: incubator/toree/site/history/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/history/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/history/index.html (original)
+++ incubator/toree/site/history/index.html Fri Mar 30 05:54:30 2018
@@ -219,6 +219,21 @@ Derive <code class="highlighter-rouge">F
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Modified: incubator/toree/site/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/index.html?rev=1828051&r1=1828050&r2=1828051&view=diff
==============================================================================
--- incubator/toree/site/index.html (original)
+++ incubator/toree/site/index.html Fri Mar 30 05:54:30 2018
@@ -162,15 +162,50 @@
 
 <h2 id="apache-toree">Apache Toree</h2>
 
-<p>Apache Toree is a kernel for the Jupyter Notebook platform providing interactively access to Apache Spark. It has been developed using the IPython protocol, and despite the protocol’s name, the apache Toree currently exposes the Spark programming model in Scala, Python and R languages.</p>
+<p>Apache Toree is a kernel for the Jupyter Notebook platform providing interactively access to Apache Spark. It has been developed using the IPython messaging protocol and 0MQ, and despite the protocol’s name, the apache Toree currently exposes the Spark programming model in Scala, Python and R languages.</p>
 
-<p>Toree supports a number of types of interactions. In one common case, applications send snippets of code which are then executed by Spark, and the results are returned directly to the application. This style of interaction is what users of Notebooks experience when they evaluate code in cells. Instead of sending raw code, an application can send magics, which might be commands to add a JAR to the Spark execution context or a call to execute a shell command such as “ls”. Toree provides a well-defined mechanism to associate functionality with magics, and this is a useful point of extensibility of the system.</p>
+<h3 id="use-cases">Use Cases</h3>
 
-<p><img src="/assets/images/toree-basic-scenario.png" height="50%" width="50%" /></p>
+<p>Toree supports a number of interaction scenarios. In one common case, applications send snippets of code which are then executed by Spark, and the results are returned directly to the application. This style of interaction is what users of Notebooks experience when they evaluate code in cells. Instead of sending raw code, an application can send magics, which might be commands to add a JAR to the Spark execution context or a call to execute a shell command such as “ls”. Toree provides a well-defined mechanism to associate functionality with magics, and this is a useful point of extensibility of the system.</p>
+
+<div align="center">
+  <img class="center-block" src="/assets/images/toree-scenario.png" height="75%" width="75%" />
+</div>
+
+<p><br /></p>
 
 <p>Applications wanting to work with Spark can be located remotely from a Spark cluster and use a Apache Toree Client or Jupyter Client to communicate with a Apache Toree Server running on the cluster, or they can communicate directly with the Apache Toree Server. Multiple clients/applications can communicate with a single Kernel which contains a Spark application context, and this provides a simple form of multi-tenancy.</p>
 
-<p><img src="/assets/images/toree-application-scenario.png" height="50%" width="50%" /></p>
+<h3 id="visualizations">Visualizations</h3>
+
+<p>Apache Toree, via extensions like <a href="https://github.com/Brunel-Visualization/Brunel/tree/master/spark-kernel">Brunel for Apache Toree</a>,
+supports rich visualizations that integrates directly with Spark Data Frame APIs</p>
+
+<div align="center">
+  <img src="/assets/images/toree-vizualization-brunel.png" height="75%" width="75%" />
+</div>
+
+<p><br /></p>
+<div align="center">
+   <img src="http://blog.ibmjstart.net/wp-content/uploads/2016/07/vis-comparision1.png" />
+</div>
+
+<p><br /></p>
+
+<h3 id="magics">Magics</h3>
+
+<p>Apache Toree provides a set of magics that enhances the user experience manipulating data coming from Spark tables or data</p>
+
+<div class="col-md-12">
+    <div class="row">
+        <div class="col-md-6">
+         <img src="/assets/images/toree-magic-sql.png" height="100%" width="100%" />
+        </div>
+        <div class="col-md-6">
+          <img src="/assets/images/toree-magic-dataframe.png" height="100%" width="100%" />
+        </div>
+    </div>
+</div>
 
   </div>
 </div>
@@ -218,6 +253,21 @@
     </div>
 
     
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
     <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 

Added: incubator/toree/site/privacy-policy/index.html
URL: http://svn.apache.org/viewvc/incubator/toree/site/privacy-policy/index.html?rev=1828051&view=auto
==============================================================================
--- incubator/toree/site/privacy-policy/index.html (added)
+++ incubator/toree/site/privacy-policy/index.html Fri Mar 30 05:54:30 2018
@@ -0,0 +1,238 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Privacy Policy</title>
+    <meta name="description" content="Apache SystemML website privacy policy">
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- 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>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/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">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+  -->
+
+  </head>
+
+  <body data-spy="scroll" data-target="#navbar" style="position: relative;">
+
+        <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">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="">
+              <img src="/assets/themes/apache/img/logo.png" width="50">
+              Apache Toree
+          </a>
+        </div>
+
+
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            
+            <li id="documentation">
+              
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu dropdown-left">
+                
+                  
+                  <li><a href="/docs/current/user/quick-start" target="_self">User</a></li>
+                
+                  
+                  <li><a href="/docs/current/developer/contributing-to-the-project" target="_self">Developer</a></li>
+                
+                  
+                  <li><a href="/docs/current/references/scaladocs" target="_self">References</a></li>
+                
+                </ul>
+              
+            </li>
+            
+            <li id="community">
+              
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+                <ul class="dropdown-menu dropdown-left">
+                
+                  
+                  <li><a href="/community" target="_self">Get Involved</a></li>
+                
+                  
+                  <li><a href="/contributing" target="_self">Contributing</a></li>
+                
+                  
+                  <li><a href="/community-members" target="_self">Project Committers</a></li>
+                
+                </ul>
+              
+            </li>
+            
+            <li id="github">
+              
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">GitHub<b class="caret"></b></a>
+                <ul class="dropdown-menu dropdown-left">
+                
+                  
+                  <li><a href="https://github.com/apache/incubator-toree" target="_blank">Toree</a></li>
+                
+                  
+                  <li><a href="https://github.com/apache/incubator-toree-website" target="_blank">Toree Website</a></li>
+                
+                </ul>
+              
+            </li>
+            
+            <li id="apache">
+              
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+                <ul class="dropdown-menu dropdown-left">
+                
+                  
+                  <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li>
+                
+                  
+                  <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+                
+                  
+                  <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+                
+                  
+                  <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
+                
+                  
+                  <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
+                
+                </ul>
+              
+            </li>
+            
+          </ul>
+        </nav><!--/.navbar-collapse -->
+
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      
+
+<!--<div class="hero-unit Privacy Policy">
+  <h1></h1>
+</div>
+-->
+
+<div class="row">
+  <div class="col-md-12">
+    
+<p><br /></p>
+
+<h2 id="apache-toree-privacy-policy">Apache Toree Privacy Policy</h2>
+
+<p>Information about your use of this website is collected using server access logs and a tracking cookie.
+The collected information consists of the following:</p>
+
+<ul>
+  <li>The IP address from which you access the website;</li>
+  <li>The type of browser and operating system you use to access our site;</li>
+  <li>The date and time you access our site;</li>
+  <li>The pages you visit; and</li>
+  <li>The addresses of pages from where you followed a link to our site.</li>
+</ul>
+
+<p>Part of this information is gathered using a tracking cookie set by the <a href="http://www.google.com/analytics/">Google Analytics</a>
+service and handled by Google as described in their <a href="http://www.google.com/privacy.html">privacy policy</a>.
+See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with Google.</p>
+
+<p>We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.</p>
+
+<p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.</p>
+
+  </div>
+</div>
+
+
+      <hr>
+      <footer>
+        <!-- <p>&copy; 2018 </p>-->
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper">
+            
+            Apache Toree is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+            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.
+            <hr>
+            
+            <div style="text-align:center;">
+                
+                <div style="margin-top: 20px; margin-bottom: 20px;">
+                    <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/egg-logo.png"
+                                                               alt="Apache Incubator"
+                                                               height="30%" width="30%"/></a>
+                </div>
+                
+                <div>
+                    Copyright &copy; 2015 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                    
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    
+
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-116672460-1');
+</script>
+
+
+
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+  </body>
+</html>
+