-
Notifications
You must be signed in to change notification settings - Fork 12
/
privacy.html
77 lines (55 loc) · 2.54 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8"/>
<meta name="description" content="CotEditor's Privacy Policy"/>
<title>Privacy Policy - CotEditor</title>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://coteditor.com/privacy"/>
<meta property="og:title" content="CotEditor"/>
<meta property="og:description" content="CotEditor's Privacy Policy"/>
<meta property="og:image" content="https://coteditor.com/img/appicon/512@2x.png"/>
<meta property="og:site_name" content="CotEditor"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:locale:alternate" content="tr_TR"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@CotEditor"/>
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="favicon@2x.png" type="image/png" sizes="32x32"/>
<link rel="stylesheet" href="css/common.css"/>
</head>
<body>
<header>
<a href="/">CotEditor</a>
<nav><ul>
<li><a href="archives">Archives</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="https://twitter.com/CotEditor" rel="external">Twitter</a></li>
</ul></nav>
</header>
<main>
<h1>Privacy Policy</h1>
<p>This privacy policy describes how your personal information is handled in CotEditor.</p>
<section>
<h2>Owner and Data Controller</h2>
<p>CotEditor is owned and developed by the <a href="https://github.com/coteditor">CotEditor project</a> —an open-source project organized by Mineko Imanishi (a.k.a. 1024jp) since 2014.</p>
<p>If you have any questions about this privacy policy, feel free to <a href="contact">get in touch with us</a>.</p>
</section>
<section>
<h2>Data Collection</h2>
<section>
<h3>CotEditor.app</h3>
<p>We, the CotEditor project, do not collect, use, save, or have access to any of your personal data recorded in CotEditor. Individual settings relating to the CotEditor app are not personal and are stored only on your device.</p>
</section>
</section>
<section>
<h2>Changes to This Privacy Policy</h2>
<p>This privacy policy can be updated at any time to be conformed to changes of regal or/and social requirements about the personal data collection. It is strongly recommended to check this page often, referring to the date of the last modification listed below.</p>
</section>
<p>Last modification: <time>2018-09-05</time></p>
</main>
<footer>
<p class="copyright">© 2018 CotEditor Project</p>
</footer>
</body>
</html>