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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 30a3a7c  TAMAYA-392: Add incubation disclaimer
30a3a7c is described below

commit 30a3a7c36307577c9582f4c0cfa77dbb4b8cae45
Author: Hugo Hirsch <git...@hugo-hirsch.de>
AuthorDate: Mon Jun 3 21:54:42 2019 +0200

    TAMAYA-392: Add incubation disclaimer
---
 DISCLAIMER             | 10 ++++++++++
 templates/footer.thyme |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..58fd3b9
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Tamaya is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by Apache Incubator PMC.
+
+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.
\ No newline at end of file
diff --git a/templates/footer.thyme b/templates/footer.thyme
index cbdb34f..f42ea04 100644
--- a/templates/footer.thyme
+++ b/templates/footer.thyme
@@ -7,8 +7,8 @@
 
                    <div id="footer">
                      <div class="container">
-                       <p class="muted credit">&copy; 2014-<span 
th:text='${#dates.format(published_date,"yyyy")}'>published_date</span> Apache 
Software Foundation | Mixed with <a href="http://getbootstrap.com/";>Bootstrap 
v3.1.1</a>
-                                                       | Baked with <a 
href="http://jbake.org";>JBake <span th:text='${version}'>version</span></a>
+                       <p class="muted credit">&copy; 2014-<span 
th:text='${#dates.format(published_date,"yyyy")}'>published_date</span> Apache 
Software Foundation | Mixed with <a href="https://getbootstrap.com/";>Bootstrap 
v3.1.1</a>
+                                                       | Baked with <a 
href="https://jbake.org";>JBake <span th:text='${version}'>version</span></a>
                                                        at <span 
th:text='${#dates.format(published_date,"yyyy-MM-dd")}'>published_date</span> |
                                                <a 
class="twitter-follow-button" data-show-count="false" 
th:href="'https://twitter.com/'+${config.twitterhandle}" th:text="'Follow @'+ 
${config.twitterhandle}"></a><script async 
src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
                                                </p>
@@ -17,7 +17,7 @@
                     Apache Tamaya (incubating) is an effort undergoing
                     incubation at
                     The Apache Software Foundation (ASF), sponsored by
-                    the name of Apache Incubator. Incubation is required of
+                    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

Reply via email to