]> git.parisson.com Git - telemeta.git/commitdiff
update install procedure
authoryomguy <yomguy@parisson.com>
Mon, 9 May 2011 10:26:02 +0000 (12:26 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 9 May 2011 10:26:02 +0000 (12:26 +0200)
INSTALL
telemeta/htdocs/images/adv_search_red.png
telemeta/templatetags/paginator.py

diff --git a/INSTALL b/INSTALL
index bbe81eb6909ea185df2e0614292a2faf1e52a083..38ddc927c0e10e09a9d43f18f6c9064f03baba33 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -23,8 +23,7 @@ Install the dependencies
 
     Install all dependencies like this::
        
-        sudo aptitude install python python-xml python-mutagen python-django \
-                              python-imaging python-mysqldb mysql-server python-numpy python-scipy \
+        sudo aptitude install python python-django python-xml python-mysqldb mysql-server \
                               python-ctypes python-setuptools python-support python-docutils
 
     To get MP3 reading and writing, just add these lines to your /etc/apt/sources-list::
@@ -44,20 +43,14 @@ Install the dependencies
 Install TimeSide
 -----------------
 
-In order to get all the Web Audio Components from TimeSide,
-you have to download and install it from source.
+Telemeta needs the audio processing library named TimeSide.
+You have to download and install it from source.
 
-So, checkout the last archive at :
+So, download the last archive at :
 http://code.google.com/p/timeside/downloads/list
 
-Install it like in the following example::
-
-    tar xzf timeside-0.2.tar.gz
-    cd timeside-0.2
-
-Read the README and INSTALL file, install dependencies and then::
-
-    sudo python setup.py install
+Uncompress it and see README and INSTALL to install the dependencies 
+and then the module.
 
 
 Install JSON-RPC server
index 566e83a686b1ba1ebd735cb892b7d587a10655d8..c73983a2b1591a550150b3e4a253735bcdb0a963 100644 (file)
Binary files a/telemeta/htdocs/images/adv_search_red.png and b/telemeta/htdocs/images/adv_search_red.png differ
index 42e6352645a0c71c52c32a7dab841c7ed61120db..53b9398f74bf7e4e0fcfa3cc33893caea4297120 100644 (file)
@@ -25,7 +25,7 @@ def paginator(context, adjacent_pages=2):
     if context.has_key('criteria'):
         criteria = context['criteria']
     else:
-        criteria =''
+        criteria = ''
         
     return {
         'page_obj': page_obj,