From 1cddcc3042772c79df9afa67c58c08746dbc1af6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 7 Nov 2010 08:40:42 +0100 Subject: [PATCH 2/2] Bug 5370: Fix all references to koha.org Content-Type: text/plain; charset="utf-8" --- C4/XSLT.pm | 2 +- .../authorities/authority-koha-indexdefs.xml | 2 +- .../authorities/authority-zebra-indexdefs.xsl | 2 +- .../marc21/authorities/koha-indexdefs-to-zebra.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- misc/cronjobs/rss/README | 6 +++--- misc/cronjobs/rss/lastAcquired-1.0.conf | 6 +++--- misc/cronjobs/rss/lastAcquired-2.0.conf | 6 +++--- misc/cronjobs/rss/lastAcquired.conf | 6 +++--- misc/cronjobs/rss/longestUnseen.conf | 6 +++--- misc/cronjobs/rss/mostReserved.conf | 6 +++--- 16 files changed, 28 insertions(+), 28 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index ddc9077..7844330 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -218,7 +218,7 @@ sub buildKohaItemsNamespace { . ""; } - $xml = "".$xml.""; + $xml = "".$xml.""; return $xml; } diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml index 52bf15d..8b56ad0 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml @@ -1,5 +1,5 @@ - + v x diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl index 4cecf9c..c05b711 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -1,5 +1,5 @@ - + diff --git a/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl b/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl index 198b0c3..57c6321 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl @@ -4,7 +4,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslo="http://www.w3.org/1999/XSL/TransformAlias" xmlns:z="http://indexdata.com/zebra-2.0" - xmlns:kohaidx="http://www.koha.org/schemas/index-defs"> + xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index f4bc51f..9de39cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -2,7 +2,7 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index 55cd370..38c6124 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -4,7 +4,7 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index e31dbe7..0682ae0 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -2,7 +2,7 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 372d31c..a8121c1 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -2,7 +2,7 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl index 69e5cf6..2ef828f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -4,7 +4,7 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl index 1290e94..66c41c0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl @@ -4,7 +4,7 @@ diff --git a/misc/cronjobs/rss/README b/misc/cronjobs/rss/README index adeeda3..896a1d9 100644 --- a/misc/cronjobs/rss/README +++ b/misc/cronjobs/rss/README @@ -42,14 +42,14 @@ Here's the lastAquired.conf by way of example: channel title=Recent Koha Acquisitions -link=http://www.koha.org +link=http://www.koha-community.org desc=The 15 most recent acquisitions lang=en lastBuild=Fri, 09 May 2003 08:00:00 image title=Koha, the worlds best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org config tmpl=lastAcquired.tmpl output=lastAcquired.xml diff --git a/misc/cronjobs/rss/lastAcquired-1.0.conf b/misc/cronjobs/rss/lastAcquired-1.0.conf index 44036d8..d70cf71 100644 --- a/misc/cronjobs/rss/lastAcquired-1.0.conf +++ b/misc/cronjobs/rss/lastAcquired-1.0.conf @@ -1,12 +1,12 @@ channel title=Recent Acquisitions -link=http://www.koha.org +link=http://www.koha-community.org desc=The library's 15 most recent acquisitions lang=en image title=Koha, the worlds best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org description=Koha, the worlds best Open Source Library System config tmpl=lastAcquired-1.0.tmpl diff --git a/misc/cronjobs/rss/lastAcquired-2.0.conf b/misc/cronjobs/rss/lastAcquired-2.0.conf index 5e6a1b5..0a03937 100644 --- a/misc/cronjobs/rss/lastAcquired-2.0.conf +++ b/misc/cronjobs/rss/lastAcquired-2.0.conf @@ -1,12 +1,12 @@ channel title=Recent Acquisitions -link=http://www.koha.org +link=http://www.koha-community.org desc=The library's 15 most recent acquisitions lang=en image title=Koha, the worlds best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org description=Koha, the worlds best Open Source Library System width=88 height=31 diff --git a/misc/cronjobs/rss/lastAcquired.conf b/misc/cronjobs/rss/lastAcquired.conf index 4ae696a..1147d94 100644 --- a/misc/cronjobs/rss/lastAcquired.conf +++ b/misc/cronjobs/rss/lastAcquired.conf @@ -1,13 +1,13 @@ channel title=Recent Koha Acquisitions -link=http://www.koha.org +link=http://www.koha-community.org desc=The 15 most recent acquisitions lang=en lastBuild=Fri, 09 May 2003 08:00:00 image title=Koha, the world's best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org config tmpl=lastAcquired.tmpl output=lastAcquired.xml diff --git a/misc/cronjobs/rss/longestUnseen.conf b/misc/cronjobs/rss/longestUnseen.conf index 91d7186..7c0218c 100644 --- a/misc/cronjobs/rss/longestUnseen.conf +++ b/misc/cronjobs/rss/longestUnseen.conf @@ -1,12 +1,12 @@ channel title=Longest Unseen Koha Items -link=http://www.koha.org +link=http://www.koha-community.org desc=The 15 least recently seen items lang=en image title=Koha, the worlds best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org config tmpl=longestUnseen.tmpl output=longestUnseen.xml diff --git a/misc/cronjobs/rss/mostReserved.conf b/misc/cronjobs/rss/mostReserved.conf index 437b660..f6c44ad 100644 --- a/misc/cronjobs/rss/mostReserved.conf +++ b/misc/cronjobs/rss/mostReserved.conf @@ -1,12 +1,12 @@ channel title=Most Reserved Items -link=http://www.koha.org +link=http://www.koha-community.org desc=The 15 most reserved items lang=en image title=Koha, the worlds best Open Source Library System -url=http://www.koha.org/images/foo.jpg -link=http://www.koha.org +url=http://www.koha-community.org/images/foo.jpg +link=http://www.koha-community.org config tmpl=mostReserved.tmpl output=mostReserved.xml -- 1.7.1