/[svn]/web/trunk/www.linuxsampler.org/downloads.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/downloads.html

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

revision 637 by schoenebeck, Sun Jun 12 15:08:02 2005 UTC revision 3526 by schoenebeck, Thu Jul 25 11:17:06 2019 UTC
# Line 47  Line 47 
47                  downloadsout = new Image();                  downloadsout = new Image();
48                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
49    
50                    donationsover = new Image();
51                    donationsover.src = dir + "mdonationshover.png";
52    
53                    donationsout = new Image();
54                    donationsout.src = dir + "mdonations.png";
55    
56                    supportover = new Image();
57                    supportover.src = dir + "msupporthover.png";
58                    supportout = new Image();
59                    supportout.src = dir + "msupport.png";
60    
61                  developersover = new Image();                  developersover = new Image();
62                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
63    
# Line 93  Line 104 
104          </script>          </script>
105  </head>  </head>
106  <body>  <body>
107  <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg"  <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
  alt="LinuxSampler">  
108  <h1><span class="hidden">The LinuxSampler Project</span></h1>  <h1><span class="hidden">The LinuxSampler Project</span></h1>
109  <table border="0" cellpadding="0" cellspacing="0">  <table border="0" cellpadding="0" cellspacing="0">
110    <tbody>    <tbody>
# Line 126  Line 136 
136   href="downloads.html"   href="downloads.html"
137   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
138   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
139   name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
140                            <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>
141     <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>
142     <a
143   id="developers" href="developers.html"   id="developers" href="developers.html"
144   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
145   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
# Line 154  Line 167 
167   href="credits.html"   href="credits.html"
168   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
169   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
170   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
171    
172    <div class="boxed">
173    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
174    <input type="hidden" name="cmd" value="_s-xclick">
175    <input type="hidden" name="hosted_button_id" value="6746056">
176    <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!">
177    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
178    </form>
179    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
180    <input type="hidden" name="cmd" value="_s-xclick">
181    <input type="hidden" name="hosted_button_id" value="6746149">
182    <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!">
183    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
184    </form>
185    <table><tr>
186    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
187    <td>Or donate Bitcoins at:</td>
188    </tr></table>
189    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
190    <hr>
191    <a href="donations.html">Why donate?</a>
192    </div>
193    <p>
194    <div class="">
195    <center>
196    <script type="text/javascript"><!--
197    google_ad_client = "pub-3408196773880325";
198    /* 120x600, created 8/3/09 */
199    google_ad_slot = "2910827959";
200    google_ad_width = 120;
201    google_ad_height = 600;
202    //-->
203    </script>
204    <script type="text/javascript"
205    src="//pagead2.googlesyndication.com/pagead/show_ads.js">
206    </script>
207    </center>
208    </div>
209    
210          </td>
211    
212        <td valign="top" width="100%">        <td valign="top" width="100%">
213        <div id="contents">        <div id="contents">
214    
215          <h2>Licenses</h2>
216          <p class="default">
217          There are several subprojects, each having its own license terms, as follows:
218          </p>
219          <table class="default">
220          <tbody>
221            <tr>
222              <td class="bordered">
223                <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the gtk(mm) toolkit).</span></a>
224              </td>
225              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
226            </tr>
227            <tr>
228              <td class="bordered">
229                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
230              </td>
231              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
232            </tr>
233            <tr>
234              <td class="bordered">
235                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
236              </td>
237              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
238            </tr>
239            <tr>
240              <td class="bordered">
241                <a class="info" href=#libgig>libgig<span class='info'>File access library (C++), for loading and modifying GigaStudio, SoundFont, KORG, AKAI and DLS files.</span></a>
242              </td>
243              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
244            </tr>
245            <tr>
246              <td class="bordered">
247                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
248              </td>
249              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
250            </tr>
251            <tr>
252              <td class="bordered">
253                <a class="info" href=#linuxsampler>LinuxSampler<span class='info'>Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API.</span></a>
254              </td>
255              <td> -> <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> with <a href="#exception" title="see description below"><u><i>commercial exception</i></u>*</a></td>
256            </tr>
257            <tr>
258              <td class="bordered">
259                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
260              </td>
261              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
262            </tr>
263          </tbody>
264          </table>
265    
266          <a name="exception"></a>
267          <p class="caution">
268          [*] LinuxSampler is licensed under the GNU GPL with the exception that
269          <b>USAGE</b> of the source code, libraries and applications
270          <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
271          without prior written permission by the LinuxSampler authors.
272          If you have questions on the subject, that are not yet covered by the
273          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
274          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
275          </p>
276    
277        <h2>Dependencies</h2>        <h2>Dependencies</h2>
278        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
279  time / linker dependencies. </p>  time / linker dependencies.</p>
280        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
281        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>        <pre class="figure">                                  <strong>gigedit</strong>
282             |                         A                                       |
283             |                         |                                  (mandatory)
284        (mandatory)               (mandatory)                                       |
285             |                         |                                       V
286             V                         |         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
287          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>             |                         A              |
288                            </pre>             |                         |              |
289          (mandatory)               (mandatory)    (mandatory)
290               |                         |              |
291               V                         |              V
292            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
293        </div>        </div>
294        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
295  install libgig before being able to compile and use LinuxSampler. You  install libgig before being able to compile and use LinuxSampler. You
# Line 176  don't need libgig for compiling and usin Line 297  don't need libgig for compiling and usin
297  recommended. You cannot compile nor use QSampler without liblscp  recommended. You cannot compile nor use QSampler without liblscp
298  though. As QSampler is communicating with LinuxSampler via TCP, there  though. As QSampler is communicating with LinuxSampler via TCP, there
299  is no linker dependency between them, but of course you still need to  is no linker dependency between them, but of course you still need to
300  have LinuxSampler installed to be able to use QSampler. </p>  have LinuxSampler installed to be able to use QSampler (either locally
301        <h2>Source Packages</h2>  or on any other computer in your network). JSampler is also communicating
302        <table class="default">  with LinuxSampler via TCP, so there is no linker dependency between them
303    either. JSampler requires jlscp though. You have to compile and install
304    libgig before being able to compile and use gigedit.</p>
305    
306          <h2>Binary Packages</h2>
307          <p class="default">
308            We currently provide pre-compiled binaries for the following operating systems:
309          </p>
310          <table class="decorated">
311            <thead>
312              <tr>
313                <td class="decorated_header">Operating System</td>
314                <td class="decorated_header">Description</td>
315              </tr>
316            </thead>
317          <tbody>          <tbody>
318            <tr>            <tr>
319              <td> <a              <td class="decorated">
320   href="http://download.linuxsampler.org/packages/libgig-2.0.1.tar.bz2">                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
321  libgig-2.0.1.tar.bz2 </a> </td>                  <img src="gfx/logos/debian.png">Debian "Jessie"
322              <td> --&gt; </td>                </a>
323              <td> Gigasampler file loader library </td>              </td>
324                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual Debian (.deb) binary package for each software component, compiled for Intel 64 bit / AMD 64 bit (Debian 8 <i>stable</i>, a.k.a "Jessie"). </td>
325            </tr>            </tr>
326            <tr>            <tr>
327              <td> <a              <td class="decorated">
328   href="http://download.linuxsampler.org/packages/liblscp-0.3.0.tar.gz">                <a href="http://download.linuxsampler.org/packages/ubuntu/" title=".deb binary packages">
329  liblscp-0.3.0.tar.gz </a> </td>                  <img src="gfx/logos/ubuntu.png">Ubuntu "Hardy Heron"
330              <td> --&gt; </td>                </a>
331              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              </td>
332                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New supported OS!</div>--> Individual Ubuntu (.deb) binary package for each software component, compiled for i486, Ubuntu 8.04 <i>LTS</i>, a.k.a "Hardy Heron". (<b>Note:</b> Out-dated. You should better <a href="/debian.html">compile .deb packages by yourself</a> by using latest SVN version for now).</td>
333            </tr>            </tr>
334            <tr>            <tr>
335              <td> <a              <td class="decorated">
336   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.1.tar.bz2">                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
337  linuxsampler-0.3.1.tar.bz2 </a> </td>                  <img src="gfx/logos/gentoo.png">Gentoo
338              <td> --&gt; </td>                </a>
339              <td> sampler backend </td>              </td>
340                <td class="decorated"> Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS (<b>Note:</b> Out-dated, we moved from CVS to SVN a while ago. Ebuild files need to be updated.).</td>
341            </tr>            </tr>
342            <tr>            <tr>
343              <td> <a              <td class="decorated">
344   href="http://download.linuxsampler.org/packages/qsampler-0.1.0.tar.gz">                <a href="http://download.linuxsampler.org/packages/rpms/">
345  qsampler-0.1.0.tar.gz </a> </td>                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
346              <td> --&gt; </td>                </a>
347              <td> graphical frontend to LinuxSampler </td>              </td>
348                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual RPM package for each software component for openSUSE 13.2, compiled for i586 and x86_64. </td>
349              </tr>
350              <tr>
351                <td class="decorated">
352                  <a href="http://download.linuxsampler.org/packages/win32/snapshots/" title="all-in-one installer">
353                    <img src="gfx/logos/windows.png">Windows
354                  </a>
355                </td>
356                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> Self-extracting all-in-one installer of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions of the sampler. The windows binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
357              </tr>
358              <tr>
359                <td class="decorated">
360                  <a href="http://download.linuxsampler.org/packages/osx/snapshots/" title="all-in-one installer">
361                    <img src="gfx/logos/apple.png">Mac
362                  </a>
363                </td>
364                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> All-in-one Diskimage of the current official releases of the software components for Mac OS X. This is a universal binary, natively supporting Intel 64 bit, Intel 32 bit and PPC. It includes standalone and Audio Unit (AU) plugin versions of the sampler. It also includes the instrument editor "gigedit" and the graphical sampler frontends "QSampler" and "Fantasia". The OS X binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
365            </tr>            </tr>
366          </tbody>          </tbody>
367        </table>        </table>
368        <h2>Binary Packages</h2>        <p class="default">
369        <p class="default"> There are currently <a          Additionally there are the following platform independent Java executable
370   href="http://download.linuxsampler.org/packages/debian/">Debian          packages (note: you need to have the
371  packages</a> and <a          <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
372   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>          Environment 6</a> installed to be able to execute these software
373  for i386 only. </p>          packages on your computer):
374        <h2>CVS</h2>        </p>
375        <p class="default"> This project's CVS repository can be checked        <table class="decorated">
376  out through anonymous (pserver) CVS with the following instruction set.          <thead>
377  When prompted for a password for anonymous, simply press the Enter key.            <tr>
378  There are currently four subprojects in the LinuxSampler project, pick              <td class="decorated_header">File Name</td>
379  the line of the respective subproject you want to checkout from below: </p>              <td class="decorated_header">Description</td>
380        <table class="default" border="0" cellpadding="1" cellspacing="5">            </tr>
381            </thead>
382          <tbody>          <tbody>
383            <tr>            <tr>
384              <td>              <td class="decorated">
385              <pre class="code">1<br>2<br>3<br>4</pre>                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.9.jar" title="JSampler *Fantasia*">
386                    <img src="gfx/logos/java.png">Fantasia-0.9.jar
387                  </a>
388              </td>              </td>
389              <td width="100%">              <td class="decorated">
390              <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co liblscp<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler</pre>                  <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>-->
391                    JSampler "Fantasia", a frontend to LinuxSampler,
392                    modern skin-based distribution of JSampler (note: "Fantasia" is
393                    already included with the Windows installer)</td>
394              </tr>
395              <tr>
396                <td class="decorated">
397                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
398                    <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
399                  </a>
400              </td>              </td>
401                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
402              </tr>
403            </tbody>
404          </table>
405          <br>
406    
407          <h2>Source Packages</h2>
408          <p class="default">
409            Source code packages of the latest official releases:
410          </p>
411    <!--      <p class="caution">
412            Note: The tarball release files here are completely out-dated! Use Subversion instead!
413          </p>-->
414          <table class="decorated">
415            <thead>
416              <tr>
417                <td class="decorated_header">File Name</td>
418                <td class="decorated_header">Description</td>
419              </tr>
420            </thead>
421            <tbody>
422              <tr>
423                <td class="decorated">
424                  <a name="libgig"></a>
425                  <a
426     href="http://download.linuxsampler.org/packages/libgig-4.2.0.tar.bz2">
427    libgig-4.2.0.tar.bz2 </a> </td>
428                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> GigaStudio/Gigasampler, DLS, AKAI, SoundFont, KORG file access library (C++) </td>
429              </tr>
430              <tr>
431                <td class="decorated">
432                  <a name="liblscp"></a>
433                  <a
434     href="http://download.linuxsampler.org/packages/liblscp-0.5.8.tar.gz">
435    liblscp-0.5.8.tar.gz </a> </td>
436                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> LinuxSampler Control Protocol (LSCP) wrapper C library </td>
437            </tr>            </tr>
438              <tr>
439                <td class="decorated">
440                  <a name="linuxsampler"></a>
441                  <a
442     href="http://download.linuxsampler.org/packages/linuxsampler-2.1.0.tar.bz2">
443    linuxsampler-2.1.0.tar.bz2 </a> </td>
444                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> sampler engine / backend </td>
445              </tr>
446              <tr>
447                <td class="decorated">
448                  <a name="qsampler"></a>
449                  <a
450     href="http://download.linuxsampler.org/packages/qsampler-0.4.2.tar.gz">
451    qsampler-0.4.2.tar.gz </a> </td>
452                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> graphical frontend to LinuxSampler </td>
453              </tr>
454              <tr>
455                <td class="decorated">
456                  <a name="jlscp"></a>
457                  <a
458     href="http://downloads.sourceforge.net/jlscp/jlscp-0.8.tar.bz2">
459    jlscp-0.8.tar.bz2 </a> </td>
460                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java LinuxSampler control protocol API </td>
461              </tr>
462              <tr>
463                <td class="decorated">
464                  <a name="jsampler"></a>
465                  <a
466     href="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2">
467    JSampler-0.9.tar.bz2 </a> </td>
468                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java frontend to LinuxSampler </td>
469              </tr>
470              <tr>
471                <td class="decorated">
472                  <a name="gigedit"></a>
473                  <a
474     href="http://download.linuxsampler.org/packages/gigedit-1.1.0.tar.bz2">
475    gigedit-1.1.0.tar.bz2 </a> </td>
476                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> an instrument editor for gig files </td>
477          </tbody>          </tbody>
478        </table>        </table>
479        <p class="default"> You can also <a        <br>
480   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS  
481  repository</a>. </p>        <a name="svn"></a><h2>Subversion</h2>
482        <h2>Wallpapers</h2>        <p class="default"> This project's Subversion repository can be checked
483        <p class="default"> How about a bit eye candy for your desktop?  out through anonymous Subversion with the following instruction set.
484  There's currently only a wallpaper for 1600x1200. Tell us if you like  There are currently seven subprojects in the LinuxSampler project, pick
485  it and maybe we add other resolutions as well. </p>  the line of the respective subproject you want to checkout from below: </p>
486    
487           <pre class="code">svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig
488    svn co https://svn.linuxsampler.org/svn/liblscp/trunk liblscp
489    svn co https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler
490    svn co https://svn.linuxsampler.org/svn/qsampler/trunk qsampler
491    svn co https://svn.linuxsampler.org/svn/jlscp/trunk jlscp
492    svn co https://svn.linuxsampler.org/svn/jsampler/trunk jsampler
493    svn co https://svn.linuxsampler.org/svn/gigedit/trunk gigedit</pre>
494    
495          <p class="default"> You don't need to checkout the sources again
496          later on, just for keeping track to the latest development
497          version. For updating to the latest Subversion version you can
498          simply run the following command at any time from the checked
499          out source directory:</p>
500    
501          <pre class="code">svn update</pre>
502    
503          <p class="default"> You can
504     also <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/">browse
505     the Subversion repository</a>. </p>
506          <h2>Bootsplash theme</h2>
507          <p class="default"> Does your computer already boot in LinuxSampler style? No? Checkout the following LinuxSampler theme for either <a href="http://dev.gentoo.org/~spock/projects/gensplash/">fbsplash (gensplash)</a> or <a href="http://www.bootsplash.org">bootsplash</a>:</p>
508        <table class="default">        <table class="default">
509          <tbody>          <tbody>
510            <tr>            <tr>
511              <td> <a              <td> <a
512   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
513              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
514   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
515                <td> --&gt; </td>
516                <td> <a
517     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
518              </tr>
519              <tr>
520                <td> <a
521     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
522                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
523     alt="Screenshot 2"> </a> </td>
524              <td> --&gt; </td>              <td> --&gt; </td>
525              <td> <a              <td> <a
526   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
 1600x1200 </a> </td>  
527            </tr>            </tr>
528          </tbody>          </tbody>
529        </table>        </table>
530          <p class="default"> <a
531     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
532        <br>        <br>
533        </div>        </div>
534        </td>        </td>

Legend:
Removed from v.637  
changed lines
  Added in v.3526

  ViewVC Help
Powered by ViewVC