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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2679 - (hide annotations) (download) (as text)
Sat Oct 18 16:19:39 2014 UTC (9 years, 5 months ago) by schoenebeck
File MIME type: text/html
File size: 19713 byte(s)
* updated donations page

1 senoner 1939 <!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 persson 2033 <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
114 senoner 1939
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 schoenebeck 1947 <div class="boxed">
137 senoner 1939 <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 schoenebeck 2379 <table><tr>
150     <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
151     <td>Or donate Bitcoins at:</td>
152     </tr></table>
153     <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
154     <hr>
155 schoenebeck 1947 <a href="donations.html">Why donate?</a>
156     </div>
157 senoner 1973 <p>
158     <div class="">
159     <center>
160     <script type="text/javascript"><!--
161     google_ad_client = "pub-3408196773880325";
162     /* 120x600, created 8/3/09 */
163     google_ad_slot = "2910827959";
164     google_ad_width = 120;
165     google_ad_height = 600;
166     //-->
167     </script>
168     <script type="text/javascript"
169 persson 2479 src="//pagead2.googlesyndication.com/pagead/show_ads.js">
170 senoner 1973 </script>
171     </center>
172     </div>
173 senoner 1939
174 senoner 1973
175 senoner 1939 </td><td valign=top width="100%">
176     <div id="contents">
177    
178 schoenebeck 2040 <h2>Why donate?</h2>
179 senoner 1939
180     <p class="default">
181     LinuxSampler is a complex piece of code which took several
182     man-years to develop and comes with the full source code.
183 schoenebeck 1940
184 schoenebeck 1945 Your subscriptions and donations can dramatically improve the development speed and feature set of LinuxSampler and its subprojects.
185 schoenebeck 1940 It comes without any kind of crippling copy protection, there is no company that can go fold.
186    
187     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>
188 senoner 1939 <br>
189 schoenebeck 1940 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>
190     <br>
191 schoenebeck 2379 Currently there are 3 ways to donate:
192 schoenebeck 1940 </p>
193    
194     <ul>
195     <li><u>Button "Subscribe":</u><br>
196     Let's you subscribe to a monthly payment of 10 Eur / month. At the moment this
197 senoner 1939 is a fix amount. We hope we can soon provide a way on the website to let you
198     choose the amount you want to donate per month. You can unsubscribe from this
199 schoenebeck 1945 monthly payment at any time!
200 schoenebeck 1940 </li>
201     <li><u>Button "Donate":</u><br>
202 schoenebeck 1945 Allows you to send a single donation of an arbitrary amount of money you
203 senoner 1939 choose.
204 schoenebeck 1940 </li>
205 schoenebeck 2379 <li><u>Sending Bitcoins:</u><br>
206     You can also send us donations in the decentralized, digital currency <a href="http://en.wikipedia.org/wiki/Bitcoin">Bitcoins</a>,
207     simply by sending them to the following Bitcoin address: <pre>1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
208     </li>
209 schoenebeck 1940 </ul>
210    
211 schoenebeck 2049 <p class="default">
212     To express our appreciation we show all subscribers and donators on this
213     website (see below).
214     If you want to stay anonymous, or want to be listed with another name,
215     just tell us either in the optional Paypal message field or by email at
216     any time.
217     </p>
218    
219 schoenebeck 2046 <h2>Subscribers</h2>
220     <p class="default">
221 schoenebeck 2447 There are currently 0 subscribers who support the project with 10&#8364; per month:
222 schoenebeck 2046 </p>
223 schoenebeck 2049 <table class="decorated">
224     <thead>
225     <tr>
226     <td class="decorated_header">Subscriber</td>
227     <td class="decorated_header">Since</td>
228     </tr>
229     </thead>
230     <tbody>
231 schoenebeck 2447 <!--<tr>
232 schoenebeck 2168 <td class="decorated">Robert Sherratt</td>
233     <td class="decorated">2011-03-01</td>
234 schoenebeck 2447 </tr>-->
235 schoenebeck 2049 </tbody>
236     </table>
237 schoenebeck 2046
238 schoenebeck 2076 <h2>Previous Subscribers</h2>
239     <table class="decorated">
240     <thead>
241     <tr>
242     <td class="decorated_header">Subscriber</td>
243     <td class="decorated_header">From</td>
244     <td class="decorated_header">To</td>
245     </tr>
246     </thead>
247     <tbody>
248     <tr>
249 schoenebeck 2149 <td class="decorated">I Veenstra</td>
250     <td class="decorated">2010-01-16</td>
251     <td class="decorated">2010-10-20</td>
252     </tr>
253     <tr>
254 schoenebeck 2076 <td class="decorated">Ivan Maguire</td>
255     <td class="decorated">2010-02-19</td>
256     <td class="decorated">2010-03-18</td>
257     </tr>
258 schoenebeck 2336 <tr>
259     <td class="decorated">Silviu Turcu</td>
260     <td class="decorated">2010-05-14</td>
261     <td class="decorated">2011-09-13</td>
262     </tr>
263 schoenebeck 2373 <tr>
264     <td class="decorated">Mike Rose</td>
265     <td class="decorated">2011-07-02</td>
266     <td class="decorated">2012-09-01</td>
267     </tr>
268 schoenebeck 2447 <tr>
269     <td class="decorated">Robert Sherratt</td>
270     <td class="decorated">2011-03-01</td>
271     <td class="decorated">2012-10-31</td>
272     </tr>
273 schoenebeck 2076 </tbody>
274     </table>
275    
276 schoenebeck 2046 <h2>Donations</h2>
277     <p class="default">
278     So far, we received donations from the following people:
279     </p>
280 schoenebeck 2040 <table class="decorated">
281     <thead>
282     <tr>
283     <td class="decorated_header">Donator</td>
284     <td class="decorated_header">Date</td>
285     <td class="decorated_header">Amount</td>
286     </tr>
287     </thead>
288     <tbody>
289     <tr>
290 schoenebeck 2679 <td class="decorated">Barklab Inc.</td>
291     <td class="decorated">2014-10-18</td>
292     <td class="decorated">25 &#8364;</td>
293     </tr>
294     <tr>
295 schoenebeck 2671 <td class="decorated">Nicola Pandini</td>
296     <td class="decorated">2014-08-29</td>
297     <td class="decorated">10 &#8364;</td>
298     </tr>
299     <tr>
300 schoenebeck 2597 <td class="decorated">Robert J Richard</td>
301     <td class="decorated">2014-06-06</td>
302     <td class="decorated">50 &#8364;</td>
303     </tr>
304     <tr>
305 schoenebeck 2526 <td class="decorated">Jostein Andersen</td>
306     <td class="decorated">2014-02-26</td>
307     <td class="decorated">20 &#8364;</td>
308     </tr>
309     <tr>
310 schoenebeck 2439 <td class="decorated">Maurizio Cipollina</td>
311 schoenebeck 2438 <td class="decorated">2013-03-24</td>
312     <td class="decorated">30 &#8364;</td>
313     </tr>
314     <tr>
315 schoenebeck 2436 <td class="decorated">Alex Stone</td>
316     <td class="decorated">2013-03-18</td>
317     <td class="decorated">50 &#8364;</td>
318     </tr>
319     <tr>
320 schoenebeck 2433 <td class="decorated">&#1050;&#1091;&#1079;&#1085;&#1077;&#1094;&#1086;&#1074; &#1042;&#1083;&#1072;&#1076;&#1080;&#1084;&#1080;&#1088;</td>
321     <td class="decorated">2013-03-06</td>
322     <td class="decorated">2 &#8364;</td>
323     </tr>
324     <tr>
325 schoenebeck 2437 <td class="decorated">Anonymous</td>
326 schoenebeck 2425 <td class="decorated">2013-02-27</td>
327     <td class="decorated">20 &#8364;</td>
328     </tr>
329     <tr>
330 schoenebeck 2409 <td class="decorated">David Cho</td>
331     <td class="decorated">2013-02-02</td>
332     <td class="decorated">20 &#8364;</td>
333     </tr>
334     <tr>
335 schoenebeck 2362 <td class="decorated">Adrian Patricio Fernandez Fazio</td>
336     <td class="decorated">2012-08-28</td>
337     <td class="decorated">2 &#8364;</td>
338     </tr>
339     <tr>
340 schoenebeck 2358 <td class="decorated">David Monniaux</td>
341     <td class="decorated">2012-08-03</td>
342     <td class="decorated">40 &#8364;</td>
343     </tr>
344     <tr>
345 schoenebeck 2353 <td class="decorated">Eberhard Schleyer</td>
346     <td class="decorated">2012-07-03</td>
347     <td class="decorated">50 &#8364;</td>
348     </tr>
349     <tr>
350 schoenebeck 2338 <td class="decorated">Bogdan &#321;apko</td>
351     <td class="decorated">2012-03-23</td>
352     <td class="decorated">30 &#8364;</td>
353     </tr>
354     <tr>
355 schoenebeck 2337 <td class="decorated">Craig Stephenson</td>
356     <td class="decorated">2012-03-21</td>
357     <td class="decorated">10 &#8364;</td>
358     </tr>
359     <tr>
360 schoenebeck 2331 <td class="decorated">Libor Krivak</td>
361     <td class="decorated">2012-03-12</td>
362     <td class="decorated">20 &#8364;</td>
363     </tr>
364     <tr>
365 schoenebeck 2323 <td class="decorated">Edward Diehl</td>
366     <td class="decorated">2012-02-27</td>
367     <td class="decorated">15 &#8364;</td>
368     </tr>
369     <tr>
370 schoenebeck 2303 <td class="decorated">Nicola Pandini</td>
371 schoenebeck 2318 <td class="decorated">2012-02-15</td>
372     <td class="decorated">30 &#8364;</td>
373     </tr>
374     <tr>
375     <td class="decorated">Nicola Pandini</td>
376 schoenebeck 2303 <td class="decorated">2011-12-17</td>
377     <td class="decorated">25 &#8364;</td>
378     </tr>
379     <tr>
380 schoenebeck 2289 <td class="decorated">Robert E. Walker</td>
381     <td class="decorated">2011-11-24</td>
382     <td class="decorated">40 &#8364;</td>
383     </tr>
384     <tr>
385 schoenebeck 2280 <td class="decorated">Geir Soler�d</td>
386     <td class="decorated">2011-10-28</td>
387     <td class="decorated">7 &#8364;</td>
388     </tr>
389     <tr>
390 schoenebeck 2276 <td class="decorated">Andrej Kruss</td>
391     <td class="decorated">2011-09-22</td>
392     <td class="decorated">5 &#8364;</td>
393     </tr>
394     <tr>
395 schoenebeck 2228 <td class="decorated">Emanuel Rumpf</td>
396     <td class="decorated">2011-08-03</td>
397     <td class="decorated">12 &#8364;</td>
398     </tr>
399     <tr>
400 schoenebeck 2215 <td class="decorated">Nicola Pandini</td>
401     <td class="decorated">2011-07-13</td>
402     <td class="decorated">150 &#8364; (sponsored feature request)</td>
403     </tr>
404     <tr>
405     <td class="decorated">Martin M&uuml;ller</td>
406     <td class="decorated">2011-06-26</td>
407     <td class="decorated">80 &#8364; (sponsored feature request)</td>
408     </tr>
409     <tr>
410     <td class="decorated">Andrea Grillini</td>
411     <td class="decorated">2011-06-21</td>
412     <td class="decorated">5 &#8364;</td>
413     </tr>
414     <tr>
415 schoenebeck 2172 <td class="decorated">Markus Schloegl</td>
416     <td class="decorated">2011-03-25</td>
417     <td class="decorated">10 &#8364;</td>
418     </tr>
419     <tr>
420 schoenebeck 2171 <td class="decorated">Thomas Lindgren</td>
421     <td class="decorated">2011-03-23</td>
422     <td class="decorated">75 &#8364; !</td>
423     </tr>
424     <tr>
425 schoenebeck 2153 <td class="decorated">Jostein Andersen</td>
426     <td class="decorated">2011-01-01</td>
427     <td class="decorated">20 &#8364;</td>
428     </tr>
429     <tr>
430 schoenebeck 2150 <td class="decorated">Jan Petr�sek</td>
431     <td class="decorated">2010-10-31</td>
432     <td class="decorated">8 &#8364;</td>
433     </tr>
434     <tr>
435 schoenebeck 2147 <td class="decorated">Russell Doering</td>
436     <td class="decorated">2010-10-10</td>
437     <td class="decorated">6 &#8364;</td>
438     </tr>
439     <tr>
440 schoenebeck 2136 <td class="decorated">Michael Baumeister</td>
441     <td class="decorated">2010-10-02</td>
442     <td class="decorated">20 &#8364;</td>
443     </tr>
444     <tr>
445 schoenebeck 2111 <td class="decorated">Flavien Volken</td>
446     <td class="decorated">2010-07-19</td>
447     <td class="decorated">10 &#8364;</td>
448     </tr>
449     <tr>
450 schoenebeck 2105 <td class="decorated">Florian Hofmann</td>
451     <td class="decorated">2010-06-28</td>
452     <td class="decorated">10 &#8364;</td>
453     </tr>
454     <tr>
455 schoenebeck 2104 <td class="decorated">Stephan Klaft</td>
456     <td class="decorated">2010-06-20</td>
457     <td class="decorated">10 &#8364;</td>
458     </tr>
459     <tr>
460 schoenebeck 2103 <td class="decorated">Robert Schwarz</td>
461     <td class="decorated">2010-06-07</td>
462     <td class="decorated">30 &#8364;</td>
463     </tr>
464     <tr>
465 schoenebeck 2089 <td class="decorated">David Cho</td>
466     <td class="decorated">2010-05-13</td>
467     <td class="decorated">20 &#8364;</td>
468     </tr>
469     <tr>
470 schoenebeck 2088 <td class="decorated">Drew Edwards</td>
471     <td class="decorated">2010-05-12</td>
472     <td class="decorated">30 &#8364;</td>
473     </tr>
474     <tr>
475 schoenebeck 2081 <td class="decorated">Ty Quinn</td>
476     <td class="decorated">2010-04-09</td>
477     <td class="decorated">20 &#8364;</td>
478     </tr>
479     <tr>
480 schoenebeck 2080 <td class="decorated">Stuart Poulin</td>
481     <td class="decorated">2010-04-02</td>
482     <td class="decorated">30 USD</td>
483     </tr>
484     <tr>
485 schoenebeck 2073 <td class="decorated">Florian Boos</td>
486     <td class="decorated">2010-03-21</td>
487     <td class="decorated">10 &#8364;</td>
488     </tr>
489     <tr>
490 schoenebeck 2062 <td class="decorated">Libor Krivak</td>
491     <td class="decorated">2010-02-27</td>
492     <td class="decorated">5 &#8364;</td>
493     </tr>
494     <tr>
495 schoenebeck 2057 <td class="decorated">Linda Gritter</td>
496     <td class="decorated">2010-02-03</td>
497     <td class="decorated">30 &#8364;</td>
498     </tr>
499     <tr>
500 schoenebeck 2052 <td class="decorated">Vit Kavan</td>
501     <td class="decorated">2010-01-25</td>
502     <td class="decorated">20 &#8364;</td>
503     </tr>
504     <tr>
505 schoenebeck 2046 <td class="decorated">Vladimir Senkov</td>
506     <td class="decorated">2010-01-08</td>
507     <td class="decorated">20 &#8364;</td>
508     </tr>
509     <tr>
510 schoenebeck 2041 <td class="decorated">Andre Veloso Junqueira</td>
511 schoenebeck 2040 <td class="decorated">2009-07-27</td>
512     <td class="decorated">2 &#8364;</td>
513     </tr>
514     </tbody>
515     </table>
516    
517 schoenebeck 1940 <p class="default">
518 schoenebeck 2046 On behalf of the LinuxSampler developer team we thank you for your support!
519 schoenebeck 2040 </p>
520    
521 senoner 1939 <br>
522     <br>
523     </p>
524    
525     </div>
526     </td></tr></table>
527    
528     </div>
529    
530     </body>
531     </html>

  ViewVC Help
Powered by ViewVC