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