]> git.parisson.com Git - timeside.git/commitdiff
fix doc
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 16 May 2014 07:04:12 +0000 (09:04 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 16 May 2014 07:04:12 +0000 (09:04 +0200)
MANIFEST.in
README.rst
doc/source/install.rst
doc/source/ui.rst

index 48da8f080178d005f6ebddf379f95a2323d4f69b..bdcc23ad5f38cdbb912247edb82385e307f78078 100644 (file)
@@ -3,7 +3,7 @@ include LICENSE
 include README.rst
 include requirements.txt
 recursive-include doc *
-recursive-include timeside/static *
+recursive-include timeside/player/static *
 recursive-include tests *
 recursive-exclude * *.pyc
 recursive-exclude * *.swp
index 84b93842407e65cea5594b96619d0b9a301440e8..c0f6764ea40b53527a408a9d93168f3a480d61d1 100644 (file)
@@ -319,7 +319,7 @@ Outside Debian::
 
 djangorestframework, django-extensions
 
-Shell Interface
+Shell interface
 ================
 
 Of course, TimeSide can be used in any python environment. But, a shell script is also provided to enable preset based and recursive processing through your command line interface::
@@ -354,8 +354,8 @@ Of course, TimeSide can be used in any python environment. But, a shell script i
   -o <outputdir>, --ouput-directory=<outputdir>
                         output directory
 
-Web Interface
-==============
+Web player interface
+=====================
 
 TimeSide comes with a smart and pure **HTML5** audio player.
 
index 09daef6ad278d60d3e04ce5a389d427f8d07ce98..357507edee7c4b173752a0237734a61bcc9f56b5 100644 (file)
@@ -6,7 +6,7 @@ MacOS X and Windows versions will soon be explorated.
 
 TimeSide needs some other python modules and other compiled librairies like GStreamer, Aubio and Yaafe to run. So, before installing the module, you'll need to install dependencies before.
 
-For Debian based distributions, we provide a safe repository to install all in one line:
+For Debian based distributions, we provide a safe repository to install all in 3 lines:
 
 .. code-block:: bash
 
@@ -14,7 +14,7 @@ For Debian based distributions, we provide a safe repository to install all in o
  $ sudo apt-get update
  $ sudo apt-get install python-timeside
 
-On other Linux platforms, you can also install all dependencies (see list bellow to find your equivalent package in your distribution) and then use pip::
+On other Linux platforms, you can also install all binary dependencies (see list bellow to find all equivalent packages for your distribution) and then use pip::
  
  $ sudo pip install timeside
 
@@ -26,9 +26,7 @@ Dependencies
 
 Inside Debian::
 
-python (>=2.7), python-setuptools, python-gst0.10, gstreamer0.10-plugins-good, gstreamer0.10-gnonlin,
-gstreamer0.10-plugins-ugly, python-aubio, python-yaafe, python-simplejson, python-yaml, python-h5py,
-python-scipy, python-matplotlib, python-matplotlib, python-django, python-django-south 
+python (>=2.7), python-setuptools, python-gst0.10, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-gnonlin, gstreamer0.10-plugins-ugly, python-aubio, python-yaafe, python-simplejson, python-yaml, python-h5py, python-scipy, python-matplotlib, python-matplotlib, python-django, python-django-south
 
 Outside Debian::
 
index fa08405086e410d5f205e74a4085b90cac204025..0429d5b9777c3d128c6bc9d28fa4d1fedc3c135c 100644 (file)
@@ -1,4 +1,4 @@
-Shell Interface
+Shell interface
 ================
 
 Of course, TimeSide can be used in any python environment. But, a shell script is also provided to enable preset based and recursive processing through your command line interface::
@@ -33,8 +33,8 @@ Of course, TimeSide can be used in any python environment. But, a shell script i
   -o <outputdir>, --ouput-directory=<outputdir>
                         output directory
 
-Web Interface
-==============
+Web player interface
+=====================
 
 TimeSide comes with a smart and pure **HTML5** audio player.
 
@@ -76,6 +76,6 @@ A sandbox is provide in timeside/server/sandbox and you can initialize it and te
 
 and browse http://localhost:8000/api/
 
-This server is not currently connected to the player but this will be done soon so that TimeSide can provide a completely autonomous service on the web (the server side as well as the server side).
+This server is not currently connected to the player but this will be done soon so that TimeSide can provide a complete autonomous service on the web (a server side and a client side).