aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/download.jsp
blob: 997998a726dba6b4013a529ad368869461e120dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
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 &ndash; 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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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 &ndash; 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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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"/>&nbsp;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>