From: <ma...@us...> - 2006-11-09 20:58:09
|
Revision: 2634 http://svn.sourceforge.net/java-game-lib/?rev=2634&view=rev Author: matzon Date: 2006-11-09 12:57:58 -0800 (Thu, 09 Nov 2006) Log Message: ----------- now only has names, to avoid SEO issues Modified Paths: -------------- trunk/LWJGL/www/donations.php Modified: trunk/LWJGL/www/donations.php =================================================================== --- trunk/LWJGL/www/donations.php 2006-11-09 20:52:00 UTC (rev 2633) +++ trunk/LWJGL/www/donations.php 2006-11-09 20:57:58 UTC (rev 2634) @@ -9,50 +9,57 @@ <br/> <br/> The following is a randomized list of users that have donated to the LWJGL project:<br/> - <i>If you want a link associated with your name, please mention this when donating or send an email to <a href="mailto:don...@lw...">don...@lw...</a><br/> + <i>note: we no longer link to sites, due to several SEO only donations</i> </p> <ul> <? - $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", ""); - $donations[] = array("Gavia", ""); - $donations[] = array("Oliver Due Billing", ""); - $donations[] = array("Apostolos Tsakpinis [zdimensions.gr]", "http://www.zdimensions.gr/"); - $donations[] = array("Scott Palmer", ""); - $donations[] = array("Chris Heimpel", ""); - $donations[] = array("Caspian Rychlik-Prince [puppygames.net]", "http://puppygames.net/"); - $donations[] = array("Christiaan Ghijselinck", ""); - $donations[] = array("David Hope", ""); - $donations[] = array("Ruben Steins", ""); - $donations[] = array("Sharp Production", ""); - $donations[] = array("John Yates", ""); - $donations[] = array("Benoit Hambucken", ""); - $donations[] = array("John Watson", ""); - $donations[] = array("Elias Naur [oddlabs.com]", "http://oddlabs.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", ""); - $donations[] = array("Peter Koeleman", ""); - + $donations[] = array("Brian Matzon"); + $donations[] = array("Anthony Rogers"); + $donations[] = array("Anthony Lovell"); + $donations[] = array("Shane Essary"); + $donations[] = array("Gavia"); + $donations[] = array("Oliver Due Billing"); + $donations[] = array("Apostolos Tsakpinis"); + $donations[] = array("Scott Palmer"); + $donations[] = array("Chris Heimpel"); + $donations[] = array("Caspian Rychlik-Prince"); + $donations[] = array("Christiaan Ghijselinck"); + $donations[] = array("David Hope"); + $donations[] = array("Ruben Steins"); + $donations[] = array("Sharp Production"); + $donations[] = array("John Yates"); + $donations[] = array("Benoit Hambucken"); + $donations[] = array("John Watson"); + $donations[] = array("Elias Naur"); + $donations[] = array("Andrew Kelly"); + $donations[] = array("Gregory Pierce"); + $donations[] = array("Shannon Smith"); + $donations[] = array("Franz Bartlechner"); + $donations[] = array("Peter Koeleman"); + $donations[] = array("Benjamin Bingham"); + $donations[] = array("So-Woo Lee"); + $donations[] = array("Tonny Espeset"); + $donations[] = array("Ivan Lazarte"); + $donations[] = array("SEO Company"); + $donations[] = array("Christian Haehnel"); + $donations[] = array("Marc Sachse"); + $donations[] = array("Steve Klouvi"); + $donations[] = array("Franz Bartlechner"); + $donations[] = array("Ewald Kicker"); + $donations[] = array("Filippo Cortigiani"); + $donations[] = array("Christoph Kilz"); shuffle($donations); foreach($donations as $key => $value) { echo '<li>'; - if($value[1] != '') { - echo '<a href="' . $value[1] . '" target="_blank">' . $value[0] . '</a>'; - } else { - echo $value[0]; - } + echo $value[0]; echo '</li>'; } ?> </ul> <p> - <b>LWJGL Monetary situation as of 9th January 2006</b> + <b>LWJGL Monetary situation as of 27th August 2006</b> <p>The following table displays the current monetary situation of LWJGL. It is purely made to get an overview and does not necessarily accurately display the exact current funds of LWJGL. <br/> Please note that the total expenses are currently 0$ since the hosting is provided free of charge by <a href="http://puppygames.net">Puppygames</a> and that the domains (lwjgl.org and lwjgl.com) are paid by <a href="mailto:br...@ma...">Brian Matzon</a>. @@ -63,15 +70,15 @@ </tr> <tr> <td width="100">Adsense</td> - <td align="right">$322.35</td> + <td align="right">$483.17</td> </tr> <tr> <td>Paypal</td> - <td align="right">$236.84</td> + <td align="right">$502.48</td> </tr> <tr> <td>Total income</td> - <td align="right">$559.19</td> + <td align="right">$985.65</td> </tr> <tr> <td colspan="2"> </td> @@ -94,12 +101,12 @@ </table> <div align="center"> <br/> -<i>Adsense currently averages at $1.47/day</i> +<i>Adsense currently averages at $1.10/day</i> <br/> <br/> <h2>Planned expenses</h2> <p> - * LWJGL Developer Guide - $1000/onetime + * <strike>LWJGL Developer Guide - $1000/onetime</strike> </p> <br/> <h2>Wishlist</h2> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-05-28 18:04:10
|
Revision: 3078 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3078&view=rev Author: matzon Date: 2008-05-28 11:04:01 -0700 (Wed, 28 May 2008) Log Message: ----------- syncing with online Modified Paths: -------------- trunk/LWJGL/www/donations.php Modified: trunk/LWJGL/www/donations.php =================================================================== --- trunk/LWJGL/www/donations.php 2008-05-28 18:03:32 UTC (rev 3077) +++ trunk/LWJGL/www/donations.php 2008-05-28 18:04:01 UTC (rev 3078) @@ -48,12 +48,18 @@ $donations[] = array("Ewald Kicker"); $donations[] = array("Filippo Cortigiani"); $donations[] = array("Christoph Kilz"); + $donations[] = array("Jesse Pavel"); + $donations[] = array("Charles Ditzel"); + $donations[] = array("Thomas Schuster"); + $donations[] = array("Aviram Preshel"); + $donations[] = array("Tomas Andrle"); + $donations[] = array("J\xF6rg Jungh\xE4nel"); shuffle($donations); foreach($donations as $key => $value) { echo '<li>'; - echo $value[0]; + echo htmlentities($value[0]); echo '</li>'; } ?> @@ -62,7 +68,7 @@ <b>LWJGL Monetary situation as of 27th August 2006</b> <p>The following table displays the current monetary situation of LWJGL. It is purely made to get an overview and does not necessarily accurately display the exact current funds of LWJGL. <br/> - Please note that the total expenses are currently 0$ since the hosting is provided free of charge by <a href="http://puppygames.net">Puppygames</a> and that the domains (lwjgl.org and lwjgl.com) are paid by <a href="mailto:br...@ma...">Brian Matzon</a>. + Please note that the total expenses are currently 20$/month + domains (lwjgl.org/.com). </p> <table align="center"> <tr> @@ -70,15 +76,15 @@ </tr> <tr> <td width="100">Adsense</td> - <td align="right">$483.17</td> + <td align="right">$529.95</td> </tr> <tr> <td>Paypal</td> - <td align="right">$502.48</td> + <td align="right">$669.7</td> </tr> <tr> <td>Total income</td> - <td align="right">$985.65</td> + <td align="right">$1199.65</td> </tr> <tr> <td colspan="2"> </td> @@ -88,20 +94,24 @@ </tr> <tr> <td>Hosting</td> - <td align="right">$0.00</td> + <td align="right">$120.00</td> </tr> <tr> <td>Domains</td> <td align="right">$0.00</td> </tr> <tr> + <td>Code signing certificate</td> + <td align="right">$99.5</td> + </tr> + <tr> <td>Total expenses</td> - <td align="right">$0.00</td> + <td align="right">$219.5</td> </tr> </table> <div align="center"> <br/> -<i>Adsense currently averages at $1.10/day</i> +<i>Adsense currently averages at $0.99/day</i> <br/> <br/> <h2>Planned expenses</h2> @@ -109,10 +119,6 @@ * <strike>LWJGL Developer Guide - $1000/onetime</strike> </p> <br/> -<h2>Wishlist</h2> -<p> - * LWJGL Code signing certificate - $200/year -</p> </p> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |