OSDN Git Service

Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only covers...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 Apr 2008 16:51:05 +0000 (16:51 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 Apr 2008 16:51:05 +0000 (16:51 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5

48 files changed:
AUTHORS
BUILD
BuildContribsDarwin.sh
CREDITS
Jamfile
Jamrules
NEWS
THANKS
TRANSLATIONS
libhb/Jamfile
libhb/common.c
libhb/common.h
libhb/deca52.c
libhb/decavcodec.c
libhb/decdca.c
libhb/declpcm.c
libhb/decmpeg2.c
libhb/decsub.c
libhb/demuxmpeg.c
libhb/dvd.c
libhb/encavcodec.c
libhb/encfaac.c
libhb/enclame.c
libhb/enctheora.c
libhb/encvorbis.c
libhb/encx264.c
libhb/encxvid.c
libhb/fifo.c
libhb/internal.h
libhb/lang.c
libhb/lang.h
libhb/muxavi.c
libhb/muxcommon.c
libhb/muxmkv.c
libhb/muxmp4.c
libhb/muxogm.c
libhb/ports.c
libhb/ports.h
libhb/reader.c
libhb/render.c
libhb/scan.c
libhb/stream.c
libhb/sync.c
libhb/update.c
libhb/work.c
test/parsecsv.c
test/parsecsv.h
test/test.c

diff --git a/AUTHORS b/AUTHORS
index 4c9ab1a..3352092 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-AUTHORS file for HandBrake <http://handbrake.m0k.org/>
+AUTHORS file for HandBrake <http://handbrake.fr/>
 
 Eric Petit <titer@m0k.org>
  + Core (construct, multithreading, BeOS/OS X/Linux ports)
diff --git a/BUILD b/BUILD
index d69e7da..e52213d 100644 (file)
--- a/BUILD
+++ b/BUILD
@@ -1,6 +1,6 @@
 $Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $\r
 \r
-BUILD file for HandBrake <http://handbrake.m0k.org/>\r
+BUILD file for HandBrake <http://handbrake.fr/>\r
 \r
 Building HandBrake with make\r
 =============================\r
index f9faeca..736d7cd 100755 (executable)
@@ -33,7 +33,7 @@
 export VERSION=$1
 export IP=$2
 export USERNAME=$3
-export REPOS=svn://svn.m0k.org/HandBrake/trunk
+export REPOS=svn://svn.handbrake.fr/HandBrake/trunk
 # ##########################################################################
 # Launch the build on the foreign system
 # ##########################################################################
diff --git a/CREDITS b/CREDITS
index 694a1f8..4b815b9 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,4 @@
-CREDITS file for HandBrake <http://handbrake.m0k.org/>\r
+CREDITS file for HandBrake <http://handbrake.fr/>\r
 \r
 HandBrake uses many cool libraries from the GNU/Linux world.\r
 Thank their authors!\r
diff --git a/Jamfile b/Jamfile
index a625217..39f3afb 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,7 +1,7 @@
 # $Id: Jamfile,v 1.86 2005/11/04 13:09:40 titer Exp $
 #
 # This file is part of the HandBrake source code.
-# Homepage: <http://handbrake.m0k.org/>.
+# Homepage: <http://handbrake.fr/>.
 # It may be used under the terms of the GNU General Public License.
 
 SubDir TOP ;
index 7ba72a8..aa2ba07 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -1,7 +1,7 @@
 # $Id: Jamrules,v 1.59 2005/11/04 16:06:21 titer Exp $
 #
 # This file is part of the HandBrake source code.
-# Homepage: <http://handbrake.m0k.org/>.
+# Homepage: <http://handbrake.fr/>.
 # It may be used under the terms of the GNU General Public License.
 
 include config.jam ;
@@ -70,13 +70,13 @@ actions OSXPackage
       cp CREDITS "HandBrake $(HB_VERSION)/CREDITS.txt" && \
       cp THANKS "HandBrake $(HB_VERSION)/THANKS.txt" && \
       ( echo "[InternetShortcut]" && \
-        echo "URL=http://handbrake.m0k.org/" ) > \
+        echo "URL=http://handbrake.fr/" ) > \
         "HandBrake $(HB_VERSION)/HandBrake Homepage.url" && \
       ( echo "[InternetShortcut]" && \
-        echo "URL=http://handbrake.m0k.org/forum/" ) > \
+        echo "URL=http://forum.handbrake,fr/" ) > \
         "HandBrake $(HB_VERSION)/HandBrake Forums.url" && \
       ( echo "[InternetShortcut]" && \
-        echo "URL=http://handbrake.m0k.org/contribute.php" ) > \
+        echo "URL=http://handbrake.fr/?article=development" ) > \
         "HandBrake $(HB_VERSION)/Contribute.url" && \
       cp -r HandBrake.app "HandBrake $(HB_VERSION)" && \
       zip -9 -r $(<) "HandBrake $(HB_VERSION)" && \
diff --git a/NEWS b/NEWS
index 28e8dff..6ecc1ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS file for HandBrake <http://handbrake.m0k.org/>
+NEWS file for HandBrake <http://handbrake.fr/>
 
 Changes between 0.9.1 and 0.9.2:
 
diff --git a/THANKS b/THANKS
index ea6d443..72cf030 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-THANKS file for HandBrake <http://handbrake.m0k.org/>\r
+THANKS file for HandBrake <http://handbrake.fr/>\r
 \r
 Several people noticeably contributed to MediaFork and HandBrake development\r
 without writing code (submitting/checking translations, DVD samples, etc).\r
index 4ca546b..c882588 100644 (file)
@@ -1,10 +1,13 @@
 $Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 titer Exp $
 
-TRANSLATIONS file for HandBrake <http://handbrake.m0k.org/>
+TRANSLATIONS file for HandBrake <http://handbrake.fr/>
 
 Translating HandBrake
 =====================
 
+***** HandBrake does not currently have a localization scheme for any of its interfaces.
+***** Information below is obsolete and only useful for historical purposes:
+
 Only the OS X interface of HandBrake can be translated at the moment.
 Localization is not implemented in BeOS and GTK GUIs.
 
index 4f20701..c64bfde 100644 (file)
@@ -1,7 +1,7 @@
 # $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $
 #
 # This file is part of the HandBrake source code.
-# Homepage: <http://handbrake.m0k.org/>.
+# Homepage: <http://handbrake.fr/>.
 # It may be used under the terms of the GNU General Public License.
 
 SubDir TOP libhb ;
index 247d15e..97d84ff 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: common.c,v 1.15 2005/03/17 19:22:47 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <stdarg.h>
index ae02fec..bbdccfd 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: common.h,v 1.51 2005/11/04 13:09:40 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #ifndef HB_COMMON_H
index 421c973..6695d36 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: deca52.c,v 1.14 2005/03/03 17:21:57 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 4dc9a58..5ca114e 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: decavcodec.c,v 1.6 2005/03/06 04:08:54 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index ec6dedd..2808190 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: decdca.c,v 1.14 2005/03/03 17:21:57 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 884680b..49b15bb 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: declpcm.c,v 1.8 2005/11/04 14:44:01 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index dd30ba8..baea637 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: decmpeg2.c,v 1.12 2005/03/03 16:30:42 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index ba5da04..4b6b873 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: decsub.c,v 1.12 2005/04/14 17:37:54 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 40264fd..424cce6 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: demuxmpeg.c,v 1.4 2004/10/19 23:11:36 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 8e6c1fe..d2a8d72 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index f5d96ec..dca246d 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: encavcodec.c,v 1.23 2005/10/13 23:47:06 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 7303a3f..7e06a14 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: encfaac.c,v 1.13 2005/03/03 17:21:57 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 6b31a11..24e9542 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: enclame.c,v 1.9 2005/03/05 14:27:05 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 3773b70..5941468 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 136096a..5ba0732 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: encvorbis.c,v 1.6 2005/03/05 15:08:32 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 62c9872..e529d45 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: encx264.c,v 1.21 2005/11/04 13:09:41 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <stdarg.h>
index e09464d..1772389 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: encxvid.c,v 1.10 2005/03/09 23:28:39 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 484f319..69b8b90 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: fifo.c,v 1.17 2005/10/15 18:05:03 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 5268346..73a5502 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 /***********************************************************************
index e564368..c1be7b3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "lang.h"
index 36bf2bf..cdf39e0 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #ifndef HB_LANG_H
index 632f246..8989307 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: muxavi.c,v 1.10 2005/03/30 18:17:29 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index c4f3a89..04e876a 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: muxcommon.c,v 1.23 2005/03/30 17:27:19 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index c90f73e..0c2c00a 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id:  $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 /* libmkv header */
index 0515e56..c401c96 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: muxmp4.c,v 1.24 2005/11/04 13:09:41 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 /* libmp4v2 header */
index a7b72d5..ccb1051 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: muxogm.c,v 1.4 2005/02/20 00:41:56 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 3f02595..cecfc56 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: ports.c,v 1.15 2005/10/15 18:05:03 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <time.h>
index ce9441a..9c21439 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: ports.h,v 1.7 2005/10/15 18:05:03 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #ifndef HB_PORTS_H
index a57c796..ac02f90 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index ae326f6..fa873b3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: render.c,v 1.17 2005/04/14 17:37:54 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 814492f..8669fb0 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: scan.c,v 1.52 2005/11/25 15:05:25 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 478aef1..9738eb3 100755 (executable)
@@ -1,7 +1,7 @@
 /* $Id$
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index efd1d17..90e7fc3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: sync.c,v 1.38 2005/04/14 21:57:58 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index c343c26..0aca2b5 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: update.c,v 1.7 2005/03/26 23:04:14 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 11a52bd..0632fde 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: work.c,v 1.43 2005/03/17 16:38:49 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "hb.h"
index 2afc12c..cc3b6aa 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: parsecsv.c $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <fcntl.h>
index f3e27a7..ef20792 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: parsecsv.h $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 /*
index 06f7cbf..90a95e3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: test.c,v 1.82 2005/11/19 08:25:54 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <signal.h>
@@ -131,7 +131,7 @@ int main( int argc, char ** argv )
     h = hb_init( debug, update );
 
     /* Show version */
-    fprintf( stderr, "HandBrake %s (%d) - http://handbrake.m0k.org/\n",
+    fprintf( stderr, "HandBrake %s (%d) - http://handbrake.fr/\n",
              hb_get_version( h ), hb_get_build( h ) );
 
     /* Check for update */