From: yomguy Date: Wed, 16 Nov 2011 09:19:16 +0000 (+0100) Subject: fix descriptions X-Git-Tag: 1.2.1~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=993e05682000b5e71afd077717f4d7ae02a45a9f;p=telemeta.git fix descriptions --- diff --git a/README.rst b/README.rst index e9f0e906..3923aa61 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,12 @@ README ======= -Telemeta: a web Audio Content Management System +Telemeta: an open web audio CMS Introduction ============ -Telemeta is a web audio archiving program which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with its metadata. It is dedicated to professionnals who wants to easily organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. +Telemeta is a free and open source web audio archiving program which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with its metadata. It is dedicated to professionnals who wants to easily organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. Here are the main features of Telemeta: @@ -22,11 +22,7 @@ Here are the main features of Telemeta: * XML serialized backup * Strong SQL backend -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 -existing model has been designed to fit the one of the French Centre of Etnomusicology (CREM) -but could be easily adapted/overrided to sue other data structures. - +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. Installation, upgrade and usage ================================ diff --git a/telemeta/pages/en/home.rst b/telemeta/pages/en/home.rst index c8615530..0fa0970c 100644 --- a/telemeta/pages/en/home.rst +++ b/telemeta/pages/en/home.rst @@ -1,6 +1,6 @@ -=================================================== -Telemeta : Web Audio Content Management System -=================================================== +================================== +Telemeta : an open web audio CMS +================================== `Telemeta `_ is a web audio archiving program which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with its metadata. It is dedicated to professionnals who wants to easily organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. @@ -21,7 +21,7 @@ Key features of Telemeta: * RSS feeds generator * XML serialized backup -The Telemeta data model is now based on *collection* and *item* elements. A *collection* is described by its metadata and is related to audio *items*. An *item* embeds audio files and its metadata. This model has been designed to fit the one of the French Centre of Ethnomusicology (`CREM `_) of the University of Paris Ouest - Nanterre but could be easily adapted or overrided to suit other data structures. +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. | diff --git a/telemeta/pages/fr/home.rst b/telemeta/pages/fr/home.rst index 2f794725..accfdeb6 100644 --- a/telemeta/pages/fr/home.rst +++ b/telemeta/pages/fr/home.rst @@ -1,6 +1,6 @@ -=================================================== -Telemeta : a web Audio Content Management System -=================================================== +=================================== +Telemeta : un CMS audio libre +=================================== `Telemeta `_ est une solution libre d'archivage et d'indexation audio basée sur une interface de type web. Elle offre des fonctions avancées d'édition, d'indexation, de transcodage, de publication et de sauvegarde d'archives audio et de leurs méta-données. Il donne accès aux ressources distantes publiées ou privatisés issues de collections numérisées (fichiers, CD audio, vinyl ou bandes magnétiques) par l'intermédiaire d'un simple navigateur ou d'une application dédiée en accord avec les standards du web. @@ -24,6 +24,7 @@ Liste des fonctionnalités principales: * Sauvegarde sérialisée des archives et de leurs métadonnées aux formats WAV + XML * Traduction complète anglais / français (détection automatique et/ou contrainte manuelle) -Telemeta incorpore ainsi un ensemble de fonctions spécifiques au travail des archives temporelles comme la musique ou la voix parlée / chantée, l'interface ayant été pensée par et pour les chercheurs. Les services de transposition des méta-données au format DublinCore à travers le protocole OAI-PMH permet de proposer l'ensemble des méta-données aux services de moissonnage institutionels tels que `Isidore `_ créé par le `TGE Adonis `_ pour les sciences humaines et sociales. +Ce CMS audio est exclusivement basé sur des modules open source et peut être installé sur tout système Linux ou Unix. +Il est majoritairement écrit en Python et JavaScript. | diff --git a/telemeta/templates/telemeta_default/index.html b/telemeta/templates/telemeta_default/index.html index 59523aed..a5bf2dc2 100644 --- a/telemeta/templates/telemeta_default/index.html +++ b/telemeta/templates/telemeta_default/index.html @@ -14,7 +14,7 @@ {% trans "Musical selection" %}
  • {{ sound_pub_item }}{% if sound_pub_item.alt_title %} ({{ sound_pub_item.alt_title }}){% endif %}
    {{ sound_pub_item.location.fullnames|to_string }}
    - +
@@ -58,7 +58,7 @@ {% for item in sound_pub_items %} + {% endfor %}
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
-