mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
clipped old news and put it in old_news
This commit is contained in:
parent
8035ed27fd
commit
dd5d25d19f
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,4 @@
|
|||
$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 );
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<?
|
||||
$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);
|
||||
|
|
Loading…
Reference in a new issue