Change news.gmane.org to news.gmane.io
* admin/notes/emba: * doc/misc/gnus.texi (Group Parameters) (Non-ASCII Group Names, Filling In Threads) (Selection Groups, Spam Package Configuration Examples) (Terminology): * lisp/gnus/gnus-group.el (gnus-useful-groups): * lisp/gnus/gnus-sum.el (gnus-fetch-old-headers): * lisp/gnus/spam-report.el (spam-report-gmane-use-article-number) (spam-report-gmane-internal): * test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name): Change news.gmane.org to news.gmane.io. Ref: https://news.gmane.io/
This commit is contained in:
parent
297fe945c5
commit
cc3e436c82
6 changed files with 16 additions and 14 deletions
|
@ -21,7 +21,7 @@ If you want to receive these notifications, please subscribe at
|
|||
<https://lists.gnu.org/mailman/listinfo/emacs-buildstatus>.
|
||||
|
||||
Alternatively, these notifications can be read via gmane at
|
||||
<nntp+news.gmane.org:gmane.emacs.buildstatus>.
|
||||
<nntp+news.gmane.io:gmane.emacs.buildstatus>.
|
||||
|
||||
The messages contain a URL to the log file of the failed job, like
|
||||
<https://emba.gnu.org/emacs/emacs/-/jobs/739/raw>.
|
||||
|
|
|
@ -3372,7 +3372,7 @@ You can define different sorting to different groups via
|
|||
group by reverse date to see the latest news at the top and an
|
||||
@acronym{RSS} group by subject. In this example, the first group is the
|
||||
Debian daily news group @code{gmane.linux.debian.user.news} from
|
||||
news.gmane.org. The @acronym{RSS} group corresponds to the Debian
|
||||
news.gmane.io. The @acronym{RSS} group corresponds to the Debian
|
||||
weekly news RSS feed
|
||||
@url{https://packages.debian.org/unstable/newpkg_main.en.rdf},
|
||||
@xref{RSS}.
|
||||
|
@ -4426,7 +4426,7 @@ A select method can be very long, like:
|
|||
|
||||
@lisp
|
||||
(nntp "gmane"
|
||||
(nntp-address "news.gmane.org")
|
||||
(nntp-address "news.gmane.io")
|
||||
(nntp-end-of-line "\n")
|
||||
(nntp-open-connection-function
|
||||
nntp-open-via-rlogin-and-telnet)
|
||||
|
@ -7279,7 +7279,7 @@ The server has to support @acronym{NOV} for any of this to work.
|
|||
@cindex Gmane, @code{gnus-fetch-old-headers}
|
||||
This feature can seriously impact performance it ignores all locally
|
||||
cached header entries. Setting it to @code{t} for groups for a server
|
||||
that doesn't expire articles (such as news.gmane.org), leads to very
|
||||
that doesn't expire articles (such as news.gmane.io), leads to very
|
||||
slow summary generation.
|
||||
|
||||
@item gnus-fetch-old-ephemeral-headers
|
||||
|
@ -18017,7 +18017,7 @@ Here is an example:
|
|||
(nnselect-args
|
||||
. [["nnimap+work:mail" 595 100]
|
||||
["nnimap+home:sent" 223 100]
|
||||
["nntp+news.gmane.org:gmane.emacs.gnus.general" 23666 100]]))
|
||||
["nntp+news.gmane.io:gmane.emacs.gnus.general" 23666 100]]))
|
||||
@end lisp
|
||||
|
||||
The function is the identity and the argument is just the list of
|
||||
|
@ -25152,9 +25152,9 @@ groups as spam and reports the to Gmane at group exit:
|
|||
@end lisp
|
||||
|
||||
Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
|
||||
because I don't read the groups directly from news.gmane.org, but
|
||||
because I don't read the groups directly from news.gmane.io, but
|
||||
through my local news server (leafnode). I.e., the article numbers are
|
||||
not the same as on news.gmane.org, thus @code{spam-report.el} has to check
|
||||
not the same as on news.gmane.io, thus @code{spam-report.el} has to check
|
||||
the @code{X-Report-Spam} header to find the correct number.
|
||||
|
||||
@node Spam Back Ends
|
||||
|
@ -29318,13 +29318,13 @@ have names like @samp{gnu.emacs.gnus}.
|
|||
You can also have any number of foreign groups active at the same
|
||||
time. These are groups that use non-native non-secondary back ends
|
||||
for getting news. Foreign groups have names like
|
||||
@samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
|
||||
@samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
|
||||
|
||||
@item secondary
|
||||
@cindex secondary
|
||||
Secondary back ends are somewhere half-way between being native and
|
||||
being foreign, but they mostly act like they are native, but they, too
|
||||
have names like @samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
|
||||
have names like @samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
|
||||
|
||||
@item article
|
||||
@cindex article
|
||||
|
|
|
@ -286,10 +286,10 @@ If you want to modify the group buffer, you can use this hook."
|
|||
:type 'hook)
|
||||
|
||||
(defcustom gnus-useful-groups
|
||||
'(("(ding) mailing list mirrored at gmane.org"
|
||||
'(("(ding) mailing list mirrored at gmane.io"
|
||||
"gmane.emacs.gnus.general"
|
||||
(nntp "Gmane"
|
||||
(nntp-address "news.gmane.org")))
|
||||
(nntp-address "news.gmane.io")))
|
||||
("Gnus bug archive"
|
||||
"gnus.gnus-bug"
|
||||
(nntp "news.gnus.org"
|
||||
|
|
|
@ -120,7 +120,7 @@ The server has to support NOV for any of this to work.
|
|||
|
||||
This feature can seriously impact performance it ignores all
|
||||
locally cached header entries. Setting it to t for groups for a
|
||||
server that doesn't expire articles (such as news.gmane.org),
|
||||
server that doesn't expire articles (such as news.gmane.io),
|
||||
leads to very slow summary generation."
|
||||
:group 'gnus-thread
|
||||
:type '(choice (const :tag "off" nil)
|
||||
|
|
|
@ -49,7 +49,7 @@ instead."
|
|||
"Whether the article number (faster!) or the header should be used.
|
||||
|
||||
You must set this to nil if you don't read Gmane groups directly
|
||||
from news.gmane.org, e.g. when using local newsserver such as
|
||||
from news.gmane.io, e.g. when using local newsserver such as
|
||||
leafnode."
|
||||
:type 'boolean)
|
||||
|
||||
|
@ -149,6 +149,8 @@ submitted at once. Internal variable.")
|
|||
(when (and gnus-newsgroup-name
|
||||
(or (null spam-report-gmane-regex)
|
||||
(string-match spam-report-gmane-regex gnus-newsgroup-name)))
|
||||
;; FIXME: These addresses are down. There is also no
|
||||
;; unspam.gmane.io or spam.gmane.io.
|
||||
(let ((rpt-host (if unspam "unspam.gmane.org" "spam.gmane.org")))
|
||||
(gnus-message 6 "Reporting article %d to %s..." article rpt-host)
|
||||
(cond
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
;; This is a very aggressive shortening of the left hand side.
|
||||
("nnimap+email@banana.salesman.example.com:234" . "email@banana:234")
|
||||
("nntp+some.where.edu:soc.motss" . "some:s.motss")
|
||||
("nntp+news.gmane.org:gmane.emacs.gnus.general" . "news:g.e.g.general")
|
||||
("nntp+news.gmane.io:gmane.emacs.gnus.general" . "news:g.e.g.general")
|
||||
("nntp+news.gnus.org:gmane.text.docbook.apps" . "news:g.t.d.apps")
|
||||
|
||||
;; nnimap groups.
|
||||
|
|
Loading…
Add table
Reference in a new issue