From 9a9c8da2151a8feb0f00b6b993939b31013560eb Mon Sep 17 00:00:00 2001 From: Anders Wegge Jakobsen Date: Wed, 12 Apr 2006 11:58:44 +0000 Subject: [PATCH] Include ISBN number in booksources for no --- RELEASE-NOTES | 1 + languages/LanguageNo.php | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 616ec91a79..9400896390 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -55,6 +55,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility * PersistentObject removed; it doesn't do anything and was broken besides. All extensions using it have been corrected. +* Propagate ISBN number for Booksources in LanguageNo.php == Compatibility == diff --git a/languages/LanguageNo.php b/languages/LanguageNo.php index a21546bda4..5126599f1f 100644 --- a/languages/LanguageNo.php +++ b/languages/LanguageNo.php @@ -37,11 +37,12 @@ /* private */ $wgBookstoreListNo = array( - "Antikvariat.net" => "http://www.antikvariat.net/", - "Bibsys" => "http://www.bibsys.no/", - "Bokkilden" => "http://www.bokkilden.no/", - "Haugenbok" => "http://www.haugenbok.no/", - "Mao.no" => "http://www.mao.no/" + "Antikvariat.net" => "http://www.antikvariat.net/", + "Frida" => "http://wo.uio.no/as/WebObjects/frida.woa/wa/fres?action=sok&isbn=$1&visParametre=1&sort=alfabetisk&bs=50", + "Bibsys" => "http://ask.bibsys.no/ask/action/result?cmd=&kilde=biblio&fid=isbn&term=$1&op=and&fid=bd&term=&arstall=&sortering=sortdate-&treffPrSide=50", + "Akademika" => "http://www.akademika.no/sok.php?ts=4&sok=$1", + "Haugenbok" => "http://www.haugenbok.no/resultat.cfm?st=extended&isbn=$1", + "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1" ); if (!$wgCachedMessageArrays) { -- 2.20.1