fixing various links to point to *.koha-community.org
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 22 Oct 2010 02:08:24 +0000 (22:08 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 22 Oct 2010 02:08:24 +0000 (22:08 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
16 files changed:
C4/Accounts.pm
C4/Labels/Label.pm
C4/Patroncards/Patroncard.pm
C4/Z3950.pm
INSTALL.fedora7
INSTALL.ubuntu
INSTALL.ubuntu.lucid
catalogue/showmarc.pl
offline_circ/process_koc.pl
opac/opac-showmarc.pl
opac/unapi
t/Labels_split_ccn.t
t/Labels_split_ddcn.t
t/Labels_split_lccn.t
tools/stage-marc-import.pl
xt/author/show-template-structure.pl

index 610f0f4..d73fc2e 100644 (file)
@@ -276,7 +276,6 @@ sub returnlost{
 
 
 sub chargelostitem{
-# http://wiki.koha.org/doku.php?id=en:development:kohastatuses
 # lost ==1 Lost, lost==2 longoverdue, lost==3 lost and paid for
 # FIXME: itemlost should be set to 3 after payment is made, should be a warning to the interface that
 # a charge has been added
index 6437537..0ea2de9 100644 (file)
@@ -417,7 +417,7 @@ sub draw_label_text {
                 @label_lines = _split_ccn($field_data) if !@label_lines;
                 push (@label_lines, $field_data) if !@label_lines;
             } else {
-                warn sprintf('Call number splitting failed for: %s. Please add this call number to bug #2500 at bugs.koha.org', $field_data);
+                warn sprintf('Call number splitting failed for: %s. Please add this call number to bug #2500 at bugs.koha-community.org', $field_data);
                 push @label_lines, $field_data;
             }
         }
index 23cba15..56abe58 100644 (file)
@@ -127,7 +127,7 @@ sub draw_text {
             while (1) {
 #                $line =~ m/^.*(\s\b.*\b\s*|\s&|\<\b.*\b\>)$/; # original regexp... can be removed after dev stage is over
                 $line =~ m/^.*(\s.*\s*|\s&|\<.*\>)$/;
-                warn sprintf('Line wrap failed. DEBUG INFO: Data: \'%s\'\n Method: C4::Patroncards->draw_text Additional Information: Line wrap regexp failed. (Please file in this information in a bug report at http://bugs.koha.org', $line) and last WRAP_LINES if !$1;
+                warn sprintf('Line wrap failed. DEBUG INFO: Data: \'%s\'\n Method: C4::Patroncards->draw_text Additional Information: Line wrap regexp failed. (Please file in this information in a bug report at http://bugs.koha-community.org', $line) and last WRAP_LINES if !$1;
                 $trim = $1 . $trim;
                 $line =~ s/$1//;
                 $string_width = C4::Creators::PDF->StrWidth($line, $text_attribs->{'font'}, $text_attribs->{'font_size'});
index 731df99..e1cb86a 100644 (file)
@@ -3,7 +3,7 @@ package C4::Z3950;
 
 # Routines for handling Z39.50 lookups
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
index 4f40df1..6694eb7 100644 (file)
@@ -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/wiki/Encoding_and_Character_Sets_in_Koha" http://wiki.koha-community.org/wiki/Encoding_and_Character_Sets_in_Koha
 
 To check, open a terminal window and type the locale.
 You must obtain:
index 9b654fa..64845c9 100644 (file)
@@ -31,7 +31,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/wiki/Encoding_and_Character_Sets_in_Koha
 
 You can verify your system locale by typing the following command:
 
index 7ad39da..7b096fb 100644 (file)
@@ -31,7 +31,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/wiki/Encoding_and_Character_Sets_in_Koha
 
 You can verify your system locale by typing the following command:
 
index 8627641..d0011ba 100755 (executable)
@@ -3,7 +3,7 @@
 # $Id: showmarc.pl,v 1.1.2.1 2007/06/18 21:57:23 rangi Exp $
 
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
index 7da7c9d..d0a2596 100755 (executable)
@@ -163,7 +163,7 @@ output_html_with_http_headers $query, $cookie, $template->output;
 parses the header line from a .koc file. This is the line that
 specifies things such as the file version, and the name and version of
 the offline circulation tool that generated the file. See
-L<http://wiki.koha.org/doku.php?id=koha_offline_circulation_file_format>
+L<http://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
 for more information.
 
 pass in a string containing the header line (the first line from th
index 7eb934e..b379917 100755 (executable)
@@ -3,7 +3,7 @@
 # $Id: showmarc.pl,v 1.1.2.1 2007/06/18 21:57:23 rangi Exp $
 
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
index 5cfe9a5..fef5f91 100755 (executable)
@@ -198,7 +198,7 @@ sub get_transformer {
 
 =head1 AUTHOR
 
-Koha Development team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Originally written by Joshua Ferraro <jmf@liblime.com>
 
index 82248ba..05b2646 100755 (executable)
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 #
-# for context, see http://bugs.koha.org
+# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
 
 use strict;
 use warnings;
index f70b29f..de119b7 100755 (executable)
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 #
-# for context, see http://bugs.koha.org
+# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
 
 use strict;
 use warnings;
index f29a113..da32317 100755 (executable)
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 #
-# for context, see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2691
+# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
 
 use strict;
 use warnings;
index cc15f47..b113332 100755 (executable)
@@ -3,7 +3,7 @@
 # Script for handling import of MARC data into Koha db
 #   and Z39.50 lookups
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
index c34d425..4ff00c5 100755 (executable)
@@ -165,7 +165,7 @@ exit 0;
 
 =head1 AUTHOR
 
-Koha Development team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <gmcharlt@gmail.com>