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

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

  ViewVC Help
Powered by ViewVC