/[svn]/web/trunk/www.linuxsampler.org/index.php
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3923 - (show annotations) (download)
Mon Jun 14 11:26:48 2021 UTC (2 years, 10 months ago) by schoenebeck
File size: 17839 byte(s)
* Dump all Google Ads from the website (i.e. reverts SVN r1973).

1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta name="keywords" content="linux, sound, music, audio, software, free, sampler, mac, os x" />
5 <meta name="description" content="LinuxSampler - free, open source pure software audio sampler with professional grade features." />
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="stylesheet" type="text/css" href="index.css">
8 <title>The Linux Sampler Project</title>
9
10 <meta http-equiv="content-type"
11 content="text/html; charset=ISO-8859-1">
12
13 <script language="javascript" type="text/javascript">
14 <!--
15 var dir = "gfx/";
16
17 if(document.images) {
18
19 newsover = new Image();
20 newsover.src = dir + "mnewshover.png";
21
22 newsout = new Image();
23 newsout.src = dir + "mnews.png";
24
25 aboutover = new Image();
26 aboutover.src = dir + "mabouthover.png";
27
28 aboutout = new Image();
29 aboutout.src = dir + "mabout.png";
30
31 featuresover = new Image();
32 featuresover.src = dir + "mfeatureshover.png";
33
34 featuresout = new Image();
35 featuresout.src = dir + "mfeatures.png";
36
37 screenshotsover = new Image();
38 screenshotsover.src = dir + "mscreenshotshover.png";
39
40 screenshotsout = new Image();
41 screenshotsout.src = dir + "mscreenshots.png";
42
43 demosover = new Image();
44 demosover.src = dir + "mdemoshover.png";
45
46 demosout = new Image();
47 demosout.src = dir + "mdemos.png";
48
49 downloadsover = new Image();
50 downloadsover.src = dir + "mdownloadshover.png";
51
52 downloadsout = new Image();
53 downloadsout.src = dir + "mdownloads.png";
54
55 donationsover = new Image();
56 donationsover.src = dir + "mdonationshover.png";
57
58 donationsout = new Image();
59 donationsout.src = dir + "mdonations.png";
60
61 supportover = new Image();
62 supportover.src = dir + "msupporthover.png";
63 supportout = new Image();
64 supportout.src = dir + "msupport.png";
65
66 developersover = new Image();
67 developersover.src = dir + "mdevelopershover.png";
68
69 developersout = new Image();
70 developersout.src = dir + "mdevelopers.png";
71
72 instrumentsover = new Image();
73 instrumentsover.src = dir + "minstrumentshover.png";
74
75 instrumentsout = new Image();
76 instrumentsout.src = dir + "minstruments.png";
77
78 linksover = new Image();
79 linksover.src = dir + "mlinkshover.png";
80
81 linksout = new Image();
82 linksout.src = dir + "mlinks.png";
83
84 documentationover = new Image();
85 documentationover.src = dir + "mdocumentationhover.png";
86
87 documentationout = new Image();
88 documentationout.src = dir + "mdocumentation.png";
89
90 creditsover = new Image();
91 creditsover.src = dir + "mcreditshover.png";
92
93 creditsout = new Image();
94 creditsout.src = dir + "mcredits.png";
95
96 faqover = new Image();
97 faqover.src = dir + "mfaqhover.png";
98
99 faqout = new Image();
100 faqout.src = dir + "mfaq.png";
101
102 bugsover = new Image();
103 bugsover.src = dir + "mbugshover.png";
104
105 bugsout = new Image();
106 bugsout.src = dir + "mbugs.png";
107 }
108 -->
109 </script>
110
111 </head>
112
113 <body>
114
115 <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
116
117 <h1><span class="hidden">The LinuxSampler Project</span></h1>
118
119 <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
120 <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
121 <tr><td valign=top>
122 <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>
123 <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>
124 <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>
125 <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>
126 <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>
127 <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>
128 <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>
129 <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>
130 <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>
131 <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>
132 <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>
133 <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>
134 <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>
135 <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>
136 <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>
137
138 <div class="boxed">
139 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
140 <input type="hidden" name="cmd" value="_s-xclick">
141 <input type="hidden" name="hosted_button_id" value="6746056">
142 <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!">
143 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
144 </form>
145 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
146 <input type="hidden" name="cmd" value="_s-xclick">
147 <input type="hidden" name="hosted_button_id" value="6746149">
148 <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!">
149 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
150 </form>
151 <table><tr>
152 <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
153 <td>Or donate Bitcoins at:</td>
154 </tr></table>
155 <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
156 <hr>
157 <a href="donations.html">Why donate?</a>
158 </div>
159
160
161 </td><td valign=top width="100%">
162 <div id="contents">
163
164 <h2>News</h2>
165 <?php $_GET['max_items'] = "4";
166 include("news_internal.php"); ?>
167 <span class="news_footer">
168 <a href="news_history.php">More ...</a>
169 </span>
170
171 <h2>Latest Subversion Commits</h2>
172
173 <table class="cvs">
174 <tbody>
175 <tr>
176 <td valign="top" width=50%>
177 <table class="cvs_project" width=100%>
178 <thead>
179 <tr>
180 <th scope=col>
181 <a href="faq.html#aga">linuxsampler</a>
182 </th>
183 </tr>
184 </thead>
185 <tbody>
186 <tr>
187 <td>
188 <div id="cvs_content">
189 <?php readfile("log/linuxsampler_latest.html"); ?>
190 </div>
191 </td>
192 </tr>
193 </tbody>
194 <tfoot>
195 <tr>
196 <td>
197 <span class="cvs_footer">
198 <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
199 </span>
200 </td>
201 </tr>
202 </tfoot>
203 </table>
204 </td>
205 <td valign="top" width=50%>
206 <table class="cvs_project" width=100%>
207 <thead>
208 <tr>
209 <th scope=col>
210 <a href="faq.html#aga">gigedit</a>
211 </th>
212 </tr>
213 </thead>
214 <tbody>
215 <tr>
216 <td>
217 <div id="cvs_content">
218 <?php readfile("log/gigedit_latest.html"); ?>
219 </div>
220 </td>
221 </tr>
222 <tr>
223 <td>
224 <span class="cvs_footer">
225 <a href="svnhistory.php?subproject=gigedit">More ...</a>
226 </span>
227 </td>
228 </tr>
229 </tbody>
230 </table>
231 </td>
232 </tr>
233 <tr>
234 <td valign="top" width=50%>
235 <table class="cvs_project" width=100%>
236 <thead>
237 <tr>
238 <th scope=col>
239 <a href="faq.html#aga">libgig</a>
240 </th>
241 </tr>
242 </thead>
243 <tbody>
244 <tr>
245 <td>
246 <div id="cvs_content">
247 <?php readfile("log/libgig_latest.html"); ?>
248 </div>
249 </td>
250 </tr>
251 <tr>
252 <td>
253 <span class="cvs_footer">
254 <a href="svnhistory.php?subproject=libgig">More ...</a>
255 </span>
256 </td>
257 </tr>
258 </tbody>
259 </table>
260 </td>
261 <td valign="top" width=50%>
262 <table class="cvs_project" width=100%>
263 <thead>
264 <tr>
265 <th scope=col>
266 <a href="faq.html#aga">qsampler</a>
267 </th>
268 </tr>
269 </thead>
270 <tbody>
271 <tr>
272 <td>
273 <div id="cvs_content">
274 <?php readfile("log/qsampler_latest.html"); ?>
275 </div>
276 </td>
277 </tr>
278 <tr>
279 <td>
280 <span class="cvs_footer">
281 <a href="svnhistory.php?subproject=qsampler">More ...</a>
282 </span>
283 </td>
284 </tr>
285 </tbody>
286 </table>
287 </td>
288 </tr>
289 <tr>
290 <td valign="top" width=50%>
291 <table class="cvs_project" width=100%>
292 <thead>
293 <tr>
294 <th scope=col>
295 <a href="faq.html#aga">liblscp</a>
296 </th>
297 </tr>
298 </thead>
299 <tbody>
300 <tr>
301 <td>
302 <div id="cvs_content">
303 <?php readfile("log/liblscp_latest.html"); ?>
304 </div>
305 </td>
306 </tr>
307 <tr>
308 <td>
309 <span class="cvs_footer">
310 <a href="svnhistory.php?subproject=liblscp">More ...</a>
311 </span>
312 </td>
313 </tr>
314 </tbody>
315 </table>
316 </td>
317 <td valign="top" width=50%>
318 <table class="cvs_project" width=100%>
319 <thead>
320 <tr>
321 <th scope=col>
322 <a href="faq.html#aga">jsampler</a>
323 </th>
324 </tr>
325 </thead>
326 <tbody>
327 <tr>
328 <td>
329 <div id="cvs_content">
330 <?php readfile("log/jsampler_latest.html"); ?>
331 </div>
332 </td>
333 </tr>
334 <tr>
335 <td>
336 <span class="cvs_footer">
337 <a href="svnhistory.php?subproject=jsampler">More ...</a>
338 </span>
339 </td>
340 </tr>
341 </tbody>
342 </table>
343 </td>
344 </tr>
345 <tr>
346 <td valign="top" width=50%>
347 <table class="cvs_project" width=100%>
348 <thead>
349 <tr>
350 <th scope=col>
351 <a href="faq.html#aga">jlscp</a>
352 </th>
353 </tr>
354 </thead>
355 <tbody>
356 <tr>
357 <td>
358 <div id="cvs_content">
359 <?php readfile("log/jlscp_latest.html"); ?>
360 </div>
361 </td>
362 </tr>
363 <tr>
364 <td>
365 <span class="cvs_footer">
366 <a href="svnhistory.php?subproject=jlscp">More ...</a>
367 </span>
368 </td>
369 </tr>
370 </tbody>
371 </table>
372 </td>
373 <td valign="top" width=50%>
374 <table class="cvs_project" width=100%>
375 <thead>
376 <tr>
377 <th scope=col>
378 <a href="faq.html#aga">Documentation</a>
379 </th>
380 </tr>
381 </thead>
382 <tbody>
383 <tr>
384 <td>
385 <div id="cvs_content">
386 <?php readfile("log/doc_latest.html"); ?>
387 </div>
388 </td>
389 </tr>
390 <tr>
391 <td>
392 <span class="cvs_footer">
393 <a href="svnhistory.php?subproject=doc">More ...</a>
394 </span>
395 </td>
396 </tr>
397 </tbody>
398 </table>
399 </td>
400 </tr>
401 </tbody>
402 </table>
403
404
405 </div>
406 </td>
407 </tr></table>
408
409 </div>
410 <CENTER>
411 Last Webserver Sync: <?php readfile("date.txt"); ?>
412 </CENTER>
413
414
415
416 </body>
417 </html>

  ViewVC Help
Powered by ViewVC