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 2020/03/15 00:18:15 UTC

[incubator-toree-website] branch master updated (42ae1d5 -> 89acc76)

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git.


    from 42ae1d5  Fix typo in project description (#9)
     new 694afff  Cleanup obsolete news items
     new f332819  Update git configuration
     new b7d8d63  Update README with jekyll version
     new 5571267  Update Apache download URL
     new 89acc76  Update download urls to use https

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                               | 32 ++++++++++++++++++++++++++----
 README.md                                |  4 ++--
 site/_posts/2015-09-25-release-0.1.0.md  | 31 -----------------------------
 site/_posts/2015-11-08-new-committers.md | 31 -----------------------------
 site/_posts/2015-11-10-release-0.2.0.md  | 34 --------------------------------
 site/download.md                         | 30 ++++++++++++++--------------
 6 files changed, 45 insertions(+), 117 deletions(-)
 delete mode 100644 site/_posts/2015-09-25-release-0.1.0.md
 delete mode 100644 site/_posts/2015-11-08-new-committers.md
 delete mode 100644 site/_posts/2015-11-10-release-0.2.0.md


[incubator-toree-website] 04/05: Update Apache download URL

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit 5571267f9c6cf6e3d4ca6b7e34057f1d99f3e275
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat Mar 14 17:13:20 2020 -0700

    Update Apache download URL
---
 site/download.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/site/download.md b/site/download.md
index bb03b47..7339666 100644
--- a/site/download.md
+++ b/site/download.md
@@ -44,20 +44,20 @@ limitations under the License.
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (tar.gz)</td>
             <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz">tar.gz</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.asc">ASC</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.asc">ASC</a></td>
         </tr>
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (pip tar.gz)</td>
             <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz">tar.gz</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.asc">ASC</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.asc">ASC</a></td>
         </tr>
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (source tar.gz)</td>
             <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz">tar.gz</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.asc">ASC</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.asc">ASC</a></td>
         </tr>
         <!--tr>
             <td>Release Notes</td>
@@ -86,7 +86,7 @@ Instructions for checking hashes and signatures is indicated on the [Verifying A
 Choose a source distribution in either *tar* or *zip* format,
 and [verify](http://www.apache.org/dyn/closer.cgi#verify)
 using the corresponding *pgp* signature (using the committer file in
-[KEYS](http://www.apache.org/dist/incubator/{{ site.data.project.unix_name }}/KEYS)).
+[KEYS](http://downloads.apache.org/incubator/{{ site.data.project.unix_name }}/KEYS)).
 If you cannot do that, the *md5* hash file may be used to check that the
 download has completed OK.
 
@@ -97,4 +97,4 @@ If a download from a mirror fails, retry, and the second download will likely
 succeed.
 
 For security, hash and signature files are always hosted at
-[Apache](https://www.apache.org/dist/incubator/{{ site.data.project.unix_name }}/).
+[Apache](https://downloads.apache.org/incubator/{{ site.data.project.unix_name }}/).


[incubator-toree-website] 02/05: Update git configuration

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit f332819f4930de8a2b804a3355ac785597ae779a
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat Mar 14 17:08:47 2020 -0700

    Update git configuration
---
 .gitignore | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index f1b1333..28ba804 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,9 +13,33 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-.idea
-.sass-cache
-.jekyll-metadata
+
+# Mac
+.DS_Store
+
+# Eclipse
+.classpath
+.project
+.settings/
+target/
+
+# Intellij
+.idea/
+.idea_modules/
 *.iml
-*~
+*.iws
+*.class
+*.log
+
+# ignore published content (after running ./publish.sh)
+site/_site/
+site/.bundle
+site/vendor
+content/
 
+# Others
+*~
+.sass-cache
+.jekyll-metadata
+.checkstyle
+.fbExcludeFilterFile


[incubator-toree-website] 01/05: Cleanup obsolete news items

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit 694afff4b004172dad89030335429efd1b8d4c12
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat Mar 14 17:08:30 2020 -0700

    Cleanup obsolete news items
---
 site/_posts/2015-09-25-release-0.1.0.md  | 31 -----------------------------
 site/_posts/2015-11-08-new-committers.md | 31 -----------------------------
 site/_posts/2015-11-10-release-0.2.0.md  | 34 --------------------------------
 3 files changed, 96 deletions(-)

diff --git a/site/_posts/2015-09-25-release-0.1.0.md b/site/_posts/2015-09-25-release-0.1.0.md
deleted file mode 100644
index 3125b4b..0000000
--- a/site/_posts/2015-09-25-release-0.1.0.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: news_item
-date: "2015-09-25 12:00:00 +0000"
-author: jhyde
-version: 0.1.0
-categories: [release]
-tag: v0-1-0
-sha: cafecafe
----
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-This is our first release!
-
-We're so pleased to be in the Apache Incbuator.
\ No newline at end of file
diff --git a/site/_posts/2015-11-08-new-committers.md b/site/_posts/2015-11-08-new-committers.md
deleted file mode 100644
index 95fc4bf..0000000
--- a/site/_posts/2015-11-08-new-committers.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: news_item
-title: "Project adds 2 committers"
-date: "2015-11-08 19:03:07 -0800"
-author: jhyde
-categories: [team]
----
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-The {{ site.data.project.short_name }} project management committee today added two new
-committers for their work on the project. Welcome!
-
-* Darth Vader
-* Princess Leia
diff --git a/site/_posts/2015-11-10-release-0.2.0.md b/site/_posts/2015-11-10-release-0.2.0.md
deleted file mode 100644
index cb1bad7..0000000
--- a/site/_posts/2015-11-10-release-0.2.0.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: news_item
-date: "2015-11-10 12:00:00 +0000"
-author: lresenda
-version: 0.2.0
-categories: [release]
-tag: v0-2-0
-sha: ba6e43c
----
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-This is our second release! Thanks to everyone who has contributed to
-it.
-
-In addition to a large number of bug fixes and minor enhancements,
-this release includes faster-than-light travel and chewing gum that
-never loses its flavor.


[incubator-toree-website] 03/05: Update README with jekyll version

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit b7d8d63a41bb4e731d78448ef3819063b44dbc0f
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat Mar 14 17:09:27 2020 -0700

    Update README with jekyll version
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c4618bc..52e386c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ limitations under the License.
 This project contains a template web site that aims to follow all the various required
 Apache Website Policies.
 
-This template was generated using [Jekyll](https://jekyllrb.com/).
+This template was generated using [Jekyll](https://jekyllrb.com/) 2.4.0.
 
 To use it, copy the `site` directory into your project.  You must also
 include licensing information from the `LICENSE` and `NOTICE` files in
@@ -60,7 +60,7 @@ Before opening a pull request, you can preview your contributions by
 running from within the directory:
 
 ```
-1. bundle exec jekyll serve
+1. bundle exec jekyll serve --watch
 2. Open [http://localhost:4000](http://localhost:4000)
 ```
 


[incubator-toree-website] 05/05: Update download urls to use https

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit 89acc769754e22b45673db61422bd5946324fa78
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat Mar 14 17:17:13 2020 -0700

    Update download urls to use https
---
 site/download.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/site/download.md b/site/download.md
index 7339666..64e8f53 100644
--- a/site/download.md
+++ b/site/download.md
@@ -43,21 +43,21 @@ limitations under the License.
     <tbody>
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (tar.gz)</td>
-            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz">tar.gz</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz">tar.gz</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-bin.tar.gz.asc">ASC</a></td>
         </tr>
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (pip tar.gz)</td>
-            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz">tar.gz</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz">tar.gz</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree-pip/toree-{{site.data.project.pip_latest_release}}.tar.gz.asc">ASC</a></td>
         </tr>
         <tr>
             <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (source tar.gz)</td>
-            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz">tar.gz</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.sha512">SHA-512</a></td>
-            <td><a href="http://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz">tar.gz</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.sha512">SHA-512</a></td>
+            <td><a href="https://downloads.apache.org/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/toree/toree-{{site.data.project.latest_release}}-src.tar.gz.asc">ASC</a></td>
         </tr>
         <!--tr>
             <td>Release Notes</td>
@@ -77,22 +77,22 @@ pip install --upgrade toree
 
 ### Previous Releases
 
-All previous releases of {{ site.data.project.name }} can be found in the [archives](http://archive.apache.org/dist/incubator/{{site.data.project.unix_name}}/).
+All previous releases of {{ site.data.project.name }} can be found in the [archives](https://archive.apache.org/dist/incubator/{{site.data.project.unix_name}}/).
 
 ## Verifying a Release
 
-Instructions for checking hashes and signatures is indicated on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page.
+Instructions for checking hashes and signatures is indicated on the [Verifying Apache Software Foundation Releases](https://www.apache.org/info/verification.html) page.
 
 Choose a source distribution in either *tar* or *zip* format,
-and [verify](http://www.apache.org/dyn/closer.cgi#verify)
+and [verify](https://www.apache.org/dyn/closer.cgi#verify)
 using the corresponding *pgp* signature (using the committer file in
-[KEYS](http://downloads.apache.org/incubator/{{ site.data.project.unix_name }}/KEYS)).
+[KEYS](https://downloads.apache.org/incubator/{{ site.data.project.unix_name }}/KEYS)).
 If you cannot do that, the *md5* hash file may be used to check that the
 download has completed OK.
 
 For fast downloads, current source distributions are hosted on mirror servers;
 older source distributions are in the
-[archive](http://archive.apache.org/dist/incubator/{{ site.data.project.unix_name }}/).
+[archive](https://archive.apache.org/dist/incubator/{{ site.data.project.unix_name }}/).
 If a download from a mirror fails, retry, and the second download will likely
 succeed.