From: yomguy Date: Wed, 26 Oct 2011 09:35:12 +0000 (+0200) Subject: update doc X-Git-Tag: 1.1~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28ccd1643819c17c91a445b5e67da8c23f6ec5b3;p=telemeta.git update doc --- diff --git a/INSTALL.rst b/INSTALL.rst index 63b0ca50..0b327581 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -67,24 +67,22 @@ In order to use markers on the player, you will need a JSON-RPC server for djang Install Telemeta ------------------ -* On Debian style systems, if you have added our repositories:: - - sudo apt-get install telemeta - -* Else: - - Download the latest release of telemeta at - http://telemeta.org - - Uncompress the archive like:: - - tar xzvf telemeta_0.9.6.tar.gz - - Go to the main folder of telemeta and run this command - in a shell as root:: +* Using python package tools:: + sudo pip install telemeta + + or:: + + sudo easy_install telemeta + +* Downloading the latest tar archive at http://telemeta.org + Uncompress it and install. For example:: + + tar xzf telemeta-1.0.tar.gz + cd telemeta-1.0 sudo python setup.py install + ------------------------- Fast testing (sandbox) ------------------------- diff --git a/README.rst b/README.rst index 0b61fad6..4af2ea21 100644 --- a/README.rst +++ b/README.rst @@ -2,23 +2,19 @@ README ======= -Telemeta: Web Audio Content Management System +Telemeta: a web Audio Content Management System Introduction ============ -Telemeta is a web audio archiving program which introduces useful and secure methods to -backup, index, transcode, analyse and publish any digitalized audio file with its metadata. -It is dedicated to professionnals who wants to easily backup and publish documented sounds -from collections of vinyls, magnetic tapes or audio CDs over a strong database, -in accordance with open standards. +Telemeta is a web audio archiving program which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with its metadata. It is dedicated to professionnals who wants to easily organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. Here are the main features of Telemeta: * Secure archiving, editing and publishing of audio files over internet. * User friendly web frontend including workflows and high level search methods - * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2) + * Smart dynamical and skinnable audio player (thanks to Timeside and SoundManager2) * "On the fly" analyzing, transcoding and metadata embedding based on an easy plugin architecture * Multi-format support : FLAC, OGG, MP3, WAV and more * GEO Navigator for audio geolocalization @@ -47,8 +43,7 @@ You're welcome to email us to join and commit your great ideas ;) To get the lastest development version, you need subversion and run:: - $ svn co http://svn.parisson.org/svn/telemeta/trunk telemeta - + $ git clone http://vcs.parisson.com/git/telemeta.git Licence =======