Repository: incubator-ranger Updated Branches: refs/heads/master 46b5ecc33 -> c5716e5db
RANGER-408: added logo for Apache Incubator and Disclaimer Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/c5716e5d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/c5716e5d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/c5716e5d Branch: refs/heads/master Commit: c5716e5dbe058cefd7bb07079fc4bab3f16b2749 Parents: 46b5ecc Author: sneethiraj <[email protected]> Authored: Tue Apr 21 16:17:52 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Tue Apr 21 16:17:52 2015 -0400 ---------------------------------------------------------------------- docs/src/site/apt/index.apt.vm | 8 ++++++++ docs/src/site/site.xml | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c5716e5d/docs/src/site/apt/index.apt.vm ---------------------------------------------------------------------- diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm index 84e206d..5e42bd6 100644 --- a/docs/src/site/apt/index.apt.vm +++ b/docs/src/site/apt/index.apt.vm @@ -65,3 +65,11 @@ ${project.name} Contributors can check out the source codefrom our {{{http://git.apache.org/incubator-ranger.git/}Git repository}} + +* Disclaimer + + Apache RANGER is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, + communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. + While incubation status is not necessarily a reflection of the completeness or stability of the code, + it does indicate that the project has yet to be fully endorsed by the ASF. http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c5716e5d/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 4a5cbb1..d97077e 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -37,7 +37,11 @@ under the License. </bannerLeft> <bannerRight> - <src></src> + <name>Apache Incubator</name> + <src>http://incubator.apache.org/images/egg-logo.png</src> + <height>200px</height> + <width>400px</width> + <href>http://incubator.apache.org/</href> </bannerRight> <body> @@ -68,11 +72,13 @@ under the License. <fluidoSkin> <sideBarEnabled>true</sideBarEnabled> <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + <!-- <twitter> <user>Ranger4Hadoop</user> <showUser>true</showUser> <showFollowers>true</showFollowers> </twitter> + --> <facebookLike /> <skipGenerationDate>true</skipGenerationDate> </fluidoSkin>
