-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvoting.html
More file actions
119 lines (107 loc) · 5.04 KB
/
voting.html
File metadata and controls
119 lines (107 loc) · 5.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W1NGRPL0M5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W1NGRPL0M5');
</script>
<meta charset="utf-8" />
<title>Universal Scammer List - Voting Results</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Universal Scammer List - Voting Results" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.universalscammerlist.com/voting" />
<link rel="icon" href="/favicon.png" sizes="any" />
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml"> TODO -->
<!-- <link rel="apple-touch-icon" href="icon.png"> TODO -->
<meta
content="The Universal Scammer List helps Reddit users and subreddits avoid scammers, trolls, and more."
property="og:description" />
<link rel="stylesheet" href="static/css/style.css" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<div class="header">
<h1><a href="/">The USL</a></h1>
<a id="hamburger" href="#">
<svg width="30" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>menu</title>
<path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
</svg>
</a>
<div id="header-links">
<a href="/">Search</a>
<a href="/start">Getting Started</a>
<a href="/about">How To</a>
<a href="/subreddits">Participants</a>
<a href="/tags">Tags</a>
<a href="https://kofi.regexr.tech/" target="_blank">Donate</a>
</div>
</div>
<h3>USL Voting Results</h3>
<p>
Occasionally, the USL mods will vote on matters to determine how the group should proceed. Those results will be written below. Please note that this page is not listed on the USL site and you will need a direct URL to get here.
</p>
<h2>USL Admission Rules</h3>
<p>
When a subreddit is applying for read-only access, subscriber count is not considered, but subs must have 3 months of history and at least three months of activity, defined as an average of one or more posts per day over the last 3 months.
</p>
<p>
When a subreddit is applying for read and write-access, subs must have 5,000 or more subscribers and have existed for at least 6 months, along with at least three months of activity, defined as an average of one or more posts per day over the last 3 months.
</p>
<h2>USL Voting Rules</h2>
<p>
All USL mods may only ever cast ONE vote per issue, regardless of how many subs they moderate
</p>
<p>
Each sub may only have one vote cased on its behalf. This means that if two users respond to a poll and they both represent the same sub, only the first response will be accepted.
</p>
<p>
Only subreddits with write access to the USL may be represented in USL votes.
</p>
<p>
Any moderator of r/UniversalScammerList can reply to a poll (provided another representative of their sub has not already replied), regardless of how active they are within the USL and within their own subs.
</p>
<p>
Polls will be sent via reddit direct message to all users who moderate a USL sub with write access and are listed as moderators of r/UniversalScammerList.
</p>
<p>
Users who receive direct messages to participate in polls will also have a unique code associated with that message. Users will need to paste that code into the linked survey for their response to be accepted. This is to prevent a potentially rogue moderator from submitting responses on behalf of other users.
</p>
<p>
Votes are decided by super majority. That is, an option only proceeds if it has more than 50% of the votes. A runoff vote of the two highest scoring options occurs if no option receives over 50% of the vote.
</p>
<p>
Voting will remain open for 72 hours.
</p>
<h2>USL Mod Mail Etiquette</h2>
<p>
If something requires no further attention and only required an objective response, it can be archived as soon as it is handled.
</p>
<ul>
<li>
Example: A user sent a message asking for read access when they really just wanted to look up a username.
</li>
<li>
Example: A user complained about being on the USL but they were redirected to the sub that banned them.
</li>
</ul>
<p>
If something requires multiple moderator opinions OR has generated discussion, it can be archived 3 days after a resolution has been reached.
</p>
<ul>
<li>
Example: A new sub wants to join the USL
</li>
<li>
Example: Moderators are discussing various behaviors, prompted by a message from a user.
</li>
</ul>
<script src="static/js/shared.js"></script>
</body>
</html>