Repository: ranger Updated Branches: refs/heads/master 2de803d12 -> adea501cd
RANGER-1975: fixes to add apache links for fixing Whimsy sitecheck failures Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/adea501c Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/adea501c Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/adea501c Branch: refs/heads/master Commit: adea501cdade780bf78360c65904fa0ce8104acb Parents: 2de803d Author: Selvamohan Neethiraj <[email protected]> Authored: Thu Feb 8 03:51:08 2018 -0800 Committer: Velmurugan Periasamy <[email protected]> Committed: Thu Feb 8 09:52:56 2018 -0500 ---------------------------------------------------------------------- docs/pom.xml | 9 +++++++- docs/src/site/site.xml | 53 ++++++++++++++++++++++++++++++--------------- 2 files changed, 43 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/adea501c/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index b92420f..2fd84c1 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -504,7 +504,14 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.6</version> + <version>3.7</version> + <dependencies> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + <version>1.7</version> + </dependency> + </dependencies> <configuration> <outputDirectory>./target</outputDirectory> </configuration> http://git-wip-us.apache.org/repos/asf/ranger/blob/adea501c/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 1d31cf8..0681139 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -29,14 +29,17 @@ under the License. </skin> <bannerLeft> - <name>Ranger Logo</name> + <name>Apache Ranger</name> <src>/logo/rangerlogo.png</src> <height>200px</height> <width>400px</width> - <href></href> + <href>https://ranger.apache.org</href> </bannerLeft> <body> + <breadcrumbs> + <item name="Ranger" href="http://ranger.apache.org/" /> + </breadcrumbs> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="News" href="https://cwiki.apache.org/confluence/display/RANGER/News" /> @@ -49,7 +52,7 @@ under the License. <item name="Ranger REST API Documentation" href="apidocs/index.html"/> <item name="Ranger KMS REST API Documentation" href="kms/apidocs/index.html"/> <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 --> - <item name="License" href="https://www.apache.org/licenses/"/> + <item name="License" href="https://www.apache.org/licenses" /> </menu> <menu name="Project Information"> <item name="Project Summary" href="project-summary.html"/> @@ -58,21 +61,35 @@ under the License. <item name="Team" href="team-list.html"/> <item name="Security Advisories" href="https://cwiki.apache.org/confluence/display/RANGER/Vulnerabilities+found+in+Ranger" /> </menu> - <menu name="Releases"> - <item name="0.7.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.1+Release+-+Apache+Ranger" /> - <item name="0.7.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.0+Release+-+Apache+Ranger" /> - <item name="0.6.3" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.3+Release+-+Apache+Ranger" /> - <item name="0.6.2" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.2+Release+-+Apache+Ranger" /> - <item name="0.6.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.1+Release+-+Apache+Ranger" /> - <item name="0.6.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.6+Release+-+Apache+Ranger" /> - <item name="0.5.3" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.3+Release+-+Apache+Ranger" /> - <item name="0.5.2" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.2+Release+-+Apache+Ranger" /> - <item name="0.5.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.1+Release+-+Apache+Ranger" /> - <item name="0.5.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.5+Release+-+Apache+Ranger" /> - <item name="0.4.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.4+Release" /> - </menu> - <footer><![CDATA[Apache Ranger, Ranger, Apache, the Apache feather logo are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners. ]]></footer> + <menu name="Releases"> + <item name="0.7.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.1+Release+-+Apache+Ranger" /> + <item name="0.7.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.0+Release+-+Apache+Ranger" /> + <item name="0.6.3" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.3+Release+-+Apache+Ranger" /> + <item name="0.6.2" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.2+Release+-+Apache+Ranger" /> + <item name="0.6.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.6.1+Release+-+Apache+Ranger" /> + <item name="0.6.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.6+Release+-+Apache+Ranger" /> + <item name="0.5.3" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.3+Release+-+Apache+Ranger" /> + <item name="0.5.2" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.2+Release+-+Apache+Ranger" /> + <item name="0.5.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.5.1+Release+-+Apache+Ranger" /> + <item name="0.5.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.5+Release+-+Apache+Ranger" /> + <item name="0.4.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.4+Release" /> + </menu> + + <menu name="Apache" title="Apache Software Foundation"> + <item name="Home" href="https://www.apache.org" /> + <item name="Events" href="https://www.apache.org/events/current-event" /> + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> + <item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship" /> + <item name="Security" href="https://www.apache.org/security" /> + <item name="Thanks" href="https://www.apache.org/foundation/thanks" /> + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct" /> + </menu> + + <footer><![CDATA[ +<p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="20" width="20" /></a>Copyright © 2011-2018 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> +Apache Ranger, Ranger, Apache, the Apache feather logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br/> +All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> +]]></footer> </body>
