summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Klinkovský <j.l.k@gmx.com>2015-07-25 19:10:13 +0200
committerJakub Klinkovský <j.l.k@gmx.com>2015-07-25 19:10:13 +0200
commit38da3d626aa733a510da4ee05d3842c93a2410cb (patch)
tree6e42481dbcab573cef6edad8a096a63fe7e73d99
parent503b39f1e1bb80ab5a3001a7d5cbe5449140b456 (diff)
Remove google search services from the interwiki map
These interwiki prefixes have never worked properly, because spaces are not supported in interwiki links -- they are always replaced with an underscore (same for `%20`) so anything longer than one word fails. I have no idea why they have been considered in the default interwiki map.
-rw-r--r--maintenance/arch-interwiki.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/maintenance/arch-interwiki.sql b/maintenance/arch-interwiki.sql
index d41f6c1b..0be5cefc 100644
--- a/maintenance/arch-interwiki.sql
+++ b/maintenance/arch-interwiki.sql
@@ -9,7 +9,6 @@ INSERT INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local,iw_api) VALUES
('advogato','http://www.advogato.org/$1',0,''),
('arxiv','http://www.arxiv.org/abs/$1',0,''),
('c2find','http://c2.com/cgi/wiki?FindPage&value=$1',0,''),
-('cache','http://www.google.com/search?q=cache:$1',0,''),
('commons','https://commons.wikimedia.org/wiki/$1',0,'https://commons.wikimedia.org/w/api.php'),
('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1',0,''),
('docbook','http://wiki.docbook.org/$1',0,''),
@@ -23,8 +22,6 @@ INSERT INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local,iw_api) VALUES
('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1',0,''),
('gej','http://www.esperanto.de/dej.malnova/aktivikio.pl?$1',0,''),
('gentoo-wiki','http://gentoo-wiki.com/$1',0,''),
-('google','http://www.google.com/search?q=$1',0,''),
-('googlegroups','http://groups.google.com/groups?q=$1',0,''),
('hammondwiki','http://www.dairiki.org/HammondWiki/$1',0,''),
('hrwiki','http://www.hrwiki.org/wiki/$1',0,'http://www.hrwiki.org/w/api.php'),
('imdb','http://www.imdb.com/find?q=$1&tt=on',0,''),