-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprivacy.rvt
36 lines (30 loc) · 1.02 KB
/
privacy.rvt
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
<?
package require ergkeeper
::ergkeeper::page_init
::ergkeeper::page_response
::ergkeeper::page_head "Privacy Policy"
puts [head "What ErgKeeper Does With Your Data"]
puts {
<p>
Even once you've connected ErgKeeper with your RunKeeper profile this
site does not have access to any of your RunKeeper health and fitness data.
ErgKeeper connects to RunKeeper in the least-permissive and most-restricted
manner possible from the API. You are not exposing any of your health details
to ErgKeeper.
</p>
<p>
ErgKeeper does have access to your RunKeeper profile and basic information,
as well as any fitness activities which you posted through this service.
</p>
<p>
ErgKeeper retains a copy of all workouts that you upload in order to keep track
of which workouts you have previously posted to the RunKeeper site and which
you still need to post.
</p>
<p>
<i>Put a link here to allow a user to delete all their stored information</i>
</p>
}
::ergkeeper::page_foot
::ergkeeper::page_term
?>