]> git.parisson.com Git - telemeta.git/commitdiff
update doc
authoryomguy <yomguy@parisson.com>
Wed, 26 Oct 2011 09:35:12 +0000 (11:35 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 26 Oct 2011 09:35:12 +0000 (11:35 +0200)
INSTALL.rst
README.rst

index 63b0ca5056ac513c76da2254cf5910208bb9b9c5..0b327581caccedd0a71c5459f9feca51fd9a5c06 100644 (file)
@@ -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)
 -------------------------
index 0b61fad6b2556bf13531aad75802fe609bd83b95..4af2ea2177a9664ee728cf57b4d15735521457f4 100644 (file)
@@ -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
 =======