]> git.parisson.com Git - telemeta.git/commitdiff
fix desc
authoryomguy <yomguy@parisson.com>
Tue, 14 Feb 2012 15:15:58 +0000 (16:15 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 14 Feb 2012 15:15:58 +0000 (16:15 +0100)
INSTALL.rst
README.rst
setup.py

index ee885fac8d9a9356b9395c118f66c41093171ee7..f6d57b18b77dc658ac58c7ce2f31b451cefd07c6 100644 (file)
@@ -1,6 +1,3 @@
-===========
-INSTALL
-===========
 
 Don't worry, Telemeta is easy to setup as any other Django app !
 
index db06037aaf32e81cf81468459b9038a775dfff34..6d4d50011ea611714c58d93bd339113a28ffada9 100644 (file)
@@ -5,7 +5,7 @@ Telemeta: open web audio CMS
 Introduction
 ============
 
-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.
+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 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:
 
index 9a8ce46ebb404f54e90524239df47176612fd75d..f004a9a0912feaea6c78a4eebe74815ba505d071 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intende
 setup(
   name = "Telemeta",
   url = "http://telemeta.org",
-  description = "an open web audio CMS",
+  description = "open web audio CMS",
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",