mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
Updated pages to match news info on old pages.
This commit is contained in:
parent
1dd9ae45c8
commit
fd6eff2c22
2 changed files with 9 additions and 14 deletions
18
index.php
18
index.php
|
@ -44,6 +44,10 @@
|
||||||
$result = pg_close($conn);
|
$result = pg_close($conn);
|
||||||
} else {
|
} else {
|
||||||
tableBoxHeader("Latest News", 1, 'white', '#737b9c', 'black');
|
tableBoxHeader("Latest News", 1, 'white', '#737b9c', 'black');
|
||||||
|
$newsItem = '<P>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.' .
|
||||||
|
'<P>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 = '<P>Knghtbrd, our release manager, has been instructed to lay off the Quack.. <=:]';
|
$newsItem = '<P>Knghtbrd, our release manager, has been instructed to lay off the Quack.. <=:]';
|
||||||
tableNewsItem('27 Feb 2000', 'Mercury', $newsItem);
|
tableNewsItem('27 Feb 2000', 'Mercury', $newsItem);
|
||||||
|
|
||||||
|
@ -53,20 +57,6 @@
|
||||||
$newsItem = '<P>Daniel McGregor has joined the project to maintain OpenBSD support.' .
|
$newsItem = '<P>Daniel McGregor has joined the project to maintain OpenBSD support.' .
|
||||||
'<P>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.';
|
'<P>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);
|
tableNewsItem('25 Feb 2000', 'Palisade', $newsItem);
|
||||||
|
|
||||||
$newsItem = '<P>It turns out that our newest core member, Dan Olson, was responsible for the Hexen <a href="http://www.raven-games.com/hhexen">port</a> to Linux.' .
|
|
||||||
'<P>QuakeWorld Forever is considering hosting a mirror of the QuakeForge CVS in Australia for better access in that location.' .
|
|
||||||
'<P>Jason Nelson has successfuly built all targets in win9x/NT/win2k, he\'s working on some glitches in some of the targets.' .
|
|
||||||
'<P>The QuakeWorld Forever project has <a href="http://qwf.challenge-world.com/">moved</a>, and the site is better than ever.<P>' .
|
|
||||||
'<P>Zephaniah E. Hull and Bill Currie have fixed some compiling bugs.' .
|
|
||||||
'<P>Marcus Sundberg fixed GGI and X11 input and has further synced QW/UQ.' .
|
|
||||||
'<P>Dan Olson made a fix to the console.' .
|
|
||||||
'<P>Joseph Carter cleaned up a few GLX problems.' .
|
|
||||||
'<P>Bill Currie has cleaned up shutdown, and fixed a crash during game load.' .
|
|
||||||
'<P>Jukka Sorjonen has fixed a QW protocol problem.' .
|
|
||||||
'<P>Zephaniah E. Hull has added profiling support when compiling.' .
|
|
||||||
'<P>Jason Nelson has applied a large array of fixes for win32.';
|
|
||||||
tableNewsItem('20 Feb 2000', 'Palisade', $newsItem);
|
|
||||||
}
|
}
|
||||||
tableBoxFooter();
|
tableBoxFooter();
|
||||||
?>
|
?>
|
||||||
|
|
5
news.php
5
news.php
|
@ -40,6 +40,11 @@
|
||||||
$result = pg_close($conn);
|
$result = pg_close($conn);
|
||||||
} else {
|
} else {
|
||||||
tableBoxHeader("All News", 3, 'white', '#737b9c', 'white');
|
tableBoxHeader("All News", 3, 'white', '#737b9c', 'white');
|
||||||
|
|
||||||
|
$newsItem = '<P>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.' .
|
||||||
|
'<P>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 = '<P>Knghtbrd, our stable release manager, has been instructed to lay off the Quack.. <=:]';
|
$newsItem = '<P>Knghtbrd, our stable release manager, has been instructed to lay off the Quack.. <=:]';
|
||||||
tableNewsItem('27 Feb 2000', 'Mercury', $newsItem);
|
tableNewsItem('27 Feb 2000', 'Mercury', $newsItem);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue