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
: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
=========
--- /dev/null
+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
--- /dev/null
+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
--- /dev/null
+body {
+ font-size: 16px;
+}
+
+.navbar-default {
+background-color: #6a0307;
+border-color: #5a0307;
+}
+
+blockquote {
+ font-size: 14px;
+}
+
+a {
+ color: #6a0307;
+}
--- /dev/null
+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>`_
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'
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
-
# Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'),
('Python', 'http://python.org/'),
# 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
-Subproject commit 597fa21941413c1ad1a8160a8c7dbc183c65c9ad
+Subproject commit 4fd533395a9c6f89cfed928bf2d05a80c37efb67