diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-03-29 13:15:04 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-03-29 13:15:04 -0400 |
commit | c8196b5805d261e14c5afed14ffbfe614b5e67f4 (patch) | |
tree | 7e9086c900de3b3dd165b9af049163c892087273 | |
parent | d728c76ed01e371e52806ef2edd269cc6ebac51d (diff) | |
download | ampache-c8196b5805d261e14c5afed14ffbfe614b5e67f4.tar.gz ampache-c8196b5805d261e14c5afed14ffbfe614b5e67f4.tar.bz2 ampache-c8196b5805d261e14c5afed14ffbfe614b5e67f4.zip |
Update README
-rwxr-xr-x | README.md | 114 |
1 files changed, 60 insertions, 54 deletions
@@ -15,69 +15,33 @@ presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so. -Translations ------------- - -Ampache is currently translated (at least partially) into the -following languages. If you are interested in updating an existing -translation or adding a new one please see /locale/base/TRANSLATIONS -for more instructions. - -* English (en_US) -* German (de_DE) -* Spanish (es_ES) -* Dutch (nl_NL) -* Norwegian (nb_NO) -* UK English (en_GB) -* Italian (it_IT) -* French (fr_FR) -* Swedish (sv_SE) -* Japanese (ja_JP) -* Catalan (ca_ES) -* Russian (ru_RU) -* Czech (cs_CZ) +Recommended Version +------------------- -Credits -------- - -Thanks to all those who have helped make Ampache awesome: - -* Scott Kveton: Original creator of Ampache, 2001 - 2003 -* Robert Hopson -* Andy Morgan -* RosenSama -* latka -* Lamar Hansford -* Lacy Morrow -* Karl Vollmer (vollmerk) -* Paul Arthur MacIain (flowerysong) -* Chris Slamar (cslamar) -* Holger Brunn -* Kevin Purdy (purdyk) -* Charlie Smotherman (porthose) +Currently, the recommended version is [3.6alpha4](https://github.com/ampache/ampache/archive/3.6-alpha4.tar.gz). +This was tagged before the switch to PDO and is less likely than HEAD to have +weird regressions. Requirements ------------ -A web server. All of the following have been used, though Apache +* A web server. All of the following have been used, though Apache receives the most testing: + * Apache + * lighttpd + * nginx + * IIS -* Apache -* lighttpd -* nginx -* IIS - -PHP 5.3 or greater. +* PHP 5.3 or greater. -Required PHP modules: +* PHP modules: + * PDO + * PDO_MYSQL + * hash + * session + * json -* PDO -* PDO_MYSQL -* hash -* session -* json - -MySQL 5.x +* MySQL 5.x Installation ------------ @@ -112,6 +76,48 @@ Ampache includes some external modules that carry their own licensing. * validateEmail.php: "free for any use" * [Whatever:hover](http://www.xs4all.nl/~peterned): LGPL v2.1 +Translations +------------ + +Ampache is currently translated (at least partially) into the +following languages. If you are interested in updating an existing +translation or adding a new one please see /locale/base/TRANSLATIONS +for more instructions. + +* English (en_US) +* German (de_DE) +* Spanish (es_ES) +* Dutch (nl_NL) +* Norwegian (nb_NO) +* UK English (en_GB) +* Italian (it_IT) +* French (fr_FR) +* Swedish (sv_SE) +* Japanese (ja_JP) +* Catalan (ca_ES) +* Russian (ru_RU) +* Czech (cs_CZ) + +Credits +------- + +Thanks to all those who have helped make Ampache awesome: + +* Scott Kveton: Original creator of Ampache, 2001 - 2003 +* Robert Hopson +* Andy Morgan +* RosenSama +* latka +* Lamar Hansford +* Lacy Morrow +* Karl Vollmer (vollmerk) +* Paul Arthur MacIain (flowerysong) +* Chris Slamar (cslamar) +* Holger Brunn +* Kevin Purdy (purdyk) +* Charlie Smotherman (porthose) + + Contact Us ---------- |