Bug 5370: Fix all references to koha.org
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 7 Nov 2010 07:42:49 +0000 (08:42 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 7 Nov 2010 20:41:47 +0000 (09:41 +1300)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
16 files changed:
C4/XSLT.pm
etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml
etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl
etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl
misc/cronjobs/rss/README
misc/cronjobs/rss/lastAcquired-1.0.conf
misc/cronjobs/rss/lastAcquired-2.0.conf
misc/cronjobs/rss/lastAcquired.conf
misc/cronjobs/rss/longestUnseen.conf
misc/cronjobs/rss/mostReserved.conf

index ddc9077..7844330 100644 (file)
@@ -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;
 }
 
index 52bf15d..8b56ad0 100644 (file)
@@ -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>
index 4cecf9c..c05b711 100644 (file)
@@ -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"/>
index 198b0c3..57c6321 100644 (file)
@@ -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"/>
index f4bc51f..9de39cf 100644 (file)
@@ -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"/>
index 55cd370..38c6124 100644 (file)
@@ -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">
 
index e31dbe7..0682ae0 100755 (executable)
@@ -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"/>
index 372d31c..a8121c1 100644 (file)
@@ -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"/>
index 69e5cf6..2ef828f 100644 (file)
@@ -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">
 
index 1290e94..66c41c0 100644 (file)
@@ -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">
 
index adeeda3..896a1d9 100644 (file)
@@ -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
index 44036d8..d70cf71 100644 (file)
@@ -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
index 5e6a1b5..0a03937 100644 (file)
@@ -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
index 4ae696a..1147d94 100644 (file)
@@ -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
index 91d7186..7c0218c 100644 (file)
@@ -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
index 437b660..f6c44ad 100644 (file)
@@ -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