(bug 6017) Update list of bookstores in German localisation files
authorRob Church <robchurch@users.mediawiki.org>
Fri, 19 May 2006 06:25:27 +0000 (06:25 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 19 May 2006 06:25:27 +0000 (06:25 +0000)
RELEASE-NOTES
languages/LanguageDe.php

index 604cce7..6085c5b 100644 (file)
@@ -298,6 +298,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   the expected output for {{NUMBEROFARTICLES}} to reflect this.
 * (bug 6009) Use {{ns:project}} in messages where appropriate
 * (bug 6012) Update to Indonesian localisation (id)
+* (bug 6017) Update list of bookstores in German localisation files
 
 == Compatibility ==
 
index b80013a..0af4ec3 100644 (file)
@@ -50,9 +50,10 @@ require_once( 'LanguageUtf8.php' );
 
 
 /* private */ $wgBookstoreListDe = array(
-       'Verzeichnis lieferbarer B&uuml;cher' => 'http://www.buchhandel.de/sixcms/list.php?page=buchhandel_profisuche_frameset&suchfeld=isbn&suchwert=$1&x=0&y=0',
+       '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',
+       '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',
 );