diff options
Diffstat (limited to 'subsonic-site/src/main/webapp/download.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/download.jsp | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/download.jsp b/subsonic-site/src/main/webapp/download.jsp new file mode 100644 index 00000000..997998a7 --- /dev/null +++ b/subsonic-site/src/main/webapp/download.jsp @@ -0,0 +1,165 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<%! + String current = "download"; + String stable = "4.6"; + String beta = "4.7.beta2"; // Set to null if no beta is available. +%> +<%@ include file="header.jsp" %> + +<body> + +<a name="top"/> + +<div id="container"> + <%@ include file="menu.jsp" %> + + <div id="content"> + <div id="main-col"> + <h1 class="bottomspace">Download Subsonic</h1> + + <table width="100%" border="0" cellspacing="0" cellpadding="0" class="featuretable bottomspace"> + <tr class="table-heading"> + <th></th> + <th class="featurename">Latest stable release – Subsonic <%=stable%></th> + <th><a href="changelog.jsp#<%=stable%>">What's new?</a></th> + <th></th> + </tr> + <tr class="table-altrow"> + <td><img src="inc/img/download-windows.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Windows installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>-setup.exe"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#windows"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td><img src="inc/img/download-mac.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Mac OS X 10.5+ installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>.pkg"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#mac"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr class="table-altrow"> + <td><img src="inc/img/download-ubuntu.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Debian/Ubuntu installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>.deb"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#debian"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td><img src="inc/img/download-fedora.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Red Hat/Fedora installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>.rpm"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#rpm"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr class="table-altrow"> + <td></td> + <td class="featurename" style="padding-left:0">Stand-alone version (all platforms)</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>-standalone.tar.gz"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#standalone"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td></td> + <td class="featurename" style="padding-left:0"> WAR version (all platforms)</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=stable%>-war.zip"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#war"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + </table> + + <% if (beta != null) { %> + <table width="100%" border="0" cellspacing="0" cellpadding="0" class="featuretable bottomspace"> + <tr class="table-heading"> + <th></th> + <th class="featurename">Latest beta release – Subsonic <%=beta%></th> + <th><a href="changelog.jsp#<%=beta%>">What's new?</a></th> + <th></th> + </tr> + <tr class="table-altrow"> + <td><img src="inc/img/download-windows.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Windows installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>-setup.exe"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#windows"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td><img src="inc/img/download-mac.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Mac OS X 10.5+ installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>.pkg"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#mac"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr class="table-altrow"> + <td><img src="inc/img/download-ubuntu.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Debian/Ubuntu installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>.deb"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#debian"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td><img src="inc/img/download-fedora.png" alt="" height="16" width="16"/></td> + <td class="featurename" style="padding-left:0">Red Hat/Fedora installer</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>.rpm"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#rpm"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr class="table-altrow"> + <td></td> + <td class="featurename" style="padding-left:0">Stand-alone version (all platforms)</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>-standalone.tar.gz"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#standalone"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + <tr> + <td></td> + <td class="featurename" style="padding-left:0"> WAR version (all platforms)</td> + <td style="white-space:nowrap;"><a href="download2.jsp?target=subsonic-<%=beta%>-war.zip"><img + src="inc/img/download_small.gif" alt="Download" height="11" width="11"/> Download</a></td> + <td style="white-space:nowrap;"><a href="installation.jsp#war"><img src="inc/img/star.png" alt="Instructions" height="14" width="14"/> Instructions</a></td> + </tr> + </table> + <% } %> + + <h1>Hosting</h1> + <p> + If you don't want to install and configure Subsonic on your own computer you can get a pre-installed Subsonic server, + which works immediately out-of-the-box, from one of our affiliated hosting providers. <a href="hosting.jsp">Read more about their Subsonic hosting offers</a>. + </p> + + <h1>Terms of use</h1> + <p> + <a href="http://www.gnu.org/copyleft/gpl.html"><img class="img-left" alt="GPL" src="inc/img/gpl.png"/></a> + Subsonic is open-source software licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. + Please note that Subsonic is <em>not</em> a tool for illegal distribution of copyrighted material. Always pay attention to and + follow the relevant laws specific to your country. + </p> + </div> + + <div id="side-col"> + <%@ include file="google-translate.jsp" %> + <div class="sidebox"> + <h2>Archive</h2> + <p> + Older versions, as well as source code, can be downloaded from + <a href="http://sourceforge.net/projects/subsonic/">SourceForge</a>. + </p> + </div> + + <%@ include file="merchandise.jsp" %> + + </div> + + <div class="clear"> + </div> + </div> + <hr/> + <%@ include file="footer.jsp" %> +</div> + + +</body> +</html> |