Include ISBN number in booksources for no
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Wed, 12 Apr 2006 11:58:44 +0000 (11:58 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Wed, 12 Apr 2006 11:58:44 +0000 (11:58 +0000)
RELEASE-NOTES
languages/LanguageNo.php

index 616ec91..9400896 100644 (file)
@@ -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 ==
index a21546b..5126599 100644 (file)
 
 
 /* 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) {