forked from codedread/kthoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
61 lines (53 loc) · 1.97 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>kthoom Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>
kthoom is an open source project. There is no legal entity (company)
associated with this project, only developers who donate their time.
</p>
<p>
This project does not collect any information about anything you read
with kthoom, except as noted below with Google Analytics.
</p>
<p>
This project does not use browser cookies.
</p>
<p>
kthoom consists solely of client-side code (a HTML page, its stylesheet,
and associated JavaScript files). kthoom does not talk to a server except
as described below:
</p>
<ol>
<li>
When you are using kthoom on this site,
the developer is using <a href="https://analytics.google.com">
Google Analytics</a> to track basic website activity, including URLs and
URL parameters that are being used with the project. This project does
not pass any data to Google that can be used to personally identify the
user.
</li>
<li>
If you want to read comic books from
<a href="https://www.google.com/drive/">Google Drive</a>, this project
will require you to sign into Google and kthoom will let you choose a
file from your Google Drive.
</li>
<li>
If you want to read comic books from <a href="https://ipfs.io">IPFS</a>,
kthoom will connect to IPFS nodes to download the book file.
</li>
</ol>
<h2>Client-only Mode</h2>
<p>
If you are uncomfortable with kthoom using Google Analytics or accessing
servers over the network, it is totally within your rights to clone the
<a href="https://github.com/codedread/kthoom/">github repository</a>,
remove the GA code from the HTML, and then run a local web server to host
your own copy to read comic books on your local hard drive.
</p>
</body>
</html>