From: yomguy <> Date: Thu, 22 Apr 2010 11:42:49 +0000 (+0000) Subject: update doc and version X-Git-Tag: 1.1~500 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=27b7e15d60e5d5d4bcb879b32a2d3d29f8afe947;p=telemeta.git update doc and version --- diff --git a/INSTALL b/INSTALL index 0515dab0..2e45ef4b 100644 --- a/INSTALL +++ b/INSTALL @@ -187,3 +187,15 @@ By default, the server starts on the port 8000. You can override this with, for See README and http://telemeta.org for more informations. + +------------------- +9. Configure Apache +------------------- + +If you want to use Telemeta through a web server, it is highly recommended to use Apache 2 +with the mod_wsgi module as explained in the following page : + +http://docs.djangoproject.com/en/1.1/howto/deployment/modwsgi/#howto-deployment-modwsgi + +This will prevent Apache to put some audio data in the cache memory as it is usually the case with mod_python. + diff --git a/setup.py b/setup.py index ef9615bd..17602bd2 100644 --- a/setup.py +++ b/setup.py @@ -63,15 +63,15 @@ with open standards. Here are the main features of Telemeta: * Secure archiving, editing and publishing of audio files over internet. - * "On the fly" transcoding and metadata encapsulating (FLAC, OGG, MP3, WAV, etc..) * User friendly web frontend including workflows and high level search methods * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2) - * "On the fly" complex audio analyzers based on an easy plugin architecture + * "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 - * XML metadata backup - * Auto audio-marking with synthetized voices reading metadata (optional) - * Anti-corruption data security management with par2 recovery keys - * Data synchronizing over remote servers (rsync + ssh methods) The Telemeta data model is based on 'collections' and 'items'. A collection is described by its metadata and includes original audio items (sounds) and its own metadata. This diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 575d3479..57905da8 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -12,7 +12,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '0.5.0' +__version__ = '0.5.1' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2010 Parisson SARL and Samalyse SARL' __license__ = 'CeCILL2'