[Koha-patches] [PATCH] Bugfix 3.2.alpha2 Correcting URLs in docs to point to the current koha-community.org resources

Chris Nighswonger cnighswonger at foundations.edu
Mon May 10 13:56:48 CEST 2010


NOTE: This does not adjust download.koha.org as that resource has not been moved yet.
---
 INSTALL              |    6 +++---
 INSTALL.debian       |   12 ++++++------
 INSTALL.debian-lenny |    6 +++---
 INSTALL.fedora7      |    4 ++--
 INSTALL.opensuse     |    2 +-
 INSTALL.ubuntu       |   10 +++++-----
 Makefile.PL          |    2 +-
 README               |    4 ++--
 install-CPAN.pl      |    2 +-
 rewrite-config.PL    |    2 +-
 10 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4e8c20b..b92b873 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ Koha is the first open-source Integrated Library System. Developed initially in
 New Zealand by Katipo Communications, Ltd and first deployed in January of 2000
 for the Horowhenua Library Trust, it is currently maintained by a team of
 software providers and library technology staff from around the globe. Learn
-more about the Koha project at http://koha.org.
+more about the Koha project at http://koha-community.org.
 
 INSTALLATION
 ============
@@ -38,7 +38,7 @@ Default installation instructions:
   need to install some Perl dependencies)
   WARNING:
   1.1 A Perl library Koha depends on, MARC::File::XML may not work with Perl
-    5.10, see: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+    5.10, see: http://bugs.koha-community.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
 
   1.2 recent versions of CGI::Session have caused some issues for users;
   as of this release date, we suggest downloading the CGI::Session::serialize::yaml
@@ -130,7 +130,7 @@ or
 http://dir.gmane.org/gmane.education.libraries.koha.devel
 
 IF THIS IS A RELEASED VERSION: please see the support pages at
-http://www.koha.org/
+http://www.koha-community.org/
 
 Released versions usually have three-digit numbers, like 3.00.01,
 while other version number styles are usually snapshots or previews.
diff --git a/INSTALL.debian b/INSTALL.debian
index 249c4e4..7022129 100644
--- a/INSTALL.debian
+++ b/INSTALL.debian
@@ -7,7 +7,7 @@ Copyright (C) 2007, 2008 LibLime (http://liblime.com)
 Maintainer: Joshua Ferraro (jmf AT liblime DOT com)
 
 Feedback/bug reports: Koha Developer's List:
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/mailman/listinfo/koha-devel
 
 This document last modified: 30 April 2008
 
@@ -25,7 +25,7 @@ See http://www.debian.org/releases/etch/debian-installer/
 
 WARNING: use Perl 5.8 (a library Koha depends on,
 MARC::File::XML may not work with Perl 5.10, see:
-http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+http://bugs.koha-community.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
 
 1.2 Set up your locale
 
@@ -33,7 +33,7 @@ Your locale should be set to UTF-8, as should Apache2 and MySQL 5.
 This step is VERY IMPORTANT for a UNICODE compliant system. Please 
 read over the following document carefully:
 
-http://wiki.koha.org/doku.php?id=encodingscratchpad
+http://wiki.koha-community.org/doku.php?id=encodingscratchpad
 
 IMPORTANT:  You _MUST_ follow all the steps outlined there for
             Apache2, MySQL 5, etc. BEFORE you install Koha.
@@ -69,13 +69,13 @@ Run the following command to update your system:
 
 1.4.1 Option A: Download Koha via Git (optional)
 
-    $ git clone git://git.koha.org/pub/scm/koha.git kohaclone
+    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
     $ cd kohaclone
     $ git checkout -b myinstall origin
 
 Note: for more information about Git, please see the Koha Git Usage Guide:
 
-    http://wiki.koha.org/doku.php?id=en:development:git_usage
+    http://wiki.koha-community.org/doku.php?id=en:development:git_usage
 
 1.4.2 Option B: Download Koha from http://download.koha.org
 
@@ -116,7 +116,7 @@ Run the following command:
 
   WARNINGS:
   1.6.1 A Perl library Koha depends on, MARC::File::XML may not work with Perl
-    5.10, see: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+    5.10, see: http://bugs.koha-community.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
 
   1.6.2 Recent versions of CGI::Session have caused some issues for users;
   as of this release date, we suggest downloading the CGI::Session::Serialize::yaml
diff --git a/INSTALL.debian-lenny b/INSTALL.debian-lenny
index e6119ab..2f15154 100644
--- a/INSTALL.debian-lenny
+++ b/INSTALL.debian-lenny
@@ -3,7 +3,7 @@ Installation Guide for Installing Koha on Debian Lenny with MySQL 5
 =============================
 
 Feedback/bug reports: Koha Developer's List:
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/mailman/listinfo/koha-devel
 
 This document last modified: 19 December 2009
 
@@ -37,13 +37,13 @@ The Index Data packages are signed with a key you can install as follows:
 1.4.1 Option A: Download Koha via Git (optional)
 
     $ sudo apt-get install git-core git-email
-    $ git clone git://git.koha.org/pub/scm/koha.git kohaclone
+    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
     $ cd kohaclone
     $ git checkout -b myinstall origin
 
 Note: for more information about Git, please see the Koha Git Usage Guide:
 
-    http://wiki.koha.org/doku.php?id=en:development:git_usage
+    http://wiki.koha-community.org/doku.php?id=en:development:git_usage
 
 1.4.2 Option B: Download Koha from http://download.koha.org
 
diff --git a/INSTALL.fedora7 b/INSTALL.fedora7
index 7393958..68fc0e6 100644
--- a/INSTALL.fedora7
+++ b/INSTALL.fedora7
@@ -9,7 +9,7 @@ Translated by: Google with help from Joshua Ferraro
 (jmf AT liblime DOT com)
 
 Feedback/bug reports: Koha Developer's List: 
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/mailman/listinfo/koha-devel
 
 This document last modified: 30 April 2008
 
@@ -239,7 +239,7 @@ UNICODE must be set up correctly before installing Koha.
 1.4.1 The Linux system is it configured to use UNICODE?
 
 For more information:
-  HYPERLINK "http://wiki.koha.org/doku.php?id=encodingscratchpad" http://wiki.koha.org/doku.php?id=encodingscratchpad
+  HYPERLINK "http://wiki.koha-community.org/doku.php?id=encodingscratchpad" http://wiki.koha-community.org/doku.php?id=encodingscratchpad
 
 To check, open a terminal window and type the locale.
 You must obtain:
diff --git a/INSTALL.opensuse b/INSTALL.opensuse
index 55b858d..f952071 100644
--- a/INSTALL.opensuse
+++ b/INSTALL.opensuse
@@ -6,7 +6,7 @@ No liability for the contents of this document can be accepted.
 
 Feedback/bug reports: Koha Developer's List: 
 
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/mailman/listinfo/koha-devel
 
 This document last modified: 02 December 2008
 
diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu
index f145d18..5313366 100644
--- a/INSTALL.ubuntu
+++ b/INSTALL.ubuntu
@@ -8,7 +8,7 @@ Original author: Joshua Ferraro (jmf AT liblime DOT com)
 Modified for Ubuntu by: Chris Nighswonger (cnighswonger AT foundations DOT edu)
 
 Feedback/bug reports: Koha Developer's List:
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/mailman/listinfo/koha-devel
 
 This document last modified: 22 June 2009
 
@@ -30,7 +30,7 @@ Your locale should be set to UTF-8, as should Apache2 and MySQL 5.
 This step is VERY IMPORTANT for a UNICODE compliant system. Please
 read over the following document carefully:
 
-http://wiki.koha.org/doku.php?id=encodingscratchpad
+http://wiki.koha-community.org/doku.php?id=encodingscratchpad
 
 You can verify your system locale by typing the following command:
 
@@ -51,13 +51,13 @@ Run the following command to update your system:
 1.4.1 Option A: Download Koha via Git (optional)
 
     $ sudo apt-get install git-core git-email
-    $ git clone git://git.koha.org/pub/scm/koha.git kohaclone
+    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
     $ cd kohaclone
     $ git checkout -b myinstall origin
 
 Note: for more information about Git, please see the Koha Git Usage Guide:
 
-    http://wiki.koha.org/doku.php?id=en:development:git_usage
+    http://wiki.koha-community.org/doku.php?id=en:development:git_usage
 
 1.4.2 Option B: Download Koha from http://download.koha.org
 
@@ -392,7 +392,7 @@ Tested on the following operating environments
 
 Installer Bug reports
 =====================
-Please log any installer bug reports at http://bugs.koha.org
+Please log any installer bug reports at http://bugs.koha-community.org
 
 Other Notes
 =====================
diff --git a/Makefile.PL b/Makefile.PL
index a31d6db..b0b1107 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -16,7 +16,7 @@
 # 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
+# See http://www.koha-community.org/wiki/?page=KohaInstaller
 #
 
 use strict;
diff --git a/README b/README
index 33a2f8d..b7fa89d 100644
--- a/README
+++ b/README
@@ -6,6 +6,6 @@ more details.
 
 To install or upgrade Koha, please see the INSTALL file appropriate to your platform.
 
-Report bugs at http://bugs.koha.org/
+Report bugs at http://bugs.koha-community.org/
 
-Visit the Koha Project website at http://www.koha.org/
+Visit the Koha Project website at http://www.koha-community.org/
diff --git a/install-CPAN.pl b/install-CPAN.pl
index 4c79ecb..1638d1e 100644
--- a/install-CPAN.pl
+++ b/install-CPAN.pl
@@ -23,7 +23,7 @@
 # 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
+# See http://www.koha-community.org/wiki/?page=KohaInstaller
 
 # Create a fake CPAN location for koha
 use CPAN;
diff --git a/rewrite-config.PL b/rewrite-config.PL
index c1c84c0..75ea053 100644
--- a/rewrite-config.PL
+++ b/rewrite-config.PL
@@ -16,7 +16,7 @@
 # 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
+# See http://www.koha-community.org/wiki/?page=KohaInstaller
 # 
 # 2007/11/12	Added DB_PORT and changed other keywords to reflect multi-dbms support.	-fbcit
 
-- 
1.7.0.4




More information about the Koha-patches mailing list