]> Sergey Matveev's repositories - public-inbox.git/commitdiff
s/news.gmane.org/news.gmane.io/
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 08:59:58 +0000 (08:59 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 19:57:22 +0000 (19:57 +0000)
gmane still has a NNTP server, so update links to point to it.

cf. https://lars.ingebrigtsen.no/2020/01/06/whatever-happened-to-news-gmane-org/

Documentation/public-inbox-config.pod
TODO
lib/PublicInbox/ExtMsg.pm

index 1825ce05546fb3895962b1000b8e9a224a120eb9..a36680d913c44707938975706068f7e6fdc6a7cf 100644 (file)
@@ -115,7 +115,7 @@ Default: none
 This may be the full NNTP URL of an independently-run mirror.
 For example, the https://public-inbox.org/meta/ inbox is
 mirrored by Gmane at
-C<nntp://news.gmane.org/gmane.mail.public-inbox.general>
+C<nntp://news.gmane.io/gmane.mail.public-inbox.general>
 
 Default: none
 
diff --git a/TODO b/TODO
index a3b2b7cb309dfb46dd4520ef5d4fdd076a2456b1..611d623a9b1be1ad2b534190f0cb94ebcf2f7d29 100644 (file)
--- a/TODO
+++ b/TODO
@@ -47,7 +47,7 @@ all need to be considered for everything we introduce)
 
 * Configurable linkification for per-inbox shorthands:
   "$gmane/123456" could be configured to expand to the
-  appropriate link pointing to the gmane.org list archives,
+  appropriate link pointing to the gmane.io list archives,
   likewise "[Bug #123456]" could be configured to expand to
   point to some project's bug tracker at http://example.com/bug/123456
 
index 49fc1ac5521c1506acb137afaf1f667f666f231d..e6a872d9dc36e86ac38cadbf5f2f8a92993e7ccc 100644 (file)
@@ -17,7 +17,7 @@ our @EXT_URL = map { ascii_html($_) } (
        # leading "//" denotes protocol-relative (http:// or https://)
        '//marc.info/?i=%s',
        '//www.mail-archive.com/search?l=mid&q=%s',
-       'nntp://news.gmane.org/%s',
+       'nntp://news.gmane.io/%s',
        'https://lists.debian.org/msgid-search/%s',
        '//docs.FreeBSD.org/cgi/mid.cgi?db=mid&id=%s',
        'https://www.w3.org/mid/%s',