]> git.parisson.com Git - telemeta.git/commitdiff
update doc
authoryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 13:28:17 +0000 (15:28 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 13:28:17 +0000 (15:28 +0200)
.gitignore
INSTALL.rst
MANIFEST.in
telemeta/static/telemeta/images/bg_yt_bg.png [new file with mode: 0644]
telemeta/static/telemeta/images/bg_yt_bl.png [new file with mode: 0644]
telemeta/static/telemeta/images/bg_yt_yl.png [new file with mode: 0644]

index 885eeb7be0b3f2ecc3befd9c4d22e53ebf4d439d..c452b7eec67c56381d4539ef24f1c44c298b327d 100644 (file)
@@ -13,6 +13,7 @@ var
 sdist
 develop-eggs
 .installed.cfg
+*.directory
 
 # Installer logs
 pip-log.txt
index 618e842f7cf8565fcbf76d1cb2162a221b79a8c2..93b2262a8fa2f8fe4d40a92282da7616c3f7e331 100644 (file)
@@ -23,12 +23,13 @@ Install the system dependencies
             python-libxml2 python-django-registration python-lxml python-numpy \
             python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \
             gstreamer0.10-plugins-base gobject-introspection python-django-south
+            python-pip gir1.0-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad
 
-    To get MP3 reading and writing::
+    To get non-free (MP3, MP4, AAC, etc) decoding and encoding features, add Debian Multimedia repository and install the modules::
 
-        echo 'deb http://www.debian-multimedia.org stable main' | sudo tee -a /etc/apt/sources-list
+        echo "deb http://www.deb-multimedia.org stable main non-free" | sudo tee -a /etc/apt/sources.list
         sudo apt-get update
-        sudo aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-lame
+        sudo apt-get install gstreamer0.10-lame gstreamer0.10-plugins-really-bad gstreamer0.10-plugins-ugly
 
 * On other linux platforms:
 
@@ -43,7 +44,6 @@ Pip method (highly recommended!)
 
 We strongly advise you use the python package tool as it installs some good dependencies automatically::
 
-    sudo aptitude install python-pip
     sudo pip install telemeta
 
 or (deprecated)::
@@ -72,7 +72,7 @@ But, if you need to hack Telemeta without installing it (i.e. link it through yo
 TimeSide (web audio components)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Install it using pip::
+I should be install with the pip method, otherwise install it manually::
 
     sudo pip install timeside
 
index 500da5306434736d05ba25c97ac83887949d9774..8b2fb1a29193876f8ca6a6c2de54ca86e4951240 100644 (file)
@@ -8,7 +8,7 @@ recursive-include doc *
 recursive-include example *
 recursive-include telemeta/locale *
 recursive-include telemeta/templates *
-recursive-include telemeta/htdocs *
+recursive-include telemeta/static *
 recursive-include telemeta/backup *
 recursive-include telemeta/pages *
 global-exclude *.pyc
diff --git a/telemeta/static/telemeta/images/bg_yt_bg.png b/telemeta/static/telemeta/images/bg_yt_bg.png
new file mode 100644 (file)
index 0000000..d437ce2
Binary files /dev/null and b/telemeta/static/telemeta/images/bg_yt_bg.png differ
diff --git a/telemeta/static/telemeta/images/bg_yt_bl.png b/telemeta/static/telemeta/images/bg_yt_bl.png
new file mode 100644 (file)
index 0000000..e36a9a4
Binary files /dev/null and b/telemeta/static/telemeta/images/bg_yt_bl.png differ
diff --git a/telemeta/static/telemeta/images/bg_yt_yl.png b/telemeta/static/telemeta/images/bg_yt_yl.png
new file mode 100644 (file)
index 0000000..3ee4bb4
Binary files /dev/null and b/telemeta/static/telemeta/images/bg_yt_yl.png differ