* message.el (message-setup-1): Don't call
[elisp/gnus.git-] / README.semi
1 This package contains T-gnus 6.15.
2
3 What is T-gnus?
4 ===============
5
6   T-gnus is a replacement of Gnus with gnus-mime for SEMI.  It has all
7 features of Gnus and gnus-mime, so there are no need to install Gnus
8 to use it, and you must not use gnus-mime for SEMI.
9
10   It requires APEL, FLIM and SEMI packages, so please get and install
11 them before to install it.  T-gnus 6.15 requires APEL 10.0 or later,
12 FLIM 1.14 and SEMI 1.14.  You can get these packages from:
13
14 ftp://ftp.m17n.org/pub/mule/apel/
15 ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
16 ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
17
18 Required environment for SEMI is written in README.en of SEMI package.
19
20   In addition, if you wish to use the web based backend `nnshimbun',
21 you have to install the package emacs-w3m and the external command w3m.
22 Visit the following pages for more information.
23
24 http://emacs-w3m.namazu.org/
25 http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/
26
27
28 How to get? (via CVS)
29 =====================
30
31 (0) cvs login (first time only)
32
33     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
34
35     CVS password: [CR] # NULL string
36
37 (1) checkout
38
39     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
40         checkout -r t-gnus-6_15 gnus
41
42 (2) compile
43
44     % cd gnus
45     % configure [options]
46     % make [options]
47
48 (3) update
49
50     % cvs update -r t-gnus-6_15 gnus
51
52 Major tags are following:
53
54     t-gnus-6_15-quimby  Assigned to the latest version of T-gnus for
55                         developing and synchronizing with Oort Gnus.
56
57     t-gnus-6_15         Assigned to the latest version of T-gnus for
58                         developing and synchronizing with the released
59                         version of Oort Gnus.
60
61     pgnus-ichikawa      The main trunk of T-gnus.
62
63     semi-gnus           Assigned to the latest stable version.  It is
64                         very conservative. Currently it is not used.
65
66     for-semi-N1_N2      assigned to the latest stable version for SEMI
67                         API N1.N2 (N1 and N2 are natural number).
68                         (e.g. `for-semi-1_3' is for SEMI API 1.3)
69
70     gnus-N1_N2_N3       assigned to gnus(Gnus) N1.N2.N3
71                         (e.g. `gnus-6_2_1' means gnus 6.2.1).
72
73     larsi               Original Gnus
74
75     himi                himi branch
76
77     akr                 akr branch
78
79     shuhei-k            shuhei-k branch
80                         Mail-Followup-To/Mail-Reply-To, gnus-cache fix.
81
82     keiichi             keiichi branch
83     nana-gnus-N1_N2     Stable version of `keiichi branch'.
84
85 For more detailed information, please read README.branch.
86
87
88 How to get? (via ftp)
89 =====================
90
91   T-gnus 6.15 is available from
92
93     ftp://ftp.jpl.org/pub/elisp/t-gnus-6.15/snapshots/
94
95   NOTE: These snapshots are manually created when the urge takes the
96   administrator of the a-ftp site, and will usually not be tested.
97
98
99 How to join development
100 =======================
101
102   If you have found a bug in Gnus proper, please do `M-x gnus-bug' and
103 send a bug report to the Gnus maintainers.
104
105   If you have found a bug in T-gnus, or if you're not sure whether it
106 is a Gnus proper, please send a bug report to the Semi-gnus mailing
107 list:
108
109     semi-gnus-en@meadowy.org    (English)
110     semi-gnus-ja@meadowy.org    (Japanese)
111
112 Suggestions for T-gnus improvements are also welcome.
113
114   Via the Semi-gnus ML, you can report T-gnus related bugs, obtain the
115 latest release of T-gnus, and discuss future enhancements to T-gnus.
116 To join the Semi-gnus ML, send an empty e-mail to
117
118     semi-gnus-en-help@meadowy.org       (English)
119     semi-gnus-ja-help@meadowy.org       (Japanese)
120
121   In addition, we need developers.  If you would like to develop it,
122 please send mail to cvs@cvs.m17n.org with your account name and your
123 public key for ssh.  cvsroot is :ext:cvs@cvs.m17n.org:/cvs/root.
124 If you cannot use ssh, please send UNIX /etc/passwd style crypted
125 password instead.  cvsroot is
126 :pserver:<accountname>@cvs.m17n.org:/cvs/root in this case.  You can
127 get the notice of modifications in m17n open CVS server via the mail
128 which also contains informations on the other modules.  To subscribe
129 it, send an empty e-mail to
130
131     cvs-info-help@cvs.m17n.org