website/cur_news.php

19 lines
1.6 KiB
PHP

<?
$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.. &lt;=:]';
newsItem('27 Feb 2000', 'Mercury', $newsItem);
$newsItem = '<P><B>QuackForge 0.1.1 has arrived!</B> tar.gz, tar.bz2, and zip source archives are available at our <A href="http://sourceforge.net/project/filelist.php?group_id=882">Downloads page</A>. Grab your copy today!';
newsItem('27 Feb 2000', 'Knghtbrd', $newsItem);
?>