about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtMsg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-13 00:22:01 +0000
committerEric Wong <e@80x24.org>2016-08-13 00:22:01 +0000
commit610d056b90196f8c03f5f6fccaef0517e7fc9c19 (patch)
tree42eaadbd444b01bb1d214edf14fbf561ccf3a745 /lib/PublicInbox/ExtMsg.pm
parent4e6710183bc331020a406077a1873f2713973f07 (diff)
downloadpublic-inbox-610d056b90196f8c03f5f6fccaef0517e7fc9c19.tar.gz
gmane is down at the moment, so lower that in priority
(hopefully it will be brought back up, again).  Wikipedia also
lists a few more project-specific list providers, so include
those as well: https://en.wikipedia.org/wiki/Message-ID
Diffstat (limited to 'lib/PublicInbox/ExtMsg.pm')
-rw-r--r--lib/PublicInbox/ExtMsg.pm11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm
index 955ada7e..39ee05f4 100644
--- a/lib/PublicInbox/ExtMsg.pm
+++ b/lib/PublicInbox/ExtMsg.pm
@@ -14,11 +14,16 @@ use PublicInbox::WwwStream;
 
 # TODO: user-configurable
 our @EXT_URL = (
-        'http://mid.gmane.org/%s',
-        'https://lists.debian.org/msgid-search/%s',
         # leading "//" denotes protocol-relative (http:// or https://)
-        '//mid.mail-archive.com/%s',
         '//marc.info/?i=%s',
+        '//mid.mail-archive.com/%s',
+        'http://mid.gmane.org/%s',
+        'https://lists.debian.org/msgid-search/%s',
+        '//docs.FreeBSD.org/cgi/mid.cgi?db=mid&id=%s',
+        'https://www.w3.org/mid/%s',
+        'http://www.postgresql.org/message-id/%s',
+        'https://lists.debconf.org/cgi-lurker/keyword.cgi?'.
+                'doc-url=/lurker&format=en.html&query=id:%s'
 );
 
 sub ext_msg {