"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "gnus-5.10.10/README" of archive gnus-5.10.10.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 This package contains a beta version of Gnus (beta because the final version
2 is the one included in Emacs). The lisp directory contains the source lisp
3 files, and the texi directory contains the Gnus info pages.
4
5 To use Gnus you first have to unpack the files, which you've obviously
6 done, because you are reading this.
7
8 You should definitely byte-compile the source files. To do that, you
9 can simply say "./configure && make" in this directory.
10
11 Do not say "make install". I repeat, do *NOT* say "make install". If
12 you say "make install" and then complain about things not working,
13 I'll be very annoyed. If you say "make install" and things happen to
14 work, that's all fine and dandy for you, but it's quite likely that it
15 won't.
16
17 If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs".
18
19 Then you have to tell Emacs where Gnus is. You might put something
20 like
21
22 (setq load-path (cons (expand-file-name "~/gnus-5.10.10/lisp") load-path))
23 (require 'gnus-load)
24
25 in your .emacs file, or wherever you keep such things.
26
27 To enable reading the Gnus manual, you could say something like:
28
29 (require 'info)
30 (if (featurep 'xemacs)
31 (add-to-list 'Info-directory-list "~/gnus-5.10.10/texi/")
32 (add-to-list 'Info-default-directory-list "~/gnus-5.10.10/texi/"))
33
34 Gnus 5.10 does absolutely not work with anything older than Emacs 20.7 or
35 XEmacs 21.1.
36
37 To compile the Gnus manual, you either need a pretty new Emacs, or a
38 pretty new version of the texinfo tools.
39
40 Then you do a `M-x gnus', and everything should... uhm... it should
41 work, but it might not. Set `debug-on-error' to t, and mail me the
42 backtraces, or, better yet, find out why Gnus does something wrong,
43 fix it, and send me the diffs. :-)
44
45 There are four main things I want your help and input on:
46
47 1) Startup. Does everything go smoothly, and why not?
48
49 2) Any errors while you read news normally?
50
51 3) Any errors if you do anything abnormal?
52
53 4) Features you do not like, or do like, but would like to tweak a
54 bit, and features you would like to see.
55
56 Send any comments and all your bug fixes/complaints to
57 `bugs@gnus.org'.