This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 1b541416811019de2c9ad926db4898a356e12e91 Author: martijnvisser <[email protected]> AuthorDate: Tue Feb 1 12:07:59 2022 +0100 [FLINK-25878] Update privacy policy to reflect change from Google Analytics to Matomo --- privacy-policy.md | 46 +++++++++++++++++++++++++++++----------------- privacy-policy.zh.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 17 deletions(-) diff --git a/privacy-policy.md b/privacy-policy.md index 00867c5..4711813 100644 --- a/privacy-policy.md +++ b/privacy-policy.md @@ -2,26 +2,38 @@ title: "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: +Information about your use of this website is collected using server access logs. +We do this to understand what parts of the website are important to our users, +what features are most frequently read up on, where users get lost in the documentation, etc. +This data allows us to better understand how users use the system, the website, and the docs +and where to focus improvements next. + +The collected information consists of the following: 1. The IP address from which you access the website; 2. The type of browser and operating system you use to access our site; 3. The date and time you access our site; -4. The pages you visit; and -5. 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 -[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. - -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 +4. The pages you visit; +5. If you click on any of the file download links on our website; +6. The addresses of pages from where you followed a link to our site; +7. The addresses of pages to where you go to from our site; and +8. The search terms you use on the website. + +This information is gathered and stored using the open source software [Matomo](https://matomo.org/). +We don't use any cookies to collect this information. An IP address is anonymized by removing +the last two octets from the IP address. That means that if you're IP is 192.168.100.50, we store it as +192.168.0.0. + +We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources. -By using this website, you consent to the collection of this data in the -manner and for the purpose described above. \ No newline at end of file +Matomo is self-hosted on a virtual machine, provided by the Apache Software Foundation. +It can only be accessed by Flink PMC members and members of the Apache Privacy committee. +The data can be viewed by anyone by visiting [https://matomo.privacy.apache.org/](https://matomo.privacy.apache.org/). + +Matomo respects any Do Not Track setting in your browser. You can also opt-out from all Matomo tracking below. + +<iframe +style="border: 0; height: 200px; width: 600px;" +src="https://matomo.privacy.apache.org/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=&fontColor=&fontSize=14px&fontFamily=%22Helvetica%20Neue%22%2CHelvetica%2CArial%2Csans-serif" +></iframe> diff --git a/privacy-policy.zh.md b/privacy-policy.zh.md new file mode 100644 index 0000000..5ed99d5 --- /dev/null +++ b/privacy-policy.zh.md @@ -0,0 +1,39 @@ +--- +title: "Privacy Policy" +--- + +Information about your use of this website is collected using server access logs. +We do this to understand what parts of the website are important to our users, +what features are most frequently read up on, where users get lost in the documentation, etc. +This data allows us to better understand how users use the system, the website, and the docs +and where to focus improvements next. + +The collected information consists of the following: + +1. The IP address from which you access the website; +2. The type of browser and operating system you use to access our site; +3. The date and time you access our site; +4. The pages you visit; +5. If you click on any of the file download links on our website; +6. The addresses of pages from where you followed a link to our site; +7. The addresses of pages to where you go to from our site; and +8. The search terms you use on the website. + +This information is gathered and stored using the open source software [Matomo](https://matomo.org/). +We don't use any cookies to collect this information. An IP address is anonymized by removing +the last two octets from the IP address. That means that if you're IP is 192.168.100.50, we store it as +192.168.0.0. + +We do not track or collect personally identifiable information or associate gathered +data with any personally identifying information from other sources. + +Matomo is self-hosted on a virtual machine, provided by the Apache Software Foundation. +It can only be accessed by Flink PMC members and members of the Apache Privacy committee. +The data can be viewed by anyone by visiting [https://matomo.privacy.apache.org/](https://matomo.privacy.apache.org/). + +Matomo respects any Do Not Track setting in your browser. You can also opt-out from all Matomo tracking below. + +<iframe +style="border: 0; height: 200px; width: 600px;" +src="https://matomo.privacy.apache.org/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=&fontColor=&fontSize=14px&fontFamily=%22Helvetica%20Neue%22%2CHelvetica%2CArial%2Csans-serif" +></iframe>
