diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 22 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 25 |
3 files changed, 38 insertions, 17 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ddd8b81e868..6a745b27d96 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -4,6 +4,14 @@ | |||
| 4 | 4 | ||
| 5 | * dbus.texi (Introspection): Update URL to a less defunct one. | 5 | * dbus.texi (Introspection): Update URL to a less defunct one. |
| 6 | 6 | ||
| 7 | * gnus.texi (Top): Restrict "Other related manuals" to info output. | ||
| 8 | (Foreign Groups): Use @indicateurl for examples. | ||
| 9 | (Direct Functions): Remove defunct URL. | ||
| 10 | (RSS): Update URL. | ||
| 11 | |||
| 12 | * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs. | ||
| 13 | (FAQ 7-1): Update URL. | ||
| 14 | |||
| 7 | * pgg.texi (Top, Overview): Add note about obsolescence. | 15 | * pgg.texi (Top, Overview): Add note about obsolescence. |
| 8 | 16 | ||
| 9 | * bovine.texi (top): | 17 | * bovine.texi (top): |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index ede957a5c35..55756ac9b34 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -1541,8 +1541,9 @@ cat file.face | sed 's/\\/\\\\/g;s/\"/\\\"/g;' > file.face.quoted | |||
| 1541 | 1541 | ||
| 1542 | If you can't use compface, there's an online X-face converter at | 1542 | If you can't use compface, there's an online X-face converter at |
| 1543 | @uref{http://www.dairiki.org/xface/}. | 1543 | @uref{http://www.dairiki.org/xface/}. |
| 1544 | If you use MS Windows, you could also use the WinFace program from | 1544 | If you use MS Windows, you could also use the WinFace program, |
| 1545 | @uref{http://www.xs4all.nl/~walterln/winface/}. | 1545 | which used to be available from |
| 1546 | @indicateurl{http://www.xs4all.nl/~walterln/winface/}. | ||
| 1546 | Now you only have to tell Gnus to include the X-face in your postings by saying | 1547 | Now you only have to tell Gnus to include the X-face in your postings by saying |
| 1547 | 1548 | ||
| 1548 | @example | 1549 | @example |
| @@ -1835,15 +1836,20 @@ too. | |||
| 1835 | Of course you can also use grep to search through your | 1836 | Of course you can also use grep to search through your |
| 1836 | local mail, but this is both slow for big archives and | 1837 | local mail, but this is both slow for big archives and |
| 1837 | inconvenient since you are not displaying the found mail | 1838 | inconvenient since you are not displaying the found mail |
| 1838 | in Gnus. Here comes nnir into action. Nnir is a front end | 1839 | in Gnus. Here nnir comes into action. Nnir is a front end |
| 1839 | to search engines like swish-e or swish++ and | 1840 | to search engines like swish-e or swish++ and |
| 1840 | others. You index your mail with one of those search | 1841 | others. You index your mail with one of those search |
| 1841 | engines and with the help of nnir you can search through | 1842 | engines and with the help of nnir you can search through |
| 1842 | the indexed mail and generate a temporary group with all | 1843 | the indexed mail and generate a temporary group with all |
| 1843 | messages which met your search criteria. If this sound | 1844 | messages which met your search criteria. If this sounds |
| 1844 | cool to you get nnir.el from | 1845 | cool to you, get nnir.el from |
| 1846 | @c FIXME Isn't this file in Gnus? | ||
| 1847 | @ignore | ||
| 1848 | @c Dead link 2013/7. | ||
| 1845 | @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/} | 1849 | @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/} |
| 1846 | or @uref{ftp://ftp.is.informatik.uni-duisburg.de/pub/src/emacs/}. | 1850 | or |
| 1851 | @end ignore | ||
| 1852 | @uref{ftp://ftp.is.informatik.uni-duisburg.de/pub/src/emacs/}. | ||
| 1847 | Instructions on how to use it are at the top of the file. | 1853 | Instructions on how to use it are at the top of the file. |
| 1848 | 1854 | ||
| 1849 | @node FAQ 6-4 | 1855 | @node FAQ 6-4 |
| @@ -1966,7 +1972,7 @@ the easiest solution is a small nntp server like | |||
| 1966 | @uref{http://infa.abo.fi/~patrik/sn/, sn}, | 1972 | @uref{http://infa.abo.fi/~patrik/sn/, sn}, |
| 1967 | of course you can also install a full featured news | 1973 | of course you can also install a full featured news |
| 1968 | server like | 1974 | server like |
| 1969 | @uref{http://www.isc.org/products/INN/, inn}. | 1975 | @uref{http://www.isc.org/software/inn/, inn}. |
| 1970 | Then you want to fetch your Mail, popular choices | 1976 | Then you want to fetch your Mail, popular choices |
| 1971 | are @uref{http://www.catb.org/~esr/fetchmail/, fetchmail} | 1977 | are @uref{http://www.catb.org/~esr/fetchmail/, fetchmail} |
| 1972 | and @uref{http://pyropus.ca/software/getmail/, getmail}. | 1978 | and @uref{http://pyropus.ca/software/getmail/, getmail}. |
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 | ||
| 423 | Other related manuals | 426 | Other 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. | |||
| 2708 | This command is similar to @code{gnus-read-ephemeral-gmane-group}, but | 2712 | This command is similar to @code{gnus-read-ephemeral-gmane-group}, but |
| 2709 | the group name and the article number and range are constructed from a | 2713 | the group name and the article number and range are constructed from a |
| 2710 | given @acronym{URL}. Supported @acronym{URL} formats include: | 2714 | given @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 |
| 13807 | Opens a connection to a server over a @dfn{secure} channel. To use | 13811 | Opens a connection to a server over a @dfn{secure} channel. To use |
| 13808 | this you must have @uref{http://www.openssl.org, OpenSSL} or | 13812 | this 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 |
| 13810 | then define a server as follows: | 13814 | @c Defunct URL, ancient package, so don't mention it. |
| 13815 | or @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} | ||
| 13816 | @end ignore | ||
| 13817 | installed. 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 |
| 16920 | sites (such as BBC or CNN). But basically anything list-like can be | 16927 | sites (such as BBC or CNN). But basically anything list-like can be |
| 16921 | presented as an @acronym{RSS} feed: weblogs, changelogs or recent | 16928 | presented as an @acronym{RSS} feed: weblogs, changelogs or recent |
| 16922 | changes to a wiki (e.g., @url{http://cliki.net/recent-changes.rdf}). | 16929 | changes 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 |
| 16925 | possible to get the information Gnus needs to keep groups updated. | 16932 | possible to get the information Gnus needs to keep groups updated. |