-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeletion-policy.html
53 lines (39 loc) · 2.2 KB
/
deletion-policy.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
<!DOCTYPE html>
<html>
<head>
<title>Deletion Policy - 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>Deletion Policy</h1>
<h2>For Confessions</h2>
<p>If you have a problem with a post, please send a Facebook message to the page or email <a href="mailto:[email protected]">[email protected]</a> rather than reporting the post to Facebook so we can try to resolve the situation. Be sure to include a link to the offending post. I generally will only delete posts in one of two situations:</p>
<ul>
<li>The post is in violation of the law, the <a href="https://www.facebook.com/communitystandards">Facebook Community Standards</a>, or my <a href="/rules.html">rules</a>. I often skim the submissions before posting, and offensive material sometimes slips through the cracks.</li>
<li>If you want a post that mentions your name deleted, I’ll delete it irregardless of its other content.</li>
</ul>
<h2>For Comments</h2>
<p>Since Facebook doesn’t hold me responsible for comments, I generally recommend simply reporting offensive comments to Facebook. However, feel free to message the page or email <a href="mailto:[email protected]">[email protected]</a> in cases of spam or a commenter repeatedly and consistently abusing other commenters in multiple instances. Please include links to relevant posts.</p>
<p>Bans are taken very seriously and are rarely applied. Lenience increases down this list:</p>
<ol>
<li>Profiles clearly created solely for posting spam comments are killed on sight.</li>
<li>Profiles or pages with a fake identity are given the benefit of the doubt.</li>
<li>Profiles with real identities but that don’t belong to UCSC affiliates will be banned if they’re being severly disruptive.</li>
<li>Profiles with real identities that belong to UCSC students are rarely, if ever, banned.</li>
</ol>
</section>
<nav>
<?php
include $_SERVER["DOCUMENT_ROOT"] . "/includes/nav.html";
?>
</nav>
</body>
</html>