/[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 2041 - (hide annotations) (download) (as text)
Thu Jan 7 20:50:04 2010 UTC (14 years, 2 months ago) by schoenebeck
File MIME type: text/html
File size: 10629 byte(s)
- donators name was incomplete

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 2040 <h2>Donations in 2009</h2>
202     <table class="decorated">
203     <thead>
204     <tr>
205     <td class="decorated_header">Donator</td>
206     <td class="decorated_header">Date</td>
207     <td class="decorated_header">Amount</td>
208     </tr>
209     </thead>
210     <tbody>
211     <tr>
212 schoenebeck 2041 <td class="decorated">Andre Veloso Junqueira</td>
213 schoenebeck 2040 <td class="decorated">2009-07-27</td>
214     <td class="decorated">2 &#8364;</td>
215     </tr>
216     </tbody>
217     </table>
218    
219     <h2>Donations in 2010</h2>
220 schoenebeck 1940 <p class="default">
221 schoenebeck 2040 There are currently no donations this year yet.
222     </p>
223    
224     <h2>Subscribers</h2>
225     <p class="default">
226     There are currently no subscribers yet.
227     </p>
228    
229     <p class="default">
230 senoner 1939 On behalf of the LinuxSampler developer team we'll thank you in advance for
231     your support!
232 schoenebeck 1940 </p>
233    
234 senoner 1939 <br>
235     <br>
236     </p>
237    
238     </div>
239     </td></tr></table>
240    
241     </div>
242    
243     </body>
244     </html>

  ViewVC Help
Powered by ViewVC