* Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()
[lhc/web/wiklou.git] / maintenance / interwiki.sql
index 8918e8a..e625552 100644 (file)
@@ -1,7 +1,7 @@
 -- Based more or less on the public interwiki map from MeatballWiki
 -- Default interwiki prefixes...
 
-INSERT INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
+REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('AbbeNormal','http://www.ourpla.net/cgi-bin/pikie.cgi?$1',0),
 ('AcadWiki','http://xarch.tu-graz.ac.at/autocad/wiki/$1',0),
 ('Acronym','http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1',0),
@@ -69,6 +69,7 @@ INSERT INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('PythonInfo','http://www.python.org/cgi-bin/moinmoin/$1',0),
 ('PythonWiki','http://www.pythonwiki.de/$1',0),
 ('PyWiki','http://www.voght.com/cgi-bin/pywiki?$1',0),
+('RFC','http://www.rfc-editor.org/rfc/rfc$1.txt',0),
 ('SeaPig','http://www.seapig.org/ $1',0),
 ('SeattleWireless','http://seattlewireless.net/?$1',0),
 ('SenseisLibrary','http://senseis.xmp.net/?$1',0),
@@ -89,8 +90,9 @@ INSERT INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('WebSeitzWiki','http://webseitz.fluxent.com/wiki/$1',0),
 ('Why','http://clublet.com/c/c/why?$1',0),
 ('Wiki','http://c2.com/cgi/wiki?$1',0),
-('WikiPedia','http://www.wikipedia.org/wiki/$1',0),
-('Wiktionary','http://wiktionary.org/wiki/$1',0),
+('WikiPedia','http://en.wikipedia.org/wiki/$1',0),
+('Wiktionary','http://en.wiktionary.org/wiki/$1',0),
+('Wikiquote','http://en.wikiquote.org/wiki/$1',0),
 ('WikiWorld','http://WikiWorld.com/wiki/index.php/$1',0),
 ('YpsiEyeball','http://sknkwrks.dyndns.org:1957/writewiki/wiki.pl?$1',0),
 ('ZWiki','http://www.zwiki.org/$1',0),
@@ -106,6 +108,5 @@ INSERT INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('Turismo','http://www.tejo.org/turismo/$1',0),
 ('GEJ','http://www.esperanto.de/cgi-bin/aktivikio/wiki.pl?$1',0),
 ('BEMI','http://bemi.free.fr/vikio/index.php?$1',0),
-('EnciclopediaLibre','http://enciclopedia.us.es/wiki.phtml?title=$1',0),
-('WikiBooks','http://wikibooks.org/wiki/$1',0);
-
+('EnciclopediaLibre','http://enciclopedia.us.es/index.php/$1',0),
+('WikiBooks','http://en.wikibooks.org/wiki/$1',0);