forked from computeranonymous/computer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew_groups.html
More file actions
71 lines (67 loc) · 3.03 KB
/
Copy pathnew_groups.html
File metadata and controls
71 lines (67 loc) · 3.03 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
<!DOCTYPE html>
<html>
<head>
<title>computer anonymous - new groups</title>
<link href="style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, user-scalable=false;">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body id="accessibility">
<section class="content">
<nav class="accessibility-menu">
<a href="#accessibility" class="color-change wob">White on black version</a>
<a href="#" class="color-change bow">Black on white version</a>
</nav>
<h1>Starting a Group</h1>
<p>Starting local groups is excellent and highly encouraged, but in order
to maintain the integrity of the groups, there are a few things you
should keep in mind.</p>
<p>Remember, everyones safety is a top priority, especially those from marginalized groups. </p>
<li><strong>Location matters!</strong></li>
<ol>
<li>Venues should be chosen with accessibility in mind - be it
physical accessibility, financial accessibility, or generally safe
places for all people.</li>
<li>Many groups will likely be meeting in pubs and bars, but this
certainly isn't mandatory and might not even be desired. It's worth
exploring alternatives.</li>
</ol>
<li><strong>Consult the group about best times</strong></li>
<ol>
<li>Finding a good time for <em>everyone</em> is difficult, if not
impossible, but you should make an attempt to use tools like
<a href="http://doodle.com/">doodle</a> to find times that work
best.</li>
</ol>
<li><strong>Be mindful of tool barriers</strong></li>
<ol>
<li>Git and IRC are great tools for collaboration, but not everyone
is familiar with them. We want to include and encourage
participation from people with all backgrounds, so knowledge of
these systems shouldn't be a prerequisite.</li>
<li>Be available in other mediums so people can get help if they
need it.</li>
</ol>
<li><strong>Address problems when they arise</strong></li>
<ol>
<li>In order for these groups to survive, people
need to be held accountable. Someone should be available to
handle problems within the group.</li>
</ol>
</ul>
</section>
<section id="license">
<p xmlns:dct="http://purl.org/dc/terms/">
<a rel="license"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
</a>
<br />
To the extent possible under law,
<span rel="dct:publisher" resource="[_:publisher]">the person who associated CC0</span>
with this work has waived all copyright and related or neighboring
rights to this work.
</p>
</section>
</body>
</html>