You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/01/28 04:44:43 UTC

[17/17] git commit: included disclaimer and incubator logo in site

Updated Branches:
  refs/heads/hadoop-contrib 889566b21 -> 3b0403418
  refs/heads/master 0a0744f64 -> 9188509fd


included disclaimer and incubator logo in site


Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/9188509f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/9188509f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/9188509f

Branch: refs/heads/master
Commit: 9188509fd1dcc6b8b1d8ab8c4ab7ce3ce9f255e5
Parents: 7dcbca3
Author: adamb <ad...@apache.org>
Authored: Sun Jan 27 21:44:05 2013 -0600
Committer: adamb <ad...@apache.org>
Committed: Sun Jan 27 21:44:05 2013 -0600

----------------------------------------------------------------------
 site/templates/skeleton.html |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9188509f/site/templates/skeleton.html
----------------------------------------------------------------------
diff --git a/site/templates/skeleton.html b/site/templates/skeleton.html
index db392ee..8b6dacd 100644
--- a/site/templates/skeleton.html
+++ b/site/templates/skeleton.html
@@ -21,13 +21,23 @@
 			{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
 		</div>
 		<div id="bannertext">
-			<img id="logo" alt="Apache Hadoop Development Tools" src="images/hadoop-logo.jpg" name="logo">™
+			<img id="logo" alt="Apache Hadoop Development Tools" src="images/hdt.png" name="logo">™
+			<img style="float:right" src="http://incubator.apache.org/images/egg-logo.png" alt="apache Incubator Logo" />
 		</div>
 		<div id="content">
 			<h1 class="title">
 				{% block title %}{{ headers.title }}{% endblock %}
 			</h1>{% block content %}{{ content|markdown }}{% endblock %}
-		</div>
+		<h2 id="disclaimer">Disclaimer</h2>
+<p>Apache Hadoop Development Tools is an effort undergoing incubation at <a href="http://apache.org/">The Apache Software Foundation
+(ASF)</a> sponsored by the <a href="http://incubator.apache.org/">Apache Incubator PMC</a>.
+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.</p>
+</div>
 		<div id="copyright" class="container_16">
 			<p>
 				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>