You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/02/18 07:11:47 UTC

svn commit: r1886651 - in /zeppelin/site: atom.xml community.html index.html rss.xml whats_new.md

Author: zjffdu
Date: Thu Feb 18 07:11:47 2021
New Revision: 1886651

URL: http://svn.apache.org/viewvc?rev=1886651&view=rev
Log:
add slack channel

Modified:
    zeppelin/site/atom.xml
    zeppelin/site/community.html
    zeppelin/site/index.html
    zeppelin/site/rss.xml
    zeppelin/site/whats_new.md

Modified: zeppelin/site/atom.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/atom.xml?rev=1886651&r1=1886650&r2=1886651&view=diff
==============================================================================
--- zeppelin/site/atom.xml (original)
+++ zeppelin/site/atom.xml Thu Feb 18 07:11:47 2021
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin</title>
  <link href="http://zeppelin.apache.org/" rel="self"/>
  <link href="http://zeppelin.apache.org"/>
- <updated>2021-01-17T19:16:25+08:00</updated>
+ <updated>2021-02-18T15:10:29+08:00</updated>
  <id>http://zeppelin.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: zeppelin/site/community.html
URL: http://svn.apache.org/viewvc/zeppelin/site/community.html?rev=1886651&r1=1886650&r2=1886651&view=diff
==============================================================================
--- zeppelin/site/community.html (original)
+++ zeppelin/site/community.html Thu Feb 18 07:11:47 2021
@@ -216,7 +216,11 @@ See the License for the specific languag
 limitations under the License.
 -->
 
-<h2 id="mailing-list">Mailing list</h2>
+<h2 id="mailing-list--slack-channel">Mailing list &amp; Slack channel</h2>
+
+<p>We have 2 places to discuss varies things of Zeppelin.</p>
+
+<h3 id="mailing-list">Mailing list</h3>
 
 <p>Get help using Apache Zeppelin or contribute to the project on our mailing lists:</p>
 
@@ -232,6 +236,11 @@ for people wanting to contribute to the
 for commit messages and patches.</li>
 </ul>
 
+<h3 id="slack-channel">Slack channel</h3>
+
+<p>We also have an asf slack channel for Zeppelin, but it is not public, you can send email to the above user mail list to ask for invitation.</p>
+
+
   </div>
 </div>
 

Modified: zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1886651&r1=1886650&r2=1886651&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Thu Feb 18 07:11:47 2021
@@ -273,10 +273,10 @@ limitations under the License.
 <div class="new">
   <div class="container">
     <h2>What's new in</h2>
-    <span class="newZeppelin center-block">Apache Zeppelin 0.8</span>
+    <span class="newZeppelin center-block">Apache Zeppelin 0.9</span>
     <div class="border row">
       <div class="border col-md-4 col-sm-4">
-        <h4>Python, improved</h4>
+        <h4>Spark interpreter improved</h4>
         <div>
           <p>
             IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/latest/interpreter/python.html#ipython-support">here</a>.

Modified: zeppelin/site/rss.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/rss.xml?rev=1886651&r1=1886650&r2=1886651&view=diff
==============================================================================
--- zeppelin/site/rss.xml (original)
+++ zeppelin/site/rss.xml Thu Feb 18 07:11:47 2021
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin - The Apache Software Foundation</description>
         <link>http://zeppelin.apache.org</link>
         <link>http://zeppelin.apache.org</link>
-        <lastBuildDate>2021-01-17T19:16:25+08:00</lastBuildDate>
-        <pubDate>2021-01-17T19:16:25+08:00</pubDate>
+        <lastBuildDate>2021-02-18T15:10:29+08:00</lastBuildDate>
+        <pubDate>2021-02-18T15:10:29+08:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: zeppelin/site/whats_new.md
URL: http://svn.apache.org/viewvc/zeppelin/site/whats_new.md?rev=1886651&r1=1886650&r2=1886651&view=diff
==============================================================================
--- zeppelin/site/whats_new.md (original)
+++ zeppelin/site/whats_new.md Thu Feb 18 07:11:47 2021
@@ -16,10 +16,10 @@ limitations under the License.
 <div class="new">
   <div class="container">
     <h2>What's new in</h2>
-    <span class="newZeppelin center-block">Apache Zeppelin 0.8</span>
+    <span class="newZeppelin center-block">Apache Zeppelin 0.9</span>
     <div class="border row">
       <div class="border col-md-4 col-sm-4">
-        <h4>Python, improved</h4>
+        <h4>Spark interpreter improved</h4>
         <div>
           <p>
             IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/latest/interpreter/python.html#ipython-support">here</a>.