]> git.parisson.com Git - timeside.git/commitdiff
fix descriptions
authoryomguy <yomguy@parisson.com>
Tue, 22 Nov 2011 00:56:17 +0000 (01:56 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 22 Nov 2011 00:56:17 +0000 (01:56 +0100)
INSTALL.rst
README.rst
setup.py

index d2abc4967bbd293f816c93af18c66efd6ef9e618..53502e9f891a3728ea6f238c8dfffef946f6970f 100644 (file)
@@ -1,6 +1,6 @@
-================
-Install TimeSide
-================
+=======================
+Howto Install TimeSide
+=======================
 
 This file describe how to install the TimeSide python package from source.
 
index 991fb7aa2090203b6533cee85bd1d1c224ab30d4..d0039c65b6e883075916ad45d9abcb6ad985fa4a 100644 (file)
@@ -1,6 +1,6 @@
-=====================================
-TimeSide : open web audio components
-=====================================
+==============================================
+TimeSide : open and fast web audio components
+==============================================
 
 TimeSide is a set of client and server side components for audio-enabling web sites and applications.
 
@@ -8,6 +8,8 @@ It includes a powerful DHTML-based interactive player, with support for time-mar
 The server side components provide generic APIs for easy transcoding, metadata embedding,
 sound visualization and audio analysis.
 
+This library is mostly written in Python and JavaScrip / CSS
+
 
 Platforms
 =========
index 12bf8b98303d92c3b01cf540dff8f6154ddaf76a..14e5248789456f630bf4b3ec8495264c989a80ac 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ KEYWORDS = 'audio analyze transcode graph player metadata'
 setup(
   name = "TimeSide",
   url='http://code.google.com/p/timeside',
-  description = "open web audio components",
+  description = "open and fast web audio components",
   long_description = open('README.rst').read(),
   author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"],
   author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"],