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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4afd8d4  [MINOR] Remove GA config and update privacy policy
4afd8d4 is described below

commit 4afd8d4937b2e3fea90e11963a06aedd02aa44d3
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Fri Nov 19 03:47:50 2021 +0530

    [MINOR] Remove GA config and update privacy policy
---
 _config.yml              |  4 ----
 _src/privacy-policy.html | 23 ++++-------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0412ab2..eba23b3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,10 +16,6 @@ url: "https://systemds.apache.org"; # the base hostname & 
protocol for your site
 # Build settings
 markdown: kramdown
 
-# if 'analytics_on' is true, analytics section will be rendered on the HTML 
pages
-analytics_on: true
-analytics_provider: google_universal
-analytics_google_universal_tracking_id : UA-71553733-1
 
 source: _src
 
diff --git a/_src/privacy-policy.html b/_src/privacy-policy.html
index 23821c2..37c5d12 100644
--- a/_src/privacy-policy.html
+++ b/_src/privacy-policy.html
@@ -25,23 +25,8 @@ limitations under the License.
 
 <div class="ml-container clear-header">
   <h1>{{ site.data.project.name }} Privacy Policy</h1>
-  <p>Information about your use of this website is collected using server 
access logs and a tracking cookie. The
-    collected information consists of the following:</p>
-  <ul>
-    <li>The IP address from which you access the website</li>
-    <li>The type of browser and operating system you use to access our 
site</li>
-    <li>The date and time you access our site</li>
-    <li>The pages you visit</li>
-    <li>The addresses of pages from where you followed a link to our site</li>
-  </ul>
-  <p>Part of this information is gathered using a tracking cookie set by the 
[Google
-    Analytics](http://www.google.com/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.</p>
-  <p>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.</p>
-  <p>By using this website, you consent to the collection of this data in the 
manner and for the purpose described
-    above.</p>
+  <p>We do not collect any information about your usage of this website
+    to the best of our knowledge. If there is any info collected, please
+    let us know.
+  </p>
 </div>
\ No newline at end of file

Reply via email to