From 881a1827e8e8af4f7aab9d2ef144c14981a2cf27 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Jun 2006 15:10:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10327 --- html/user/moderation.php | 27 ++++++++++++++++++++++++ html/user/moderator_instructions.php | 31 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 html/user/moderation.php create mode 100644 html/user/moderator_instructions.php diff --git a/html/user/moderation.php b/html/user/moderation.php new file mode 100644 index 0000000000..af90bc260c --- /dev/null +++ b/html/user/moderation.php @@ -0,0 +1,27 @@ + +If you think a post violates any of the posting rules, +click the red X on the post and fill out the form; +moderators will be notified of your complaint. + +

+This moderation policy is set by the ".PROJECT." project. +If you have comments about the policy, email ".SYS_ADMIN_EMAIL.". + +"; +page_tail(); + +?> diff --git a/html/user/moderator_instructions.php b/html/user/moderator_instructions.php new file mode 100644 index 0000000000..be860fbfc4 --- /dev/null +++ b/html/user/moderator_instructions.php @@ -0,0 +1,31 @@ + +

  • Don't let your personal feelings +affect your moderation decisions. +You may not delete a post simply because +you disagree with it or dislike its author. +
  • 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. +
  • 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 + has complained). + +"; +page_tail(); + +?>