From 8f2b01d4b58e2718d412ad51d2184d99c8ccae7b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 18 Nov 2014 09:45:09 +0100 Subject: [PATCH] add pins --- README.rst | 15 ++++++++++++--- tests/__init__.py | 1 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a1f9a80b..e2740ac8 100644 --- a/README.rst +++ b/README.rst @@ -2,15 +2,24 @@ Telemeta: open web audio app with semantics =============================================== -For personal or collaborative media archiving projects, research laboratories and digital humanities, especially in ethnomusicological use cases. +|version| |downloads| |travis_master| |coveralls_master| -Based on Python, Django, HTML5, CSS and JavaScript. +.. |travis_master| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=master + :target: https://travis-ci.org/Parisson/Telemeta/ + +.. |version| image:: https://pypip.in/version/Telemeta/badge.png + :target: https://pypi.python.org/pypi/Telemeta/ + :alt: Version + +.. |downloads| image:: https://pypip.in/download/Telemeta/badge.svg + :target: https://pypi.python.org/pypi/Telemeta/ + :alt: Downloads Overview ========= -Telemeta is a free and open source web audio archiving software which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with all 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 software which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with extensive metadata. It is dedicated to collaborative media archiving projects, research laboratories and digital humanities - and especially in ethnomusicological use cases - 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. Key features: diff --git a/tests/__init__.py b/tests/__init__.py index 84c350ed..139597f9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,2 @@ -#!/usr/bin/python -- 2.39.5