Menu

[r2662]: / trunk / LWJGL / www / donations.php  Maximize  Restore  History

Download this file

120 lines (116 with data), 3.7 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<? require('_include/header.php'); ?>
<h1>Donations</h1>
<p>
In the span of LWJGL's lifetime a series of donations have enabled us to advance the project further
by purchasing hardware and services to make LWJGL an even better solution for your problems. Should you
wish to donate to the project too, please do so using the paypal link to the lower left in the menu.
<br/>
<i>If you are not on this list and have donated please contact <a href="mailto:donation@lwjgl.org">donation@lwjgl.org</a> and we will fix this ASAP</i>
<br/>
<br/>
The following is a randomized list of users that have donated to the LWJGL project:<br/>
<i>note: we no longer link to sites, due to several SEO only donations</i>
</p>
<ul>
<?
$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>';
echo $value[0];
echo '</li>';
}
?>
</ul>
<p>
<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:brian@matzon.dk">Brian Matzon</a>.
</p>
<table align="center">
<tr>
<td colspan="2"><b>Income</b></td>
</tr>
<tr>
<td width="100">Adsense</td>
<td align="right">$483.17</td>
</tr>
<tr>
<td>Paypal</td>
<td align="right">$502.48</td>
</tr>
<tr>
<td>Total income</td>
<td align="right">$985.65</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><b>Expenses</b></td>
</tr>
<tr>
<td>Hosting</td>
<td align="right">$0.00</td>
</tr>
<tr>
<td>Domains</td>
<td align="right">$0.00</td>
</tr>
<tr>
<td>Total expenses</td>
<td align="right">$0.00</td>
</tr>
</table>
<div align="center">
<br/>
<i>Adsense currently averages at $1.10/day</i>
<br/>
<br/>
<h2>Planned expenses</h2>
<p>
* <strike>LWJGL Developer Guide - $1000/onetime</strike>
</p>
<br/>
<h2>Wishlist</h2>
<p>
* LWJGL Code signing certificate - $200/year
</p>
</p>
</div>
<? require('_include/footer.php'); ?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.