]> git.parisson.com Git - telemeta.git/commitdiff
tag 1.4.1 1.4.1
authoryomguy <yomguy@parisson.com>
Fri, 17 Feb 2012 11:51:41 +0000 (12:51 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 17 Feb 2012 11:51:41 +0000 (12:51 +0100)
README.rst
telemeta/__init__.py

index c14c9778c53825b8010160cc1f43683b619e943f..ca6fa92e52814d4eb0f3b40733e81f51a0df6cab 100644 (file)
@@ -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 <http://github.com/yomguy/Telemeta/blob/master/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:
 
index 4ed53040d613b1a2c5e3547c0921e77839696a9e..3978e9ca884cfad4b41d27ebe8c51342b11335da 100644 (file)
@@ -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'