This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new bc23290fe6 [CALCITE-5108] Make website GDPR-compliant
bc23290fe6 is described below
commit bc23290fe67725282b8e2294723c8a9368f05486
Author: Francis Chuang <[email protected]>
AuthorDate: Fri Apr 22 11:10:31 2022 +1000
[CALCITE-5108] Make website GDPR-compliant
- Add privacy policy to the footer
- Remove embeded youtube videos
---
site/Gemfile | 1 -
site/Gemfile.lock | 8 --------
site/_config.yml | 5 -----
site/_includes/footer.html | 6 +++++-
site/community/index.md | 8 --------
5 files changed, 5 insertions(+), 23 deletions(-)
diff --git a/site/Gemfile b/site/Gemfile
index 4a9743bc05..6146fb3fb7 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -20,6 +20,5 @@ gem "nokogiri", "~> 1.13"
group :jekyll_plugins do
gem 'jekyll-redirect-from'
- gem 'jekyll-spaceship'
end
# End Gemfile
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index cf20033858..9037187c46 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -11,7 +11,6 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
- gemoji (3.0.1)
http_parser.rb (0.8.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
@@ -34,11 +33,6 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
- jekyll-spaceship (0.10.2)
- gemoji (~> 3.0)
- jekyll (>= 3.6, < 5.0)
- nokogiri (~> 1.6)
- rainbow (~> 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.2)
@@ -56,7 +50,6 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.0)
- rainbow (3.1.1)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
@@ -76,7 +69,6 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4)
jekyll-redirect-from
- jekyll-spaceship
nokogiri (~> 1.13)
webrick (~> 1.7)
diff --git a/site/_config.yml b/site/_config.yml
index 40bff9143e..e3ae6a79d8 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -50,9 +50,4 @@ avaticaBaseurl: /avatica
plugins:
- jekyll-redirect-from
- - jekyll-spaceship
-
-jekyll-spaceship:
- processors:
- - media-processor
# End _config.yml
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 5a0a4d80ea..efb5fddc1a 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -10,6 +10,10 @@
under the terms of
the <a href="https://www.apache.org/licenses/">
Apache License v2</a>. Apache Calcite and its logo are
- trademarks of the Apache Software Foundation.</p>
+ trademarks of the Apache Software Foundation.
+ </p>
+ <p>
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a>
+ </p>
</div>
</footer>
diff --git a/site/community/index.md b/site/community/index.md
index c4b601553b..36853540ec 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -168,8 +168,6 @@ Voted [Best Lightning Talk at
XLDB-2015](https://www.xldb.org/archives/2015/05/b
[[video](https://www.youtube.com/watch?v=5_MyORYjq3w)],
[[slides](https://www.slideshare.net/julianhyde/apache-calcite-one-planner-fits-all)].
-
-
## Streaming SQL
At Hadoop Summit, San Jose, CA, 2016
@@ -177,8 +175,6 @@ At Hadoop Summit, San Jose, CA, 2016
[[slides](https://www.slideshare.net/julianhyde/streaming-sql-63554778)],
[[pdf](https://github.com/julianhyde/share/blob/master/slides/calcite-streaming-sql-san-jose-2016.pdf?raw=true)].
-
-
## Cost-based Query Optimization in Apache Phoenix using Apache Calcite
At Hadoop Summit, San Jose, CA, 2016
@@ -186,16 +182,12 @@ At Hadoop Summit, San Jose, CA, 2016
[[slides](https://www.slideshare.net/julianhyde/costbased-query-optimization-in-apache-phoenix-using-apache-calcite)],
[[pdf](https://github.com/julianhyde/share/blob/master/slides/phoenix-on-calcite-hadoop-summit-2016.pdf?raw=true)].
-
-
## Planning with Polyalgebra: Bringing together relational, complex and
machine learning algebra
As Hadoop Summit, Dublin, 2016
[[video](https://www.youtube.com/watch?v=fHZqbe3iPMc)],
[[slides](https://www.slideshare.net/julianhyde/planning-with-polyalgebra-bringing-together-relational-complex-and-machine-learning-algebra)].
-
-
## More talks
* <a
href="https://github.com/julianhyde/share/blob/master/slides/calcite-algebra-edw-2015.pdf?raw=true">Why
you care about relational algebra (even though you didn't know it)</a>
(Washington DC, 2015)