From 465f11ec6676d03716a484b9f148246db87087b8 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 24 Apr 2009 18:44:50 +0000 Subject: updating the documentation a tiny bit --- docs/INSTALL | 4 ++++ docs/MIGRATION | 6 +++++- docs/README | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index 279e7370..30479419 100755 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -2,6 +2,10 @@ ----------------- INSTALL - Ampache v.3.5 ---------------------- ------------------------------------------------------------------------------- + For the sake of this installation document we will be using Apache and Linux + however these are by no means requirements. Lighttpd, IIS, whatever could be + used in Apache's place. + I'm assuming that you have Apache, PHP and MySQL running when you get to this point. diff --git a/docs/MIGRATION b/docs/MIGRATION index 5f8cf71b..6c62d657 100755 --- a/docs/MIGRATION +++ b/docs/MIGRATION @@ -15,7 +15,11 @@ - Migrating from Ampache 3.4.x --> 3.5 - * No special instructions + If Ampache reports that your config file is 'unreadable' after + upgrading open your config file and remove all configuration + options relating to RSS Feeds, these options should be at the bottom. + This is due to a change in PHP versions which is often done at the + same time as an Ampache upgrade. - Migrating from Ampache 3.3.x --> 3.4 diff --git a/docs/README b/docs/README index 0ac28533..a2cc4a75 100755 --- a/docs/README +++ b/docs/README @@ -51,6 +51,7 @@ Contents: - AVI - MPG - M4V + - WMV B) Supported Stream Methods @@ -77,6 +78,7 @@ Contents: - Icecast2 - Democratic Vote based playback - 3rd Party clients using API (Amarok,Coherence,Quickplay) + - 3rd Party Mobile clients using API (Amdroid - Android,Amphone - Iphone) C) Current Translations @@ -119,7 +121,8 @@ Contents: PHP5 ZLIB support (recommended) MySQL >= 5.x+ http://www.mysql.com - ** PHP 5.3.x is required for Windows systems + ** PHP 5.3.x is required for Windows systems due to use of inet_pton + and inet_aton functions. 3. Setting Up -- cgit