aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2023-10-24 00:37:23 +0200
committerStefan Kangas2023-10-24 00:39:47 +0200
commitcc3e436c822343f72f3ede6b638e1b68cd434583 (patch)
tree6793de1fcb0bb492ca32d6761576a7a2e4a75830 /doc
parent297fe945c57c33b51b890ea105d5f7c15a520bd0 (diff)
downloademacs-cc3e436c822343f72f3ede6b638e1b68cd434583.tar.gz
emacs-cc3e436c822343f72f3ede6b638e1b68cd434583.zip
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/
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 216bbed4966..d8136baacba 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -3372,7 +3372,7 @@ You can define different sorting to different groups via
3372group by reverse date to see the latest news at the top and an 3372group by reverse date to see the latest news at the top and an
3373@acronym{RSS} group by subject. In this example, the first group is the 3373@acronym{RSS} group by subject. In this example, the first group is the
3374Debian daily news group @code{gmane.linux.debian.user.news} from 3374Debian daily news group @code{gmane.linux.debian.user.news} from
3375news.gmane.org. The @acronym{RSS} group corresponds to the Debian 3375news.gmane.io. The @acronym{RSS} group corresponds to the Debian
3376weekly news RSS feed 3376weekly news RSS feed
3377@url{https://packages.debian.org/unstable/newpkg_main.en.rdf}, 3377@url{https://packages.debian.org/unstable/newpkg_main.en.rdf},
3378@xref{RSS}. 3378@xref{RSS}.
@@ -4426,7 +4426,7 @@ A select method can be very long, like:
4426 4426
4427@lisp 4427@lisp
4428(nntp "gmane" 4428(nntp "gmane"
4429 (nntp-address "news.gmane.org") 4429 (nntp-address "news.gmane.io")
4430 (nntp-end-of-line "\n") 4430 (nntp-end-of-line "\n")
4431 (nntp-open-connection-function 4431 (nntp-open-connection-function
4432 nntp-open-via-rlogin-and-telnet) 4432 nntp-open-via-rlogin-and-telnet)
@@ -7279,7 +7279,7 @@ The server has to support @acronym{NOV} for any of this to work.
7279@cindex Gmane, @code{gnus-fetch-old-headers} 7279@cindex Gmane, @code{gnus-fetch-old-headers}
7280This feature can seriously impact performance it ignores all locally 7280This feature can seriously impact performance it ignores all locally
7281cached header entries. Setting it to @code{t} for groups for a server 7281cached header entries. Setting it to @code{t} for groups for a server
7282that doesn't expire articles (such as news.gmane.org), leads to very 7282that doesn't expire articles (such as news.gmane.io), leads to very
7283slow summary generation. 7283slow summary generation.
7284 7284
7285@item gnus-fetch-old-ephemeral-headers 7285@item gnus-fetch-old-ephemeral-headers
@@ -18017,7 +18017,7 @@ Here is an example:
18017 (nnselect-args 18017 (nnselect-args
18018 . [["nnimap+work:mail" 595 100] 18018 . [["nnimap+work:mail" 595 100]
18019 ["nnimap+home:sent" 223 100] 18019 ["nnimap+home:sent" 223 100]
18020 ["nntp+news.gmane.org:gmane.emacs.gnus.general" 23666 100]])) 18020 ["nntp+news.gmane.io:gmane.emacs.gnus.general" 23666 100]]))
18021@end lisp 18021@end lisp
18022 18022
18023The function is the identity and the argument is just the list of 18023The 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:
25152@end lisp 25152@end lisp
25153 25153
25154Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)} 25154Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
25155because I don't read the groups directly from news.gmane.org, but 25155because I don't read the groups directly from news.gmane.io, but
25156through my local news server (leafnode). I.e., the article numbers are 25156through my local news server (leafnode). I.e., the article numbers are
25157not the same as on news.gmane.org, thus @code{spam-report.el} has to check 25157not the same as on news.gmane.io, thus @code{spam-report.el} has to check
25158the @code{X-Report-Spam} header to find the correct number. 25158the @code{X-Report-Spam} header to find the correct number.
25159 25159
25160@node Spam Back Ends 25160@node Spam Back Ends
@@ -29318,13 +29318,13 @@ have names like @samp{gnu.emacs.gnus}.
29318You can also have any number of foreign groups active at the same 29318You can also have any number of foreign groups active at the same
29319time. These are groups that use non-native non-secondary back ends 29319time. These are groups that use non-native non-secondary back ends
29320for getting news. Foreign groups have names like 29320for getting news. Foreign groups have names like
29321@samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}. 29321@samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
29322 29322
29323@item secondary 29323@item secondary
29324@cindex secondary 29324@cindex secondary
29325Secondary back ends are somewhere half-way between being native and 29325Secondary back ends are somewhere half-way between being native and
29326being foreign, but they mostly act like they are native, but they, too 29326being foreign, but they mostly act like they are native, but they, too
29327have names like @samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}. 29327have names like @samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
29328 29328
29329@item article 29329@item article
29330@cindex article 29330@cindex article