Menu

[r3596]: / branches / lwjgl2.5 / www / donations.php  Maximize  Restore  History

Download this file

86 lines (82 with data), 3.5 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
<? 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 - multiple donations");
$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 - multiple donations");
$donations[] = array("Jörg Junghänel");
$donations[] = array("Tobias Fritz");
$donations[] = array("Nathan Sweet");
$donations[] = array("Tiana Bruno Rakotoarimanana");
$donations[] = array("Andreas Wallberg");
$donations[] = array("Andreas Wiesbauer");
shuffle($donations);
foreach($donations as $key => $value) {
echo '<li>';
echo htmlentities($value[0]);
echo '</li>';
}
?>
</ul>
<p>
<b>LWJGL Monetary situation as of 18th November 2008</b>
<p>
<i>I have stopped making a detailed list available online, because its basically always stale. I am maintaining an ad hoc list of income/expenses that is available on request.</i>
<br/>
We have about 300$ on paypal (income: donations, expenses: hosting) and about (depending on dollar rate) 400$ on my account (income: adsense, expenses: domains, ssl).<br/>
We are averaging about 20$ a month in expenses and a 125$ every year for a certificate. The average income from adsense is $20 a month (with %50 comming from echelog! (all channels)).
<br/>
</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.