From: yomguy Date: Fri, 17 Feb 2012 11:51:41 +0000 (+0100) Subject: tag 1.4.1 X-Git-Tag: 1.4.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9f838ba667ce421b9dc20a2272bc62144667eecd;p=telemeta.git tag 1.4.1 --- diff --git a/README.rst b/README.rst index c14c9778..ca6fa92e 100644 --- a/README.rst +++ b/README.rst @@ -9,16 +9,22 @@ Telemeta is a free and open source web audio archiving software which introduces Here are the main features of Telemeta: - * Secure archiving, editing and publishing of audio files over internet. - * User friendly and full HTML web frontend including workflows and high level search methods - * Smart dynamical and skinnable audio player (thanks to Timeside and SoundManager2) - * "On the fly" analyzing, transcoding and metadata embedding based on an easy plugin architecture - * Multi-format support : FLAC, OGG, MP3, WAV and more - * GEO Navigator for audio geolocalization - * DublinCore compatibility - * OAI-PMH data provider - * XML serialized backup - * Strong SQL backend + * Secure archiving, editing and publishing of audio files over internet. + * Pure HTML web user interface including dynamical forms and smart workflows + * Smart dynamical and skinnable audio player (thanks to TimeSide and SoundManager2) + * "On the fly" audio analyzing, transcoding and metadata embedding based on an easy plugin architecture + * Social cumulative indexing with semantic ontologies and timecoded markers + * Multi-format support : FLAC, OGG, MP3, WAV and more + * User management with individual desk, lists, profiles and rights + * Playlist management for all users with CSV data export + * Geo-Navigator for audio geolocalization + * High level search engine + * DublinCore compatibility + * OAI-PMH data provider + * RSS feed generators + * XML serialized backup + * Strong SQL or Oracle backend + * Multi-language support (now english and french) This web audio CMS is exclusively based on open source modules and can be run on any Unix or Linux system. It is mostly written in Python and JavaScript. @@ -32,7 +38,13 @@ See `INSTALL.rst `_ a News ====== -(from 1.3 to 1.4) +1.4.1 +++++++ + + Fix a bug for related media title parsing + +1.4 +++++++ For users: diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 4ed53040..3978e9ca 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -12,7 +12,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.4' +__version__ = '1.4.1' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2012 Parisson' __license__ = 'CeCILL-2'