Bug 5370: Fix all the references to koha.org
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 7 Nov 2010 10:59:00 +0000 (11:59 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 7 Nov 2010 20:41:49 +0000 (09:41 +1300)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Makefile.PL
install-CPAN.pl
install_misc/README.fr.install_koha_on_fresh_debian
install_misc/install_koha_on_fresh_debian
installer/data/mysql/backfill_statistics.pl
installer/data/mysql/update22to30.pl
rewrite-config.PL

index 6c96460..5021f6c 100644 (file)
@@ -16,7 +16,6 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 # Current maintainer MJR http://mjr.towers.org.uk/
-# See http://www.koha.org/wiki/?page=KohaInstaller
 #
 
 use strict;
index 4c79ecb..7b775fe 100644 (file)
@@ -23,7 +23,6 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 # Current maintainer MJR http://mjr.towers.org.uk/
-# See http://www.koha.org/wiki/?page=KohaInstaller
 
 # Create a fake CPAN location for koha
 use CPAN;
index 7815b68..3fb999b 100644 (file)
@@ -52,7 +52,7 @@ Le script nécessite les droits root. lancer l'installation:
 
 les modificateurs sont:
 
-b: installer koha grace au tarball du site koha.org
+b: installer koha grace au tarball du site koha-community.org
 c: ne pas configurer le systeme de paquet debian
 
 ils sont regroupés (sans espace), ainsi
@@ -70,7 +70,7 @@ conseillons de conserver ce paramètre et de selectionner [dev] comme type
 d'installation lorsque cela vous sera demandé. Ce choix vous permet de mettre
 koha à jour par un simple git pull.
 
-Si vous préférez utiliser le tarball disponible sur le site de koha.org,
+Si vous préférez utiliser le tarball disponible sur le site de koha-community.org,
 utilisez le modificateur b: 
 
     sh install_koha_on_fresh_debian b
index f20127b..6ff1e14 100644 (file)
@@ -2,7 +2,7 @@
 
 # Licensed under the GPL
 # Copyright 2008 Biblibre.com
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 #
 # this script follow all the installtion procedure described in INSTALL.Debian
 # with some additions to use lenny packages.
@@ -270,11 +270,11 @@ get_koha_git_clone () {
 
     dpkg -l git-core ||
        aptitude -y  install git-core git-email
-    git clone git://git.koha.org/pub/scm/koha.git "$base"
+    git clone git://git.koha-community.org/koha.git "$base"
 }
 
 get_koha_release () {
-    wget -O- http://download.koha.org/koha-3.00.00.tar.gz |
+    wget -O- http://download.koha-community.org/koha-3.00.00.tar.gz |
        tar xzf - 
 }
 
@@ -292,7 +292,7 @@ get_koha_beta () {
     local i basename; i=2
     while [ $i != 11 ]; do
        basename=koha-3.00.00-beta$i
-       wget -O- http://download.koha.org/$basename.tar.gz |
+       wget -O- http://download.koha-community.org/$basename.tar.gz |
            tar xzf - &&
                mv $basename "$base" &&
                return 0
index 2820dea..361f544 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Part of the Koha Library Software www.koha.org
+# Part of the Koha Library Software www.koha-community.org
 # Licensed under the GPL.
 
 use strict;
index c12c5bb..6d5b1cc 100755 (executable)
@@ -4,7 +4,7 @@
 # Database Updater
 # This script checks for required updates to the database.
 
-# Part of the Koha Library Software www.koha.org
+# Part of the Koha Library Software www.koha-community.org
 # Licensed under the GPL.
 
 # Bugs/ToDo:
index c1c84c0..7817f91 100644 (file)
@@ -16,7 +16,6 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 # Current maintainer MJR http://mjr.towers.org.uk/
-# See http://www.koha.org/wiki/?page=KohaInstaller
 # 
 # 2007/11/12   Added DB_PORT and changed other keywords to reflect multi-dbms support. -fbcit