From: Rob Church Date: Fri, 19 May 2006 06:25:27 +0000 (+0000) Subject: (bug 6017) Update list of bookstores in German localisation files X-Git-Tag: 1.31.0-rc.0~57089 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=c2b8416725a0f86362fdee34fd81a8228066690e;p=lhc%2Fweb%2Fwiklou.git (bug 6017) Update list of bookstores in German localisation files --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 604cce74b3..6085c5b499 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/languages/LanguageDe.php b/languages/LanguageDe.php index b80013a49a..0af4ec39c8 100644 --- a/languages/LanguageDe.php +++ b/languages/LanguageDe.php @@ -50,9 +50,10 @@ require_once( 'LanguageUtf8.php' ); /* private */ $wgBookstoreListDe = array( - 'Verzeichnis lieferbarer Bü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', );