forked from scheme-requests-for-implementation/srfi-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
srfi-privacy.html
90 lines (73 loc) · 4.35 KB
/
srfi-privacy.html
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
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Scheme Requests For Implementation - Privacy Statement</title>
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png">
<link href="admin.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
<body>
<h1><a href="/"><img class="srfi-logo" src="srfi-logo.svg" alt="SRFI surfboard logo" /></a>Scheme Requests For Implementation - Privacy Statement</h1>
<p>The purpose of the SRFI web site is to facilitate creating and
disseminating information about proposed additions to the Scheme
programming language. This work is done in public through
documents and email messages published on this and other web
sites. All of the work is done by volunteers. In support of
this work, we use these third-party tools:</p>
<ul>
<li><p><a href="https://www.linode.com/">Linode</a>, for the
Linux server that runs the main web site,
<a href="https://srfi.schemers.org/">srfi.schemers.org</a>.</p>
<p>Here is <a href="https://www.linode.com/privacy">Linode's privacy policy</a>.</p>
<p>The <a href="https://srfi.schemers.org/">SRFI web site</a>
does not set cookies.</p>
<p>As is standard for web sites, we maintain server logs that
contain IP addresses and other identifying information. We
use this for debugging, for security, and for computing
aggregate statistics. Our intent is that only the editors
are allowed access to this information. We rotate the logs
approximately every two weeks, so only our backups contain
older log information. However, we may indefinitely
preserve log entries and other information that record
apparent attacks on the site.</p></li>
<li><p><a href="https://github.com/">GitHub</a> for hosting
code and documents that are part of the proposals.</p>
<p>Here is <a href="https://help.github.com/articles/github-privacy-statement/">GitHub's
privacy statement</a>. Note that users who would prefer
not to use GitHub can download all the code and documents
<a href="https://srfi.schemers.org/srfi.tgz">here</a>
(<code>.tgz</code>), directly from the SRFI web site.</p></li>
<li><p><a href="https://fonts.google.com/">Google Fonts</a> for
hosting the open-source Noto Sans font, which includes many
Unicode characters that other fonts don't.</p></li>
<li><p><a href="https://www.simplelists.com/">Simplelists</a> for
delivering email messages and for displaying those messages in
public archives.</p>
<p>Note that most email messages sent to SRFI email addresses
are displayed publicly in our archives, e.g. <a href="https://srfi-email.schemers.org/srfi-discuss">srfi-discuss</a>.
These archives are necessary because the point of SRFI is
public, transparent discussion of proposals.</p>
<p>Simplelists obfuscates email addresses in the public
archives so that they can't be harvested by spammers.
However, since the point of the site is pubic discussion, we
make no attempt to conceal the identities of participants.</p>
<p>Here are the <a href="https://www.simplelists.com/privacy.php">Simplelists
privacy policy</a> and <a href="https://www.simplelists.com/gdpr.php">
GDPR statement</a>.</p></li>
<li>JavaScript libraries:
<ul>
<li><a href="http://listjs.com/">listjs</a>, which is used
for live filtering, searching, and sorting of SRFI
proposals on the home page.</li>
<li><a href="https://www.mathjax.org/">MathJax</a>, which
is used for displaying mathematics in some of the
proposals.</li></ul>
<p>Both of these libraries are hosted by the CloudFlare CDN
(<a href="https://en.wikipedia.org/wiki/Content_delivery_network">Content
Delivery Network</a>). Here is <a href="https://www.cloudflare.com/security-policy/">CloudFlare's
privacy policy</a>.</p></li></ul>
<p>If you have any concerns about SRFI, please contact <a href="mailto:srfi-editors at srfi dot schemers dot org">the SRFI editors</a>. (Mail to the editors is archived, but typically not displayed publicly.)
<hr>
<address><a href="mailto:srfi-editors at srfi dot schemers dot org">The SRFI Editors</a></address>
<p>The history of this document is <a href="https://github.com/scheme-requests-for-implementation/srfi-common/commits/master/srfi-privacy.html">here</a>.
</html>