Repository: hbase Updated Branches: refs/heads/master e5123cc2c -> 80fbcfcd2
HBASE-4920 We need a mascot, a totem Add in images Add reference on front page and from refguide. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cd8a9084 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cd8a9084 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cd8a9084 Branch: refs/heads/master Commit: cd8a9084992a884f2f3e84aa04ea8bd3fdfa2ab9 Parents: e5123cc Author: stack <[email protected]> Authored: Wed Aug 27 17:18:20 2014 -0700 Committer: stack <[email protected]> Committed: Wed Aug 27 19:13:33 2014 -0700 ---------------------------------------------------------------------- NOTICE.txt | 8 +++++++- .../hbase-webapps/static/hbase_logo_small.png | Bin 1926 -> 3639 bytes .../static/jumping-orca_rotated_12percent.png | Bin 0 -> 2401 bytes .../resources/images/jumping-orca_rotated.png | Bin 0 -> 52812 bytes .../resources/images/jumping-orca_rotated.xcf | Bin 0 -> 77560 bytes .../images/jumping-orca_rotated_12percent.png | Bin 0 -> 2401 bytes .../images/jumping-orca_rotated_25percent.png | Bin 0 -> 4780 bytes src/main/site/site.vm | 4 +--- src/main/site/site.xml | 6 +++++- 9 files changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 337c93b..5e159f6 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -15,6 +15,12 @@ Common Public License v1.0. JRuby itself includes libraries variously licensed. See its COPYING document for details: https://github.com/jruby/jruby/blob/master/COPYING - + The JRuby community went out of their way to make JRuby compatible with Apache projects: See https://issues.apache.org/jira/browse/HBASE-3374) + +Our Orca logo we got here: http://www.vectorfree.com/jumping-orca +It is licensed Creative Commons Attribution 3.0. +See https://creativecommons.org/licenses/by/3.0/us/ +We changed the logo by stripping the colored background, inverting +it and then rotating it some. http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/hbase-server/src/main/resources/hbase-webapps/static/hbase_logo_small.png ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/resources/hbase-webapps/static/hbase_logo_small.png b/hbase-server/src/main/resources/hbase-webapps/static/hbase_logo_small.png index 8c6353a..6e50935 100644 Binary files a/hbase-server/src/main/resources/hbase-webapps/static/hbase_logo_small.png and b/hbase-server/src/main/resources/hbase-webapps/static/hbase_logo_small.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/hbase-server/src/main/resources/hbase-webapps/static/jumping-orca_rotated_12percent.png ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/resources/hbase-webapps/static/jumping-orca_rotated_12percent.png b/hbase-server/src/main/resources/hbase-webapps/static/jumping-orca_rotated_12percent.png new file mode 100644 index 0000000..1942f9a Binary files /dev/null and b/hbase-server/src/main/resources/hbase-webapps/static/jumping-orca_rotated_12percent.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/resources/images/jumping-orca_rotated.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/jumping-orca_rotated.png b/src/main/site/resources/images/jumping-orca_rotated.png new file mode 100644 index 0000000..4c2c72e Binary files /dev/null and b/src/main/site/resources/images/jumping-orca_rotated.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/resources/images/jumping-orca_rotated.xcf ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/jumping-orca_rotated.xcf b/src/main/site/resources/images/jumping-orca_rotated.xcf new file mode 100644 index 0000000..01be6ff Binary files /dev/null and b/src/main/site/resources/images/jumping-orca_rotated.xcf differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/resources/images/jumping-orca_rotated_12percent.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/jumping-orca_rotated_12percent.png b/src/main/site/resources/images/jumping-orca_rotated_12percent.png new file mode 100644 index 0000000..1942f9a Binary files /dev/null and b/src/main/site/resources/images/jumping-orca_rotated_12percent.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/resources/images/jumping-orca_rotated_25percent.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/jumping-orca_rotated_25percent.png b/src/main/site/resources/images/jumping-orca_rotated_25percent.png new file mode 100644 index 0000000..219c657 Binary files /dev/null and b/src/main/site/resources/images/jumping-orca_rotated_25percent.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/site.vm ---------------------------------------------------------------------- diff --git a/src/main/site/site.vm b/src/main/site/site.vm index 0e25195..f9cc08d 100644 --- a/src/main/site/site.vm +++ b/src/main/site/site.vm @@ -499,9 +499,7 @@ <body class="composite"> <div id="banner"> #banner( $decoration.bannerLeft "bannerLeft" ) - <!-- Commented out since we do not use it. St.Ack 20110906 - --> - ## #banner( $decoration.bannerRight "bannerRight" ) + #banner( $decoration.bannerRight "bannerRight" ) <div class="clear"> <hr/> </div> http://git-wip-us.apache.org/repos/asf/hbase/blob/cd8a9084/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 0d60e00..b0462ee 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -28,7 +28,11 @@ <src>images/hbase_logo.png</src> <href>http://hbase.apache.org/</href> </bannerLeft> - <bannerRight /> + <bannerRight> + <name>Apache HBase Orca</name> + <src>images/jumping-orca_rotated_25percent.png</src> + <href>http://hbase.apache.org/</href> + </bannerRight> <version position="right" /> <publishDate position="right" /> <body>
