Repository: incubator-batchee Updated Branches: refs/heads/master 7aef3e541 -> 3a72a4c9a
site footer and incubating mention Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/3a72a4c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/3a72a4c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/3a72a4c9 Branch: refs/heads/master Commit: 3a72a4c9abc9a8faf2eca0a68516d862a1677751 Parents: 7aef3e5 Author: Romain Manni-Bucau <[email protected]> Authored: Mon Dec 7 17:28:52 2015 +0100 Committer: Romain Manni-Bucau <[email protected]> Committed: Mon Dec 7 17:28:52 2015 +0100 ---------------------------------------------------------------------- src/site/site.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/3a72a4c9/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 4b64254..cef09ce 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd"> <bannerLeft> - <name>Apache BatchEE</name> + <name>Apache BatchEE (incubating)</name> <alt>Apache BatchEE logo</alt> <href>/index.html</href> </bannerLeft> @@ -84,10 +84,18 @@ </menu> <footer> - <div class="row span16"><div>Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - <a href="${project.url}/privacy-policy.html">Privacy Policy</a> - </div> + <div class="container"> + <footer id="main-footer"> + <p class="text-muted"> + Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + </p> + <p class="text-muted"> + <small>Apache BatchEE 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.</small> + </p> + <a href="/privacy-policy.html">Privacy Policy</a> + </footer> + </div> <!-- /container --> </footer> </body>
