From: yomguy Date: Fri, 18 Jun 2010 23:27:23 +0000 (+0000) Subject: add UI doc and copyrights X-Git-Tag: 0.3.2~126 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4230311f24ea33f68e20bab63d13d79d4f257507;p=timeside.git add UI doc and copyrights --- diff --git a/INSTALL b/INSTALL index 736a861..7911198 100644 --- a/INSTALL +++ b/INSTALL @@ -114,7 +114,13 @@ For example, a normalization and a waveform, from a python shell:: >>> print 'Level:', analyzer.result() -4. More informations +4. TimeSide UI +-------------- + +See http://code.google.com/p/timeside/wiki/UiGuide + + +5. More informations ==================== See the website for more examples and information about the TimeSide API: @@ -124,4 +130,3 @@ http://code.google.com/p/timeside/ http://code.google.com/p/timeside/wiki/PythonApi http://code.google.com/p/timeside/source/browse/trunk/timeside/api.py - diff --git a/INSTALL.html b/INSTALL.html index ff7d2d6..60ccb42 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -387,9 +387,13 @@ $ python setup.py install >>> print 'Level:', analyzer.result() +
+

4. TimeSide UI

+

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

+
-

4. More informations

+

5. More informations

See the website for more examples and information about the TimeSide API:

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

http://code.google.com/p/timeside/wiki/PythonApi

@@ -399,7 +403,7 @@ $ python setup.py install diff --git a/README b/README index 29328be..abad920 100644 --- a/README +++ b/README @@ -17,9 +17,18 @@ 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 +For TimeSide Core:: + + 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 + +For TimeSide UI (optional):: + + * SoundManager 2 >= 2.91 : http://www.schillmania.com/projects/soundmanager2 + * jQuery => 1.2.6 : http://www.jquery.com + * jsGraphics => 3.03 http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm + * See timeside/ui/README Copyright diff --git a/README.html b/README.html index a316f00..752f02b 100644 --- a/README.html +++ b/README.html @@ -298,9 +298,19 @@ MacOS X and Windows versions will soon be explorated.

Dependencies

-

python (>= 2.4), python-xml, python-mutagen, python-imaging (>= 1.1.6),python-numpy, +

For TimeSide Core:

+
+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

+gstreamer0.10-plugins-fluendo-mp3, gstreamer0.10-plugins-good +
+

For TimeSide UI (optional):

+
+* SoundManager 2 >= 2.91 : http://www.schillmania.com/projects/soundmanager2
+* jQuery => 1.2.6 : http://www.jquery.com
+* jsGraphics => 3.03 http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm
+* See timeside/ui/README
+