]> git.parisson.com Git - telemeta.git/commitdiff
add more logs
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Apr 2015 00:27:26 +0000 (02:27 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Apr 2015 00:27:26 +0000 (02:27 +0200)
.gitmodules
doc/blog/content/README.rst
doc/blog/content/TM-1.4.6.rst [new file with mode: 0644]
doc/blog/content/TM-1.5.rst [new file with mode: 0644]
doc/blog/content/css/custom.css [new file with mode: 0644]
doc/blog/content/images/logo_telemeta_2.png [new file with mode: 0644]
doc/blog/content/soundsoftware2014.rst [new file with mode: 0644]
doc/blog/pelicanconf.py
doc/blog/themes/pelican-bootstrap3

index 962e47002fae9f45a67aa6dd659afb1fd0a67175..419e956ed06490f2bd9699512823323061dc8c29 100644 (file)
@@ -6,4 +6,4 @@
        url = https://github.com/Parisson/Telemeta-locales.git
 [submodule "doc/blog/themes/pelican-bootstrap3"]
        path = doc/blog/themes/pelican-bootstrap3
-       url = https://github.com/yomguy/pelican-bootstrap3.git
+       url = https://github.com/DandyDev/pelican-bootstrap3.git
index 6a553af7983dfa411f582a9359b89fa0042a44a2..d4d771a82c778f135ef5b839f029775764cb1994 100644 (file)
@@ -7,16 +7,8 @@ Telemeta: open web audio platform with semantics
 :URL:
 :save_as: index.html
 
-|version| |downloads|
-
-.. |version| image:: https://pypip.in/version/Telemeta/badge.png
-   :target: https://pypi.python.org/pypi/Telemeta/
-   :alt: Version
-
-.. |downloads| image:: https://pypip.in/download/Telemeta/badge.png
-   :target: https://pypi.python.org/pypi/Telemeta/
-   :alt: Downloads
-
+.. image:: /images/logo_telemeta_2.png
+    :alt: Telemeta logo
 
 Overview
 =========
diff --git a/doc/blog/content/TM-1.4.6.rst b/doc/blog/content/TM-1.4.6.rst
new file mode 100644 (file)
index 0000000..0b6103a
--- /dev/null
@@ -0,0 +1,20 @@
+Telemeta 1.4.6 is out!
+######################
+
+:category: News
+:date: 2014-11-24 12:44
+
+Changelog:
+
+* Drastically improve collection zip packaqe streaming thanks to zipstream (check NEW dependencies)
+* Compatible with TimeSide >= 0.5.2
+* Add URL field to item so that a external sound can be indexed and streamed
+* Add TIMESIDE_AUTO_ZOOM in settings to auto toggle the player in zooming mode
+* Add TIMESIDE_DEFAULT_GRAPHER_ID in settings to select the default grapher in the player
+* Add minor migrations
+* Fix marker display bug
+* This is a transitional, minor release because 1.5 will be released soon.
+
+Download
+
+* http://pypi.python.org/packages/source/T/Telemeta/Telemeta-1.4.6.tar.gz
diff --git a/doc/blog/content/TM-1.5.rst b/doc/blog/content/TM-1.5.rst
new file mode 100644 (file)
index 0000000..38122fd
--- /dev/null
@@ -0,0 +1,20 @@
+Telemeta 1.5 is out!
+####################
+
+:category: News
+:date: 2015-01-26 10:42
+
+After months of hard work we are pleased to release a big update to Telemeta communities. It represents a huge milestone that makes Telemeta now compatible with more modern web technologies.
+
+Changelog:
+
+* Django 1.6.x compatibility
+* TimeSide 0.7.x compatibility
+* Huge refactoring of all forms, detail and edit views based on class based views
+* Main styles (buttons, tabs) are now based Bootstrap 3 and JQuery 2.1
+* Update of models and views as needed by the CREM
+* WARNING! Be careful to the new dependencies before updating
+
+Download
+
+* http://pypi.python.org/packages/source/T/Telemeta/Telemeta-1.4.6.tar.gz
diff --git a/doc/blog/content/css/custom.css b/doc/blog/content/css/custom.css
new file mode 100644 (file)
index 0000000..d92dc96
--- /dev/null
@@ -0,0 +1,16 @@
+body {
+    font-size: 16px;
+}
+
+.navbar-default {
+background-color: #6a0307;
+border-color: #5a0307;
+}
+
+blockquote {
+    font-size: 14px;
+}
+
+a {
+    color: #6a0307;
+}
diff --git a/doc/blog/content/images/logo_telemeta_2.png b/doc/blog/content/images/logo_telemeta_2.png
new file mode 100644 (file)
index 0000000..62cec47
Binary files /dev/null and b/doc/blog/content/images/logo_telemeta_2.png differ
diff --git a/doc/blog/content/soundsoftware2014.rst b/doc/blog/content/soundsoftware2014.rst
new file mode 100644 (file)
index 0000000..fff7525
--- /dev/null
@@ -0,0 +1,9 @@
+Telemeta at QMUL
+################
+
+:category: News
+:date: 2014-07-8 01:42
+
+We presented TimeSide, the open web audio processing framework, at the Queen Mary University of London (ArtsOne Lecture Theatre) for the `third Workshop on Software and Data for Audio and Music Research <http://soundsoftware.ac.uk/soundsoftware2014>`_.
+
+`Slides <​https://github.com/Parisson/Telemeta-doc/raw/master/Workshops/SoundSoftware_2014/TimeSide_SoundSoftware_2014_07.pdf>`_
index b3f0d60d70023460b6883f4b87f3a9d2094dceba..3348a843ca1b03ecdbbd117d3abe211c65f6a5d2 100644 (file)
@@ -3,11 +3,11 @@
 from __future__ import unicode_literals
 
 AUTHOR = u'Parisson Sarl'
-SITENAME = u'Telemeta.org'
+SITENAME = u'Telemeta'
 #SITEURL = ''
 RELATIVE_URLS = True
 
-PATH = 'content'
+PATH = 'content/'
 
 THEME = 'themes/pelican-bootstrap3'
 BOOTSTRAP_THEME = 'united'
@@ -29,7 +29,6 @@ TRANSLATION_FEED_ATOM = None
 AUTHOR_FEED_ATOM = None
 AUTHOR_FEED_RSS = None
 
-
 # Blogroll
 LINKS =  (('Pelican', 'http://getpelican.com/'),
           ('Python', 'http://python.org/'),
@@ -49,4 +48,6 @@ SOCIAL = (('Twitter', 'https://twitter.com/telemeta/'),
 # PLUGIN_PATHS = ['plugins']
 # PLUGINS = ['pin_to_top']
 
-CUSTOM_CSS = 'theme/css/custom.css'
+STATIC_PATHS = ['images', 'css']
+CUSTOM_CSS = '/css/custom.css'
+# SITELOGO = '/images/logo_telemeta_2.png'
\ No newline at end of file
index 597fa21941413c1ad1a8160a8c7dbc183c65c9ad..4fd533395a9c6f89cfed928bf2d05a80c37efb67 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 597fa21941413c1ad1a8160a8c7dbc183c65c9ad
+Subproject commit 4fd533395a9c6f89cfed928bf2d05a80c37efb67