Update of /cvsroot/java-game-lib/LWJGL/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22005
Modified Files:
donations.php
Log Message:
updated to latest donors
Index: donations.php
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/www/donations.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- donations.php 10 Nov 2005 21:57:11 -0000 1.2
+++ donations.php 20 Dec 2005 22:37:19 -0000 1.3
@@ -13,7 +13,7 @@
</p>
<ul>
<?
- $donations[] = array("Brian Matzon", "mailto:br...@ma...");
+ $donations[] = array("Brian Matzon", "http://echelog.matzon.dk/");
$donations[] = array("Anthony Rogers [tomato.co.uk]", "http://www.tomato.co.uk/");
$donations[] = array("Anthony Lovell", "");
$donations[] = array("Shane Essary", "");
@@ -31,7 +31,11 @@
$donations[] = array("Benoit Hambucken", "");
$donations[] = array("John Watson", "");
$donations[] = array("Elias Naur [oddlabs.com]", "http://oddlabs.com");
- $donations[] = array("Andrew Kelly", "http://games.swizel-studios.com/");
+ $donations[] = array("Andrew Kelly [games.swizel-studios.com]", "http://games.swizel-studios.com/");
+ $donations[] = array("Gregory Pierce", "");
+ $donations[] = array("Shannon Smith", "");
+ $donations[] = array("Franz Bartlechner", "");
+
shuffle($donations);
|