Menu

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

Download this file

126 lines (122 with data), 3.8 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
120
121
122
123
124
125
<? 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");
$donations[] = array("Jesse Pavel");
$donations[] = array("Charles Ditzel");
$donations[] = array("Thomas Schuster");
$donations[] = array("Aviram Preshel");
$donations[] = array("Tomas Andrle");
$donations[] = array("Jörg Junghänel");
shuffle($donations);
foreach($donations as $key => $value) {
echo '<li>';
echo htmlentities($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 20$/month + domains (lwjgl.org/.com).
</p>
<table align="center">
<tr>
<td colspan="2"><b>Income</b></td>
</tr>
<tr>
<td width="100">Adsense</td>
<td align="right">$529.95</td>
</tr>
<tr>
<td>Paypal</td>
<td align="right">$669.7</td>
</tr>
<tr>
<td>Total income</td>
<td align="right">$1199.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">$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">$219.5</td>
</tr>
</table>
<div align="center">
<br/>
<i>Adsense currently averages at $0.99/day</i>
<br/>
<br/>
<h2>Planned expenses</h2>
<p>
* <strike>LWJGL Developer Guide - $1000/onetime</strike>
</p>
<br/>
</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.