[CALCITE-1160] Site: Redirect from Avatica community to Calcite community; use 
Calcite favicon (Kevin Risden)

Close apache/calcite-avatica#27


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/4105a186
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/4105a186
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/4105a186

Branch: refs/heads/master
Commit: 4105a18615b285b1613f4de70911934f7f619208
Parents: 33c2c96
Author: Kevin Risden <[email protected]>
Authored: Mon Mar 5 22:14:31 2018 -0600
Committer: Julian Hyde <[email protected]>
Committed: Fri Mar 9 11:07:06 2018 -0800

----------------------------------------------------------------------
 site/Gemfile            |   3 ++-
 site/community/index.md |  49 ++-----------------------------------------
 site/favicon.ico        | Bin 0 -> 5683 bytes
 3 files changed, 4 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/4105a186/site/Gemfile
----------------------------------------------------------------------
diff --git a/site/Gemfile b/site/Gemfile
index 10331d3..cbd9d22 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -16,5 +16,6 @@
 source 'https://rubygems.org'
 gem 'github-pages', '150'
 gem 'rouge'
-gem 'jekyll-oembed'
+gem 'jekyll_oembed'
+gem 'jekyll-redirect-from'
 # End Gemfile

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/4105a186/site/community/index.md
----------------------------------------------------------------------
diff --git a/site/community/index.md b/site/community/index.md
index 89be3a0..bc4b26d 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -1,7 +1,9 @@
 ---
 layout: page
 title: Community
+redirect_to: https://calcite.apache.org/community
 ---
+
 <!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
@@ -21,50 +23,3 @@ limitations under the License.
 {% endcomment %}
 -->
 
-* TOC
-{:toc}
-
-# Project Members
-
-Name (Apache ID) | Github | Org | Role
-:--------------- | :----- | :-- | :---
-{% for c in site.data.contributors %}  {{ c.name }} (<a 
href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ 
c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img 
width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% 
else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
-{% endfor %}
-
-# Mailing Lists
-
-There are several development mailing lists for Calcite:
-
-* [[email protected]](mailto:[email protected]) - Development 
discussions
-  [[archive](https://mail-archives.apache.org/mod_mbox/calcite-dev/)]
-* [[email protected]](mailto:[email protected]) - Bug tracking
-  [[archive](https://mail-archives.apache.org/mod_mbox/calcite-issues/)]
-* [[email protected]](mailto:[email protected]) - Git 
tracking
-  [[archive](https://mail-archives.apache.org/mod_mbox/calcite-commits/)]
-
-You can subscribe to the lists by sending email to
-*list*[email protected] and unsubscribe by sending email to
-*list*[email protected].
-
-# Help
-
-Need help with Calcite? Try these resources:
-
-* **Mailing Lists**.
-  The best option is to send email to the developers list
-  [[email protected]](mailto:[email protected]). All
-  of the historic traffic is available in the
-  [archive](http://mail-archives.apache.org/mod_mbox/calcite-dev/). To
-  subscribe to the user list, please send email to
-  [[email protected]](mailto:[email protected]).
-* **Bug Reports**.
-  Please file any issues you encounter or fixes you'd like on the
-  [Calcite Jira](https://issues.apache.org/jira/browse/CALCITE). We welcome
-  patches!
-* **StackOverflow**.
-  [StackOverflow](http://stackoverflow.com) is a wonderful resource for
-  any developer. Take a look over there to see if someone has answered
-  your question.
-* **Browse the code**.
-  One of the advantages of open source software is that you can browse the 
code.
-  The code is available on 
[github](https://github.com/apache/calcite-avatica/tree/master).

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/4105a186/site/favicon.ico
----------------------------------------------------------------------
diff --git a/site/favicon.ico b/site/favicon.ico
new file mode 100644
index 0000000..47d4618
Binary files /dev/null and b/site/favicon.ico differ

Reply via email to