-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathprivacy.html
More file actions
134 lines (109 loc) · 5.21 KB
/
Copy pathprivacy.html
File metadata and controls
134 lines (109 loc) · 5.21 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html manifest="/editor.appcache">
<head>
<title>Privacy Policy</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400|Source+Code+Pro:400">
<style>
* { font-family: Lato; font-weight: 400; }
body { margin-left: 10%; margin-right: 10%; margin-top: 0.5in; }
div { margin: auto; max-width: 700px; }
h1, h2, h3, h4 { font-weight: 400; }
code, tt { font-family: Source Code Pro; font-weight: 400;
background: wheat;}
li { padding-bottom: 5px; }
</style>
</head>
<body>
<div>
<a href="//">
<img src="/image/dpencil-32.png"
style="border:0;float:left;padding-right:10px;margin-top:3px;"
title="pencilcode.net"></a>
<h1>Pencil Code Privacy Policy</h1>
<p>Pencil Code is a service intended for use by all ages, so
our users' privacy and safety are very important to us.
To protect the privacy of all our users, we limit what we collect
and what we publish on the service. Pencil Code policies
are in accordance with the
<a href="http://www.ftc.gov/ogc/coppa1.htm">Children's Online
Privacy Protection Act (COPPA)</a> that limits use of children's
personally identifiable information online.
<h2>Using Pencil Code</h2>
<p>You can see, create, edit, and run programs with Pencil Code
without registering. However, if you want to save your own projects
on the Pencil Code service, you must register for an account.
<p>When you register for an account, we ask that you do not use your
real name as an account name. (Do not use your first and last name
on the service, because you are not allowed to post personally
identifiable information.)
<p>The account name that you choose will be used as the name
for a public website created to publish your programs.
Pencil Code does not function as a personal messaging system.
There is no way for another user to contact you
through your Pencil Code account name.
<h2>Posting Personally Identifiable Information is Not Allowed</h2>
<p>Pencil Code does not collect personally identifiable
information, and our <a href="/terms.html">Terms of Service</a> expressly
prohibit posting personally identifiable information. That
means you are not allowed to post content containing your own
full name or the full name of other users, contact information,
addresses, or other identifying information.
We will remove personally identifiable information that we find
on the service.
<p>Teachers and other adults who need to post contact information
or other personally identifying information are encouraged to use
other services to host that content.
<h2>Posted Content is Public</h2>
<p>One of the missions of Pencil Code is to nurture a community
of students who learn from each other, so
all content posted on Pencil Code is shared with all
other users of Pencil Code. Other users may copy and share
information that you post.
<h2>Changing Your Password and Deleting Your Account</h2>
<p>You can change your password or delete your account at any time.
To delete your account, simply delete all the files in your account.
Empty accounts will be removed within a day or two.
If you have forgotten your password or if you need to delete
your (or your child's) account and you need help,
email <a href="http://mailto:david.bau@gmail.com">david.bau@gmail.com</a>,
and David will reset the password or delete the account.
<h2>Cookies and Local Data</h2>
<p>We put "cookies" on your computer to identify your computer when
you use Pencil Code. The cookies are used to remember you when you are
logged in; to help you find your previous work when you leave and
return to Pencil Code; and to help the Pencil Code Team
understand how students use the service.
<p>Pencil Code saves backups of your data on your local computer to
help safeguard your programs when the network is unreliable.
<p>Pencil Code can be operated with cookies disabled in your browser,
but you may need to log in and provide your password again
each time you wish to save.
<h2>Research and Analytics</h2>
<p>When you save, edit, view, and run projects on Pencil Code, information is
collected to facilitate analysis and improvement of the service.
A record is saved of your interactions with Pencil Code and the state of
your project when you run it.
<p>Some of this data may be used in research studies intended to
improve our understanding of how people learn with the system.
The results of this research may be shared with educators and
researchers through conferences, journals, and other publications.
<h2>About This Policy</h2>
The Pencil Code Team continually develops and improves the
service.
In the future Pencil Code may modify this policy to, for example,
reflect changes to
the Service or reflect changes to the law.
You should look at the privacy policy regularly.
<h2>Contacting Us</h2>
If you have questions about this privacy policy, you can email
David Bau
at <a href="mailt:david.bau@gmail.com">david.bau@gmail.com</a>.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45359764-1', 'pencilcode.net');
ga('send', 'pageview');
</script>