mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
Added news about the Zap board forum
This commit is contained in:
parent
6446a22aed
commit
b0f066295b
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
<?
|
||||
|
||||
$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);
|
||||
|
||||
|
@ -12,7 +16,4 @@
|
|||
$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('27 Feb 2000', 'Knghtbrd', $newsItem);
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<?
|
||||
|
||||
$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 = '<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.';
|
||||
newsItem('25 Feb 2000', 'Palisade', $newsItem);
|
||||
|
|
Loading…
Reference in a new issue