You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by yi...@apache.org on 2018/11/28 18:25:46 UTC

[incubator-marvin-website] 03/31: Conditionaly display incubator disclaimer

This is an automated email from the ASF dual-hosted git repository.

yifeizhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git

commit 5c1f22c5f58ebf68fdacfca6479dc9ebe4c73beb
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sun Nov 8 09:07:54 2015 -0300

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

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
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 compl [...]
+      {% endif %}
     </div>
 
   </div>