-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.html
52 lines (41 loc) · 1.89 KB
/
rules.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
<!DOCTYPE html>
<html>
<head>
<title>Rules - UC Santa Cruz Confessions</title>
<?php
include $_SERVER["DOCUMENT_ROOT"] . "/includes/head.html";
?>
</head>
<body>
<header>
<?php
include $_SERVER["DOCUMENT_ROOT"] . "/includes/header.html";
?>
</header>
<section id="content">
<h1>Rules</h1>
<h2>For Confessions</h2>
<ul>
<li>Don’t post anything that violates any relevant laws or the <a href="https://www.facebook.com/communitystandards">Facebook Community Standards.</a></li>
<li>Remember that this is a forum for anonymous confessions. Please don't ask general school questions if there's no reason you would need/want to be anonymous. <a href="http://google.com/">Google</a>, of course, is a good resource (especially if you use the <a href="https://support.google.com/websearch/answer/136861?hl=en">site:</a> operator to restrict your search to ucsc.edu), as are the <a href="https://www.facebook.com/groups/229965327018211/">“Official” Group of UCSC Students</a> and <a href="https://www.facebook.com/groups/groupsatucsc/">Groups at UCSC</a>.</li>
<li>No URLs.</li>
<li>Don’t submit posts that consist entirely of verbatim quotes from other sources.</li>
<li>No commerce of any kind.</li>
<li>It’s fine to put your email address in a confession, but only if it’s really yours. No other forms of contact information are allowed.</li>
<li>Don’t advertise parties.</li>
<li>Posts that are spammy, unintelligble, typed in ALL CAPS, or devoid of content will not be posted.</li>
<li>Don’t discuss shitting in someone’s mouth or any related acts. Before you ask, yes, this has been an issue and that’s why there’s a rule about it.</li>
</ul>
<h2>For Comments</h2>
<ul>
<li>Don’t be abusive towards other commenters.</li>
<li>Don’t post spam.</li>
</ul>
</section>
<nav>
<?php
include $_SERVER["DOCUMENT_ROOT"] . "/includes/nav.html";
?>
</nav>
</body>
</html>