]> git.parisson.com Git - telemeta.git/commitdiff
Modified http addresses to http://svn.parisson.org/telemeta/
authormomo <>
Wed, 7 Feb 2007 16:19:39 +0000 (16:19 +0000)
committermomo <>
Wed, 7 Feb 2007 16:19:39 +0000 (16:19 +0000)
INSTALL
README
debian/copyright
telemeta.py

diff --git a/INSTALL b/INSTALL
index cf61cda26c7a1fddfd6ac256e5f5cb53f6f5e85d..8d13bf7e12c84a443502d849883e7840a71380be 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -39,7 +39,7 @@ http://www.python.org/download/.
        
        Get the lastest version with :
 
-       svn co http://svn.yomix.org/svn/telemeta/trunk
+       svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous
 
        Now, open a shell (console, terminal, etc..), go to the main
        Telemeta directory and type AS ROOT :
diff --git a/README b/README
index ec4fc90f1184f737e75c7761d778d29f4e0eb431..9ffc28b22a4c46621669db8825651c608a903c15 100644 (file)
--- a/README
+++ b/README
@@ -54,16 +54,12 @@ On other linux platforms, get the lastest version on :
 and uncompress the archive.
 You can also get the lastest develoment version with subversion:
 
-       svn co http://svn.yomix.org/svn/telemeta/trunk telemeta
+       svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous
 
 Then go into the created directory and just type this with your favorite shell :
 
        python install.py
 
-To get the lastest development version, type :
-
-       svn co http://svn.yomix.org/svn/telemeta/trunk telemeta --username=anonymous
-
 Just press 'enter' for the password.
 
 See INSTALL file for more informations.
@@ -110,7 +106,7 @@ Other options:
        --recover      check an repair the backuped media with the previously 
                        created "par2" security key
        --rsync        synchronizes database to a remote server (ssh+rsync)
-       --erase-media  erases the media (flac, ogg, mp3) database
+       --erase        erases a collection (FLAC, OGG, MP3 only, never WAV !)
        --help         gives help page
 
 # 5. EXAMPLES
@@ -139,6 +135,6 @@ at <yomguy@altern.org>
 # 8. Contact
 # ==========
 
-Home page : http://svn.yomix.org/telemeta
+Home page : http://svn.parisson.org/telemeta
 E-mail    : Guillaume Pellerin <yomguy@altern.org>
 
index 6780c9611442931379c46c1677e9ea25639a3f50..7bfc73041c6a93016a41e5db20c06b1116569dbc 100644 (file)
@@ -1,13 +1,13 @@
-This package was debianized by Guillaume Pellerin <pellerin@parisson.com> on
+This package was debianized by Guillaume Pellerin <yomguy@altern.org> on
 Thu, 17 Aug 2006 22:42:14 +0200.
 
-It was downloaded from http://yomix.org/telemeta/
+It was downloaded from http://svn.parisson.org/telemeta/
 
 Upstream Author: Guillaume Pellerin <pellerin@parisson.com>
 
 Copyright:
 
-       Copyright (C) 2006 Guillaume Pellerin <pellerin@parisson.com>
+       Copyright (C) 2006-2007 Guillaume Pellerin <yomguy@altern.org>
 
 License:
 
@@ -19,7 +19,7 @@ License:
 
  The GPL may be found in /usr/share/common-licenses/GPL-2 on a Debian system.
 
-The Debian packaging is (C) 2006, Guillaume Pellerin <pellerin@parisson.com> and
+The Debian packaging is (C) 2006, Guillaume Pellerin <yomguy@altern.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
 
 # Please also look if there are files or directories which have a
index 4b7580e62ae55c85a82fcede008d25357d0d2e61..d46261d1424b2af9fc8e4401bb93d41236f2cf81 100755 (executable)
@@ -22,7 +22,7 @@
 
 # Version
 # =======
-version = '0.2.5'
+version = '0.2.7'
 
 # Modules and error routines
 # ==========================
@@ -94,7 +94,7 @@ elif sys.argv[1] == '--help':
        print "AUTHOR:"
        print "         Guillaume Pellerin <yomguy@altern.org>\n"
        print "URL:"
-       print "         http://yomix.org/telemeta\n"
+       print "         http://svn.parisson.org/telemeta\n"
        print 'IMPORTANT:'
        print "         With the '--album' option, it supposed that all your wav files in the directory are named respectively to this scheme :"
        print "            artist-title[-album-date-genre-description][.wav]"
@@ -102,7 +102,7 @@ elif sys.argv[1] == '--help':
        print "         Tags between [] are optional main tags.\n"
        print "FOR MORE INFORMATIONS :"
        print "         - read the README file"
-       print "         - go to http://svn.yomix.org/telemeta"
+       print "         - go to http://svn.parisson.org/telemeta"
        sys.exit('         - email me !\n')
 
 elif sys.argv[1] == '--version':