Add description of `shuhei-k' branch.
[elisp/gnus.git-] / README.semi
1 This package contains Semi-gnus.
2
3 What is Semi-gnus?
4 ==================
5
6   Semi-gnus is a replacement of Gnus with gnus-mime for SEMI.  It has
7 all features of Gnus and gnus-mime, so there are no need to install
8 Gnus to use it, and you must not use gnus-mime for SEMI.
9
10   It requires SEMI package, so please get and install SEMI package
11 before to install it.
12
13
14 How to get? (via CVS)
15 =====================
16
17 (0) cvs login
18
19     % cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \
20         login
21
22     CVS password: [CR] # NULL string
23
24 (1) checkout
25
26     % cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \
27         checkout [-r TAG] gnus
28
29 (2) compile
30
31     % cd gnus
32     % make EMACS=<file name of your emacs>
33
34 (3) update
35
36     % cvs update [-r TAG]
37
38 Major tags are following:
39
40     semi-gnus           assigned to the latest stable version.  It is
41                         very conservative.
42
43     for-semi-N1_N2      assigned to the latest stable version for SEMI 
44                         API N1.N2 (N1 and N2 are natural number).
45                         (e.g. `for-semi-1_3' is for SEMI API 1.3)
46
47     gnus-N1_N2_N3       assigned to gnus(Gnus) N1.N2.N3
48                         (e.g. `gnus-6_2_1' means gnus 6.2.1).
49
50     larsi               Original Gnus
51
52     himi                himi branch
53
54     ichikawa            ichikawa branch
55
56     akr                 akr branch
57
58     shuhei-k            shuhei-k branch
59                         Mail-Followup-To/Mail-Reply-To, gnus-cache fix.
60
61
62 How to get? (via ftp)
63 =====================
64
65   Semi-daily snapshots are also available from
66
67     ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi-gnus/
68
69   NOTE: These snapshots are automatically created from our repository
70 if something was changed within a day, and will usually not be tested.
71
72
73 How to join development
74 =======================
75
76   If you have found a bug in Gnus proper, please do `M-x gnus-bug' and
77 send a bug report to the Gnus maintainers.
78
79   If you have found a bug in Semi-gnus, or if you're not sure whether it
80 is a Gnus proper, please send a bug report to the Semi-gnus mailing list:
81
82     semi-gnus-en@meadow.scphys.kyoto-u.ac.jp    (English)
83     semi-gnus-ja@meadow.scphys.kyoto-u.ac.jp    (Japanese)
84
85 Suggestions for Semi-gnus improvements are also welcome.
86
87   Via the Semi-gnus ML, you can report Semi-gnus related bugs, obtain
88 the latest release of Semi-gnus, and discuss future enhancements to
89 Semi-gnus.  To join the Semi-gnus ML, send an empty e-mail to
90
91     semi-gnus-en-help@meadow.scphys.kyoto-u.ac.jp       (English)
92     semi-gnus-ja-help@meadow.scphys.kyoto-u.ac.jp       (Japanese)
93
94   In addition, we need developers.  If you would like to develop it,
95 please send mail to cvs@chamonix.jaist.ac.jp.