You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/27 23:33:52 UTC

[09/48] bahir-website git commit: Conditionaly display incubator disclaimer

Conditionaly display incubator disclaimer


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/5c1f22c5
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/5c1f22c5
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/5c1f22c5

Branch: refs/heads/master
Commit: 5c1f22c5f58ebf68fdacfca6479dc9ebe4c73beb
Parents: bdb8e89
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Nov 8 09:07:54 2015 -0300
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Nov 8 09:07:54 2015 -0300

----------------------------------------------------------------------
 _data/project.yml                   | 2 ++
 _includes/themes/apache/footer.html | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5c1f22c5/_data/project.yml
----------------------------------------------------------------------
diff --git a/_data/project.yml b/_data/project.yml
index e574624..5d9e5b8 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -31,3 +31,5 @@ commits_list_archive_markmail:
 jira: SYSTEMML
 
 source_repository: http://www.github.com/SparkTC/systemml
+
+podling: true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5c1f22c5/_includes/themes/apache/footer.html
----------------------------------------------------------------------
diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html
index 7b9886e..2d1379c 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -3,8 +3,9 @@
   <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.
+      {% endif %}
     </div>
 
   </div>