-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.adp
85 lines (78 loc) · 3.43 KB
/
privacy.adp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<master>
<property name="title"><trn key="website.privacy.title" locale="en_US">Free Pascal - Privacy statement</trn></property>
<property name="entry">Privacy</property>
<property name="header"><trn key="website.privacy.header" locale="en_US">Privacy Policy</trn></property>
<trn key="website.privacy.gdpr" locale="en_US">
<p>
The Free Pascal servers are located in the EU, and so are most of the core
contributors to Free Pascal. This means we are subject to the stipulations
of the <a href="https://gdpr-info.eu/">GDPR</a> (General Data Protection Regulation), which requires us to
inform you about our privacy policy, and about which data we collect about you.
</p>
</trn>
<trn key="website.privacy.about" locale="en_US">
<h2>What data do we collect about you?</h2>
<p>
The only personal data we collect and store are:
<ul>
<li> a name (which can be a nickname for this specific use)</li>
<li> an email address</li>
</ul>
<p>
There are 4 possible locations where we ask for a name and an email address:
<ul>
<li><a href="https://bugs.freepascal.org/">The bugtracker</a></li>
<li><a href="https://wiki.freepascal.org/">The WIKI.</a></li>
<li><a href="https://forum.freepascal.org/">The forum.</a></li>
<li><a href="https://lists.freepascal.org/">The mailing lists.</a></li>
</ul>
<p>
This information is stored in the respective databases that underly these
information systems. This information is kept for an indeterminate period of
time, as they are needed for the functioning of these communication systems.
</p>
<p>
The web server's log files of these systems contain the IP address from all
requests. Occasionally they also contain a name or email address.
The log files are deleted after 2 days, unless we need to
analyse some problem with the server. In such cases the relevant log file
may be kept longer, but will be deleted after being used.
</p>
<p>
The collected data is not communicated or sold to other parties in any way,
other than what is accessible publicly through the public user interface.
</p>
<p>
You are free to use an alias and a special email address that cannot be
linked to any other personal information. We will be none the wiser.
</p>
<p>
Note that because some information is displayed publicly, it can be therefore
be downloaded to other servers beyond our control (such as mailing list
archives).
</p>
</trn>
<trn key="website.privacy.used" locale="en_US">
<h2>For what is this data used?</h2>
The data is only used to be able contact you through the public websites or by email
in case of bugreports.
</trn>
<trn key="website.privacy.information" locale="en_US">
<h2>Where can you see this information?</h2>
All recorded information is publicly accessible when you log into one of
these systems, you can consult therefor all information we have on the
respective websites listed above.
</trn>
<trn key="website.privacy.exercise" locale="en_US">
<h2>What to do if you want to exercise your right to be forgotten?</h2>
Send a mail to gdpr at freepascal.org with the request. Please include the
necessary information we need to find your data in your request: that
includes username, email. We will get back to you when we process your request.
</trn>
<trn key="website.privacy.cookies" locale="en_US">
<h2>Use of cookies</h2>
The bugtracker, WIKI and forum use cookies to maintain a session for your
activities in the respective sites. They do not use third-party cookies,
and the cookies needed to make the website work are not transmitted to
other parties.
</trn>