more access keys added
[lhc/web/wiklou.git] / maintenance / interwiki.sql
index 8918e8a..ae8f588 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),
@@ -108,4 +109,3 @@ INSERT INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('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);
-