From: yomguy Date: Mon, 9 May 2011 10:26:02 +0000 (+0200) Subject: update install procedure X-Git-Tag: 1.1~234 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0aab22722a2eb968010d3f7615f6d9001a11f408;p=telemeta.git update install procedure --- diff --git a/INSTALL b/INSTALL index bbe81eb6..38ddc927 100644 --- 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 diff --git a/telemeta/htdocs/images/adv_search_red.png b/telemeta/htdocs/images/adv_search_red.png index 566e83a6..c73983a2 100644 Binary files a/telemeta/htdocs/images/adv_search_red.png and b/telemeta/htdocs/images/adv_search_red.png differ diff --git a/telemeta/templatetags/paginator.py b/telemeta/templatetags/paginator.py index 42e63526..53b9398f 100644 --- a/telemeta/templatetags/paginator.py +++ b/telemeta/templatetags/paginator.py @@ -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,