2006-06-13 15:10:52 +00:00
|
|
|
<?php
|
|
|
|
require_once("../inc/util.inc");
|
|
|
|
require_once("../inc/forum.inc");
|
|
|
|
require_once("../project/project.inc");
|
|
|
|
|
|
|
|
page_head("Moderator instructions");
|
|
|
|
echo "
|
|
|
|
Your job as a moderator is to enforce the following rules:
|
|
|
|
".post_rules()."
|
2006-06-19 17:02:50 +00:00
|
|
|
Delete posts or threads <b>only if they clearly violate
|
|
|
|
one or more of these rules</b>.
|
2006-06-13 15:10:52 +00:00
|
|
|
If in doubt, discuss it with other moderators on the email list.
|
|
|
|
Please respect the following guidelines:
|
|
|
|
<ul>
|
2006-06-19 17:02:50 +00:00
|
|
|
<li> Don't let your personal opinions
|
|
|
|
or moods affect your moderation decisions.
|
2006-06-13 15:10:52 +00:00
|
|
|
You may not delete a post simply because
|
|
|
|
you disagree with it or dislike its author.
|
2006-06-19 17:02:50 +00:00
|
|
|
If you find yourself getting angry, take a break.
|
|
|
|
|
2006-06-13 15:10:52 +00:00
|
|
|
<li> Don't discuss moderation decisions on the forums
|
|
|
|
of this or other BOINC projects.
|
|
|
|
Use the email list that has been set up for this purpose.
|
2006-06-19 17:02:50 +00:00
|
|
|
|
|
|
|
<li> Consider using an anonymous account for moderation,
|
|
|
|
so that your own forum activities are kept separate from
|
|
|
|
your moderation duties.
|
|
|
|
|
2006-06-13 15:10:52 +00:00
|
|
|
<li> Don't preemptively delete posts.
|
|
|
|
Except for obscene language or pictures,
|
|
|
|
avoid deleting a post until someone complains about it
|
|
|
|
(and, of course, don't delete it simply because someone
|
2006-06-13 15:12:13 +00:00
|
|
|
has complained).
|
2006-06-19 17:02:50 +00:00
|
|
|
|
2006-06-13 15:10:52 +00:00
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
|
|
|
|
?>
|