/[svn]/web/trunk/www.linuxsampler.org/donations.html
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/donations.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2089 - (show annotations) (download) (as text)
Thu May 13 18:02:14 2010 UTC (13 years, 10 months ago) by schoenebeck
File MIME type: text/html
File size: 12991 byte(s)
* updated donations page

1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="index.css">
5 <title>The Linux Sampler Project</title>
6
7 <meta http-equiv="content-type"
8 content="text/html; charset=ISO-8859-1">
9
10 <script language="javascript" type="text/javascript">
11 <!--
12 var dir = "gfx/";
13
14 if(document.images) {
15
16 newsover = new Image();
17 newsover.src = dir + "mnewshover.png";
18
19 newsout = new Image();
20 newsout.src = dir + "mnews.png";
21
22 aboutover = new Image();
23 aboutover.src = dir + "mabouthover.png";
24
25 aboutout = new Image();
26 aboutout.src = dir + "mabout.png";
27
28 featuresover = new Image();
29 featuresover.src = dir + "mfeatureshover.png";
30
31 featuresout = new Image();
32 featuresout.src = dir + "mfeatures.png";
33
34 screenshotsover = new Image();
35 screenshotsover.src = dir + "mscreenshotshover.png";
36
37 screenshotsout = new Image();
38 screenshotsout.src = dir + "mscreenshots.png";
39
40 demosover = new Image();
41 demosover.src = dir + "mdemoshover.png";
42
43 demosout = new Image();
44 demosout.src = dir + "mdemos.png";
45
46 downloadsover = new Image();
47 downloadsover.src = dir + "mdownloadshover.png";
48
49 downloadsout = new Image();
50 downloadsout.src = dir + "mdownloads.png";
51
52 donationsover = new Image();
53 donationsover.src = dir + "mdonationshover.png";
54
55 donationsout = new Image();
56 donationsout.src = dir + "mdonations.png";
57
58 supportover = new Image();
59 supportover.src = dir + "msupporthover.png";
60
61 supportout = new Image();
62 supportout.src = dir + "msupport.png";
63
64 developersover = new Image();
65 developersover.src = dir + "mdevelopershover.png";
66
67 developersout = new Image();
68 developersout.src = dir + "mdevelopers.png";
69
70 instrumentsover = new Image();
71 instrumentsover.src = dir + "minstrumentshover.png";
72
73 instrumentsout = new Image();
74 instrumentsout.src = dir + "minstruments.png";
75
76 linksover = new Image();
77 linksover.src = dir + "mlinkshover.png";
78
79 linksout = new Image();
80 linksout.src = dir + "mlinks.png";
81
82 documentationover = new Image();
83 documentationover.src = dir + "mdocumentationhover.png";
84
85 documentationout = new Image();
86 documentationout.src = dir + "mdocumentation.png";
87
88 creditsover = new Image();
89 creditsover.src = dir + "mcreditshover.png";
90
91 creditsout = new Image();
92 creditsout.src = dir + "mcredits.png";
93
94 faqover = new Image();
95 faqover.src = dir + "mfaqhover.png";
96
97 faqout = new Image();
98 faqout.src = dir + "mfaq.png";
99
100 bugsover = new Image();
101 bugsover.src = dir + "mbugshover.png";
102
103 bugsout = new Image();
104 bugsout.src = dir + "mbugs.png";
105 }
106 -->
107 </script>
108
109 </head>
110
111 <body>
112
113 <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
114
115 <h1><span class="hidden">The LinuxSampler Project</span></h1>
116
117 <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
118 <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
119 <tr><td valign=top>
120 <a id="news" href="index.php" onmouseover="javascript:if(document.images)document.news.src = newsover.src" onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img name="news" src="gfx/mnews.png" alt="news"></a>
121 <a id="about" href="about.html" onmouseover="javascript:if(document.images)document.about.src = aboutover.src" onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img name="about" src="gfx/mabout.png" alt="about"></a>
122 <a id="features" href="features.html" onmouseover="javascript:if(document.images)document.features.src = featuresover.src" onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img name="features" src="gfx/mfeatures.png" alt="features"></a>
123 <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>
124 <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>
125 <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>
126 <a id="donations" href="donations.html" onmouseover="javascript:if(document.images)document.donations.src = donationsover.src" onmouseout="javascript:if(document.images)document.donations.src = donationsout.src"><img name="donations" src="gfx/mdonations.png" alt="donations"></a>
127 <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
128 <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>
129 <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>
130 <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
131 <a id="bugs" href="http://bugs.linuxsampler.org" onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src" onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img name="bugs" src="gfx/mbugs.png" alt="bugs"></a>
132 <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>
133 <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>
134 <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>
135
136 <div class="boxed">
137 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
138 <input type="hidden" name="cmd" value="_s-xclick">
139 <input type="hidden" name="hosted_button_id" value="6746056">
140 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
141 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
142 </form>
143 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144 <input type="hidden" name="cmd" value="_s-xclick">
145 <input type="hidden" name="hosted_button_id" value="6746149">
146 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
148 </form>
149 <a href="donations.html">Why donate?</a>
150 </div>
151 <p>
152 <div class="">
153 <center>
154 <script type="text/javascript"><!--
155 google_ad_client = "pub-3408196773880325";
156 /* 120x600, created 8/3/09 */
157 google_ad_slot = "2910827959";
158 google_ad_width = 120;
159 google_ad_height = 600;
160 //-->
161 </script>
162 <script type="text/javascript"
163 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
164 </script>
165 </center>
166 </div>
167
168
169 </td><td valign=top width="100%">
170 <div id="contents">
171
172 <h2>Why donate?</h2>
173
174 <p class="default">
175 LinuxSampler is a complex piece of code which took several
176 man-years to develop and comes with the full source code.
177
178 Your subscriptions and donations can dramatically improve the development speed and feature set of LinuxSampler and its subprojects.
179 It comes without any kind of crippling copy protection, there is no company that can go fold.
180
181 LinuxSampler is here to stay, its clean and extensible architecture allows it to run on virtually any operating system and computer architecture and can easily be ported to any platform appearing in future.<br>
182 <br>
183 By making a donation or a monthly subscription to the LinuxSampler project, you are contributing to the future of audio sampling, available for free to everyone!<br>
184 <br>
185 Currently there are two ways to donate:
186 </p>
187
188 <ul>
189 <li><u>Button "Subscribe":</u><br>
190 Let's you subscribe to a monthly payment of 10 Eur / month. At the moment this
191 is a fix amount. We hope we can soon provide a way on the website to let you
192 choose the amount you want to donate per month. You can unsubscribe from this
193 monthly payment at any time!
194 </li>
195 <li><u>Button "Donate":</u><br>
196 Allows you to send a single donation of an arbitrary amount of money you
197 choose.
198 </li>
199 </ul>
200
201 <p class="default">
202 To express our appreciation we show all subscribers and donators on this
203 website (see below).
204 If you want to stay anonymous, or want to be listed with another name,
205 just tell us either in the optional Paypal message field or by email at
206 any time.
207 </p>
208
209 <h2>Subscribers</h2>
210 <p class="default">
211 There are currently 1 subscribers who support the project with 10&#8364; per month:
212 </p>
213 <table class="decorated">
214 <thead>
215 <tr>
216 <td class="decorated_header">Subscriber</td>
217 <td class="decorated_header">Since</td>
218 </tr>
219 </thead>
220 <tbody>
221 <tr>
222 <td class="decorated">I Veenstra</td>
223 <td class="decorated">2010-01-16</td>
224 </tr>
225 </tbody>
226 </table>
227
228 <h2>Previous Subscribers</h2>
229 <table class="decorated">
230 <thead>
231 <tr>
232 <td class="decorated_header">Subscriber</td>
233 <td class="decorated_header">From</td>
234 <td class="decorated_header">To</td>
235 </tr>
236 </thead>
237 <tbody>
238 <tr>
239 <td class="decorated">Ivan Maguire</td>
240 <td class="decorated">2010-02-19</td>
241 <td class="decorated">2010-03-18</td>
242 </tr>
243 </tbody>
244 </table>
245
246 <h2>Donations</h2>
247 <p class="default">
248 So far, we received donations from the following people:
249 </p>
250 <table class="decorated">
251 <thead>
252 <tr>
253 <td class="decorated_header">Donator</td>
254 <td class="decorated_header">Date</td>
255 <td class="decorated_header">Amount</td>
256 </tr>
257 </thead>
258 <tbody>
259 <tr>
260 <td class="decorated">David Cho</td>
261 <td class="decorated">2010-05-13</td>
262 <td class="decorated">20 &#8364;</td>
263 </tr>
264 <tr>
265 <td class="decorated">Drew Edwards</td>
266 <td class="decorated">2010-05-12</td>
267 <td class="decorated">30 &#8364;</td>
268 </tr>
269 <tr>
270 <td class="decorated">Ty Quinn</td>
271 <td class="decorated">2010-04-09</td>
272 <td class="decorated">20 &#8364;</td>
273 </tr>
274 <tr>
275 <td class="decorated">Stuart Poulin</td>
276 <td class="decorated">2010-04-02</td>
277 <td class="decorated">30 USD</td>
278 </tr>
279 <tr>
280 <td class="decorated">Florian Boos</td>
281 <td class="decorated">2010-03-21</td>
282 <td class="decorated">10 &#8364;</td>
283 </tr>
284 <tr>
285 <td class="decorated">Libor Krivak</td>
286 <td class="decorated">2010-02-27</td>
287 <td class="decorated">5 &#8364;</td>
288 </tr>
289 <tr>
290 <td class="decorated">Linda Gritter</td>
291 <td class="decorated">2010-02-03</td>
292 <td class="decorated">30 &#8364;</td>
293 </tr>
294 <tr>
295 <td class="decorated">Vit Kavan</td>
296 <td class="decorated">2010-01-25</td>
297 <td class="decorated">20 &#8364;</td>
298 </tr>
299 <tr>
300 <td class="decorated">Vladimir Senkov</td>
301 <td class="decorated">2010-01-08</td>
302 <td class="decorated">20 &#8364;</td>
303 </tr>
304 <tr>
305 <td class="decorated">Andre Veloso Junqueira</td>
306 <td class="decorated">2009-07-27</td>
307 <td class="decorated">2 &#8364;</td>
308 </tr>
309 </tbody>
310 </table>
311
312 <p class="default">
313 On behalf of the LinuxSampler developer team we thank you for your support!
314 </p>
315
316 <br>
317 <br>
318 </p>
319
320 </div>
321 </td></tr></table>
322
323 </div>
324
325 </body>
326 </html>

  ViewVC Help
Powered by ViewVC