From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/faq.jsp | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 subsonic-site/src/main/webapp/faq.jsp (limited to 'subsonic-site/src/main/webapp/faq.jsp') diff --git a/subsonic-site/src/main/webapp/faq.jsp b/subsonic-site/src/main/webapp/faq.jsp new file mode 100644 index 00000000..570c02f7 --- /dev/null +++ b/subsonic-site/src/main/webapp/faq.jsp @@ -0,0 +1,57 @@ + + + +<%! String current = "faq"; %> +<%@ include file="header.jsp" %> + + + + + +
+ <%@ include file="menu.jsp" %> + +
+
+

Frequently Asked Questions

+ +

Are there other payment options than PayPal?

+

Yes. You can make a payment to subsonic_donation@activeobjects.no on Moneybookers.

+ +

How long does it take to get the license after I have donated?

+

Normally no more than ten minutes. If it should take longer, please take contact, + but please check your spam filter first.

+ +

How do I install the license key I received by email?

+

Please follow the guide in the Getting Started documentation.

+ +

I can't access my Subsonic server from the internet or from my iPhone/Android phone.

+

Please follow the guide in the Getting Started documentation.

+ +

I forgot my Subsonic password. Can it be retrieved?

+

Yes. Please read this forum post.

+ +

I've lost my license key. Can I have it resent?

+

Yes. Please go here.

+ + <%--TODO: Network shares--%> +
+ +
+ <%@ include file="google-translate.jsp" %> + <%@ include file="download-subsonic.jsp" %> + <%@ include file="donate.jsp" %> + +
+ +
+
+
+
+ <%@ include file="footer.jsp" %> +
+ + + + -- cgit v1.2.3