mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
edit the latest news item slightly to remove incorrect credit
This commit is contained in:
parent
5585a25279
commit
ecf9573c4a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?
|
||||
$newsItem = '<P>John Carmack has released the QuakeC code under the GPL, he will be putting up copies of these with the GPL notice on them on the official site which I\'m sure he\'ll announce publically soon. Developers can now get development <a href="ftp://quake.sourceforge.net/pub/quake/files/qf-win32-borl.zip">binaries</a> of QuakeForge compiled with Borland C++ instead of MSVC as of 3/05 CVS snapshot, this has fixes for bugs that Borland helped find.';
|
||||
newsItem('4 May 2000', 'Palisade', $newsItem);
|
||||
$newsItem = '<P>John Carmack has released the QuakeC code under the GPL, he will be putting up copies of these with the GPL notice on them on the official site which I\'m sure he\'ll announce publically soon. Developers can now get win32 binaries of Quakeforge compiled with Borland C++ instead of MSVC available from <a href="http://personal.inet.fi/cool/quake1/">here</a>.';
|
||||
newsItem('4 May 2000', 'Palisade (edited by taniwha)', $newsItem);
|
||||
|
||||
$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);
|
||||
|
|
Loading…
Reference in a new issue