]> git.parisson.com Git - telemeta.git/commitdiff
update doc and version
authoryomguy <>
Thu, 22 Apr 2010 11:42:49 +0000 (11:42 +0000)
committeryomguy <>
Thu, 22 Apr 2010 11:42:49 +0000 (11:42 +0000)
INSTALL
setup.py
telemeta/__init__.py

diff --git a/INSTALL b/INSTALL
index 0515dab019a390c105eb7c19e232ec270e176e4f..2e45ef4b05827c18a1f0d067e107abfaba2f698a 100644 (file)
--- 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.
+
index ef9615bd8c61341fa90c2ff50e6bb1b8c1679718..17602bd23d761be251c28e486e6a41eae3fb2f11 100644 (file)
--- 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
index 575d347985325728866ffa16a3c5f3da81656a51..57905da8f858758fa473d37934041da682bc1598 100644 (file)
@@ -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'