|
From: Brian M. <ma...@us...> - 2004-04-29 20:52:16
|
Update of /cvsroot/java-game-lib/LWJGL/www/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21392 Modified Files: news.php default.php Log Message: wiki Index: default.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/include/default.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- default.php 17 Apr 2004 01:17:33 -0000 1.2 +++ default.php 29 Apr 2004 20:52:06 -0000 1.3 @@ -7,6 +7,7 @@ "download", "download.php", "_top", "installation", "installation.php", "_top", "documentation", "documentation.php", "_top", + "wiki", "http://wiki.lwjgl.org/", "_blank", "forum", "http://forum.lwjgl.org/", "_blank", "faq", "faq.php", "_top", "projects", "projects.php", "_top", Index: news.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/include/news.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- news.php 13 Apr 2004 20:07:07 -0000 1.2 +++ news.php 29 Apr 2004 20:52:06 -0000 1.3 @@ -2,11 +2,16 @@ // News // ======================================================= $news[0] = array( + "LWJGL Wiki", + "One of LWJGL's shortcommings has always been the lack of good tutorials and examples. Well all this ends now! We have setup a wiki, and all registered users may add new articles, FAQ entries and more. So please start filling the wiki with content:<br><a href=\"http://wiki.lwjgl.org\" target=\"_blank\">LWJGL Wiki</a>", + "Thursday, April 29th, 2004"); + + $news[1] = array( "LWJGL 0.9a released", "LWJGL 0.9 alpha has been released! Download <a href=\"http://www.lwjgl.org/download.php\">here</a>.<br>consider <a href=\"http://sourceforge.net/donate/index.php?group_id=58488\">donating</a> if you find LWJGL usefull.", "Tuesday, April 13th, 2004"); - $news[1] = array( + $news[2] = array( "New site!", "Welcome to the grand opening of our new site! Please browse around. Should you find any errors or have trouble finding exactly what your looking for, please email <a href=\"mailto:in...@lw...\">in...@lw...</a>", "Sunday, March 28th, 2004"); |