]> git.parisson.com Git - telemeta.git/commitdiff
fix last words before tagging
authoryomguy <>
Mon, 16 Mar 2009 23:21:04 +0000 (23:21 +0000)
committeryomguy <>
Mon, 16 Mar 2009 23:21:04 +0000 (23:21 +0000)
README

diff --git a/README b/README
index 3ac39de75ea4ba13b6563fce2ae422d543ef28ba..039e48481f309f034b474d8114c45d6e7c282c52 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 # Telemeta - README
 # =================
 
-Telemeta: web frontend to backup, analyse, transcode and stream any audio content with metadata
+Telemeta: web frontend to backup, analyse, transcode and stream any audio content with its metadata
 
 
 # Introduction
@@ -19,7 +19,7 @@ Here are the main features of Telemeta:
     * Secure archiving, editing and publishing of audio files over internet.
     * "On the fly" transcoding and metadata encapsulating (FLAC, OGG, MP3, WAV, etc..)
     * User friendly web frontend including workflows and high level search methods
-    * Smart dynamical and skinable audio player (thanks to Timeside)
+    * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2)
     * "On the fly" complex audio analyzers based on an easy plugin architecture
     * Strong SQL backend
     * XML metadata backup
@@ -36,10 +36,15 @@ but could be easily adapted/overrided to sue other data stuctures.
 # Requirements
 # ============
 
-python (>= 2.3.5-7), python-xml, python-central (>= 0.5),
-python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio,
-ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9,
-octave2.9-forge, python-tk, python-numpy, python-audiolab, libsndfile1
+python (>= 2.3.5-7), python-xml, python-mutagen, python-django (>= 1.0-1),
+python-imaging (>= 1.1.6), sox, vorbis-tools, flac, normalize-audio,
+python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm,
+libsndfile1 (>= 1.0.17), python-numpy, python-ctypes (>= 1.0.1),
+python-scikits-audiolab (>= 0.7), python-setuptools (>= 0.6b3),
+python-support (>= 0.3),
+
+optional:
+lame, ecasound, festival, par2
 
 
 # Installation and usage