mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 13:12:09 +00:00
clipped news past 5 entries, put it in the old news
This commit is contained in:
parent
810907db73
commit
f504f45dd8
2 changed files with 6 additions and 7 deletions
|
@ -14,11 +14,4 @@
|
||||||
$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 = '<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( '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);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
<?
|
<?
|
||||||
|
$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);
|
||||||
|
|
||||||
$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 = '<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);
|
newsItem('27 Feb 2000', 'Knghtbrd', $newsItem);
|
||||||
|
|
Loading…
Reference in a new issue