-
Notifications
You must be signed in to change notification settings - Fork 1
/
terms.html
402 lines (390 loc) · 20.7 KB
/
terms.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
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!doctype html>
<html lang="en" data-bs-theme="dark" class="spaceBG">
<script>
//let me guess, you want to see the source code?
//i'm not insane, there are comments here
//you can go see them at https://github.com/rungulus/runguszone/
//ok bye
</script>
<head>
<!-- these meta tags cannot be nested in a module, so they're out here -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>legal zone - rungus zone</title>
<meta name="title" content="rungus zone" />
<meta charset="utf-8">
<meta name="description" content="why'd you link this" />
<!-- preload critical css first -->
<!-- long stylesheet time! -->
<link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/custom.css">
<!-- defer backdrop and icons -->
<link rel="preload" href="https://cdn.rungus.zone/v4/css/backdroponly.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/backdroponly.css"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"></noscript>
<tags>
<!-- opengraph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rungus.zone/terms" />
<meta property="og:title" content="legal zone - rungus zone" />
<meta property="og:description" content="why'd you link this" />
<meta property="og:image" content="https://cdn.rungus.zone/profile.gif" />
<!-- twitter -->
<!-- of course twitter has their own -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://rungus.zone/terms" />
<meta property="twitter:title" content="legal zone - rungus zone" />
<meta property="twitter:description" content="why'd you link this" />
<meta property="twitter:image" content="https://cdn.rungus.zone/profile.gif" />
</tags>
<script src="https://cdn.rungus.zone/cow/private.js"></script>
<script src="https://cdn.rungus.zone/cow/cow.js" defer></script>
</head>
</head>
<lg-sidebar class="stickyBar z-3 d-none d-lg-block alert">
<!-- i wrangled with css and bootstrap for like 2 days to get this to work good -->
<!-- turns out im a dumbass, there is no margin-left (ml) in bootstrap, its ms for margin-start! -->
<!-- why? who the hell knows -->
<div class="p-0 ps-1 pt-3 pb-1 btn btn-dark">
<div>
<div class="runguszone">
<span class="sidewaysText">
<span class="fs-2">
<span style="color:#69f0ae">r</span>ungus<span class="text-muted">.zone</span>
</span>
<div class="fs-3">
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a>
<!-- for some reason youtube has a big margin on the bottom -->
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a>
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a>
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/rungulus" aria-label="twitter"></a>
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/rungulus" aria-label="github"></a>
</div>
</span>
</div>
</div>
<hr class="m-0 mt-2 me-1 p-0">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm">
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-pencil-square"></i>
<span class="smallLink">blog</span>
</a>
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-newspaper"></i>
<span class="smallLink">rungnews</span>
</a>
<a class="btn btn-primary" href="https://rungus.zone/randomizer">
<i class="bi bi-shuffle"></i>
<span class="smallLink">randomizer</span>
</a>
<a class="btn btn-warning" href="https://rungus.zone/time">
<i class="bi bi-clock-history"></i>
<span class="smallLink">time</span>
</a>
<a class="btn btn-dark" href="https://rungus.zone/type">
<i class="bi bi-body-text"></i>
<span class="smallLink">type here</span>
</a>
<a class="btn btn-success" href="https://rungus.zone/cow">
<i class="bi bi-chat-quote"></i>
<span class="smallLink">cow advice</span>
</a>
</div>
<hr class="m-0 mt-1 mb-0 me-1 p-0">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm">
<a class="btn btn-secondary" href="https://rungus.zone/">
<i class="bi bi-house-fill"></i>
<span class="smallLink">back home</span>
</a>
</div>
</div>
<!-- this is probably terrible on *really* ultrawide monitors -->
</lg-sidebar>
<!-- sm-md sidebar (tablets, some laptops) -->
<s-sidebar class="stickyBar z-3 d-lg-none d-sm-block d-none m-1">
<div class="p-0 ps-1 pt-3 pb-1 btn btn-dark" type="button" data-bs-toggle="collapse" data-bs-target="#s-sidebarLinks">
<div>
<div class="runguszone ps-1">
<span class="sidewaysText">
<span class="fs-2">
<span style="color:#69f0ae">r</span>ungus<span class="text-muted">.zone</span>
</span>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="s-sidebarLinks">
<hr class="m-0 mt-2 me-1 p-0">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical">
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-pencil-square"></i>
<br>
</a>
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-newspaper"></i>
<br>
</a>
<a class="btn btn-primary" href="https://rungus.zone/randomizer">
<i class="bi bi-shuffle"></i>
<br>
</a>
<a class="btn btn-warning" href="https://rungus.zone/time">
<i class="bi bi-clock-history"></i>
<br>
</a>
<a class="btn btn-dark" href="https://rungus.zone/type">
<i class="bi bi-body-text"></i>
</a>
<a class="btn btn-success" href="https://rungus.zone/cow">
<i class="bi bi-chat-quote"></i>
<br>
</a>
</div>
<hr class="m-0 mt-1 mb-0 me-1 p-0">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm">
<a class="btn btn-secondary" href="https://rungus.zone/">
<i class="bi bi-house-fill"></i>
<span class="smallLink"></span>
</a>
</div>
<hr class="m-0 mt-2 me-1 p-0">
<div class="fs-3 btn-group-vertical d-grid mt-1 pe-1 pb-1 pt-1">
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a>
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a>
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a>
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/rungulus" aria-label="twitter"></a>
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/rungulus" aria-label="github"></a>
</div>
</div>
</div>
</s-sidebar>
<!-- xs sidebar (phones) -->
<xs-sidebar class="stickyBar z-3 d-lg-none d-sm-none d-block m-1">
<div class="p-0 pe-1 pb-1 btn btn-dark" type="button" data-bs-toggle="collapse" data-bs-target="#xs-sidebarLinks">
<div>
<div class="runguszone ms-3 me-3 text-center">
<span class="text-center">
<span class="fs-2 text-center ps-1">
<span style="color:#69f0ae">r</span><span class="text-muted">z</span>
</span>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="xs-sidebarLinks">
<hr class="m-0 mt-2 me-1 p-0 ms-1">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical ms-1 m-0 p-0">
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-pencil-square"></i>
<br>
</a>
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right">
<i class="bi bi-newspaper"></i>
<br>
</a>
<a class="btn btn-primary" href="https://rungus.zone/randomizer">
<i class="bi bi-shuffle"></i>
<br>
</a>
<a class="btn btn-warning" href="https://rungus.zone/time">
<i class="bi bi-clock-history"></i>
<br>
</a>
<a class="btn btn-dark" href="https://rungus.zone/type">
<i class="bi bi-body-text"></i>
</a>
<a class="btn btn-success" href="https://rungus.zone/cow">
<i class="bi bi-chat-quote"></i>
<br>
</a>
</div>
<hr class="m-0 mt-1 mb-0 me-1 p-0">
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm">
<a class="btn btn-secondary" href="https://rungus.zone/">
<i class="bi bi-house-fill"></i>
<span class="smallLink"></span>
</a>
</div>
<hr class="m-0 mt-2 me-1 p-0 ms-1">
<div class="fs-3 btn-group-vertical d-grid mt-1 pe-1 pb-1 pt-1">
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a>
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a>
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a>
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/rungulus" aria-label="twitter"></a>
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/rungulus" aria-label="github"></a>
</div>
</div>
</div>
</xs-sidebar>
<body>
<div class="container-fluid z-n1 position-absolute">
<div class="container">
<pagelogo>
<div class="container">
<!-- top of screen info, used for a welcome message and rungus zone yeah cool -->
<div class="">
<p class="text-center m-0"><span class="runguszone siteText"><span style="color:#69f0ae">r</span>ungus zone</p>
</div>
<!-- can use this for announcements -->
<announcement>
<!-- <nocss class="nocss text-center mt-n">
<p class="text-center mt-n mb-n2">seems like everything didn't load successfully<br>
you should try refreshing</p>
</nocss> -->
</announcement>
</div>
</pagelogo>
<helloarea>
<div class="container alert frostedglass">
<p class="fs-1 text-center runguszone">terms of service and privacy info</p>
<p class="text-center mt-n mb-n runguszone">should probably have these</p>
</div>
</helloarea>
<helloarea>
<div class="container alert frostedglass">
<p class="fs-1 text-center runguszone">privacy information</p>
<p class="text-center mt-n runguszone">aka: i do not care about you</p>
<div class="container alert frostedglass" id="website">
<p class="fs-2 runguszone text-center">this website</p>
<p class="text-center runguszone">some info about the site you have connected to on this day
</p>
<hr>
<p class="fs-5 text-center runguszone">cloudflare</p>
<p class="text-center">cloudflare collects anonymized data about you. meaning that all they (and i) can see is your generic country, and state if you live in america.</p>
<hr><p class="fs-5 text-center runguszone">google analytics</p>
<p class="text-center">some older pages on this site still use google tracking, you can use any tracker blocker to opt-out, or <a href="https://tools.google.com/dlpage/gaoptout" class="alert-link">this program</a></p>
<hr><p class="fs-4 runguszone text-center">how i use your data</p>
<p class="text-center">i don't, i just like statistics. if you ask i can show it to you.</p>
</div>
<div class="container alert frostedglass" id="wisesage">
<p class="fs-2 runguszone text-center">Wise Sage</p>
<p class="text-center runguszone">yeah the bots just used for a channel bit but it's still good to have this
</p>
<hr><p class="fs-4 runguszone text-center">message logging</p>
<p class="text-center">for the Wise Sage to work, it needs to read and record every message
<br>
it only reads messages in other channel for the bot commands (currently disabled)
<br>
it does not read or store any direct messages sent to it
<br>
inside the designated channel, it is recording every message
</p>
<hr>
<p class="fs-4 runguszone text-center">how i use your data</p>
<p class="text-center mb-n">i probably wont, but i may keep the database around to use in the future if we do this bit again</p>
</div>
<div class="container alert frostedglass" id="bucket">
<p class="fs-2 runguszone text-center">Bucket</p>
<p class="text-center runguszone">insane bot
</p>
<hr><p class="fs-4 runguszone text-center">Bucket!</p>
<p class="text-center">Bucket does not read any messages, unless it is pinged.
<br>
Bucket was trained on old Harvest messages (2020-2021ish)
<br>
The model is not publically available, and will only be used on Harvest.
</p>
</div>
</helloarea>
</div>
<helloarea>
<div class="container alert frostedglass">
<p class="fs-1 text-center runguszone">legal zone</p>
<p class="text-center mt-n fs-3 runguszone">please don't sue me.</p>
<p class="text-center mt-n fs-5 runguszone">no cookies are stored or used, so back off europeans</p>
<div class="container alert frostedglass">
<p class="fs-2 runguszone text-center">important info</p>
<p class="text-center runguszone">some info about the site you have connected to on this day
</p>
<hr>
<p class="fs-5 text-center runguszone">github</p>
<p class="text-center">rungus zone is open source, you can view the code <a href="https://github.com/rungulus/runguszone" class="alert-link">here</a></p>
<hr><p class="fs-5 text-center runguszone">cloudflare</p>
<p class="text-center">cloudflare does collect user information (generic, just country, and state if you live in america)</p>
<hr><p class="fs-5 text-center runguszone">google analytics</p>
<p class="text-center">some older pages on this site still use google tracking, you can use any tracker blocker to opt-out, or <a href="https://tools.google.com/dlpage/gaoptout" class="alert-link">this program</a></p>
<hr><p class="fs-4 runguszone text-center">how i use your data</p>
<p class="text-center">i don't, i just like statistics</p>
</div>
<div class="container alert frostedglass">
<p class="fs-2 runguszone text-center">licenses</p>
<p class="text-center runguszone">if you wanna copy my code for whatever reason (it's open source!) you should be aware of these
</p>
<hr><p class="fs-4 runguszone text-center">rungus zone</p>
<p class="text-center">rungus zone itself is subject to the apache license, which has some limitations on reusing code i wrote (mainly just give credit, thanks!)
<br>
you can view it <a class="alert-link" href="#license">here</a>
</p>
<hr>
<p class="fs-4 runguszone text-center">xkcd</p>
<p class="text-center mb-n">the picture i use in my profile picture (and favicon) is from xkcd #1986: River Border. you can see it here:</p>
<br>
<div class="text-center"><img src="https://imgs.xkcd.com/comics/river_border.png" class="p-2 text-center img-fluid frostedglass"></div>
<br>
<p class="text-center">xkcd itself is subject to the CC BY-NC 2.5 license, which you can view <a class="alert-link" href="https://creativecommons.org/licenses/by-nc/2.5/">here</a></p>
</p>
<hr><p class="fs-4 runguszone text-center">bootstrap</p>
<p class="text-center">portions of this website use code from the bootstrap project, which is subject to the MIT license.
<br>
you can view it <a class="alert-link" href="https://github.com/twbs/bootstrap/blob/v4.0.0/LICENSE">here</a>
</p>
<hr><p class="fs-4 runguszone text-center">cowtab</p>
<p class="text-center">portions of this website use code from the cowtab project, which is subject to the MIT license.
<br>
you can view it <a class="alert-link" href="https://github.com/tanishq-dubey/cowtab/blob/master/LICENSE">here</a>
</p>
<hr><p class="fs-4 runguszone text-center">marsDate.js</p>
<p class="text-center">portions of this website use code from the marsDate.js project, which is subject to the MIT license.
</p>
</div>
<div class="container alert frostedglass" id="license">
<p class="fs-2 runguszone text-center">the apache license</p>
<p class="text-center runguszone">if you want to reuse code from here, you should probably read this!
</p>
<hr>
<p class="container container alert ps-5 pe-5 ms-5 me-5 mb-n mt-n" style="color:white;">Copyright 2023 rungus
<br>
Licensed under the Apache License, Version 2.0 (the "License");<br>
you may not use this file except in compliance with the License.<br>
You may obtain a copy of the License at<br>
<br>
<a href="http://www.apache.org/licenses/LICENSE-2.0" class="alert-link">http://www.apache.org/licenses/LICENSE-2.0</a>
<br><br>
Unless required by applicable law or agreed to in writing, software<br>
distributed under the License is distributed on an "AS IS" BASIS,<br>
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br>
See the License for the specific language governing permissions and<br>
limitations under the License.
</p>
</div>
</div>
</helloarea>
<div class="container alert frostedglass">
<p class="fs-2 runguszone text-center">warnings and other things</p>
<p class="text-center runguszone">other stuff to keep in mind (and cover my ass)
</p>
<hr><p class="fs-4 runguszone text-center">hacking</p>
<p class="text-center">if you manage to get hacked on this site, thats on you. also how.
</p>
<hr><p class="fs-4 runguszone text-center">medical effects</p>
<p class="text-center">this website uses pixels, to form images and text on the screen. if effect persists for more than 4 hours, please reach out to your doctor.
</p>
<hr><p class="fs-4 runguszone text-center">why are you still reading this?</p>
<p class="text-center">this is a silly page.
</p>
<hr><p class="fs-4 runguszone text-center">please dont sue me</p>
<p class="text-center">i'll cry :(
</p>
</div>
<div class="container alert frostedglass" style="color:azure;">
<span class="runguszone" style="margin-bottom:-0.2rem;">
<a href="https://rungus.zone/terms" class="alert-link">tos</a> -
<a href="https://cdn.rungus.zone" class="alert-link">cdn</a>
<span class="position-absolute top-50 start-50 translate-middle">
<i class="bi bi-heart-fill"></i>
<i class="bi bi-github"></i>
<i class="bi bi-bootstrap"></i>
<i class="bi bi-google"></i></span>
<span class="float-end">© rungus</span><br></span>
</div>
</div>
</body>
</html>