=================================================
:category: About
-:save_as: index.html
+:pin_to_top: True
.. image:: images/logo_telemeta_2.png
:alt: Telemeta logo
1.5.1
++++++
- * Fix geo-navigator lists and pagination
- * Fix item analyses cleanup after file edit
- * Fix performance and keywords copy during item copy
- * Add various annotation mime types (ELAN, Trancriber, Sonic Visualizer)
- * Add arabic translations through Telemeta-locales (thanks to @AnasGhrab)
- * Fix arabic and chinese codes in sandbox
- * Better locale / pages management
- * A better management of RTL for arabic page style
+* Fix geo-navigator lists and pagination
+* Fix item analyses cleanup after file edit
+* Fix performance and keywords copy during item copy
+* Add various annotation mime types (ELAN, Trancriber, Sonic Visualizer)
+* Add arabic translations through Telemeta-locales (thanks to @AnasGhrab)
+* Fix arabic and chinese codes in sandbox
+* Better locale / pages management
+* A better management of RTL for arabic page style
1.5
+++++
- * Compatible with Django 1.6.x
- * Compatible with TimeSide 0.7.x
- * Huge refactor of all forms, detail and edit views
- * Main styles (buttons, tabs) are now based Bootstrap 3 and JQuery 2.1
- * Update models and views as needed by the CREM
- * New depedencies
+* Compatible with Django 1.6.x
+* Compatible with TimeSide 0.7.x
+* Huge refactor of all forms, detail and edit views
+* Main styles (buttons, tabs) are now based Bootstrap 3 and JQuery 2.1
+* Update models and views as needed by the CREM
+* New depedencies
-1.4.6
-+++++
-
- * 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
-
-
-See also the `full changelog <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG.rst>`_.
+See previous releases `here <https://github.com/Parisson/Telemeta/releases>`_.
Examples
Telemeta 1.2 is out!
######################
-:category: Release
+:category: Releases
:date: 2011-10-31 14:39
Changes:
Telemeta 1.3 has been released !
#################################
-:category: Release
+:category: Releases
:date: 2011-12-06 23:06
Changes:
Telemeta 1.4.3 has been released !
##################################
-:category: Release
+:category: Releases
:date: 2012-05-31 22:57
Changes:
Telemeta 1.4.4 is out !
########################
-:category: Release
+:category: Releases
:date: 2012-10-04 16:52
Changes:
Telemeta 1.4.5 has been released!
#################################
-:category: Release
+:category: Releases
:date: 2014-01-20 22:48
After a long debugging and producing period, Telemeta reaches a nice stable version.
Telemeta 1.4.6 is out!
######################
-:category: Release
+:category: Releases
:date: 2014-11-24 12:44
Changelog:
Telemeta 1.4 is out!
#####################
-:category: Release
+:category: Releases
:date: 2012-02-14 16:29
Changes:
Telemeta 1.5 is out!
####################
-:category: Release
+:category: Releases
: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.
}
.navbar-default {
-background-color: #6a0307;
-border-color: #5a0307;
+ background-color: #6a0307;
+ border-color: #5a0307;
}
blockquote {
font-size: 14px;
}
-a {
- color: #6a0307;
+a, a:visited {
+ color: #BB0000;
+ text-decoration:none;
+}
+
+a:hover {
+ color: #BB0000;
+ background-color: transparent;
+ text-decoration: underline;
+}
+
+.tag-4 {
+ font-size: 12px;
}
from __future__ import unicode_literals
AUTHOR = u'Parisson Sarl'
-SITENAME = u'Telemeta'
-#SITEURL = ''
+SITENAME = u'Telemeta project'
+
+TIMEZONE = 'Europe/Paris'
+DEFAULT_LANG = u'en'
+DEFAULT_DATE = 'fs'
+
+SITEURL = 'http://parisson.github.io/Telemeta/'
RELATIVE_URLS = True
PATH = 'content/'
+DELETE_OUTPUT_DIRECTORY = False
THEME = 'themes/pelican-bootstrap3'
BOOTSTRAP_THEME = 'united'
-TIMEZONE = 'Europe/Paris'
-
-DEFAULT_LANG = u'en'
-DEFAULT_DATE = 'fs'
-
SUMMARY_MAX_LENGTH = 127
SLUGIFY_SOURCE = 'title'
DEFAULT_PAGINATION = 10
-
# Feed generation is usually not desired when developing
-FEED_ALL_ATOM = None
-CATEGORY_FEED_ATOM = None
+FEED_ALL_ATOM = 'feeds/all.atom.xml'
+CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
TRANSLATION_FEED_ATOM = None
-AUTHOR_FEED_ATOM = None
-AUTHOR_FEED_RSS = None
# Blogroll
-LINKS = (('Pelican', 'http://getpelican.com/'),
- ('Python', 'http://python.org/'),
+LINKS = (('Python', 'http://python.org/'),
('Django', 'https://www.djangoproject.com/'),
+ ('TimeSide', 'https://github.com/Parisson/TimeSide'),
+ ('Docker', 'https://www.docker.com/')
)
# Social widget
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
-# PLUGIN_PATHS = ['plugins']
-# PLUGINS = ['pin_to_top']
+PLUGIN_PATHS = ['plugins']
+PLUGINS = ['pin_to_top']
STATIC_PATHS = ['images', 'css']
CUSTOM_CSS = 'css/custom.css'
-# SITELOGO = '/images/logo_telemeta_2.png'
\ No newline at end of file
+# SITELOGO = '/images/logo_telemeta_2.png'
+EXTRA_PATH_METADATA = {
+ #'robots.txt': {'path': 'robots.txt'},
+ 'images/favicon.ico': {'path': 'favicon.ico'}
+}
+
+DISQUS_SITENAME='telemetaorg'
+
+TWITTER_CARDS = True
+TWITTER_USERNAME = 'telemeta'
+TWITTER_WIDGET_ID = '585766293153968128'
+
+GITHUB_USER = 'Parisson'
+
+# Content licensing: CC-BY
+CC_LICENSE = "CC-BY"
+
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
+{% get_current_language_bidi as LANGUAGE_BIDI %}
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>