Updates to German bookstore list (de)
authorJimmy Collins <collinj@users.mediawiki.org>
Sat, 15 Jul 2006 08:39:21 +0000 (08:39 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Sat, 15 Jul 2006 08:39:21 +0000 (08:39 +0000)
languages/LanguageDe.php

index 0af4ec3..c69a81f 100644 (file)
@@ -50,11 +50,12 @@ require_once( 'LanguageUtf8.php' );
 
 
 /* private */ $wgBookstoreListDe = array(
-       'Verzeichnis lieferbarer Bücher' => 'http://www.buchhandel.de/vlb/vlb.cgi?type=voll&isbn=$1',
        'abebooks.de' => 'http://www.abebooks.de/servlet/BookSearchPL?ph=2&isbn=$1',
-       'Amazon.de' => 'http://www.amazon.de/exec/obidos/ISBN=$1',
+       'amazon.de' => 'http://www.amazon.de/exec/obidos/ISBN=$1',
        'buch.de' => 'http://www.buch.de/de.buch.shop/shop/1/home/schnellsuche/buch/?fqbi=$1',
-       'Lehmanns Fachbuchhandlung' => 'http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1',
+       'buchhandel.de' => 'http://www.buchhandel.de/vlb/vlb.cgi?type=voll&isbn=$1',
+       'Karlsruher Virtueller Katalog (KVK)' => 'http://www.ubka.uni-karlsruhe.de/kvk.html?SB=$1',
+       'Lehmanns Fachbuchhandlung' => 'http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1'
 );
 
 if (!$wgCachedMessageArrays) {