[Koha-patches] [PATCH 2/2] Bug 5370: Fix all references to koha.org

Katrin Fischer Katrin.Fischer.83 at web.de
Sun Nov 7 08:42:49 CET 2010


---
 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 {
         . "</item>";
 
     }
-    $xml = "<items xmlns=\"http://www.koha.org/items\">".$xml."</items>";
+    $xml = "<items xmlns=\"http://www.koha-community.org/items\">".$xml."</items>";
     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 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<kohaidx:index_defs xmlns:kohaidx="http://www.koha.org/schemas/index-defs">
+<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
   <!-- variables -->
   <kohaidx:var name="form_subdivision_subfield">v</kohaidx:var>
   <kohaidx:var name="general_subdivision_subfield">x</kohaidx:var>
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 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xslo:stylesheet xmlns:xslo="http://www.w3.org/1999/XSL/Transform" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:z="http://indexdata.com/zebra-2.0" xmlns:kohaidx="http://www.koha.org/schemas/index-defs" version="1.0">
+<xslo:stylesheet xmlns:xslo="http://www.w3.org/1999/XSL/Transform" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:z="http://indexdata.com/zebra-2.0" xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs" version="1.0">
   <xslo:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
   <xslo:template match="text()"/>
   <xslo:template match="text()" mode="index_subfields"/>
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">
 
     <xsl:namespace-alias stylesheet-prefix="xslo" result-prefix="xsl"/>
     <xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
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 @@
 <!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
     <xsl:import href="MARC21slimUtils.xsl"/>
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 @@
 
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
 
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 @@
 <!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
     <xsl:import href="MARC21slimUtils.xsl"/>
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 @@
 <!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
     <xsl:import href="MARC21slimUtils.xsl"/>
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 @@
 
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
 
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 @@
 
 <xsl:stylesheet version="1.0"
   xmlns:marc="http://www.loc.gov/MARC21/slim"
-  xmlns:items="http://www.koha.org/items"
+  xmlns:items="http://www.koha-community.org/items"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   exclude-result-prefixes="marc items">
 
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



More information about the Koha-patches mailing list