Repository: incubator-apex-site Updated Branches: refs/heads/master 2670a8a1c -> 7b9bba33f
add incubation disclaimer Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/7b9bba33 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/7b9bba33 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/7b9bba33 Branch: refs/heads/master Commit: 7b9bba33f6c0e94d42a16ae2cca31f962e4fa6fe Parents: 2670a8a Author: Andy Perlitch <[email protected]> Authored: Fri Nov 13 15:19:21 2015 -0800 Committer: Andy Perlitch <[email protected]> Committed: Fri Nov 13 15:19:21 2015 -0800 ---------------------------------------------------------------------- src/partials/footer.handlebars | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7b9bba33/src/partials/footer.handlebars ---------------------------------------------------------------------- diff --git a/src/partials/footer.handlebars b/src/partials/footer.handlebars index bf47888..2f8db4e 100644 --- a/src/partials/footer.handlebars +++ b/src/partials/footer.handlebars @@ -8,6 +8,9 @@ <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a> <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a> </p> + <p class="text-muted"> + <small>Apache Apex 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> </footer> </div> <!-- /container -->
