]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extmsg: reorder and add a more Message-ID lookup services
authorEric Wong <e@80x24.org>
Sat, 13 Aug 2016 00:22:01 +0000 (00:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Aug 2016 00:22:01 +0000 (00:22 +0000)
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

lib/PublicInbox/ExtMsg.pm

index 955ada7ee8a6923281c9b3954804cabc18a44e78..39ee05f48e00957c4aed81283519a94ab5ee68a1 100644 (file)
@@ -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 {