]> git.parisson.com Git - telemeta.git/commitdiff
Changed main repository to debian.parisson.org, fixed (C) dates
authoryomguy <>
Thu, 15 Feb 2007 13:45:31 +0000 (13:45 +0000)
committeryomguy <>
Thu, 15 Feb 2007 13:45:31 +0000 (13:45 +0000)
13 files changed:
INSTALL
README
audio_marking.py
audio_tools.py
collection.py
consts.py
debian/control
debian/telemeta.sgml
default_options.py
default_tags.py
install.py
tag_tools.py
telemeta.py

diff --git a/INSTALL b/INSTALL
index 8d13bf7e12c84a443502d849883e7840a71380be..c1a629a9fc070558dbd3e71714fe1bd06421d965 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ but the installation of some other programs.
 
 * On debian or Ubuntu just add these lines to your /etc/apt/sources-list:
 
-       deb http://yomix.org/debian/ binary/
-       deb-src http://yomix.org/debian/ source/
+       deb http://debian.parisson.org/ binary/
+       deb-src http://debian.parisson.org/ source/
 
        Then,
 
diff --git a/README b/README
index 9ffc28b22a4c46621669db8825651c608a903c15..7f42244e9d7188a63530c38178af467177c85100 100644 (file)
--- a/README
+++ b/README
@@ -39,17 +39,17 @@ Telemeta is written in python. So it doesn't require any compilation step.
 
 On debian or Ubuntu just add these lines to your /etc/apt/sources-list:
 
-       deb http://yomix.org/debian/ binary/
-       deb-src http://yomix.org/debian/ source/
+       deb http://debian.parisson.org/ binary/
+       deb-src http://ydebian.parisson.org/ source/
 
 Then,
 
        sudo apt-get update
        sudo apt-get install telemeta
 
-On other linux platforms, get the lastest version on :
+On other linux platforms, get the lastest tar.gz version on :
 
-       http://yomix.org/telemeta/download
+       http://debian.parisson.org/
 
 and uncompress the archive.
 You can also get the lastest develoment version with subversion:
index 0d30d2aeeac16dc1eb8c1baf2c587a32cb7b5671..b9ce93c8e7d90dc67bee4cb4533d1c5d6b7094b5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index dca5198d5ce86ab174931a6065144480eb435501..0c2ea7a26e2607aa09c08313fc1799fee7941fad 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 1f5fd79767eddec2388b37a353e6ca53f1a8c1c8..671de22fc10c936ff45de43c908b564e0d2b32e4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 0fa97a3788148a5d9f1cca7d87535a4ec9ba1dbf..250daed70f8d9bfbff35c4744e472543968e50ee 100755 (executable)
--- a/consts.py
+++ b/consts.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index fb8b353e3c5c0c8c08a9ef107d52ec2b8fae980e..76cddaf4536637b941fa4a264188fe4bc9b4e48d 100644 (file)
@@ -19,9 +19,11 @@ Description: backups, transcodes, tags and marks any audio content with metadata
  backuped. The files can be transcoded to WAV, FLAC, MP3 and OGG including
  the corresponding tags.
  Here are some cool functions:
-  - XML generation for metadata tags of backuped WAV
+  - XML generation for metadata tags of backuped WAV.
   - Audio marking from a given file or from tags thanks to the Festival speech
     systhesis tool
-  - File corruption security with par2 recovery files
-  - Database synchronizing to remote servers (ssh+rsync)
-  - Modify metadata from XML or interactive shell
+  - File corruption security with par2 recovery files.
+  - Database synchronizing to remote servers (ssh+rsync).
+  - Modify metadata from XML or interactive shell.
+
+ See http://svn.parisson.org/telemeta/ for more informations.
index 273635759878b11f239e4ad7d0f72603eb684bcd..a5396466bd8b054d0b23c2f7e910326dc6bbe54e 100644 (file)
@@ -204,21 +204,21 @@ manpage.1: manpage.sgml
          <para>Telemeta is written in python. So it doesn't require any compilation step.</para>  
          <para>On Debian or Ubuntu just add these lines to your /etc/apt/sources-list:</para>
          
-         <para><command>deb http://yomix.org/debian/ binary/</command></para>
-         <para><command>deb-src http://yomix.org/debian/ source/</command></para>
+         <para><command>deb http://debian.parisson.org/ binary/</command></para>
+         <para><command>deb-src http://debian.parisson.org/ source/</command></para>
   
          <para>Then,</para>
          
          <para><command>sudo apt-get update</command></para>
          <para><command>sudo apt-get install telemeta</command></para>
          
-         <para>On other linux platforms, <ulink url="http://yomix.org/telemeta/download/">download</ulink> the lastest .tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell :</para>
+         <para>On other linux platforms, <ulink url="http://debian.parisson.org/">download</ulink> the lastest tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell :</para>
          
          <para><command>python install.py</command></para>
          
          <para>See README and INSTALL file for more informations.</para>
          <para>You can also get the lastest version of Telemeta with subversion (just type 'enter' for the password:</para>
-         <para>svn co http://svn.yomix.org/svn/telemeta/trunk telemeta --username=anonymous</para>
+         <para>svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous</para>
 
   </refsect1>
 
@@ -231,7 +231,7 @@ manpage.1: manpage.sgml
   <refsect1>
     <title>SEE ALSO</title>
     
-    <para>The program is documented fully by Guillaume Pellerin. More info at <citetitle><ulink url="http://svn.yomix.org/telemeta/">http://svn.yomix.org/telemeta/</ulink></citetitle>.</para>
+    <para>The program is documented fully by Guillaume Pellerin. More info at <citetitle><ulink url="http://svn.parisson.org/telemeta/">http://svn.parisson.org/telemeta/</ulink></citetitle>.</para>
   </refsect1>
  
   <refsect1>
index 387de38f09bf7ae2bc0583dc231504cf08a3de76..065e97b7fdab771f50296525c006b1875bfd289d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ccef7280594995fd72aa5071cf4fe38e3fd3c5aa..a03c6207658ecff14d87bff27149fe18d925fed4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 7c80473d5b4d30ea79163ccadda3b00dfe0caf38..693954116c9334e7e85f732a9d641708dcbef878 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <yomguy@altern.org>
+# Copyright (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 970af4cf92955114dc2fd302caeb38f748739150..a64af2789045db76d8742e65c3b3938cfb90acf6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # *coding: utf-8*
 #
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index d46261d1424b2af9fc8e4401bb93d41236f2cf81..0d5076262bca83106ca4701bffc7cc02cf44d311 100755 (executable)
@@ -42,7 +42,7 @@ from audio_tools import *
 # Info, error
 # ===========
 if len(sys.argv) == 1 :
-       print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin <yomguy@altern.org>>"
+       print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>>"
        print "version: "+str(version)
        print "depends: python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival"
        print "distributed under the terms of the GNU Public License v2.\n"
@@ -60,7 +60,7 @@ elif sys.argv[1] == '--help':
        print "DEPENDS:"
        print "         python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival\n"
        print "COPYRIGHT:"
-       print "         Copyright (c) 2006 Guillaume Pellerin <yomguy@altern.org>\n"
+       print "         Copyright (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>\n"
        print "LICENSE:"
        print "         distributed under the terms of the GNU Public License v2.\n"
        print "USAGE:"
@@ -109,7 +109,7 @@ elif sys.argv[1] == '--version':
        sys.exit('Version: '+str(version))
 
 else :
-       print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin <yomguy@altern.org>"
+       print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>"
        print """   This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the