/[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 1591 by schoenebeck, Wed Dec 12 13:10:42 2007 UTC revision 1973 by senoner, Mon Aug 3 12:32:43 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    
# Line 168  Line 217 
217            <td class="bordered">            <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>              <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>            </td>
220            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <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>          </tr>
222          <tr>          <tr>
223            <td class="bordered">            <td class="bordered">
224               <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>               <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
225            </td>            </td>
226            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>            <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>          </tr>
228          <tr>          <tr>
229            <td class="bordered">            <td class="bordered">
230                <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>                <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
231            </td>            </td>
232            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>            <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>          </tr>
234          <tr>          <tr>
235            <td class="bordered">            <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>              <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>            </td>
238            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <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>          </tr>
240          <tr>          <tr>
241            <td class="bordered">            <td class="bordered">
242              <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>              <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
243            </td>            </td>
244            <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
245          </tr>          </tr>
246          <tr>          <tr>
247            <td class="bordered">            <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>              <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>            </td>
250            <td> -> <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> with <a href="#exception"><u><i>commercial exception</i></u>*</a></td>            <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>          </tr>
252          <tr>          <tr>
253            <td class="bordered">            <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>              <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>            </td>
256            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <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>          </tr>
258        </tbody>        </tbody>
259        </table>        </table>
260    
261        <a name="exception"></a>        <a name="exception"></a>
262        <p class="caution">        <p class="caution">
263        [*] LinuxSampler is licensed under the GNU GPL license with the exception that        [*] LinuxSampler is licensed under the GNU GPL with the exception that
264        <b>USAGE</b> of the source code, libraries and applications        <b>USAGE</b> of the source code, libraries and applications
265        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
266        without prior written permission by the LinuxSampler authors.        without prior written permission by the LinuxSampler authors.
267        If you have questions on the subject, that are not yet covered by the        If you have questions on the subject, that are not yet covered by the
268        <a href="faq.html#commercial_products">FAQ</a>,        <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
269        please <a href="developers.html">contact us</a>.        please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
270        </p>        </p>
271    
272        <h2>Dependencies</h2>        <h2>Dependencies</h2>
# Line 263  libgig before being able to compile and Line 312  libgig before being able to compile and
312          <tbody>          <tbody>
313            <tr>            <tr>
314              <td class="decorated">              <td class="decorated">
315                <a href="http://download.linuxsampler.org/packages/debian/">                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
316                  <img src="gfx/logos/debian.png">Debian                  <img src="gfx/logos/debian.png">Debian
317                </a>                </a>
318              </td>              </td>
# Line 271  libgig before being able to compile and Line 320  libgig before being able to compile and
320            </tr>            </tr>
321            <tr>            <tr>
322              <td class="decorated">              <td class="decorated">
323                <a href="http://download.linuxsampler.org/packages/gentoo/">                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
324                  <img src="gfx/logos/gentoo.png">Gentoo                  <img src="gfx/logos/gentoo.png">Gentoo
325                </a>                </a>
326              </td>              </td>
# Line 280  libgig before being able to compile and Line 329  libgig before being able to compile and
329            <tr>            <tr>
330              <td class="decorated">              <td class="decorated">
331                <a href="http://download.linuxsampler.org/packages/rpms/">                <a href="http://download.linuxsampler.org/packages/rpms/">
332                  <img src="gfx/logos/suse.png">Suse                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
333                </a>                </a>
334              </td>              </td>
335              <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>              <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
336            </tr>            </tr>
337            <tr>            <tr>
338              <td class="decorated">              <td class="decorated">
339                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe">                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
340                  <img src="gfx/logos/windows.png">Windows                  <img src="gfx/logos/windows.png">Windows
341                </a>                </a>
342              </td>              </td>
343              <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components. Download, execute, enjoy!</td>              <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
344              </tr>
345              <tr>
346                <td class="decorated">
347                  <a href="http://download.linuxsampler.org/packages/osx/linuxsampler_20080107.dmg" title="all-in-one installer">
348                    <img src="gfx/logos/apple.png">Mac
349                  </a>
350                </td>
351                <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>
352            </tr>            </tr>
353          </tbody>          </tbody>
354        </table>        </table>
355        <p class="default">        <p class="default">
356          Additionally there are the following platform independent packages (note: "Fantasia" is already included with the Windows installer):          Additionally there are the following platform independent Java executable
357            packages (note: you need to have the
358            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
359            Environment 6</a> installed to be able to execute these software
360            packages on your computer):
361        </p>        </p>
362        <table class="decorated">        <table class="decorated">
363          <thead>          <thead>
# Line 308  libgig before being able to compile and Line 369  libgig before being able to compile and
369          <tbody>          <tbody>
370            <tr>            <tr>
371              <td class="decorated">              <td class="decorated">
372                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a.jar">                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs6.jar" title="JSampler *Fantasia*">
373                  <img src="gfx/logos/java.png">Fantasia-0.8a.jar                  <img src="gfx/logos/java.png">Fantasia-0.8a-cvs6.jar
374                </a>                </a>
375              </td>              </td>
376              <td class="decorated"> a frontend to LinuxSampler, modern skin-based distribution </td>              <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
377                    modern skin-based distribution of JSampler (note: "Fantasia" is
378                    already included with the Windows installer)</td>
379            </tr>            </tr>
380            <tr>            <tr>
381              <td class="decorated">              <td class="decorated">
382                <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a.jar">                <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
383                  <img src="gfx/logos/java.png">JS_Classic-0.8a.jar                  <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
384                </a>                </a>
385              </td>              </td>
386              <td class="decorated"> a frontend to LinuxSampler, classic distribution </td>              <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
387            </tr>            </tr>
388          </tbody>          </tbody>
389        </table>        </table>
# Line 342  libgig before being able to compile and Line 405  libgig before being able to compile and
405              <td class="decorated">              <td class="decorated">
406                <a name="libgig"></a>                <a name="libgig"></a>
407                <a                <a
408   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
409  libgig-3.2.1.tar.bz2 </a> </td>  libgig-3.3.0.tar.bz2 </a> </td>
410              <td class="decorated"> Gigasampler file access library (C++) </td>              <td class="decorated"> Gigasampler file access library (C++) </td>
411            </tr>            </tr>
412            <tr>            <tr>
413              <td class="decorated">              <td class="decorated">
414                <a name="liblscp"></a>                <a name="liblscp"></a>
415                <a                <a
416   href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
417  liblscp-0.5.5.tar.gz </a> </td>  liblscp-0.5.6.tar.gz </a> </td>
418              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
419            </tr>            </tr>
420            <tr>            <tr>
421              <td class="decorated">              <td class="decorated">
422                <a name="linuxsampler"></a>                <a name="linuxsampler"></a>
423                <a                <a
424   href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
425  linuxsampler-0.5.1.tar.bz2 </a> </td>  linuxsampler-1.0.0.tar.bz2 </a> </td>
426              <td class="decorated"> sampler engine / backend </td>              <td class="decorated"> sampler engine / backend </td>
427            </tr>            </tr>
428            <tr>            <tr>
429              <td class="decorated">              <td class="decorated">
430                <a name="qsampler"></a>                <a name="qsampler"></a>
431                <a                <a
432   href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
433  qsampler-0.2.1.tar.gz </a> </td>  qsampler-0.2.2.tar.gz </a> </td>
434              <td class="decorated"> graphical frontend to LinuxSampler </td>              <td class="decorated"> graphical frontend to LinuxSampler </td>
435            </tr>            </tr>
436            <tr>            <tr>
# Line 382  jlscp-0.7a.tar.bz2 </a> </td> Line 445  jlscp-0.7a.tar.bz2 </a> </td>
445              <td class="decorated">              <td class="decorated">
446                <a name="jsampler"></a>                <a name="jsampler"></a>
447                <a                <a
448   href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a-cvs6.tar.bz2">
449  JSampler-0.8a.tar.bz2 </a> </td>  JSampler-0.8a-cvs6.tar.bz2 </a> </td>
450              <td class="decorated"> a java frontend to LinuxSampler </td>              <td class="decorated"> a java frontend to LinuxSampler </td>
451            </tr>            </tr>
452            <tr>            <tr>
453              <td class="decorated">              <td class="decorated">
454                <a name="gigedit"></a>                <a name="gigedit"></a>
455                <a                <a
456   href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
457  gigedit-0.1.1.tar.gz </a> </td>  gigedit-0.2.0.tar.gz </a> </td>
458              <td class="decorated"> an instrument editor for gig files </td>              <td class="decorated"> an instrument editor for gig files </td>
459          </tbody>          </tbody>
460        </table>        </table>

Legend:
Removed from v.1591  
changed lines
  Added in v.1973

  ViewVC Help
Powered by ViewVC