This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
guidelines.html
403 lines (334 loc) · 21.5 KB
/
guidelines.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- CSP -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline' https://*.brave.com https://*.jquery.com https://*.bootstrapcdn.com
https://cdn.syndication.twimg.com https://platform.twitter.com;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://platform.twitter.com https://*.bootstrapcdn.com
https://*.fontawesome.com https://ton.twimg.com;
img-src 'self' data: https://brave.com https://*.brave.com https://*.meetupstatic.com https://*.twimg.com https://*.twitter.com;
child-src 'none';
frame-src https://*.vimeo.com https://*.twitter.com;
font-src data: https://fonts.gstatic.com https://*.fontawesome.com;
">
<title>BAT Community Guidelines</title>
<meta name="description" content="BAT Community meetups, blog, tutorials, forums and social media for
Basic Attention Token. BAT is a new blockchain-based digital advertising platform from the inventor of JavaScript
and founder of Mozilla & Firefox, with an Ethereum-based crypto utility token.">
<meta name="keywords" content="BLOCKCHAIN, ETHEREUM, JAVASCRIPT, BITCOIN, BASIC ATTENTION TOKEN, BRAVE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/secondary.css">
<!-- Fonts v2 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Social Meta -->
<meta property="og:title" content="BAT Community: Guidelines">
<meta property="og:description"
content="Our Code of Conduct for BAT Community spaces. It’s up to all of us as a community to take part in contributing toward a Better Web, and to make sure that the BAT Community is a place that shares this spirit of support.">
<meta property="og:image" content="https://batcommunity.org/images/thumbnail-card.jpg">
<meta property="og:url" content="https://batcommunity.org/knowledge.html">
<meta name="twitter:title" content="BAT Community: Guidelines">
<meta name="twitter:description"
content="Our Code of Conduct for BAT Community spaces. It’s up to all of us as a community to take part in contributing toward a Better Web, and to make sure that the BAT Community is a place that shares this spirit of support.">
<meta name="twitter:image" content="https://batcommunity.org/images/thumbnail-card.jpg">
<meta name="twitter:card" content="summary_large_image">
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["disableAlwaysUseSendBeacon"]);
_paq.push(['disableCookies']);
_paq.push(["setSecureCookie", true]);
_paq.push(["setDoNotTrack", true]);
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.batcommunity.org"]);
_paq.push(["setDomains", ["*.batcommunity.org"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//analytics.brave.com/";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
_paq.push(['setSiteId', '8']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'piwik.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<noscript>
<p><img src="//analytics.brave.com/piwik.php?idsite=8&rec=1" style="border:0;" alt="" /></p>
</noscript>
<!-- End Matomo Code -->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an outdated browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="background" id="backgroundInnerPage">
<div class="mainWrapper"></div>
</div>
<div class="nav-background"></div>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a href="index.html">
<img src="images/batcommunitylogo-full.svg" class="navbar-brand" id="mainlogo2" href="#" height="35px"
alt="BAT Community Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://blog.batcommunity.org" target="_blank" rel="noopener">News
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="knowledge.html">Knowledge</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="https://blog.batcommunity.org/video-feed/">video feed</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="https://forum.batcommunity.org/" target="_blank"
rel="noopener">Forum</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.meetup.com/BasicAttentionToken">Meetups</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://store.brave.com" target="_blank" rel="noopener">Store</a>
</li>
<li class="nav-item">
<a class="nav-link" id="getBrave" href="https://brave.com" target="_blank" rel="noopener">
<img id="navLion" src="images/bravelion-logo.svg" height="24px"
style="margin-right: 8px; padding-bottom: 2px;" alt="Brave Lion Logo">
<img id="navLion-black" src="images/bravelion-logo-black.svg" height="24px"
style="margin-right: 8px; padding-bottom: 2px;" alt="Black Brave Lion Logo">Get
Brave
</a>
</li>
</ul>
</div>
</nav>
<div class="pageTitle">
<h2>Community Guidelines</h2>
<p>Our Code of Conduct for BAT Community spaces</p>
</div>
<div class="wrappingcontainer" id="knowledge-mainContent">
<div class="card" id="privacyPolicy">
<div class="card-body">
The BAT Community is a community of people committed to building a Better Web. It’s up to
all of us as a community to take part in contributing toward a Better Web, and to make sure that the
BAT
Community is a place that shares this spirit of support. We’ve created a few guidelines that we
request contributors to this community respect as they engage in this space.
<br /><br />
<h4>Support</h4>
<br />
Please submit your Brave Rewards and Brave browser support questions/requests in one of our
dedicated support forums:
<br/><br/>
<ol>
<li><a href="https://community.brave.com" target="_blank" rel="noopener">Brave Community
forum</a> (Discourse)</li>
<li><a href="https://reddit.com/r/brave_browser" target="_blank"
rel="noopener">/r/brave_browser</a> (Reddit) </li>
</ol>
The <a href="https://reddit.com/r/batproject" target="_blank" rel="noopener">/r/BATProject</a> and
official <a href="https://t.me/batproject" target="_blank" rel="noopener">BAT Telegram</a> forums
are dedicated to open discussions around the Basic Attention Token and not to individual user
support. All support-related posts and private messages to admins/moderators on either of these
forums will be redirected to the appropriate location(s).
<br /><br />
<h4>Search first.</h4>
<br />
Please use the search bar, read the FAQs, and do your own research before asking questions.
<br/><br/>
FAQs and other helpful resources:
<br/><br/>
<ul>
<li><a href="https://www.reddit.com/r/batproject/wiki/index" target="_blank" rel="noopener">BAT Intro Guide</a></li>
<li><a href="https://basicattentiontoken.org/faq" target="_blank" rel="noopener">Basic Attention Token FAQ</a></li>
<li><a href="https://brave.com/faq/" target="_blank" rel="noopener">Brave Browser FAQ</a></li>
<li><a href="https://www.reddit.com/r/BATProject/wiki/troubleshootingfaq" target="_blank" rel="noopener">Brave Rewards & Ads Support FAQ</a></li>
<li><a href="https://brave.com/transparency/" target="_blank" rel="noopener">Brave/BAT Data & Statistics: Transparency</a></li>
<li><a href="https://www.coinbase.com/earn/basic-attention-token" target="_blank" rel="noopener">Beginner introduction videos (courtesy of Coinbase)</a></li>
<li><a href="https://status.brave.com/" target="_blank" rel="noopener">BAT & Brave Server Status (Maintenance)</a></li>
<li><a href="https://store.brave.com/#/" target="_blank" rel="noopener">BAT/Brave Official Merchandise Store</a></li>
</ul>
<br />
<h4>Don’t spam.</h4>
<br />
This includes link-bombing, promoting a project where it shouldn’t be promoted, sending unsolicited
@’s, hyping third-party services, and using email lists from outside sources, to name a few. The
comment and messaging systems on the BAT Community are here so people can communicate, ask
questions, share ideas and learn from one another — not for spam.
<br /><br />
<h4>Don’t be disrespectful.</h4>
<br />
Conversation is an essential part of our community — we encourage open participation and engagement.
All we ask is that people treat each other with respect. Don’t post obscene, hateful, or
objectionable content. Don’t post personal information. Don’t post copyrighted content without
permission. Don't post inflammatory comments to intentionally provoke others. If you don’t like what
we are doing here, don’t back it, simply move along. Please always have respect for our community.
<br /><br />
<h4>Don’t Disinform.</h4>
<br />
Do not purposely spread false or misleading information about the project, especially to newcomers.
Do not troll or attempt to veil trolling behavior behind fake civility (see “sea-lioning”) or other
forms of insincerity.
<br /><br />
<h4>Report suspicious and/or disrespectful behavior</h4>
<br />
If something seems suspicious or a member is being disrespectful, let us know. Our admins are here
to help with these situations, and take action when we see someone violating these guidelines.
Sometimes that just means giving someone a warning; sometimes it means revoking certain privileges
or accounts entirely. The best way to avoid anything like that happening to you? Don’t spam, don't
be deceptive, and be respectful.
As our community grows and changes, so will the way we evaluate and enforce these guidelines. It’s
up to all of us to ensure that the BAT Community grows into a solid group of contributors for a
Better Web.
<br /><br />
<h4>Code of Conduct</h4>
<br />
The BAT Community is home to discussion regarding adoption, development, news and updates related to
the Basic Attention Token.
The current owners, admins and moderators have labels alongside their names indicating their role,
such as admin or prefixes like bat-namehere.
We want this to be a fun, pleasant, and harassment-free experience for everyone, regardless of
gender, gender identity and expression, sexual orientation, disability, physical appearance, body
size, race, or religion. We do not tolerate harassment of participants in any form. Participants
asked to stop any harassing behavior are expected to comply immediately.
<br /><br />
<h4>Logs and Records</h4>
<br />
Please be mindful that things you say here may at some point become public. We cannot prevent people
from screencapping or otherwise logging our chat channels. We also can't guarantee that every
member's login credentials and logged-in devices are secure. Files uploaded here can be downloaded
by anyone with a login. Please exercise caution and refrain from sharing sensitive information that
could harm you or others if it became public.
<br /><br />
<h4>Harassment</h4>
<br />
Harassment includes:
<br /><br />
<ul>
<li>Offensive comments related to gender, gender identity and expression, sexual orientation,
disability, mental illness, neuro(a)typicality, physical appearance, body size, race, or
religion</li>
<li>Unwelcome comments regarding a person’s lifestyle choices and practices, including those
related to
food, health, parenting, drugs, and employment.</li>
<li>Deliberate misgendering or use of ‘dead’ or rejected names</li>
<li>Gratuitous or off-topic sexual images or behavior in spaces where they’re not appropriate
<li>Simulated physical contact (e.g. textual descriptions like “hug” or “backrub”) without
consent or
after a request to stop.</li>
<li>Threats of violence, incitement of violence towards any individual, including encouraging a
person
to commit suicide or to engage in self-harm</li>
<li>Deliberate intimidation</li>
<li>Sustained disruption of discussion</li>
<li>Unwelcome sexual attention</li>
<li>Continued one-on-one communication after requests to cease</li>
<li>Publication of non-harassing private communication</li>
</ul>
<br />
<h4>Reporting</h4>
<br />
If you are being harassed, notice that someone else is being harassed, or have any other concerns,
please contact the admins. They'll respond as promptly as they can.
We will respect confidentiality requests for the purpose of protecting victims of abuse. At our
discretion, we may publicly name a person about whom we’ve received harassment complaints, or
privately warn third parties about them. We will not name harassment victims without their
affirmative consent.
<br /><br />
<h4>Consequences</h4>
<br />
Participants asked to stop any harassing behavior are expected to comply immediately.
If a participant engages in harassing behavior, the admins may take any action they deem
appropriate, up to and including expulsion from the BAT Community and identifying the participant
publicly as someone about whom we've received complaints.
<br /><br /><br />
<h5>Credits and License</h5>
<small>This code of conduct is based on Annalee Flower Horne's Sample Slack Code of Conduct. We have
adapted the Sample Slack Code of Conduct for our own use under the terms of the Creative Commons
Attribution License.</small>
</div>
</div>
</div>
<footer>
<div class="row" id="socials">
<div class="col-sm-12">
<a href="https://www.meetup.com/BasicAttentionToken" target="_blank" rel="noopener"
aria-label="Basic Attention Token Meetup">
<i class="fab fa-meetup fa-2x hoverSocial" href=""></i>
</a>
<a href="https://twitter.com/bat_community" target="_blank" rel="noopener"
aria-label="Follow BAT Community on Twitter">
<i class="fab fa-twitter-square fa-2x hoverSocial"></i>
</a>
<a href="https://reddit.com/r/batproject" target="_blank" rel="noopener"
aria-label="Join BAT Community forum on Reddit">
<i class="fab fa-reddit-alien fa-2x hoverSocial"></i>
</a>
<a href="https://facebook.com/attentiontoken" target="_blank" rel="noopener"
aria-label="Find us on Facebook">
<i class="fab fa-facebook-square fa-2x hoverSocial"></i>
</a>
<a href="https://instagram.com/bat_community" target="_blank" rel="noopener"
aria-label="Follow us on Instagram">
<i class="fab fa-instagram fa-2x hoverSocial"></i>
</a>
<a href="https://t.me/batproject" target="_blank" rel="noopener"
aria-label="Join our Telegram group">
<i class="fab fa-telegram fa-2x hoverSocial" style="margin-right: 0;"></i>
</a>
<a href="http://youtube.com/batcommunity" target="_blank" rel="noopener"
aria-label="Subscribe to BAT Community on YouTube">
<i class="fab fa-youtube fa-2x hoverSocial" style="margin-right: 0;"></i>
</a>
<div id="privacypolicy">
<a href="https://brave.com/website-privacy/">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<div class="footer-bar"></div>
</body>
<!-- Choose random background -->
<!-- <script src="js/background.js"></script> -->
</html>