From ce5e2429db712951724156c8c7bc7a417bd4d42d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Oct 2010 22:08:24 -0400 Subject: [PATCH] fixing various links to point to *.koha-community.org Signed-off-by: Galen Charlton --- C4/Accounts.pm | 1 - C4/Labels/Label.pm | 2 +- C4/Patroncards/Patroncard.pm | 2 +- C4/Z3950.pm | 2 +- INSTALL.fedora7 | 2 +- INSTALL.ubuntu | 2 +- INSTALL.ubuntu.lucid | 2 +- catalogue/showmarc.pl | 2 +- offline_circ/process_koc.pl | 2 +- opac/opac-showmarc.pl | 2 +- opac/unapi | 2 +- t/Labels_split_ccn.t | 2 +- t/Labels_split_ddcn.t | 2 +- t/Labels_split_lccn.t | 2 +- tools/stage-marc-import.pl | 2 +- xt/author/show-template-structure.pl | 2 +- 16 files changed, 15 insertions(+), 16 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 610f0f422d..d73fc2e149 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -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 diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index 643753750f..0ea2de93cb 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -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; } } diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm index 23cba15005..56abe58281 100644 --- a/C4/Patroncards/Patroncard.pm +++ b/C4/Patroncards/Patroncard.pm @@ -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'}); diff --git a/C4/Z3950.pm b/C4/Z3950.pm index 731df99309..e1cb86ab64 100644 --- a/C4/Z3950.pm +++ b/C4/Z3950.pm @@ -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 diff --git a/INSTALL.fedora7 b/INSTALL.fedora7 index 4f40df1b24..6694eb724a 100644 --- a/INSTALL.fedora7 +++ b/INSTALL.fedora7 @@ -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: diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 9b654fa602..64845c9ce3 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -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: diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 7ad39da9f1..7b096fb44f 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -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: diff --git a/catalogue/showmarc.pl b/catalogue/showmarc.pl index 8627641a9a..d0011ba305 100755 --- a/catalogue/showmarc.pl +++ b/catalogue/showmarc.pl @@ -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 diff --git a/offline_circ/process_koc.pl b/offline_circ/process_koc.pl index 7da7c9d480..d0a25963d0 100755 --- a/offline_circ/process_koc.pl +++ b/offline_circ/process_koc.pl @@ -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 +L for more information. pass in a string containing the header line (the first line from th diff --git a/opac/opac-showmarc.pl b/opac/opac-showmarc.pl index 7eb934e196..b3799176d4 100755 --- a/opac/opac-showmarc.pl +++ b/opac/opac-showmarc.pl @@ -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 diff --git a/opac/unapi b/opac/unapi index 5cfe9a5975..fef5f91da5 100755 --- a/opac/unapi +++ b/opac/unapi @@ -198,7 +198,7 @@ sub get_transformer { =head1 AUTHOR -Koha Development team +Koha Development Team Originally written by Joshua Ferraro diff --git a/t/Labels_split_ccn.t b/t/Labels_split_ccn.t index 82248ba4e7..05b2646cf7 100755 --- a/t/Labels_split_ccn.t +++ b/t/Labels_split_ccn.t @@ -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; diff --git a/t/Labels_split_ddcn.t b/t/Labels_split_ddcn.t index f70b29fd76..de119b7a41 100755 --- a/t/Labels_split_ddcn.t +++ b/t/Labels_split_ddcn.t @@ -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; diff --git a/t/Labels_split_lccn.t b/t/Labels_split_lccn.t index f29a11347f..da323173d3 100755 --- a/t/Labels_split_lccn.t +++ b/t/Labels_split_lccn.t @@ -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; diff --git a/tools/stage-marc-import.pl b/tools/stage-marc-import.pl index cc15f47cbc..b113332375 100755 --- a/tools/stage-marc-import.pl +++ b/tools/stage-marc-import.pl @@ -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 diff --git a/xt/author/show-template-structure.pl b/xt/author/show-template-structure.pl index c34d4255a5..4ff00c5c20 100755 --- a/xt/author/show-template-structure.pl +++ b/xt/author/show-template-structure.pl @@ -165,7 +165,7 @@ exit 0; =head1 AUTHOR -Koha Development team +Koha Development Team Galen Charlton -- 2.20.1