From ba7f476cdab231eaedea93929c3f7c1a7a7e1351 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 23:12:20 +0000 Subject: [PATCH] add and fix README.html --- README | 20 +++- README.html | 333 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 348 insertions(+), 5 deletions(-) create mode 100644 README.html diff --git a/README b/README index 14b1351..3f1c218 100644 --- a/README +++ b/README @@ -2,7 +2,10 @@ README ====== -TimeSide is a set of client and server side components for audio-enabling web sites and applications. It includes a powerful DHTML-based interactive player, with support for time-marking. The server side components provide generic APIs for easy transcoding, metadata embedding, sound visualization and audio analysis. +TimeSide is a set of client and server side components for audio-enabling web sites and applications. +It includes a powerful DHTML-based interactive player, with support for time-marking. +The server side components provide generic APIs for easy transcoding, metadata embedding, +sound visualization and audio analysis. Platforms ========= @@ -10,13 +13,20 @@ Platforms TimeSide is intended to work on all Unix / Linux platforms. MacOS X and Windows versions will soon be explorated. + Dependencies ============ -python (>= 2.4), python-xml, python-mutagen, python-imaging (>= 1.1.6), -python-numpy, python-setuptools (>= 0.6b3), libsndfile1 (>= 1.0.17), -python-gst0.10, gstreamer0.10-plugins-base, gstreamer0.10-plugins-fluendo-mp3, -gstreamer0.10-plugins-good +python (>= 2.4), python-xml, python-mutagen, python-imaging (>= 1.1.6),python-numpy, +python-setuptools (>= 0.6b3), python-gst0.10, gstreamer0.10-plugins-base, +gstreamer0.10-plugins-fluendo-mp3, gstreamer0.10-plugins-good + + +Install +======= + +See INSTALL. + License ======= diff --git a/README.html b/README.html new file mode 100644 index 0000000..7ecaf5d --- /dev/null +++ b/README.html @@ -0,0 +1,333 @@ + + + + + + +README + + + +
+

README

+ +

TimeSide is a set of client and server side components for audio-enabling web sites and applications. +It includes a powerful DHTML-based interactive player, with support for time-marking. +The server side components provide generic APIs for easy transcoding, metadata embedding, +sound visualization and audio analysis.

+
+

Platforms

+

TimeSide is intended to work on all Unix / Linux platforms. +MacOS X and Windows versions will soon be explorated.

+
+
+

Dependencies

+

python (>= 2.4), python-xml, python-mutagen, python-imaging (>= 1.1.6),python-numpy, +python-setuptools (>= 0.6b3), python-gst0.10, gstreamer0.10-plugins-base, +gstreamer0.10-plugins-fluendo-mp3, gstreamer0.10-plugins-good

+
+
+

Install

+

See INSTALL.

+
+
+

License

+

TimeSide is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version.

+

TimeSide is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+
+
+

Contact and Informations

+

See http://code.google.com/p/timeside/

+
+
+ + + -- 2.39.5