From fd6eff2c22ecd34f7e23565635f37701b7f6fe1d Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 6 Mar 2000 08:29:04 +0000 Subject: [PATCH] Updated pages to match news info on old pages. --- index.php | 18 ++++-------------- news.php | 5 +++++ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/index.php b/index.php index 4b7021f..2414dd7 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,10 @@ $result = pg_close($conn); } else { tableBoxHeader("Latest News", 1, 'white', '#737b9c', 'black'); + $newsItem = '

Because everyone in the core ignored the request for judges to make a request to participate on quake-private I will be the only judge.' . + '

Since there are many submissions and it will be hard for me to choose and keep everyone in and outside the group happy about it, I will be taking a couple days to think it over.'; + tableNewsItem('02 Mar 2000', 'Palisade', $newsItem); + $newsItem = '

Knghtbrd, our release manager, has been instructed to lay off the Quack.. <=:]'; tableNewsItem('27 Feb 2000', 'Mercury', $newsItem); @@ -53,20 +57,6 @@ $newsItem = '

Daniel McGregor has joined the project to maintain OpenBSD support.' . '

As a result of the current situation with QuakeLives, we have added a new goal: to support mod developers (such as MegaTF) more and provide 32-bit Windows executables (now that we have a qualified Windows developer working with us) for download.'; tableNewsItem('25 Feb 2000', 'Palisade', $newsItem); - - $newsItem = '

It turns out that our newest core member, Dan Olson, was responsible for the Hexen port to Linux.' . - '

QuakeWorld Forever is considering hosting a mirror of the QuakeForge CVS in Australia for better access in that location.' . - '

Jason Nelson has successfuly built all targets in win9x/NT/win2k, he\'s working on some glitches in some of the targets.' . - '

The QuakeWorld Forever project has moved, and the site is better than ever.

' . - '

Zephaniah E. Hull and Bill Currie have fixed some compiling bugs.' . - '

Marcus Sundberg fixed GGI and X11 input and has further synced QW/UQ.' . - '

Dan Olson made a fix to the console.' . - '

Joseph Carter cleaned up a few GLX problems.' . - '

Bill Currie has cleaned up shutdown, and fixed a crash during game load.' . - '

Jukka Sorjonen has fixed a QW protocol problem.' . - '

Zephaniah E. Hull has added profiling support when compiling.' . - '

Jason Nelson has applied a large array of fixes for win32.'; - tableNewsItem('20 Feb 2000', 'Palisade', $newsItem); } tableBoxFooter(); ?> diff --git a/news.php b/news.php index 331eb05..351c99f 100644 --- a/news.php +++ b/news.php @@ -40,6 +40,11 @@ $result = pg_close($conn); } else { tableBoxHeader("All News", 3, 'white', '#737b9c', 'white'); + + $newsItem = '

Because everyone in the core ignored the request for judges to make a request to participate on quake-private I will be the only judge.' . + '

Since there are many submissions and it will be hard for me to choose and keep everyone in and outside the group happy about it, I will be taking a couple days to think it over.'; + tableNewsItem('02 Mar 2000', 'Palisade', $newsItem); + $newsItem = '

Knghtbrd, our stable release manager, has been instructed to lay off the Quack.. <=:]'; tableNewsItem('27 Feb 2000', 'Mercury', $newsItem);