/[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 694 by schoenebeck, Fri Jul 15 21:35:23 2005 UTC revision 1935 by schoenebeck, Sun Jul 12 17:35:36 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                    supportover = new Image();
56                    supportover.src = dir + "msupporthover.png";
57                    supportout = new Image();
58                    supportout.src = dir + "msupport.png";
59    
60                  developersover = new Image();                  developersover = new Image();
61                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
62    
# Line 112  Line 119 
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>                          <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>                          <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>                          <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                            <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                          <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>
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>                          <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>                          <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 127 
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>                          <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>                          <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>                          <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    
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                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
148                          <div id="contents">                          <div id="contents">
149    
150                          <h2>News</h2>                          <h2>News</h2>
151                <?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    
156              <table>              <h2>Latest CVS Commits</h2>
157    
158                <table class="cvs" width=100%>
159                <tbody>                <tbody>
160                  <tr>                  <tr>
161                    <td valign=top>                    <td valign="top" width=50%>
162                      <p class="default">                      <table class="cvs_project" width=100%>
163                        <b>2005-07-15</b> LinuxSampler 0.3.3 has been released. Once again a bug fix release.<br>                        <thead>
164                        <br>                          <tr>
165                        <b>2005-06-24</b> LinuxSampler 0.3.2 has been released. This is more or less just                            <th scope=col>
166                        a bug fix release. Just by coincidence, <a href="http://qsampler.sourceforge.net">QSampler</a>                              <a href="faq.html#aga">linuxsampler</a>
167                        0.1.2 has also been thrown out.<br>                            </th>
168                        <br>                          </tr>
169                        <b>2005-06-12</b> <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.1 has                        </thead>
170                        been released, after a few bugfixes and a new logo icon.<br>                        <tbody>
171                        <br>                          <tr>
172                        <b>2005-05-25</b> LinuxSampler 0.3.1, the first official release is finally out!<br>                            <td>
173                        <br>                              <div id="cvs_content">
174                        <b>2005-05-23</b> After some time laying around in the backyard,                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
175                        <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.0 has                              </div>
176                        been released, now with the promised Audio and MIDI device                            </td>
177                        configuration interface. Enjoy!<br>                          </tr>
178                        <br>                        </tbody>
179                        <b>2005-03-15</b> Our bug tracking system is now online and available on                        <tfoot>
180                            <a href="http://bugs.linuxsampler.org">bugs.linuxsampler.org</a>.<br>                          <tr>
181                        <br>                            <td>
182                        <b>2005-03-04</b> <a href="http://qsampler.sourceforge.net">QSampler</a>,                              <span class="cvs_footer">
183                        the Qt GUI front-end in the works for the LinuxSampler engine, was bumped                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>
184                        to its now fifth primordial release (0.0.5). Still alpha code. Time to move on...                              </span>
185                        to a better and complete Audio/MIDI device configuration interface, as predicted                            </td>
186                        by LSCP and wrapped by liblscp.<br>                          </tr>
187                        <br>                        </tfoot>
188                        <b>2005-02-26</b> Due to a design change, current LinuxSampler CVS version is quite                      </table>
                       unstable. You might want to use the previous, stable version of LS in the meantime,  
                       which can be downloaded as <a href="http://www.linuxsampler.org/downloads.html">source tarball</a>.  
                       Alternatively you can also checkout the old version from CVS which was tagged as "v0_2_0".<br>  
                       <br>  
                       <b>2004-11-19</b> The Qt GUI front-end for the LinuxSampler engine has been updated: the 4th alpha-release of  
                       <a href="http://qsampler.sourceforge.net">QSampler</a> has been released.<br>  
                       <br>  
                       <b>2004-11-13</b> On monday (November, 15th) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a>  
                       may be temporarily down due to maintenance work around 13:00 UTC.<br>  
                       <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>  
189                    </td>                    </td>
190                    <td valign="top">                    <td valign="top" width=50%>
191                        <table class="cvs_project" width=100%>
   
                     <table>  
192                        <thead>                        <thead>
193                          <tr>                          <tr>
194                            <th scope=col><b>Latest Commits LinuxSampler (Engine)</b></th>                            <th scope=col>
195                                <a href="faq.html#aga">gigedit</a>
196                              </th>
197                          </tr>                          </tr>
198                        </thead>                        </thead>
199                        <tbody>                        <tbody>
200                          <tr>                          <tr>
201                            <td>                            <td>
202                              <span class="default">                              <div id="cvs_content">
203                                <?php include("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>
204                              </span>                              </div>
205                            </td>                            </td>
206                          </tr>                          </tr>
207                          <tr>                          <tr>
208                            <td><a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More... (LinuxSampler CVS History)</a></td>                            <td>
209                                <span class="cvs_footer">
210                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>
211                                </span>
212                              </td>
213                          </tr>                          </tr>
214                        </tbody>                        </tbody>
215                      </table>                      </table>
216                      </td>
217                      <br>                  </tr>
218                    <tr>
219                      <table>                    <td valign="top" width=50%>
220                        <table class="cvs_project" width=100%>
221                        <thead>                        <thead>
222                          <tr>                          <tr>
223                            <th scope=col><b>Latest Commits QSampler (GUI)</b></th>                            <th scope=col>
224                                <a href="faq.html#aga">libgig</a>
225                              </th>
226                          </tr>                          </tr>
227                        </thead>                        </thead>
228                        <tbody>                        <tbody>
229                          <tr>                          <tr>
230                            <td>                            <td>
231                              <span class="default">                              <div id="cvs_content">
232                                <?php include("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
233                              </span>                              </div>
234                            </td>                            </td>
235                          </tr>                          </tr>
236                          <tr>                          <tr>
237                            <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>                            <td>
238                                <span class="cvs_footer">
239                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
240                                </span>
241                              </td>
242                            </tr>
243                          </tbody>
244                        </table>
245                      </td>
246                      <td valign="top" width=50%>
247                        <table class="cvs_project" width=100%>
248                          <thead>
249                            <tr>
250                              <th scope=col>
251                                <a href="faq.html#aga">qsampler</a>
252                              </th>
253                            </tr>
254                          </thead>
255                          <tbody>
256                            <tr>
257                              <td>
258                                <div id="cvs_content">
259                                  <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
260                                </div>
261                              </td>
262                            </tr>
263                            <tr>
264                              <td>
265                                <span class="cvs_footer">
266                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
267                                </span>
268                              </td>
269                            </tr>
270                          </tbody>
271                        </table>
272                      </td>
273                    </tr>
274                    <tr>
275                      <td valign="top" width=50%>
276                        <table class="cvs_project" width=100%>
277                          <thead>
278                            <tr>
279                              <th scope=col>
280                                <a href="faq.html#aga">liblscp</a>
281                              </th>
282                            </tr>
283                          </thead>
284                          <tbody>
285                            <tr>
286                              <td>
287                                <div id="cvs_content">
288                                  <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
289                                </div>
290                              </td>
291                            </tr>
292                            <tr>
293                              <td>
294                                <span class="cvs_footer">
295                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
296                                </span>
297                              </td>
298                            </tr>
299                          </tbody>
300                        </table>
301                      </td>
302                      <td valign="top" width=50%>
303                        <table class="cvs_project" width=100%>
304                          <thead>
305                            <tr>
306                              <th scope=col>
307                                <a href="faq.html#aga">jsampler</a>
308                              </th>
309                            </tr>
310                          </thead>
311                          <tbody>
312                            <tr>
313                              <td>
314                                <div id="cvs_content">
315                                  <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
316                                </div>
317                              </td>
318                            </tr>
319                            <tr>
320                              <td>
321                                <span class="cvs_footer">
322                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
323                                </span>
324                              </td>
325                            </tr>
326                          </tbody>
327                        </table>
328                      </td>
329                    </tr>
330                    <tr>
331                      <td valign="top" width=50%>
332                        <table class="cvs_project" width=100%>
333                          <thead>
334                            <tr>
335                              <th scope=col>
336                                <a href="faq.html#aga">jlscp</a>
337                              </th>
338                            </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                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
352                                </span>
353                              </td>
354                          </tr>                          </tr>
355                        </tbody>                        </tbody>
356                      </table>                      </table>
   
                     <br>  
   
   
357                    </td>                    </td>
358                  </tr>                  </tr>
359                </tbody>                </tbody>
# Line 252  Line 361 
361    
362    
363                  </div>                  </div>
364                  </td></tr></table>                  </td>
365    </tr></table>
366    
367   </div>   </div>
368  <CENTER>  <CENTER>
369  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
370  </CENTER>  </CENTER>
371    
372    

Legend:
Removed from v.694  
changed lines
  Added in v.1935

  ViewVC Help
Powered by ViewVC