/[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 1125 by persson, Sat Mar 24 20:18:05 2007 UTC revision 1972 by schoenebeck, Sun Aug 2 09:01:17 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    
189          </td>
190    
191        <td valign="top" width="100%">        <td valign="top" width="100%">
192        <div id="contents">        <div id="contents">
193    
194        <h2>License</h2>        <h2>Licenses</h2>
195        <p class="default">        <p class="default">
196  LinuxSampler is licensed under the GNU GPL license with the exception that<br>        There are several subprojects, each having its own license terms, as follows:
197  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        </p>
198  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <table class="default">
199  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        <tbody>
200            <tr>
201              <td class="bordered">
202                <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>
203              </td>
204              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
205            </tr>
206            <tr>
207              <td class="bordered">
208                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
209              </td>
210              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
211            </tr>
212            <tr>
213              <td class="bordered">
214                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
215              </td>
216              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
217            </tr>
218            <tr>
219              <td class="bordered">
220                <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
221              </td>
222              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
223            </tr>
224            <tr>
225              <td class="bordered">
226                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
227              </td>
228              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
229            </tr>
230            <tr>
231              <td class="bordered">
232                <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>
233              </td>
234              <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>
235            </tr>
236            <tr>
237              <td class="bordered">
238                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
239              </td>
240              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
241            </tr>
242          </tbody>
243          </table>
244    
245          <a name="exception"></a>
246          <p class="caution">
247          [*] LinuxSampler is licensed under the GNU GPL with the exception that
248          <b>USAGE</b> of the source code, libraries and applications
249          <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
250          without prior written permission by the LinuxSampler authors.
251          If you have questions on the subject, that are not yet covered by the
252          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
253          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
254          </p>
255    
256        <h2>Dependencies</h2>        <h2>Dependencies</h2>
257        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
258  time / linker dependencies. </p>  time / linker dependencies.</p>
259        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
260        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>        <pre class="figure">                                  <strong>gigedit</strong>
261                                         |
262                                    (mandatory)
263                                         |
264                                         V
265           <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
266             |                         A              |             |                         A              |
267             |                         |              |             |                         |              |
268        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
269             |                         |              |             |                         |              |
270             V                         |              V             V                         |              V
271          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
272        </div>        </div>
273        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
274  install libgig before being able to compile and use LinuxSampler. You  install libgig before being able to compile and use LinuxSampler. You
# Line 187  is no linker dependency between them, bu Line 279  is no linker dependency between them, bu
279  have LinuxSampler installed to be able to use QSampler (either locally  have LinuxSampler installed to be able to use QSampler (either locally
280  or on any other computer in your network). JSampler is also communicating  or on any other computer in your network). JSampler is also communicating
281  with LinuxSampler via TCP, so there is no linker dependency between them  with LinuxSampler via TCP, so there is no linker dependency between them
282  either, JSampler requires jlscp though.</p>  either. JSampler requires jlscp though. You have to compile and install
283    libgig before being able to compile and use gigedit.</p>
284    
285        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
286        <table class="default">        <p class="default">
287          <tbody>          We currently provide pre-compiled binaries for the following operating systems:
288          </p>
289          <table class="decorated">
290            <thead>
291            <tr>            <tr>
292              <td> <a              <td class="decorated_header">Operating System</td>
293   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">              <td class="decorated_header">Description</td>
 libgig-2.0.2.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> Gigasampler file loader library </td>  
294            </tr>            </tr>
295            </thead>
296            <tbody>
297            <tr>            <tr>
298              <td> <a              <td class="decorated">
299   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
300  liblscp-0.3.3.tar.gz </a> </td>                  <img src="gfx/logos/debian.png">Debian
301              <td> --&gt; </td>                </a>
302              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              </td>
303                <td class="decorated"> Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian <i>stable</i>, a.k.a "Etch"). </td>
304            </tr>            </tr>
305            <tr>            <tr>
306              <td> <a              <td class="decorated">
307   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
308  linuxsampler-0.3.3.tar.bz2 </a> </td>                  <img src="gfx/logos/gentoo.png">Gentoo
309              <td> --&gt; </td>                </a>
310              <td> sampler backend </td>              </td>
311                <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>
312            </tr>            </tr>
313            <tr>            <tr>
314              <td> <a              <td class="decorated">
315   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">                <a href="http://download.linuxsampler.org/packages/rpms/">
316  qsampler-0.1.2.tar.gz </a> </td>                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
317              <td> --&gt; </td>                </a>
318              <td> graphical frontend to LinuxSampler </td>              </td>
319                <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
320            </tr>            </tr>
         </tbody>  
       </table>  
   
       <h2>Source Packages (Testing)</h2>  
       <table class="default">  
         <tbody>  
321            <tr>            <tr>
322              <td> <a              <td class="decorated">
323   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
324  libgig-3.1.1.tar.bz2 </a> </td>                  <img src="gfx/logos/windows.png">Windows
325              <td> --&gt; </td>                </a>
326              <td> Gigasampler file access library </td>              </td>
327                <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
328            </tr>            </tr>
329            <tr>            <tr>
330              <td> <a              <td class="decorated">
331   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                <a href="http://download.linuxsampler.org/packages/osx/linuxsampler_20080107.dmg" title="all-in-one installer">
332  liblscp-0.5.3.tar.gz </a> </td>                  <img src="gfx/logos/apple.png">Mac
333              <td> --&gt; </td>                </a>
334              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              </td>
335                <td class="decorated"> All-in-one installer (Diskimage) for the latest official releases of the software components for Mac OS X. (<b>Note:</b> the Mac installer does <b>not</b> include gigedit and JSampler yet!)</td>
336            </tr>            </tr>
337            </tbody>
338          </table>
339          <p class="default">
340            Additionally there are the following platform independent Java executable
341            packages (note: you need to have the
342            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
343            Environment 6</a> installed to be able to execute these software
344            packages on your computer):
345          </p>
346          <table class="decorated">
347            <thead>
348            <tr>            <tr>
349              <td> <a              <td class="decorated_header">File Name</td>
350   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">              <td class="decorated_header">Description</td>
 linuxsampler-0.4.0.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> sampler backend </td>  
351            </tr>            </tr>
352            </thead>
353            <tbody>
354            <tr>            <tr>
355              <td> <a              <td class="decorated">
356   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs6.jar" title="JSampler *Fantasia*">
357  qsampler-0.1.3.tar.gz </a> </td>                  <img src="gfx/logos/java.png">Fantasia-0.8a-cvs6.jar
358              <td> --&gt; </td>                </a>
359              <td> graphical frontend to LinuxSampler </td>              </td>
360                <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
361                    modern skin-based distribution of JSampler (note: "Fantasia" is
362                    already included with the Windows installer)</td>
363            </tr>            </tr>
364            <tr>            <tr>
365              <td> <a              <td class="decorated">
366   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2?download">                <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
367  jlscp-0.3a.tar.bz2 </a> </td>                  <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
368              <td> --&gt; </td>                </a>
369              <td> a java LinuxSampler control protocol API </td>              </td>
370                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
371            </tr>            </tr>
372            </tbody>
373          </table>
374          <br>
375    
376          <h2>Source Packages</h2>
377          <p class="default">
378            Source code packages of the latest official releases:
379          </p>
380          <table class="decorated">
381            <thead>
382            <tr>            <tr>
383              <td> <a              <td class="decorated_header">File Name</td>
384   href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.2a.tar.bz2?download">              <td class="decorated_header">Description</td>
 JSampler-0.2a.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> a java frontend to LinuxSampler </td>  
385            </tr>            </tr>
386            </thead>
387            <tbody>
388            <tr>            <tr>
389              <td> <a              <td class="decorated">
390   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">                <a name="libgig"></a>
391  gigedit-0.0.3.tar.gz </a> </td>                <a
392              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
393              <td> an instrument editor for gig files </td>  libgig-3.3.0.tar.bz2 </a> </td>
394            </tr>              <td class="decorated"> Gigasampler file access library (C++) </td>
395              </tr>
396              <tr>
397                <td class="decorated">
398                  <a name="liblscp"></a>
399                  <a
400     href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
401    liblscp-0.5.6.tar.gz </a> </td>
402                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
403              </tr>
404              <tr>
405                <td class="decorated">
406                  <a name="linuxsampler"></a>
407                  <a
408     href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
409    linuxsampler-1.0.0.tar.bz2 </a> </td>
410                <td class="decorated"> sampler engine / backend </td>
411              </tr>
412              <tr>
413                <td class="decorated">
414                  <a name="qsampler"></a>
415                  <a
416     href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
417    qsampler-0.2.2.tar.gz </a> </td>
418                <td class="decorated"> graphical frontend to LinuxSampler </td>
419              </tr>
420              <tr>
421                <td class="decorated">
422                  <a name="jlscp"></a>
423                  <a
424     href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
425    jlscp-0.7a.tar.bz2 </a> </td>
426                <td class="decorated"> a java LinuxSampler control protocol API </td>
427              </tr>
428              <tr>
429                <td class="decorated">
430                  <a name="jsampler"></a>
431                  <a
432     href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a-cvs6.tar.bz2">
433    JSampler-0.8a-cvs6.tar.bz2 </a> </td>
434                <td class="decorated"> a java frontend to LinuxSampler </td>
435              </tr>
436              <tr>
437                <td class="decorated">
438                  <a name="gigedit"></a>
439                  <a
440     href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
441    gigedit-0.2.0.tar.gz </a> </td>
442                <td class="decorated"> an instrument editor for gig files </td>
443          </tbody>          </tbody>
444        </table>        </table>
445          <br>
446    
       <h2>Binary Packages</h2>  
       <p class="default"> There are currently <a  
  href="http://download.linuxsampler.org/packages/debian/">Debian  
 packages</a> and <a  
  href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>  
 for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>  
 and platform-independent <a  
  href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">  
 Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).</p>  
447        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
448        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
449  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
450  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
451  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
452  the line of the respective subproject you want to checkout from below: </p>  the line of the respective subproject you want to checkout from below: </p>
453        <table class="default" border="0" cellpadding="1" cellspacing="5">  
454          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
455            <tr>    co libgig
456              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
457              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
458              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
459              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
460              <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<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co jsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co gigedit</pre>    co qsampler
461              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
462            </tr>    co jlscp
463          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
464        </table>    co jsampler
465    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
466      co gigedit</pre>
467    
468          <p class="default"> You don't need to checkout the sources again later on,
469          just for keeping track to the latest development version. For updating to
470          the latest CVS version you can simply run the following command at any
471          time from the checked out source directory:</p>
472    
473          <pre class="code">cvs update -d -P</pre>
474    
475        <p class="default"> You can also <a        <p class="default"> You can also <a
476   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
477  repository</a>. </p>  repository</a>. </p>
478        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
479        <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>  
480        <table class="default">        <table class="default">
481          <tbody>          <tbody>
482            <tr>            <tr>
483              <td> <a              <td> <a
484   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
485              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
486   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
487                <td> --&gt; </td>
488                <td> <a
489     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
490              </tr>
491              <tr>
492                <td> <a
493     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
494                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
495     alt="Screenshot 2"> </a> </td>
496              <td> --&gt; </td>              <td> --&gt; </td>
497              <td> <a              <td> <a
498   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>  
499            </tr>            </tr>
500          </tbody>          </tbody>
501        </table>        </table>
502          <p class="default"> <a
503     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
504        <br>        <br>
505        </div>        </div>
506        </td>        </td>

Legend:
Removed from v.1125  
changed lines
  Added in v.1972

  ViewVC Help
Powered by ViewVC