-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathterms.html
676 lines (670 loc) · 29.3 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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.currentUser = null;
</script>
<script>
window.rateUsdToNative = 1;
</script>
<title itemprop="name">Terms of Usage</title>
<link href="pack/styles.93b05845f313a968119b.css" rel="stylesheet" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes, minimum-scale=1.0"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<script>
if (window.devicePixelRatio > 1)
document.cookie =
"pixelRatio=" +
window.devicePixelRatio +
";path=/;expires=Tue, 19 Jan 2038 03:14:07 GMT";
</script>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:bold,italic,bolditalic"
rel="stylesheet"
/>
<link
rel="apple-touch-icon-precomposed"
<link
rel="canonical"
href="terms.html"
/>
<meta name="msapplication-TileColor" content="#222A2C" />
<meta name="msapplication-TileImage" content="/img/favicon/tileicon.png" />
<link rel="icon" href="img/favicon/favicon.png" />
<meta
itemprop="image"
content="https://javascript.info/img/site_preview_en_512x512.png"
/>
<meta property="og:title" content="Terms of Usage" />
<meta
property="og:image"
content="https://javascript.info/img/site_preview_en_1200x630.png"
/>
<meta property="og:image:type" content="image/png" />
<meta name="twitter:title" content="Terms of Usage" />
<meta name="twitter:site" content="@iliakan" />
<meta name="twitter:creator" content="@iliakan" />
<script>
window.GA_ID = "UA-2056213-15";
</script>
<script>
window.YANDEX_METRIKA_ID = 32184394;
</script>
<script>
(window.GoogleAnalyticsObject = "ga"),
(window.ga = function () {
window.ga.q.push(arguments);
}),
(window.ga.q = []),
(window.ga.l = Date.now()),
ga("create", GA_ID, "auto"),
window.GTM_ID && ga("require", GTM_ID),
window.currentUser
? ga("set", "&uid", currentUser.id)
: ga("set", "anonymizeIp", !0),
window.addEventListener("error", function (e) {
var r = (e.filename || e.errorUrl) + ": " + (e.lineno || e.errorLine),
n = e.stack || (e.error && e.error.stack);
ga("send", "exception", {
exDescription: e.message + " " + r + " " + n,
exFatal: !0,
});
});
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
<script>
ga("send", "pageview");
</script>
<script>
(window.metrika = { reachGoal: function () {} }),
(window.yandex_metrika_callbacks = [
function () {
try {
(window.metrika = new Ya.Metrika({
id: YANDEX_METRIKA_ID,
webvisor: !0,
clickmap: !0,
params: { user: window.currentUser && window.currentUser.id },
})),
metrika.trackLinks({ delay: 150 }),
window.addEventListener("error", function (r) {
window.metrika.reachGoal("JSERROR", {
src:
(r.filename || r.errorUrl) +
": " +
(r.lineno || r.errorLine),
stack: r.stack || (r.error && r.error.stack),
message: r.message,
});
});
} catch (r) {}
},
]);
</script>
<script src="https://mc.yandex.ru/metrika/watch.js" async></script>
<script>
window.RECAPTCHA_ID = "6LfmLAEVAAAAAJMykMnf7aY8nkyTRmYi2ynx51R1";
</script>
<script src="pack/init.810c8da2b4eed830d2da.js"></script>
<script src="pack/head.282ce219a840c583fa6d.js" defer></script>
<script src="pack/footer.ce9ac5e9c03240648299.js" defer></script>
</head>
<body class="no-icons">
<div class="page-wrapper">
<div class="sitetoolbar">
<script>
window.langs = [
{ code: "ar", name: "Arabic" },
{ code: "az", name: "Azerbaijani" },
{ code: "bg", name: "Bulgarian" },
{ code: "bn", name: "Bengali" },
{ code: "ca", name: "Catalan" },
{ code: "cs", name: "Czech" },
{ code: "da", name: "Danish" },
{ code: "de", name: "German" },
{ code: "el", name: "Greek" },
{ code: "en", name: "English" },
{ code: "es", name: "Spanish" },
{ code: "fa", name: "Persian (Farsi)" },
{ code: "fi", name: "Finnish" },
{ code: "fr", name: "French" },
{ code: "he", name: "Hebrew" },
{ code: "hi", name: "Hindi" },
{ code: "hu", name: "Hungarian" },
{ code: "hy", name: "Armenian" },
{ code: "id", name: "Indonesian" },
{ code: "it", name: "Italian" },
{ code: "ja", name: "Japanese" },
{ code: "ka", name: "Georgian" },
{ code: "km", name: "Central Khmer" },
{ code: "ko", name: "Korean" },
{ code: "lt", name: "Lithuanian" },
{ code: "me", name: "Montenegrin" },
{ code: "ml", name: "Malayalam" },
{ code: "nl", name: "Dutch" },
{ code: "no", name: "Norvegian" },
{ code: "pa", name: "Punjabi" },
{ code: "pl", name: "Polish" },
{ code: "pt", name: "Portuguese" },
{ code: "ro", name: "Romanian" },
{ code: "ru", name: "Russian" },
{ code: "si", name: "Sinhala" },
{ code: "sk", name: "Slovak" },
{ code: "sl", name: "Slovenian" },
{ code: "sq", name: "Albanian" },
{ code: "sr", name: "Serbian" },
{ code: "ta", name: "Tamil" },
{ code: "te", name: "Telugu" },
{ code: "test", name: "Test" },
{ code: "th", name: "Thai" },
{ code: "tk", name: "Turkmen" },
{ code: "tr", name: "Turkish" },
{ code: "uk", name: "Ukrainian" },
{ code: "ur", name: "Urdu" },
{ code: "uz", name: "Uzbek" },
{ code: "v2", name: "v2" },
{ code: "vi", name: "Vietnamese" },
{ code: "zh-hant", name: "Chinese Traditional" },
{ code: "zh", name: "Chinese" },
];
</script>
<script>
window.lang = "en";
</script>
<div class="sitetoolbar__content">
<div class="sitetoolbar__lang-switcher">
<button class="sitetoolbar__dropdown-button" data-dropdown-toggler>
EN
</button>
<div class="sitetoolbar__dropdown-wrap">
<div class="sitetoolbar__dropdown-body">
<div class="sitetoolbar__lang-switcher-body">
<div class="supported-langs supported-langs_toolbar">
<div class="supported-langs__container">
<ul class="supported-langs__list" style="height: 200px">
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://ar.javascript.info/"
><span class="supported-langs__brief">AR</span
><span>عربي</span></a
>
</li>
<li
class="
supported-langs__item supported-langs__item_current
"
>
<a class="supported-langs__link" href="index.html"
><span class="supported-langs__brief">EN</span
><span>English</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://es.javascript.info/"
><span class="supported-langs__brief">ES</span
><span>Español</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://fr.javascript.info/"
><span class="supported-langs__brief">FR</span
><span>Français</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://it.javascript.info/"
><span class="supported-langs__brief">IT</span
><span>Italiano</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://ja.javascript.info/"
><span class="supported-langs__brief">JA</span
><span>日本語</span></a
>
</li>
</ul>
<ul class="supported-langs__list" style="height: 128px">
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://ko.javascript.info/"
><span class="supported-langs__brief">KO</span
><span>한국어</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="
><span class="supported-langs__brief">RU</span
><span>Русский</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://tr.javascript.info/"
><span class="supported-langs__brief">TR</span
><span>Türkçe</span></a
>
</li>
<li class="supported-langs__item">
<a
class="supported-langs__link"
href="https://zh.javascript.info/"</a
>
<form
class="sitetoolbar__search"
method="GET"
action="https://javascript.info/search"
>
<button
class="sitetoolbar__search-toggle"
type="button"
></button>
<div class="sitetoolbar__search-input">
<div class="text-input">
<input
class="text-input__control"
name="query"
placeholder="Search on Javascript.info"
required="required"
type="text"
/>
</div>
<button class="sitetoolbar__find" type="submit">
Search
</button>
</div>
</form>
</div>
</div>
</div>
<div class="tablet-menu">
<div class="tablet-menu__line">
<div class="tablet-menu__content">
<form
class="tablet-menu-search"
action="https://javascript.info/search/"
>
<input
class="tablet-menu-search__input"
type="search"
name="query"
placeholder="Search in the tutorial"
required="required"
/><button
class="tablet-menu-search__button"
type="submit"
name="type"
value="articles"
>
Search
</button>
</form>
</div>
</div>
<div class="tablet-menu__line">
<div class="tablet-menu__content">
<div class="share-icons">
<span class="share-icons__title">Share</span
>2Fterms"
rel="nofollow"
></a
>2Fterms"
rel="nofollow"
></a>
</div>
</div>
</div>
<div class="tablet-menu__line">
<div class="tablet-menu__content">
<select
class="
tablet-menu__nav
input-select input-select input-select_small
"
onchange="if(this.value) window.location.href=this.value"
>
<option value="https://ar.javascript.info/">عربي</option>
<option value="https://javascript.info/" selected>
English
</option>
<option value="https://es.javascript.info/">Español</option>
<option value="https://fr.javascript.info/">Français</option>
<option value="https://it.javascript.info/">Italiano</option>
<option value="https://ja.javascript.info/">日本語</option>
<option value="https://ko.javascript.info/">한국어</option>
<option value=">Русский</option>
<option value="https://tr.javascript.info/">Türkçe</option>
<option value="https://zh.javascript.info/">简体中文</option>
</select>
</div>
</div>
</div>
</div>
<div class="page">
<script>
if (localStorage.noSidebar) {
document.querySelector(".page").classList.remove("page_sidebar_on");
let e = document.querySelector(".page-wrapper");
e && e.classList.remove("page-wrapper_sidebar_on");
}
setTimeout(function () {
document
.querySelector(".page")
.classList.add("page_sidebar-animation-on");
});
</script>
<div class="page__inner">
<main class="main main_width-limit">
<header class="main__header">
<div class="main__header-inner">
<div class="main__header-group"></div>
<h1 class="main__header-title">Terms of Usage</h1>
</div>
</header>
<div class="content">
<div class="formatted">
<p>Welcome to JavaScript.info!</p>
<p>
By accessing this website we assume you accept these terms and
conditions in full. Do not continue to use javascript.info if
you do not accept all of the terms and conditions stated on
this page.
</p>
<p>
In short, we do not require anything unusual. Respect yourself
and others, respect the license when you republish something.
That’s what we do as well.
</p>
<p>
The following terminology applies to these Terms and
Conditions, Privacy Statement and Disclaimer Notice and any or
all Agreements: “Client”, “You” and “Your” refers to you, the
person accessing this website and accepting the Company’s
terms and conditions. “The Company”, “Ourselves”, “We”, “Our”
and “Us”, refers to sole propertietor Kantor Ilya
Aleksandrovich, the legal entity behind the site. “Party”,
“Parties”, or “Us”, refers to both the Client and ourselves,
or either the Client or ourselves. Any use of the above
terminology or other words in the singular, plural,
capitalisation and/or he/she or they, are taken as
interchangeable and therefore as referring to same.
</p>
<p>
Unless otherwise stated, we and/or and/or our licensors own
the intellectual property rights for all material on
javascript.info. All intellectual property rights are
reserved. You may view and/or print pages from
https://javascript.info for your own personal use subject to
restrictions set in these terms and conditions.
</p>
<p>Unless otherwise stated, you must not:</p>
<ul>
<li>Republish material from https://javascript.info</li>
<li>
Sell, rent or sub-license material from
https://javascript.info
</li>
<li>
Reproduce, duplicate or copy material from
https://javascript.info
</li>
<li>
Redistribute content from javascript.info (unless content is
specifically made for redistribution).
</li>
</ul>
<p>
The Modern JavaScript Tutorial text is a notable exception. It
is licensed as CC-BY-NC-SA (see
https://github.com/javascript-tutorial/en.
javascript.info/blob/master/LICENSE.md) for details, So it is
possible to republish it while obeying the terms of the
license. Note that if you republish it on your site, you need
to put a link to the original version and don’t put ads
(non-commercially).
</p>
<p>
Certain parts of this website offer the opportunity for users
to post and exchange opinions, information, material and data
(‘Comments’) in areas of the website, and also publish the
information about themselves (‘Profile’). Together we refer to
them as User Content. We do not screen, edit, publish or
review User Content prior to their appearance on the website
and User Content do not reflect Our views or opinions. User
Content reflect the view and opinion of the person who posts
such view or opinion. To the extent permitted by applicable
laws We shall not be responsible or liable for the User
Content or for any loss cost, liability, damages or expenses
caused and or suffered as a result of any use of and/or
posting of and/or appearance of the User Content on this
website. We reserve the right to monitor all User Content and
to remove any User Content which it considers in its absolute
discretion to be inappropriate, offensive or otherwise in
breach of these Terms and Conditions.
</p>
<p>You warrant and represent that:</p>
<ul>
<li>
You are entitled to post User Content on our website and
have all necessary licenses and consents to do so;
</li>
<li>
The User Content do not infringe any intellectual property
right, including without limitation copyright, patent or
trademark, or other proprietary right of any third party;
</li>
<li>
The User Content do not contain any defamatory, libelous,
offensive, indecent or otherwise unlawful material or
material which is an invasion of privacy
</li>
<li>
The User Content will not be used to solicit or promote
business or custom or present commercial activities or
unlawful activity.
</li>
</ul>
<p>
You hereby grant Us a non-exclusive royalty-free license to
use, reproduce, edit and authorize others to use, reproduce
and edit any of your Comments in any and all forms, formats or
media.
</p>
<p>
To the maximum extent permitted by applicable law, we exclude
all representations, warranties and conditions relating to our
website and the use of this website (including, without
limitation, any warranties implied by law in respect of
satisfactory quality, fitness for purpose and/or the use of
reasonable care and skill).
</p>
<p>Nothing in this disclaimer will:</p>
<ul>
<li>
limit or exclude our or your liability for death or personal
injury resulting from negligence;
</li>
<li>
limit or exclude our or your liability for fraud or
fraudulent misrepresentation;
</li>
<li>
limit any of our or your liabilities in any way that is not
permitted under applicable law; or
</li>
<li>
exclude any of our or your liabilities that may not be
excluded under applicable law.
</li>
</ul>
<p>
The limitations and exclusions of liability set out in this
Section and elsewhere in this disclaimer: (a) are subject to
the preceding paragraph; and (b) govern all liabilities
arising under the disclaimer or in relation to the subject
matter of this disclaimer, including liabilities arising in
contract, in tort (including negligence) and for breach of
statutory duty. To the extent that the website and the
information and services on the website are provided free of
charge, we will not be liable for any loss or damage of any
nature.
</p>
<p>
This sites makes use of Disqus for comments. It has a separate
user authentication system, independent from ours.
Occasionally we may include or offer other third-party
products or services with clear indication that they belong to
a third-party. Third-party sites have separate and independent
privacy policies, therefore we have no responsibility or
liability for the content and activities of these linked
sites. Nonetheless, we seek to protect the integrity of our
site and welcome any feedback about these sites.
</p>
<h2>Ebook Terms and Conditions</h2>
<ul>
<li>
eBook titles purchased cannot be returned, printed,
refunded, or exchanged.
</li>
<li>
If you experience technical difficulty in downloading or
accessing a title, please contact us at
<a href="mailto:[email protected]"
>
for assistance.
</li>
<li>
You are permitted to download the eBook but this licence is
personal to you, non-exclusive and non-transferrable.
</li>
<li>
You may reproduce and store portions of the eBook content
for your personal use.
</li>
<li>
Full-scale reproduction of the contents of the eBook is
expressly prohibited.
</li>
<li>
You may not use the eBook on more than one computer system
concurrently, make or distribute unauthorised copies of the
eBook, or use, copy, modify, or transfer the eBook, in whole
or in part, unless you receive our express permission.
</li>
<li>
If you transfer possession of the eBook to a third party,
the licence is automatically terminated.
</li>
<li>You are granted the right to download the eBook</li>
<li>
you may print pages of the eBook for your personal use and
reference in connection with your work.
</li>
<li>
You may create and save bookmarks, highlights and notes as
provided by the functionality of the program.
</li>
<li>
You agree to protect the eBook from unauthorised use,
reproduction, or distribution.
</li>
<li>
You further agree not to translate, decompile, or
disassemble the eBook except to the extent permitted under
applicable law.
</li>
<li>
Multi-use configurations or network distribution of the
eBook is expressly prohibited.
</li>
</ul>
<p>
Additionally, the contents of the eBook is published under
CC-BY-NC-SA license, see
<a
href="https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"
>https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode</a
>.
</p>
<p>
In short, you may distribute, adapt and reuse it under
following conditions:
</p>
<ul>
<li>
Attribution: write about the main author of the original
code (Ilya Kantor) and this licence, make a link to our
website.
</li>
<li>Noncommercial use only.</li>
<li>
Your works based on this code must use the same license.
</li>
</ul>
<h2>Disclaimer</h2>
<p>
The ebook is provided “as is”, without warranty of any kind,
expressed or implied including without limitations, accuracy,
omissions, completeness or implied warranties or suitability
or fitness for a particular purpose or other incidental
damages arising out of the use or the inability to use the
ebook. You acknowledge that the use of this service is
entirely at your own risk. You acknowledge that you have read
these Terms of Usage, and agree to be bound by these terms and
conditions.
</p>
<p>
The address of Kantor Ilya Aleksandrovich is Russia, 123423,
Moscow, Narodnogo Opolcheniya 11, flat 620.
</p>
<p>
To contact, please mail to
<a href="mailto:[email protected]">[email protected]</a
>, or call +79035419441, Ilya.
</p>
</div>
</div>
</main>
</div>
</div>
</div>
<div class="page-footer">
<ul class="page-footer__list">
<li class="page-footer__item page-footer__item_copy">
© 2007—2021 Ilya Kantor
</li>
<li class="page-footer__item page-footer__item_about">
<a class="page-footer__link" href="about.html">about the project</a>
</li>
<li class="page-footer__item page-footer__item_contact">
<a class="page-footer__link" href="about.html#contact-us"
>contact us</a
>
</li>
<li class="page-footer__item page-footer__item_terms">
<a class="page-footer__link" href="terms.html">terms of usage</a>
</li>
<li class="page-footer__item page-footer__item_privacy">
<a class="page-footer__link" href="privacy.html">privacy policy</a>
</li>
</ul>
</div>
</body>
</html>