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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/master by this push:
     new d8bc3ef  TOMEE-3853: Add link to privacy policy to the footer, update 
privacy policy to reference ASF privacy policy
d8bc3ef is described below

commit d8bc3efb4537e1609c19ccf4487bc9f1677c3f9c
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Mar 10 10:17:15 2022 +0100

    TOMEE-3853: Add link to privacy policy to the footer, update privacy policy 
to reference ASF privacy policy
---
 src/main/jbake/content/privacy-policy.adoc | 13 +++++++++++--
 src/main/jbake/templates/footer.gsp        |  3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/privacy-policy.adoc 
b/src/main/jbake/content/privacy-policy.adoc
index d7c992f..ea976a4 100644
--- a/src/main/jbake/content/privacy-policy.adoc
+++ b/src/main/jbake/content/privacy-policy.adoc
@@ -1,7 +1,16 @@
-= Privacy Policy Information about your use of this website is collected using 
server access logs and a tracking cookie.
+= Apache TomEE Privacy Policy
 :jbake-type: page
 :jbake-status: published
 
+== Apache Foundation Privacy Policy
+
+Please find the Apache Foundation Privacy Policy here: +
+link:https://privacy.apache.org/policies/privacy-policy-public.html[].
+
+== Additional Terms
+
+Privacy Policy Information about your use of this website is collected using 
server access logs and a tracking cookie.
+
 The collected information consists of the following:
 
 . The IP address from which you access the website;
@@ -11,7 +20,7 @@ The collected information consists of the following:
 and
 . The addresses of pages from where you followed a link to our site.
 
-Part of this information is gathered using a tracking cookie set by the 
http://www.google.com/analytics/[Google Analytics]  service and handled by 
Google as described in their [privacy 
policy|http://www.google.com/privacy.html] . See your browser documentation for 
instructions on how to disable the cookie if you prefer not to share this data 
with Google.
+Part of this information is gathered using a tracking cookie set by the 
link:https://www.google.com/analytics/[Google Analytics]  service and handled 
by Google as described in their 
link:https://www.google.com/privacy.html[privacy policy] . See your browser 
documentation for instructions on how to disable the cookie if you prefer not 
to share this data with Google.
 
 We use the gathered information to help us make our site more useful to 
visitors and to better understand how and when our site is used.
 We do not track or collect personally identifiable information or associate 
gathered data with any personally identifying information from other sources.
diff --git a/src/main/jbake/templates/footer.gsp 
b/src/main/jbake/templates/footer.gsp
index aef3865..33be0ca 100755
--- a/src/main/jbake/templates/footer.gsp
+++ b/src/main/jbake/templates/footer.gsp
@@ -9,6 +9,9 @@
                                                <li><a 
href="https://www.facebook.com/ApacheTomEE/";><i class="fa 
fa-facebook"></i></a></li>
                                                <li><a 
href="https://twitter.com/apachetomee";><i class="fa fa-twitter"></i></a></li>
                                        </ul>
+                                       <h5 class="light regular light-white">
+                                               <a href="<%if 
(content.rootpath) {%>${content.rootpath}<% } else { %><% 
}%>privacy-policy.html" class="white">Privacy Policy</a>
+                                       </h5>
                                </div>
                                <div class="col-sm-6 text-center-mobile">
                                        <div class="row opening-hours">

Reply via email to