From 71cd47aff36947a8e9bded3870a466d09e48cdd3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Jun 2000 09:18:48 +0000 Subject: [PATCH] * Removed 2 redundant files from the CVS repository. :-) --- queue.php | 50 -------------------------------------------------- reset.php | 6 ------ 2 files changed, 56 deletions(-) delete mode 100644 queue.php delete mode 100644 reset.php diff --git a/queue.php b/queue.php deleted file mode 100644 index 2964b6098ab..00000000000 --- a/queue.php +++ /dev/null @@ -1,50 +0,0 @@ -Anyone who happens by, and has some news or some thoughts they'd like to share, can submit new content for consideration. After someone has submitted something, their story is added to a queue. All registered users can access this list of pending stories, that is, stories that have been submitted, but do not yet appear on the public front page. Those registered users can vote whether they think the story should be posted or not. When enough people vote to post a story, the story is pushed over the threshold and up it goes on the public page. On the other hand, when too many people voted to drop a story, the story will be trashed.

Basically, this means that you, the community, are truly the editors of this site as you have the final decision on the content of this site. It's you judging the overall quality of a story. But remember, vote on whether the story is interesting, not on whether you agree with it or not. If the story goes up, you can disagree all you want, but don't vote 'no' because you think the ideas expressed are wrong. Instead, vote 'no' when you think the story is plain boring.

"; - $content .= "\n"; - $content .= " \n"; - - while ($submission = mysql_fetch_object($result)) { - $content .= " \n"; - } - - $content .= "
SubjectCategoryDateAuthorScore
qid\">$submission->subject$submission->category". date("Y-m-d h:m:s", $submission->timestamp) ."$submission->unameO
\n"; - - $theme->header(); - $theme->box("Pending stories", $content); - $theme->footer(); -} - -function displaySubmission($qid) { - include "functions.inc"; - include "theme.inc"; - - dbconnect(); - - $result = mysql_query("SELECT * FROM queue WHERE qid = $qid"); - $submission = mysql_fetch_object($result); - - $theme->header(); - $theme->article("", $submission->uname, $submission->time, $submission->subject, "", $submission->abstract, "", $submission->article, "[ hlcolor2\">back ]"); - $theme->footer(); -} - -switch($op) { - case "view": - displaySubmission($qid); - break; - default: - displayMain(); - break; -} - -?> \ No newline at end of file diff --git a/reset.php b/reset.php deleted file mode 100644 index dbf604ec290..00000000000 --- a/reset.php +++ /dev/null @@ -1,6 +0,0 @@ - - -
-Your cookie has been reset.  This implies you are logged out from your
-account which means you will at least be able to use the default theme.
-
\ No newline at end of file