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-android/assets/fonts/Storopia.ttf | Bin 0 -> 89888 bytes subsonic-android/assets/html/en/index.html | 98 +++++++++++++++++++++++++ subsonic-android/assets/html/fr/index.html | 100 ++++++++++++++++++++++++++ subsonic-android/assets/html/img/paypal.gif | Bin 0 -> 2127 bytes subsonic-android/assets/html/img/subsonic.png | Bin 0 -> 2084 bytes subsonic-android/assets/html/style.css | 11 +++ 6 files changed, 209 insertions(+) create mode 100644 subsonic-android/assets/fonts/Storopia.ttf create mode 100644 subsonic-android/assets/html/en/index.html create mode 100644 subsonic-android/assets/html/fr/index.html create mode 100644 subsonic-android/assets/html/img/paypal.gif create mode 100644 subsonic-android/assets/html/img/subsonic.png create mode 100644 subsonic-android/assets/html/style.css (limited to 'subsonic-android/assets') diff --git a/subsonic-android/assets/fonts/Storopia.ttf b/subsonic-android/assets/fonts/Storopia.ttf new file mode 100644 index 00000000..cbdc4c1f Binary files /dev/null and b/subsonic-android/assets/fonts/Storopia.ttf differ diff --git a/subsonic-android/assets/html/en/index.html b/subsonic-android/assets/html/en/index.html new file mode 100644 index 00000000..6462ef1f --- /dev/null +++ b/subsonic-android/assets/html/en/index.html @@ -0,0 +1,98 @@ + + + Subsonic Help + + + + + + +

Welcome to Subsonic

+ +

+ With Subsonic you can easily stream or download music from your home computer to your Android phone + (and do lots of other cool stuff too). +

+ +

+ To install the Subsonic server software on your computer, please visit subsonic.org. + It's available for Windows, Mac, Linux and Unix. +

+ +

+ By default, this program is configured to use the Subsonic demo server. Once you've set up your own + server, please go to Settings and change the configuration so that it connects to your own computer. +

+ +

+ You can use this program freely for 30 days. After that you will have to make a donation to the Subsonic project. + As a donor you get the following benefits: +

+ + +

+ The suggested donation amount is €20, but you can give any amount you like. +

+ +

+ 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. +

+ + + + + + + + +
+ + + + + + + +
€10
+
+ + + + + + + +
€20
+
+ + + + + + + +
€25
+
+ + + + + + + +
€30
+
+ +

+ For more information, please visit subsonic.org +

+ + + diff --git a/subsonic-android/assets/html/fr/index.html b/subsonic-android/assets/html/fr/index.html new file mode 100644 index 00000000..4ac8c9c3 --- /dev/null +++ b/subsonic-android/assets/html/fr/index.html @@ -0,0 +1,100 @@ + + + Aide de Subsonic + + + + + + +

Bienvenue dans Subsonic

+ +

+ Avec Subsonic, vous pouvez facilement écouter ou télécharger de la musique à partir de votre ordinateur personnel sur votre appareil Android + (et faire plein d'autres trucs cools aussi). +

+ +

+ Pour installer le serveur Subsonic sur votre ordinateur, veuillez visiter subsonic.org. + Celui-ci est disponible pour Windows, Mac, Linux et Unix. +

+ +

+ Par défaut, cette application est configuré pour utiliser le serveur démo Subsonic. + Après avoir configuré votre serveur personnel, veuillez accéder aux Paramètres et modifier la configuration + afin de vous connecter à votre propre ordinateur. +

+ +

+ Vous pouvez utiliser cette application gratuitement pendant 30 jours. + Ensuite, vous devrez effectuer un don au projet Subsonic. + En tant que donateur, vous obtiendrez les bénéfices suivants: +

+ + +

+ Le montant suggéré pour le don est de 20€, mais n'importe quel montant fera l'affaire. +

+ +

+ Cliquez l'un des boutons suivants pour accéder à PayPal, d'où vous pourrez payer soit par carte de crédit ou en utilisant votre compte PayPal. + Une fois le don reçu et traité, vous recevrez votre clé d'activation par courriel. +

+ + + + + + + + +
+ + + + + + + +
10€
+
+ + + + + + + +
20€
+
+ + + + + + + +
25€
+
+ + + + + + + +
30€
+
+ +

+ Pour plus d'information, veuillez visiter subsonic.org +

+ + + diff --git a/subsonic-android/assets/html/img/paypal.gif b/subsonic-android/assets/html/img/paypal.gif new file mode 100644 index 00000000..d017250a Binary files /dev/null and b/subsonic-android/assets/html/img/paypal.gif differ diff --git a/subsonic-android/assets/html/img/subsonic.png b/subsonic-android/assets/html/img/subsonic.png new file mode 100644 index 00000000..38c521c5 Binary files /dev/null and b/subsonic-android/assets/html/img/subsonic.png differ diff --git a/subsonic-android/assets/html/style.css b/subsonic-android/assets/html/style.css new file mode 100644 index 00000000..9c1d55f2 --- /dev/null +++ b/subsonic-android/assets/html/style.css @@ -0,0 +1,11 @@ +/* +* Taken from http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css +*/ +body { + font: 13px / 1.231 arial, helvetica, clean, sans-serif; +} + +table { + font-size:inherit; + font:100%; +} \ No newline at end of file -- cgit v1.2.3