]> git.parisson.com Git - timeside.git/commitdiff
fix all new links
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Nov 2014 12:40:55 +0000 (13:40 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Nov 2014 12:40:55 +0000 (13:40 +0100)
README.rst
doc/source/dev.rst
doc/source/doc.rst
doc/source/intro.rst
doc/source/news.rst
doc/source/ui.rst

index 9f6984a1a37b8a1e96bc4b6b76da045c937e60b0..570bf2e2398733489f11ddd5b421cd22a58a2ec6 100644 (file)
@@ -36,16 +36,16 @@ Goals
 * **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`__ which embed TimeSide).
 
 
-Support
-=======
+Funding and Support
+===================
 
-To fund the project and continue our development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know:
+To fund the project and continue our fast development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know:
 
  * star or fork the project on `GitHub <https://github.com/Parisson/TimeSide>`_
  * tweet something to `@parisson_studio <https://twitter.com/parisson_studio>`_ or `@yomguy <https://twitter.com/yomguy>`_
  * drop us an email <support@parisson.com>
 
-Thanks for your support!
+Thanks for your help!
 
 Architecture
 ============
@@ -108,7 +108,7 @@ News
   * Results are now stored in pipe.results as as dictionnary of AnalyzerResults
   * Update various processors
   * Prevent duplication of processor in the pipe (i.e. processors sharing the same class and parameters). This also fix #60.
-  * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/
+  * Update of Travis CI scripts https://travis-ci.org/Parisson/TimeSide/
 
 0.5.6
 
@@ -116,7 +116,7 @@ News
   * Fix analyzer instanciation as parent for some graphers
   * Store analyzer's results in pipe.results by uuid instead of id (fix #24)
 
-For older news, please visit: https://github.com/yomguy/TimeSide/blob/master/NEWS.rst
+For older news, please visit: https://github.com/Parisson/TimeSide/blob/master/NEWS.rst
 
 Processors
 ==========
@@ -192,7 +192,7 @@ API / Documentation
 * General : http://files.parisson.com/timeside/doc/
 * Tutorial : http://files.parisson.com/timeside/doc/tutorial/index.html
 * API : http://files.parisson.com/timeside/doc/api/index.html
-* Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player")
+* Player / UI : https://github.com/Parisson/TimeSide/wiki/Ui-Guide (see also "Web player")
 * Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
 * Usage : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
 
@@ -300,14 +300,14 @@ Features:
     * fully skinnable with CSS style
 
 Screenshot:
- .. image:: https://raw.github.com/yomguy/TimeSide/master/doc/slides/img/timeside_player_01.png
+ .. image:: https://raw.github.com/Parisson/TimeSide/master/doc/slides/img/timeside_player_01.png
 
 Examples of the player embeded in the Telemeta open web audio CMS:
     * http://parisson.telemeta.org/archives/items/PRS_07_01_03/
     * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/
 
 Development documentation:
-    * https://github.com/yomguy/TimeSide/wiki/Ui-Guide
+    * https://github.com/Parisson/TimeSide/wiki/Ui-Guide
 
 TODO list:
     * zoom
@@ -390,14 +390,14 @@ First, install Docker: https://docs.docker.com/installation/
 
 Then, simply pull our dev image and run::
 
-  sudo docker pull yomguy/timeside
-  sudo docker run -i -t yomguy/timeside bash
+  sudo docker pull parisson/timeside
+  sudo docker run -i -t parisson/timeside bash
 
-More infos: https://registry.hub.docker.com/u/yomguy/timeside/
+More infos: https://registry.hub.docker.com/u/parisson/timeside/
 
 To start the web server through the container::
 
-  sudo docker run -p 9000:80 yomguy/timeside supervisord -n
+  sudo docker run -p 9000:80 parisson/timeside supervisord -n
 
 Finally browse http://localhost:9000/api/
 
index 51d9a658d09adf1fbef4da7c7a0d63d752f4c0a0..b03256cd4595b802300a0031fa4318dc9630148a 100644 (file)
@@ -58,14 +58,14 @@ First, install Docker: https://docs.docker.com/installation/
 
 Then, simply pull our dev image and run::
 
-  sudo docker pull yomguy/timeside
-  sudo docker run -i -t yomguy/timeside bash
+  sudo docker pull parisson/timeside
+  sudo docker run -i -t parisson/timeside bash
 
-More infos: https://registry.hub.docker.com/u/yomguy/timeside/
+More infos: https://registry.hub.docker.com/u/parisson/timeside/
 
 To start the web server through the container::
 
-  sudo docker run -p 9000:80 yomguy/timeside supervisord -n
+  sudo docker run -p 9000:80 parisson/timeside supervisord -n
 
 Finally browse http://localhost:9000/api/
 
index 450ed3e066ba5420b7817b85438f50363b79a4ea..abd22c538adf5fcaebf2de4c5cf0c1cff6eeee8f 100644 (file)
@@ -4,7 +4,7 @@ API / Documentation
 * General : http://files.parisson.com/timeside/doc/
 * Tutorial : http://files.parisson.com/timeside/doc/tutorial/index.html
 * API : http://files.parisson.com/timeside/doc/api/index.html
-* Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player")
+* Player / UI : https://github.com/Parisson/TimeSide/wiki/Ui-Guide (see also "Web player")
 * Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
 * Usage : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
 
index bb4230fd5494cbb1e3fe4fcd6384847a423583b0..a71ad62d19c524b476783166bd366f2a871207a6 100644 (file)
@@ -36,16 +36,16 @@ Goals
 * **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`__ which embed TimeSide).
 
 
-Support
-=======
+Funding and Support
+===================
 
-To fund the project and continue our development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know:
+To fund the project and continue our fast development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know:
 
  * star or fork the project on `GitHub <https://github.com/Parisson/TimeSide>`_
  * tweet something to `@parisson_studio <https://twitter.com/parisson_studio>`_ or `@yomguy <https://twitter.com/yomguy>`_
  * drop us an email <support@parisson.com>
 
-Thanks for your support!
+Thanks for your help!
 
 Architecture
 ============
index 471acf484106c589ed18f0be9d5906ade401feb7..d8a1c67d1b7fda846b4fde7cdb9c51303114f1ff 100644 (file)
@@ -18,7 +18,7 @@ News
   * Results are now stored in pipe.results as as dictionnary of AnalyzerResults
   * Update various processors
   * Prevent duplication of processor in the pipe (i.e. processors sharing the same class and parameters). This also fix #60.
-  * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/
+  * Update of Travis CI scripts https://travis-ci.org/Parisson/TimeSide/
 
 0.5.6
 
@@ -26,5 +26,5 @@ News
   * Fix analyzer instanciation as parent for some graphers
   * Store analyzer's results in pipe.results by uuid instead of id (fix #24)
 
-For older news, please visit: https://github.com/yomguy/TimeSide/blob/master/NEWS.rst
+For older news, please visit: https://github.com/Parisson/TimeSide/blob/master/NEWS.rst
 
index 3f7f6ad6127b50c34667d8f8a801385409f022d5..80e6fb526286988bb0fe921c5fa443d454ef96b8 100644 (file)
@@ -64,14 +64,14 @@ Features:
     * fully skinnable with CSS style
 
 Screenshot:
- .. image:: https://raw.github.com/yomguy/TimeSide/master/doc/slides/img/timeside_player_01.png
+ .. image:: https://raw.github.com/Parisson/TimeSide/master/doc/slides/img/timeside_player_01.png
 
 Examples of the player embeded in the Telemeta open web audio CMS:
     * http://parisson.telemeta.org/archives/items/PRS_07_01_03/
     * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/
 
 Development documentation:
-    * https://github.com/yomguy/TimeSide/wiki/Ui-Guide
+    * https://github.com/Parisson/TimeSide/wiki/Ui-Guide
 
 TODO list:
     * zoom