aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/gnus.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/gnus.texi')
-rw-r--r--doc/misc/gnus.texi25
1 files changed, 16 insertions, 9 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index b70c31b28fa..4279820acda 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -420,6 +420,9 @@ This manual corresponds to Gnus v5.13
420* Index:: Variable, function and concept index. 420* Index:: Variable, function and concept index.
421* Key Index:: Key Index. 421* Key Index:: Key Index.
422 422
423@c Doesn't work right in html.
424@c FIXME Do this in a more standard way.
425@ifinfo
423Other related manuals 426Other related manuals
424 427
425* Message:(message). Composing messages. 428* Message:(message). Composing messages.
@@ -427,6 +430,7 @@ Other related manuals
427* Sieve:(sieve). Managing Sieve scripts in Emacs. 430* Sieve:(sieve). Managing Sieve scripts in Emacs.
428* EasyPG:(epa). @acronym{PGP/MIME} with Gnus. 431* EasyPG:(epa). @acronym{PGP/MIME} with Gnus.
429* SASL:(sasl). @acronym{SASL} authentication in Emacs. 432* SASL:(sasl). @acronym{SASL} authentication in Emacs.
433@end ifinfo
430 434
431@detailmenu 435@detailmenu
432 --- The Detailed Node Listing --- 436 --- The Detailed Node Listing ---
@@ -2708,11 +2712,11 @@ the article range.
2708This command is similar to @code{gnus-read-ephemeral-gmane-group}, but 2712This command is similar to @code{gnus-read-ephemeral-gmane-group}, but
2709the group name and the article number and range are constructed from a 2713the group name and the article number and range are constructed from a
2710given @acronym{URL}. Supported @acronym{URL} formats include: 2714given @acronym{URL}. Supported @acronym{URL} formats include:
2711@url{http://thread.gmane.org/gmane.foo.bar/12300/focus=12399}, 2715@indicateurl{http://thread.gmane.org/gmane.foo.bar/12300/focus=12399},
2712@url{http://thread.gmane.org/gmane.foo.bar/12345/}, 2716@indicateurl{http://thread.gmane.org/gmane.foo.bar/12345/},
2713@url{http://article.gmane.org/gmane.foo.bar/12345/}, 2717@indicateurl{http://article.gmane.org/gmane.foo.bar/12345/},
2714@url{http://permalink.gmane.org/gmane.foo.bar/12345/}, and 2718@indicateurl{http://permalink.gmane.org/gmane.foo.bar/12345/}, and
2715@url{http://news.gmane.org/group/gmane.foo.bar/thread=12345}. 2719@indicateurl{http://news.gmane.org/group/gmane.foo.bar/thread=12345}.
2716 2720
2717@item gnus-read-ephemeral-emacs-bug-group 2721@item gnus-read-ephemeral-emacs-bug-group
2718@findex gnus-read-ephemeral-emacs-bug-group 2722@findex gnus-read-ephemeral-emacs-bug-group
@@ -13805,9 +13809,12 @@ installed. You then define a server as follows:
13805@findex nntp-open-ssl-stream 13809@findex nntp-open-ssl-stream
13806@item nntp-open-ssl-stream 13810@item nntp-open-ssl-stream
13807Opens a connection to a server over a @dfn{secure} channel. To use 13811Opens a connection to a server over a @dfn{secure} channel. To use
13808this you must have @uref{http://www.openssl.org, OpenSSL} or 13812this you must have @uref{http://www.openssl.org, OpenSSL}
13809@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed. You 13813@ignore
13810then define a server as follows: 13814@c Defunct URL, ancient package, so don't mention it.
13815or @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay}
13816@end ignore
13817installed. You then define a server as follows:
13811 13818
13812@lisp 13819@lisp
13813;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}} 13820;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
@@ -16919,7 +16926,7 @@ Some web sites have an RDF Site Summary (@acronym{RSS}).
16919@acronym{RSS} is a format for summarizing headlines from news related 16926@acronym{RSS} is a format for summarizing headlines from news related
16920sites (such as BBC or CNN). But basically anything list-like can be 16927sites (such as BBC or CNN). But basically anything list-like can be
16921presented as an @acronym{RSS} feed: weblogs, changelogs or recent 16928presented as an @acronym{RSS} feed: weblogs, changelogs or recent
16922changes to a wiki (e.g., @url{http://cliki.net/recent-changes.rdf}). 16929changes to a wiki (e.g., @url{http://cliki.net/site/recent-changes}).
16923 16930
16924@acronym{RSS} has a quite regular and nice interface, and it's 16931@acronym{RSS} has a quite regular and nice interface, and it's
16925possible to get the information Gnus needs to keep groups updated. 16932possible to get the information Gnus needs to keep groups updated.