-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (196 loc) · 11.6 KB
/
index.html
File metadata and controls
233 lines (196 loc) · 11.6 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>openote - Privacy Policy</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
line-height: 1.7;
color: #141413;
background: #FAF9F5;
padding: 2rem 1rem;
}
.container { max-width: 720px; margin: 0 auto; }
.lang-switcher {
display: flex; gap: 0.5rem; margin-bottom: 2rem;
justify-content: center; flex-wrap: wrap;
}
.lang-btn {
padding: 0.5rem 1.2rem; border: 1.5px solid #D97757;
border-radius: 8px; background: transparent; color: #D97757;
font-size: 0.9rem; font-weight: 600; cursor: pointer;
transition: all 0.2s;
}
.lang-btn.active, .lang-btn:hover {
background: #D97757; color: #fff;
}
.lang-section { display: none; }
.lang-section.active { display: block; }
h1 {
font-size: 1.8rem; font-weight: 700; margin-bottom: 0.25rem;
color: #141413;
}
.subtitle { color: #888; font-size: 0.9rem; margin-bottom: 2rem; }
h2 {
font-size: 1.1rem; font-weight: 700; margin-top: 2rem;
margin-bottom: 0.5rem; color: #D97757;
}
p, li { font-size: 0.95rem; margin-bottom: 0.5rem; }
ul { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.3rem; }
strong { font-weight: 600; }
a { color: #D97757; }
hr { border: none; border-top: 1px solid #e5e3de; margin: 2rem 0; }
.footer { text-align: center; color: #aaa; font-size: 0.8rem; margin-top: 3rem; }
</style>
</head>
<body>
<div class="container">
<div class="lang-switcher">
<button class="lang-btn active" onclick="switchLang('en')">English</button>
<button class="lang-btn" onclick="switchLang('ko')">한국어</button>
<button class="lang-btn" onclick="switchLang('ja')">日本語</button>
</div>
<!-- English -->
<div id="lang-en" class="lang-section active">
<h1>Privacy Policy</h1>
<p class="subtitle">Last updated: March 20, 2026</p>
<p>openote ("we", "our", or "the app") is committed to protecting your privacy. This Privacy Policy explains what data openote collects, how it is used, and your rights.</p>
<h2>Data We Collect</h2>
<p><strong>openote does not collect any personal data.</strong></p>
<ul>
<li>No account creation required</li>
<li>No email address or name collected</li>
<li>No usage analytics or behavioral tracking</li>
<li>No crash reporting sent to external servers</li>
<li>No advertising identifiers collected</li>
</ul>
<h2>Data You Create</h2>
<p>Notes and files you create in openote are stored:</p>
<ul>
<li><strong>Locally on your device</strong> (via the app's local storage)</li>
<li><strong>In iCloud Drive</strong> (if you have iCloud enabled on your device)</li>
</ul>
<p>Your note content never leaves Apple's ecosystem. We have no access to your notes.</p>
<h2>iCloud</h2>
<p>If you use iCloud sync, your notes are stored in iCloud Drive under your personal Apple ID. This data is managed entirely by Apple under <a href="https://www.apple.com/privacy/">Apple's Privacy Policy</a>. openote does not have access to your iCloud data.</p>
<h2>On-Device AI (Apple Foundation Models)</h2>
<p>AI features (note summarization, tag suggestions, Mermaid diagram generation) are powered by Apple Foundation Models running entirely on your device.</p>
<ul>
<li>Your note content is <strong>never sent to any server</strong></li>
<li>AI processing happens locally on your iPhone or iPad</li>
<li>No data is transmitted to Apple or any third party for AI processing</li>
<li>Requires iOS 18 or later with Apple Intelligence enabled</li>
</ul>
<h2>Third-Party Services</h2>
<p>openote does not integrate any third-party analytics, advertising, or tracking SDKs. There are no third-party services that receive your data.</p>
<h2>In-App Purchases</h2>
<p>Pro upgrade purchases are processed through Apple's App Store. Apple handles all payment processing. We do not receive or store your payment information. Purchase history is managed by Apple under their privacy policy.</p>
<h2>Children's Privacy</h2>
<p>openote is rated 4+ and is safe for all ages. We do not knowingly collect any information from children.</p>
<h2>Changes to This Policy</h2>
<p>If we make material changes to this Privacy Policy, we will update the "Last updated" date. Continued use of the app after changes constitutes acceptance.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, contact us via the support page linked in the App Store listing.</p>
</div>
<!-- Korean -->
<div id="lang-ko" class="lang-section">
<h1>개인정보처리방침</h1>
<p class="subtitle">최종 업데이트: 2026년 3월 20일</p>
<p>openote(이하 "본 앱")는 귀하의 개인정보를 보호하기 위해 최선을 다합니다. 본 방침은 openote가 수집하는 데이터, 사용 방법 및 귀하의 권리를 설명합니다.</p>
<h2>수집하는 데이터</h2>
<p><strong>openote는 개인정보를 수집하지 않습니다.</strong></p>
<ul>
<li>계정 생성 불필요</li>
<li>이메일 주소 또는 이름 수집 없음</li>
<li>사용 통계 또는 행동 추적 없음</li>
<li>외부 서버로 전송되는 크래시 리포트 없음</li>
<li>광고 식별자 수집 없음</li>
</ul>
<h2>사용자가 생성하는 데이터</h2>
<p>openote에서 작성한 노트 및 파일은 다음 위치에 저장됩니다:</p>
<ul>
<li><strong>기기 로컬 저장소</strong> (앱의 로컬 데이터 영역)</li>
<li><strong>iCloud Drive</strong> (기기에서 iCloud를 활성화한 경우)</li>
</ul>
<p>노트 내용은 Apple의 생태계를 벗어나지 않습니다. 개발자는 귀하의 노트에 접근할 수 없습니다.</p>
<h2>iCloud</h2>
<p>iCloud 동기화를 사용하는 경우, 귀하의 노트는 개인 Apple ID 하의 iCloud Drive에 저장됩니다. 이 데이터는 <a href="https://www.apple.com/kr/privacy/">Apple의 개인정보처리방침</a>에 따라 Apple이 전적으로 관리합니다. openote는 귀하의 iCloud 데이터에 접근할 수 없습니다.</p>
<h2>온디바이스 AI (Apple Foundation Models)</h2>
<p>AI 기능(노트 요약, 태그 추천, Mermaid 다이어그램 생성)은 귀하의 기기에서 완전히 실행되는 Apple Foundation Models로 구동됩니다.</p>
<ul>
<li>노트 내용은 <strong>어떠한 서버로도 전송되지 않습니다</strong></li>
<li>AI 처리는 iPhone 또는 iPad에서 로컬로 이루어집니다</li>
<li>AI 처리를 위해 Apple 또는 제3자에게 데이터가 전송되지 않습니다</li>
<li>iOS 18 이상 및 Apple Intelligence 활성화 필요</li>
</ul>
<h2>제3자 서비스</h2>
<p>openote는 제3자 분석, 광고 또는 추적 SDK를 통합하지 않습니다. 귀하의 데이터를 수신하는 제3자 서비스는 없습니다.</p>
<h2>인앱 구매</h2>
<p>Pro 업그레이드 구매는 Apple App Store를 통해 처리됩니다. Apple이 모든 결제 처리를 담당합니다. 개발자는 귀하의 결제 정보를 수신하거나 저장하지 않습니다. 구매 내역은 Apple의 개인정보처리방침에 따라 Apple이 관리합니다.</p>
<h2>아동의 개인정보</h2>
<p>openote는 4+ 등급으로 모든 연령에 안전합니다. 아동으로부터 어떠한 정보도 의도적으로 수집하지 않습니다.</p>
<h2>방침 변경</h2>
<p>본 개인정보처리방침을 중대하게 변경하는 경우 "최종 업데이트" 날짜를 갱신합니다. 변경 후 앱 계속 사용은 변경 내용에 대한 동의로 간주됩니다.</p>
<h2>문의</h2>
<p>본 개인정보처리방침에 대한 문의는 App Store 목록에 연결된 지원 페이지를 통해 연락하시기 바랍니다.</p>
</div>
<!-- Japanese -->
<div id="lang-ja" class="lang-section">
<h1>プライバシーポリシー</h1>
<p class="subtitle">最終更新日:2026年3月20日</p>
<p>openote(以下「本アプリ」)は、お客様のプライバシーの保護に努めています。本ポリシーは、openoteが収集するデータ、使用方法、およびお客様の権利について説明します。</p>
<h2>収集するデータ</h2>
<p><strong>openoteは個人情報を収集しません。</strong></p>
<ul>
<li>アカウント作成不要</li>
<li>メールアドレスや氏名の収集なし</li>
<li>利用統計や行動トラッキングなし</li>
<li>外部サーバーへのクラッシュレポート送信なし</li>
<li>広告識別子の収集なし</li>
</ul>
<h2>お客様が作成するデータ</h2>
<p>openoteで作成したノートやファイルは以下の場所に保存されます:</p>
<ul>
<li><strong>デバイスのローカルストレージ</strong>(アプリのローカルデータ領域)</li>
<li><strong>iCloud Drive</strong>(デバイスでiCloudを有効にしている場合)</li>
</ul>
<p>ノートの内容はAppleのエコシステムの外に出ることはありません。開発者はお客様のノートにアクセスできません。</p>
<h2>iCloud</h2>
<p>iCloud同期を使用する場合、ノートはお客様個人のApple IDのiCloud Driveに保存されます。このデータは<a href="https://www.apple.com/jp/privacy/">Appleのプライバシーポリシー</a>に基づき、Appleが完全に管理します。openoteはお客様のiCloudデータにアクセスできません。</p>
<h2>オンデバイスAI(Apple Foundation Models)</h2>
<p>AI機能(ノート要約、タグ提案、Mermaidダイアグラム生成)は、お客様のデバイス上で完全に動作するApple Foundation Modelsを使用しています。</p>
<ul>
<li>ノートの内容は<strong>いかなるサーバーにも送信されません</strong></li>
<li>AI処理はiPhoneまたはiPad上でローカルに行われます</li>
<li>AI処理のためにAppleや第三者にデータが送信されることはありません</li>
<li>iOS 18以降およびApple Intelligenceの有効化が必要</li>
</ul>
<h2>サードパーティサービス</h2>
<p>openoteは、サードパーティの分析、広告、またはトラッキングSDKを統合していません。お客様のデータを受け取るサードパーティサービスはありません。</p>
<h2>アプリ内課金</h2>
<p>Proアップグレードの購入はApple App Storeを通じて処理されます。Appleがすべての決済処理を担当します。開発者はお客様の決済情報を受け取ったり保存したりしません。購入履歴はAppleのプライバシーポリシーに基づきAppleが管理します。</p>
<h2>お子様のプライバシー</h2>
<p>openoteは4+レーティングで、すべての年齢層に安全です。子供から意図的に情報を収集することはありません。</p>
<h2>ポリシーの変更</h2>
<p>本プライバシーポリシーに重大な変更を加える場合は、「最終更新日」を更新します。変更後もアプリの使用を継続することは、変更内容への同意とみなされます。</p>
<h2>お問い合わせ</h2>
<p>本プライバシーポリシーについてご質問がある場合は、App Storeの掲載情報にリンクされているサポートページよりご連絡ください。</p>
</div>
<div class="footer">
<p>openote © 2026</p>
</div>
</div>
<script>
function switchLang(lang) {
document.querySelectorAll('.lang-section').forEach(s => s.classList.remove('active'));
document.querySelectorAll('.lang-btn').forEach(b => b.classList.remove('active'));
document.getElementById('lang-' + lang).classList.add('active');
document.querySelector('[onclick="switchLang(\'' + lang + '\')"]').classList.add('active');
}
</script>
</body>
</html>