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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 585 by schoenebeck, Wed May 25 04:39:32 2005 UTC revision 2033 by persson, Sun Nov 22 10:03:14 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2  <html>  <html>
3  <head>  <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">  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7  <link rel="stylesheet" type="text/css" href="index.css">  <link rel="stylesheet" type="text/css" href="index.css">
8    <title>The Linux Sampler Project</title>    <title>The Linux Sampler Project</title>
# Line 50  Line 52 
52                  downloadsout = new Image();                  downloadsout = new Image();
53                  downloadsout.src = dir + "mdownloads.png";                  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();                  developersover = new Image();
67                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
68    
# Line 99  Line 112 
112    
113  <body>  <body>
114    
115          <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">          <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>                  <h1><span class="hidden">The LinuxSampler Project</span></h1>
118    
# Line 112  Line 125 
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>                          <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>                          <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>                          <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>                          <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>                          <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>                          <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>
# Line 119  Line 134 
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>                          <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>                          <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>                          <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    <a href="donations.html">Why donate?</a>
152    </div>
153    <p>
154    <div class="">
155    <center>
156    <script type="text/javascript"><!--
157    google_ad_client = "pub-3408196773880325";
158    /* 120x600, created 8/3/09 */
159    google_ad_slot = "2910827959";
160    google_ad_width = 120;
161    google_ad_height = 600;
162    //-->
163    </script>
164    <script type="text/javascript"
165    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
166    </script>
167    </center>
168    </div>
169    
170    
171                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
172                          <div id="contents">                          <div id="contents">
173    
174                          <h2>News</h2>                          <h2>News</h2>
175                <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>
176                <span class="news_footer">
177                  <a href="http://www.linuxsampler.org/news_history.php">More ...</a>
178                </span>
179    
180                <h2>Latest CVS Commits</h2>
181    
182              <table>              <table class="cvs">
183                <tbody>                <tbody>
184                  <tr>                  <tr>
185                    <td valign=top>                    <td valign="top" width=50%>
186                      <p class="default">                      <table class="cvs_project" width=100%>
187                        <b>2005-05-25</b>LinuxSampler 0.3.1, the first official release is finally out!<br>                        <thead>
188                        <br>                          <tr>
189                        <b>2005-05-23</b> After some time laying around in the backyard,                            <th scope=col>
190                        <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.0 has                              <a href="faq.html#aga">linuxsampler</a>
191                        been released, now with the promised Audio and MIDI device                            </th>
192                        configuration interface. Enjoy!<br>                          </tr>
193                        <br>                        </thead>
194                        <b>2005-03-15</b> Our bug tracking system is now online and available on                        <tbody>
195                            <a href="http://bugs.linuxsampler.org">bugs.linuxsampler.org</a>.<br>                          <tr>
196                        <br>                            <td>
197                        <b>2005-03-04</b> <a href="http://qsampler.sourceforge.net">QSampler</a>,                              <div id="cvs_content">
198                        the Qt GUI front-end in the works for the LinuxSampler engine, was bumped                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
199                        to its now fifth primordial release (0.0.5). Still alpha code. Time to move on...                              </div>
200                        to a better and complete Audio/MIDI device configuration interface, as predicted                            </td>
201                        by LSCP and wrapped by liblscp.<br>                          </tr>
202                        <br>                        </tbody>
203                        <b>2005-02-26</b> Due to a design change, current LinuxSampler CVS version is quite                        <tfoot>
204                        unstable. You might want to use the previous, stable version of LS in the meantime,                          <tr>
205                        which can be downloaded as <a href="http://www.linuxsampler.org/downloads.html">source tarball</a>.                            <td>
206                        Alternatively you can also checkout the old version from CVS which was tagged as "v0_2_0".<br>                              <span class="cvs_footer">
207                        <br>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>
208                        <b>2004-11-19</b> The Qt GUI front-end for the LinuxSampler engine has been updated: the 4th alpha-release of                              </span>
209                        <a href="http://qsampler.sourceforge.net">QSampler</a> has been released.<br>                            </td>
210                        <br>                          </tr>
211                        <b>2004-11-13</b> On monday (November, 15th) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a>                        </tfoot>
212                        may be temporarily down due to maintenance work around 13:00 UTC.<br>                      </table>
                       <br>  
                       <b>2004-07-06</b> The third alpha-release of <a href="http://qsampler.sourceforge.net">QSampler</a>,  
                       the Qt GUI front-end for the LinuxSampler engine, is now publicly available.<br>  
                       <br>  
                       <b>2004-06-05</b> Added a screenshot to the Screenshots page, instructions how to compile the GUI are on the linked qsampler site.<br>  
                       <br>  
                       <b>2004-05-31</b> On wednesday (June, 2nd) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a> will  
                       be temporarily not available from 6:00 UTC until 16:00 UTC due to construction works.<br>  
                       <br>  
                       <b>2004-05-24</b> The CVS repository is now <a href="http://cvs.linuxsampler.org">browseable</a>.<br>  
                       <br>  
                       <b>2004-05-03</b> We are currently in a transition stage due to the recent changes  
                       (multi channel / multi engine / multi audio output device and multi MIDI input device  
                       support) this also leads to multi problems we have to solve ;-) so meanwhile you  
                       can use the old single channel version. We created the two CVS alias tags  
                       'singlechannel' and 'v0_1_0' which you can use to checkout the old single channel  
                       version of LinuxSampler . The CVS command line is the same except that you have to add  
                       '-r singlechannel'.<br>  
                       <br>  
                       <b>2004-03-26</b> CVS root path has changed! See <a href="downloads.html">downloads</a> section  
                       for instructions how to checkout the latest version of LinuxSampler from CVS.<br>  
                       <br>  
                       <b>2004-03-23</b> Updated <a href="features.html">features</a> section on this site,  
                       hopefully we will keep the features list in sync with the latest developments from now on.<br>  
                       <br>  
                       <b>2004-01-07</b> The document for the network protocol definition is now available in the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section. Have a look at it if you can imagine to write a frontend for LinuxSampler!<br>  
                       <br>  
                       <b>2003-11-08</b> Added CVS log to this site, showing the latest commits to the LinuxSampler CVS repository.<br>  
                                   <br>  
                                   <b>2003-11-02</b> Lots of news for the Linuxsampler community. We've got a new site, new domain and new code available in CVS. Check the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section for instructions. If you want to check it out, please keep in mind that it might contain bugs, it might crash and that it's still lacking tons of features. CVS is directed towards developers who would like to test things and add code. Users should wait for a tarball release.  
                                   <br>  
                                 </p>  
213                    </td>                    </td>
214                    <td valign="top">                    <td valign="top" width=50%>
215                        <table class="cvs_project" width=100%>
   
                     <table>  
216                        <thead>                        <thead>
217                          <tr>                          <tr>
218                            <th scope=col><b>Latest Commits LinuxSampler (Engine)</b></th>                            <th scope=col>
219                                <a href="faq.html#aga">gigedit</a>
220                              </th>
221                          </tr>                          </tr>
222                        </thead>                        </thead>
223                        <tbody>                        <tbody>
224                          <tr>                          <tr>
225                            <td>                            <td>
226                              <span class="default">                              <div id="cvs_content">
227                                <?php include("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>
228                              </span>                              </div>
229                            </td>                            </td>
230                          </tr>                          </tr>
231                          <tr>                          <tr>
232                            <td><a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More... (LinuxSampler CVS History)</a></td>                            <td>
233                                <span class="cvs_footer">
234                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>
235                                </span>
236                              </td>
237                          </tr>                          </tr>
238                        </tbody>                        </tbody>
239                      </table>                      </table>
240                      </td>
241                      <br>                  </tr>
242                    <tr>
243                      <table>                    <td valign="top" width=50%>
244                        <table class="cvs_project" width=100%>
245                        <thead>                        <thead>
246                          <tr>                          <tr>
247                            <th scope=col><b>Latest Commits QSampler (GUI)</b></th>                            <th scope=col>
248                                <a href="faq.html#aga">libgig</a>
249                              </th>
250                          </tr>                          </tr>
251                        </thead>                        </thead>
252                        <tbody>                        <tbody>
253                          <tr>                          <tr>
254                            <td>                            <td>
255                              <span class="default">                              <div id="cvs_content">
256                                <?php include("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
257                              </span>                              </div>
258                            </td>                            </td>
259                          </tr>                          </tr>
260                          <tr>                          <tr>
261                            <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>                            <td>
262                                <span class="cvs_footer">
263                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
264                                </span>
265                              </td>
266                            </tr>
267                          </tbody>
268                        </table>
269                      </td>
270                      <td valign="top" width=50%>
271                        <table class="cvs_project" width=100%>
272                          <thead>
273                            <tr>
274                              <th scope=col>
275                                <a href="faq.html#aga">qsampler</a>
276                              </th>
277                            </tr>
278                          </thead>
279                          <tbody>
280                            <tr>
281                              <td>
282                                <div id="cvs_content">
283                                  <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
284                                </div>
285                              </td>
286                            </tr>
287                            <tr>
288                              <td>
289                                <span class="cvs_footer">
290                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
291                                </span>
292                              </td>
293                            </tr>
294                          </tbody>
295                        </table>
296                      </td>
297                    </tr>
298                    <tr>
299                      <td valign="top" width=50%>
300                        <table class="cvs_project" width=100%>
301                          <thead>
302                            <tr>
303                              <th scope=col>
304                                <a href="faq.html#aga">liblscp</a>
305                              </th>
306                            </tr>
307                          </thead>
308                          <tbody>
309                            <tr>
310                              <td>
311                                <div id="cvs_content">
312                                  <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
313                                </div>
314                              </td>
315                            </tr>
316                            <tr>
317                              <td>
318                                <span class="cvs_footer">
319                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
320                                </span>
321                              </td>
322                            </tr>
323                          </tbody>
324                        </table>
325                      </td>
326                      <td valign="top" width=50%>
327                        <table class="cvs_project" width=100%>
328                          <thead>
329                            <tr>
330                              <th scope=col>
331                                <a href="faq.html#aga">jsampler</a>
332                              </th>
333                            </tr>
334                          </thead>
335                          <tbody>
336                            <tr>
337                              <td>
338                                <div id="cvs_content">
339                                  <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
340                                </div>
341                              </td>
342                            </tr>
343                            <tr>
344                              <td>
345                                <span class="cvs_footer">
346                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
347                                </span>
348                              </td>
349                            </tr>
350                          </tbody>
351                        </table>
352                      </td>
353                    </tr>
354                    <tr>
355                      <td valign="top" width=50%>
356                        <table class="cvs_project" width=100%>
357                          <thead>
358                            <tr>
359                              <th scope=col>
360                                <a href="faq.html#aga">jlscp</a>
361                              </th>
362                            </tr>
363                          </thead>
364                          <tbody>
365                            <tr>
366                              <td>
367                                <div id="cvs_content">
368                                  <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>
369                                </div>
370                              </td>
371                            </tr>
372                            <tr>
373                              <td>
374                                <span class="cvs_footer">
375                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
376                                </span>
377                              </td>
378                          </tr>                          </tr>
379                        </tbody>                        </tbody>
380                      </table>                      </table>
   
                     <br>  
   
   
381                    </td>                    </td>
382                  </tr>                  </tr>
383                </tbody>                </tbody>
# Line 243  Line 385 
385    
386    
387                  </div>                  </div>
388                  </td></tr></table>                  </td>
389    </tr></table>
390    
391   </div>   </div>
392  <CENTER>  <CENTER>
393  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
394  </CENTER>  </CENTER>
395    
396    

Legend:
Removed from v.585  
changed lines
  Added in v.2033

  ViewVC Help
Powered by ViewVC