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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1935 - (hide annotations) (download)
Sun Jul 12 17:35:36 2009 UTC (14 years, 8 months ago) by schoenebeck
File size: 16539 byte(s)
* added donation / subscription paypal buttons

1 senoner 542 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html>
3     <head>
4 iliev 1177 <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 senoner 542 <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 schoenebeck 1675 supportover = new Image();
56     supportover.src = dir + "msupporthover.png";
57     supportout = new Image();
58     supportout.src = dir + "msupport.png";
59    
60 senoner 542 developersover = new Image();
61     developersover.src = dir + "mdevelopershover.png";
62    
63     developersout = new Image();
64     developersout.src = dir + "mdevelopers.png";
65    
66     instrumentsover = new Image();
67     instrumentsover.src = dir + "minstrumentshover.png";
68    
69     instrumentsout = new Image();
70     instrumentsout.src = dir + "minstruments.png";
71    
72     linksover = new Image();
73     linksover.src = dir + "mlinkshover.png";
74    
75     linksout = new Image();
76     linksout.src = dir + "mlinks.png";
77    
78     documentationover = new Image();
79     documentationover.src = dir + "mdocumentationhover.png";
80    
81     documentationout = new Image();
82     documentationout.src = dir + "mdocumentation.png";
83    
84     creditsover = new Image();
85     creditsover.src = dir + "mcreditshover.png";
86    
87     creditsout = new Image();
88     creditsout.src = dir + "mcredits.png";
89    
90     faqover = new Image();
91     faqover.src = dir + "mfaqhover.png";
92    
93     faqout = new Image();
94     faqout.src = dir + "mfaq.png";
95    
96     bugsover = new Image();
97     bugsover.src = dir + "mbugshover.png";
98    
99     bugsout = new Image();
100     bugsout.src = dir + "mbugs.png";
101     }
102     -->
103     </script>
104    
105     </head>
106    
107     <body>
108    
109     <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">
110    
111     <h1><span class="hidden">The LinuxSampler Project</span></h1>
112    
113     <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
114     <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
115     <tr><td valign=top>
116     <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>
117     <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>
118     <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>
119     <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>
120     <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>
121     <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>
122 schoenebeck 1675 <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>
123 senoner 542 <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>
124     <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>
125     <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>
126     <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>
127     <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>
128     <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>
129     <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>
130 schoenebeck 1935
131     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
132    
133     <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
134     <input type="hidden" name="cmd" value="_s-xclick">
135     <input type="hidden" name="hosted_button_id" value="6746056">
136     <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!">
137     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
138     </form>
139    
140     <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
141     <input type="hidden" name="cmd" value="_s-xclick">
142     <input type="hidden" name="hosted_button_id" value="6746149">
143     <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!">
144     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
145     </form>
146    
147 senoner 542 </td><td valign=top width="100%">
148     <div id="contents">
149    
150     <h2>News</h2>
151 schoenebeck 1273 <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>
152     <span class="news_footer">
153     <a href="http://www.linuxsampler.org/news_history.php">More ...</a>
154     </span>
155 senoner 542
156 schoenebeck 1273 <h2>Latest CVS Commits</h2>
157    
158 schoenebeck 1275 <table class="cvs" width=100%>
159 senoner 542 <tbody>
160     <tr>
161 schoenebeck 1284 <td valign="top" width=50%>
162 schoenebeck 1275 <table class="cvs_project" width=100%>
163 schoenebeck 1273 <thead>
164     <tr>
165 schoenebeck 1837 <th scope=col>
166     <a href="faq.html#aga">linuxsampler</a>
167     </th>
168 schoenebeck 1273 </tr>
169     </thead>
170     <tbody>
171     <tr>
172     <td>
173     <div id="cvs_content">
174     <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
175     </div>
176     </td>
177     </tr>
178     </tbody>
179     <tfoot>
180     <tr>
181     <td>
182     <span class="cvs_footer">
183 schoenebeck 1274 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>
184 schoenebeck 1273 </span>
185     </td>
186     </tr>
187     </tfoot>
188     </table>
189 senoner 542 </td>
190 schoenebeck 1284 <td valign="top" width=50%>
191 schoenebeck 1275 <table class="cvs_project" width=100%>
192 senoner 542 <thead>
193     <tr>
194 schoenebeck 1837 <th scope=col>
195     <a href="faq.html#aga">gigedit</a>
196     </th>
197 senoner 542 </tr>
198     </thead>
199     <tbody>
200     <tr>
201     <td>
202 schoenebeck 1273 <div id="cvs_content">
203     <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>
204     </div>
205     </td>
206     </tr>
207 senoner 542 <tr>
208 schoenebeck 1273 <td>
209     <span class="cvs_footer">
210 schoenebeck 1274 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>
211 schoenebeck 1273 </span>
212     </td>
213 senoner 542 </tr>
214     </tbody>
215     </table>
216 schoenebeck 1273 </td>
217 schoenebeck 1284 </tr>
218     <tr>
219     <td valign="top" width=50%>
220 schoenebeck 1275 <table class="cvs_project" width=100%>
221 senoner 542 <thead>
222     <tr>
223 schoenebeck 1837 <th scope=col>
224     <a href="faq.html#aga">libgig</a>
225     </th>
226 senoner 542 </tr>
227     </thead>
228     <tbody>
229 schoenebeck 1273 <tr>
230     <td>
231     <div id="cvs_content">
232 schoenebeck 1284 <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
233 schoenebeck 1273 </div>
234 senoner 542 </td>
235     </tr>
236     <tr>
237 schoenebeck 1273 <td>
238     <span class="cvs_footer">
239 schoenebeck 1284 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
240 schoenebeck 1273 </span>
241     </td>
242 senoner 542 </tr>
243     </tbody>
244     </table>
245     </td>
246 schoenebeck 1284 <td valign="top" width=50%>
247 schoenebeck 1275 <table class="cvs_project" width=100%>
248 schoenebeck 1273 <thead>
249     <tr>
250 schoenebeck 1837 <th scope=col>
251     <a href="faq.html#aga">qsampler</a>
252     </th>
253 schoenebeck 1273 </tr>
254     </thead>
255     <tbody>
256     <tr>
257     <td>
258     <div id="cvs_content">
259 schoenebeck 1284 <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
260 schoenebeck 1273 </div>
261     </td>
262     </tr>
263     <tr>
264     <td>
265     <span class="cvs_footer">
266 schoenebeck 1284 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
267 schoenebeck 1273 </span>
268     </td>
269     </tr>
270     </tbody>
271     </table>
272     </td>
273 schoenebeck 1284 </tr>
274     <tr>
275     <td valign="top" width=50%>
276 schoenebeck 1275 <table class="cvs_project" width=100%>
277 schoenebeck 1273 <thead>
278     <tr>
279 schoenebeck 1837 <th scope=col>
280     <a href="faq.html#aga">liblscp</a>
281     </th>
282 schoenebeck 1273 </tr>
283     </thead>
284     <tbody>
285     <tr>
286     <td>
287     <div id="cvs_content">
288 schoenebeck 1275 <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
289 schoenebeck 1273 </div>
290     </td>
291     </tr>
292     <tr>
293     <td>
294     <span class="cvs_footer">
295 schoenebeck 1275 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
296 schoenebeck 1273 </span>
297     </td>
298     </tr>
299     </tbody>
300     </table>
301     </td>
302 schoenebeck 1284 <td valign="top" width=50%>
303 schoenebeck 1275 <table class="cvs_project" width=100%>
304 schoenebeck 1273 <thead>
305     <tr>
306 schoenebeck 1837 <th scope=col>
307     <a href="faq.html#aga">jsampler</a>
308     </th>
309 schoenebeck 1273 </tr>
310     </thead>
311     <tbody>
312     <tr>
313     <td>
314     <div id="cvs_content">
315 schoenebeck 1275 <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
316 schoenebeck 1273 </div>
317     </td>
318     </tr>
319     <tr>
320     <td>
321     <span class="cvs_footer">
322 schoenebeck 1275 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
323 schoenebeck 1273 </span>
324     </td>
325     </tr>
326     </tbody>
327     </table>
328     </td>
329 schoenebeck 1275 </tr>
330     <tr>
331 schoenebeck 1284 <td valign="top" width=50%>
332 schoenebeck 1275 <table class="cvs_project" width=100%>
333 schoenebeck 1273 <thead>
334     <tr>
335 schoenebeck 1837 <th scope=col>
336     <a href="faq.html#aga">jlscp</a>
337     </th>
338 schoenebeck 1273 </tr>
339     </thead>
340     <tbody>
341     <tr>
342     <td>
343     <div id="cvs_content">
344     <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>
345     </div>
346     </td>
347     </tr>
348     <tr>
349     <td>
350     <span class="cvs_footer">
351 schoenebeck 1274 <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
352 schoenebeck 1273 </span>
353     </td>
354     </tr>
355     </tbody>
356     </table>
357     </td>
358     </tr>
359 senoner 542 </tbody>
360     </table>
361    
362    
363     </div>
364 schoenebeck 1273 </td>
365     </tr></table>
366 senoner 542
367     </div>
368 senoner 544 <CENTER>
369 schoenebeck 1277 Last Webserver Sync: <?php readfile("date.txt"); ?>
370 senoner 544 </CENTER>
371 senoner 542
372 senoner 544
373    
374 senoner 542 </body>
375     </html>

  ViewVC Help
Powered by ViewVC