aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/redirect-expired.jsp
blob: 5b63eacf59f273a49993b6fbd50738a15211da6b (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Subsonic &raquo; Free Music Streamer</title>
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css">
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css">
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/grid/grid.css">
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/base/base.css">
</head>
<body style="padding-left:5em; padding-top:1em; width:42em">

<h1>Trial period expired</h1>

<p>
    Sorry, the trial period for the web address <b><%= request.getParameter("redirectFrom")%>.subsonic.org</b> has expired.
</p>

<p>
    But don't worry; to get permanent ownership of the address you can give a one-time donation to the Subsonic project.
</p>

<p>
    As a donor you get the following benefits:
</p>
<ul>
    <li>A personal web address for your Subsonic server (<em>yourname</em>.subsonic.org).</li>
    <li>Streaming music to Android, iPhone and Windows Phone.</li>
    <li>Video streaming.</li>
    <li>No ads in the Subsonic web interface.</li>
    <li>Free access to new premium features.</li>
</ul>

<p>
    The suggested donation amount is
    <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HBYHMJC3TL4HW"><b>&euro;20</b></a>,
    but you can give any amount you like.
</p>

<p>
    Click one of the buttons to go to PayPal where you can pay by credit card or by using your PayPal account.
    Once the donation is processed, you will receive a license key by email.
</p>

    <table style="margin-left:5em">
        <tr>
            <td style="border:none;">
                <table>
                    <tr>
                        <td style="border:none;padding:0;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NCYZTDPDEAFSG"><img src="inc/img/paypal.gif" alt=""/></a> </td>
                    </tr>
                    <tr>
                        <td style="text-align:center;border:none;padding:0">&euro;10</td>
                    </tr>
                </table>
            </td>
            <td style="border:none;">
                <table>
                    <tr>
                        <td style="border:none;padding:0;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NF8AFLP86QR7W"><img src="inc/img/paypal.gif" alt=""/></a> </td>
                    </tr>
                    <tr>
                        <td style="text-align:center;border:none;padding:0">&euro;15</td>
                    </tr>
                </table>
            </td>
            <td style="border:none;">
                <table>
                    <tr>
                        <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HBYHMJC3TL4HW"><img src="inc/img/paypal.gif" alt=""/></a> </td>
                    </tr>
                    <tr>
                        <td style="text-align:center;border:none;padding:0">&euro;20</td>
                    </tr>
                </table>
            </td>
            <td style="border:none;">
                <table>
                    <tr>
                        <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FRZ9FX9XRLHQN"><img src="inc/img/paypal.gif" alt=""/></a> </td>
                    </tr>
                    <tr>
                        <td style="text-align:center;border:none;padding:0">&euro;25</td>
                    </tr>
                </table>
            </td>
            <td style="border:none;">
                <table>
                    <tr>
                        <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=C5REPEZX2DFQS"><img src="inc/img/paypal.gif" alt=""/></a> </td>
                    </tr>
                    <tr>
                        <td style="text-align:center;border:none;padding:0">&euro;30</td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>

<p>
    For more information, please visit <a href="http://subsonic.org/">subsonic.org</a>
</p>
</body>
</html>