From d1c0002b1c6a610a437d7ef4813094e56b60a43b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 7 Nov 2010 11:54:45 +0100 Subject: [PATCH 3/3] Bug 5370: Fix all the references to koha.org Content-Type: text/plain; charset="utf-8" --- Makefile.PL | 1 - install-CPAN.pl | 1 - .../README.fr.install_koha_on_fresh_debian | 4 ++-- install_misc/install_koha_on_fresh_debian | 8 ++++---- installer/data/mysql/backfill_statistics.pl | 2 +- installer/data/mysql/update22to30.pl | 2 +- rewrite-config.PL | 1 - 7 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 6c96460..5021f6c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/install-CPAN.pl b/install-CPAN.pl index 4c79ecb..7b775fe 100644 --- a/install-CPAN.pl +++ b/install-CPAN.pl @@ -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; diff --git a/install_misc/README.fr.install_koha_on_fresh_debian b/install_misc/README.fr.install_koha_on_fresh_debian index 7815b68..3fb999b 100644 --- a/install_misc/README.fr.install_koha_on_fresh_debian +++ b/install_misc/README.fr.install_koha_on_fresh_debian @@ -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 diff --git a/install_misc/install_koha_on_fresh_debian b/install_misc/install_koha_on_fresh_debian index f20127b..6ff1e14 100644 --- a/install_misc/install_koha_on_fresh_debian +++ b/install_misc/install_koha_on_fresh_debian @@ -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 diff --git a/installer/data/mysql/backfill_statistics.pl b/installer/data/mysql/backfill_statistics.pl index 2820dea..361f544 100755 --- a/installer/data/mysql/backfill_statistics.pl +++ b/installer/data/mysql/backfill_statistics.pl @@ -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; diff --git a/installer/data/mysql/update22to30.pl b/installer/data/mysql/update22to30.pl index c12c5bb..6d5b1cc 100755 --- a/installer/data/mysql/update22to30.pl +++ b/installer/data/mysql/update22to30.pl @@ -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: diff --git a/rewrite-config.PL b/rewrite-config.PL index c1c84c0..7817f91 100644 --- a/rewrite-config.PL +++ b/rewrite-config.PL @@ -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 -- 1.7.1