mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
21 lines
2.4 KiB
PHP
21 lines
2.4 KiB
PHP
<?
|
|
$newsItem = '<P>QuakeForge is planning to integrate <a href="http://www.openal.org/">OpenAL</a> support as optional for those who want it. I\'ve asked John Carmack to consider releasing some of the Quake tools under the GPL. Most of the development crew at QuakeForge consider the quake-devel mailing list the official medium of discussion. Subscribing to this list will get you more in touch with QuakeForge and what we\'re up to, developers should use quake-devel and not the web forums. The research center is now officially up, you can enter it on the side-bar menu or go <a href="research/index.php">here.</a>';
|
|
newsItem('26 Apr 2000', 'Palisade', $newsItem);
|
|
|
|
$newsItem = '<P>A lot of people prefer web forums to mailing lists. SourceForge offers them, but they\'re not very friendly to use. Red Fox, the guy running the <A HREF="http://www.netfrag.com/megaboard">Netfrag Zap UBB board</A> has graciously offered us a forum which is much easier to use. The URL is a long CGI script, so there\'s a shortcut at <A HREF="http://quakeforge.net/board/">http://quakeforge.net/board/</A> to save typing.';
|
|
newsItem('25 Apr 2000', 'Knghtbrd', $newsItem);
|
|
|
|
$newsItem = '<P>Fully working support for Mega2k\'s airscout and view height adjustments have been committed. We\'re also gearing up for a release of 0.2.0 as soon as several critical bugs are found and squashed. Please <A HREF="mailto:quake-devel@lists.sourceforge.net">send us</A> info on any major bugs as well as how to reproduce them.';
|
|
newsItem('2 Apr 2000', 'Knghtbrd', $newsItem);
|
|
|
|
$newsItem = '<P>A new <A href="http://quake.sourceforge.net/progress.php">State of the Code</A> address has been posted containing important information about support for MegaTF\'s upcoming Mega2k release. If you play MegaTF it is highly recommended that you read this less technical than usual SotC. Even if you don\'t play it, you probably should have a look. <EM>UPDATE: There\'s new info there, check it out</EM>';
|
|
newsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
|
|
|
|
$newsItem = '<P>Thanks to Deek we now have a brand new site layout which should be much more consistent.' .
|
|
'<P>In other news, the votes for the logo are still being submitted, but we should have something real soon now.';
|
|
newsItem('06 Mar 2000', 'Mercury', $newsItem);
|
|
|
|
$newsItem = '<P>Knghtbrd, our stable release manager, has been instructed to lay off the Quack.. <=:]';
|
|
newsItem('27 Feb 2000', 'Mercury', $newsItem);
|
|
|
|
?>
|