/[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 2057 - (hide annotations) (download) (as text)
Wed Feb 3 08:42:38 2010 UTC (14 years, 1 month ago) by schoenebeck
File MIME type: text/html
File size: 11665 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 1947 <a href="donations.html">Why donate?</a>
150     </div>
151 senoner 1973 <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 senoner 1939
168 senoner 1973
169 senoner 1939 </td><td valign=top width="100%">
170     <div id="contents">
171    
172 schoenebeck 2040 <h2>Why donate?</h2>
173 senoner 1939
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 schoenebeck 1940
178 schoenebeck 1945 Your subscriptions and donations can dramatically improve the development speed and feature set of LinuxSampler and its subprojects.
179 schoenebeck 1940 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 senoner 1939 <br>
183 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>
184     <br>
185 senoner 1939 Currently there are two ways to donate:
186 schoenebeck 1940 </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 senoner 1939 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 schoenebeck 1945 monthly payment at any time!
194 schoenebeck 1940 </li>
195     <li><u>Button "Donate":</u><br>
196 schoenebeck 1945 Allows you to send a single donation of an arbitrary amount of money you
197 senoner 1939 choose.
198 schoenebeck 1940 </li>
199     </ul>
200    
201 schoenebeck 2049 <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 schoenebeck 2046 <h2>Subscribers</h2>
210     <p class="default">
211 schoenebeck 2049 There are currently 1 subscribers who support the project with 10&#8364; per month:
212 schoenebeck 2046 </p>
213 schoenebeck 2049 <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 schoenebeck 2046
228     <h2>Donations</h2>
229     <p class="default">
230     So far, we received donations from the following people:
231     </p>
232 schoenebeck 2040 <table class="decorated">
233     <thead>
234     <tr>
235     <td class="decorated_header">Donator</td>
236     <td class="decorated_header">Date</td>
237     <td class="decorated_header">Amount</td>
238     </tr>
239     </thead>
240     <tbody>
241     <tr>
242 schoenebeck 2057 <td class="decorated">Linda Gritter</td>
243     <td class="decorated">2010-02-03</td>
244     <td class="decorated">30 &#8364;</td>
245     </tr>
246     <tr>
247 schoenebeck 2052 <td class="decorated">Vit Kavan</td>
248     <td class="decorated">2010-01-25</td>
249     <td class="decorated">20 &#8364;</td>
250     </tr>
251     <tr>
252 schoenebeck 2046 <td class="decorated">Vladimir Senkov</td>
253     <td class="decorated">2010-01-08</td>
254     <td class="decorated">20 &#8364;</td>
255     </tr>
256     <tr>
257 schoenebeck 2041 <td class="decorated">Andre Veloso Junqueira</td>
258 schoenebeck 2040 <td class="decorated">2009-07-27</td>
259     <td class="decorated">2 &#8364;</td>
260     </tr>
261     </tbody>
262     </table>
263    
264 schoenebeck 1940 <p class="default">
265 schoenebeck 2046 On behalf of the LinuxSampler developer team we thank you for your support!
266 schoenebeck 2040 </p>
267    
268 senoner 1939 <br>
269     <br>
270     </p>
271    
272     </div>
273     </td></tr></table>
274    
275     </div>
276    
277     </body>
278     </html>

  ViewVC Help
Powered by ViewVC