Repository: incubator-gossip Updated Branches: refs/heads/site-src 4c1e2c00b -> 9fc7d1140
GOSSIP-23: remove project description from footer to avoid showing it everywhere Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/21184cab Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/21184cab Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/21184cab Branch: refs/heads/site-src Commit: 21184cabf1876d0ab8216b7b44dd65c178a28c6e Parents: 4c1e2c0 Author: chandresh-pancholi <[email protected]> Authored: Sun Sep 11 00:52:16 2016 +0530 Committer: chandresh-pancholi <[email protected]> Committed: Sun Sep 11 00:52:16 2016 +0530 ---------------------------------------------------------------------- _includes/themes/apache/footer.html | 12 +++--------- index.md | 7 +++++++ 2 files changed, 10 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/21184cab/_includes/themes/apache/footer.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html index 101fe9e..901fe6c 100644 --- a/_includes/themes/apache/footer.html +++ b/_includes/themes/apache/footer.html @@ -1,15 +1,9 @@ <footer class="site-footer"> <div class="wrapper"> <div class="footer-col-wrapper"> - {% if site.data.project.podling %} - {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> - at The Apache Software Foundation (ASF), sponsored by the 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. - <hr> - {% endif %} + <!--{% if site.data.project.podling %}--> + + <!--{% endif %}--> <div style="text-align:center;"> {% if site.data.project.podling %} <div style="margin-top: 20px; margin-bottom: 20px;"> http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/21184cab/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index 1569779..7f20c47 100644 --- a/index.md +++ b/index.md @@ -27,3 +27,10 @@ limitations under the License. ## Apache Gossip Apache Gossip⢠is a system to form peer-to-peer networks using the gossip protocol. +<br> +{{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> +at The Apache Software Foundation (ASF), sponsored by the 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.
