From: yomguy Date: Tue, 2 Oct 2012 13:28:17 +0000 (+0200) Subject: update doc X-Git-Tag: 1.4.5~59^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e46cfb98f89b96a9bc5f2c684342f925cc9a209f;p=telemeta.git update doc --- diff --git a/.gitignore b/.gitignore index 885eeb7b..c452b7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ var sdist develop-eggs .installed.cfg +*.directory # Installer logs pip-log.txt diff --git a/INSTALL.rst b/INSTALL.rst index 618e842f..93b2262a 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index 500da530..8b2fb1a2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 index 00000000..d437ce28 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 index 00000000..e36a9a4e 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 index 00000000..3ee4bb48 Binary files /dev/null and b/telemeta/static/telemeta/images/bg_yt_yl.png differ