blob: 6d1f58ddf4279dc10faecc1907dcef5805289545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
|
<!--
This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
to generate various output formats.
$FML: book.sgml,v 1.1 2003/07/24 15:37:34 fukachan Exp $
$jaFML: book.sgml,v 1.58 2003/05/31 08:51:07 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
<!entity % include SYSTEM "include/chapters.ent"> %include;
]>
<book>
&bookinfo;
&preface;
<toc></toc>
<part>
<title> fml fundamental usage </title>
<partintro>
<para>
This part describes brief guide for beginners.
</para>
<para>
See &www.fml.org; and other sites for more details on
the mailing list.
</para>
</partintro>
<!-- chapters ... -->
&chapter.overview.ml;
&chapter.overview.fml;
</part>
<part>
<title> fml: how to set up ML.</title>
<partintro>
<para>
topics driven in this part.
</para>
</partintro>
&chapter.download;
<!-- unix -->
&chapter.install.fml.unix;
&chapter.setup.newml;
<!-- 2000/nt -->
&chapter.install.fml.nt;
<!-- misc around installation/setup -->
&chapter.upgrade;
<!-- CGI -->
&chapter.setup.cgi;
<!-- test -->
&chapter.setup.test;
</part>
<part>
<title> fml: how to customise </title>
<partintro>
<para>
topics driven in this part.
</para>
</partintro>
&chapter.usage.user;
&chapter.usage.onhost;
&chapter.config;
&chapter.filename; <!-- appropriate here ? -->
<!-- customize -->
&chapter.customize.mlstyle;
&chapter.customize.header;
&chapter.customize.command;
&chapter.customize.filter;
<!-- thread track system -->
&chapter.threadtrack;
</part>
<part>
<title> troubleshooting </title>
<partintro>
<para>
This part describes how to shoot troubles.
</para>
</partintro>
&chapter.troubleshoot;
</part>
<part>
<title> fml design </title>
<partintro>
<para>
THis part describes the design policy of fml.
</para>
</partintro>
&chapter.design;
&chapter.programingstyle;
</part>
<part>
<title> fml internals </title>
<partintro>
<para>
This part describles the fml internals for developers.
</para>
</partintro>
<!-- boot -->
&chapter.bootloader;
&chapter.config.cf;
<!-- how to write a new program -->
&chapter.program.create;
<!-- delivery and command processing -->
&chapter.delivery;
&chapter.digest;
&chapter.message;
&chapter.filter;
<!-- &chapter.replybyfml; -->
<!-- user access control -->
&chapter.userctl;
<!-- command -->
&chapter.command;
<!-- CGI -->
&chapter.internal.cgi;
<!-- directory -->
&chapter.directory;
<!-- security -->
&chapter.restriction;
&chapter.credential;
<!-- hook -->
&chapter.hook;
<!-- virtual domains -->
&chapter.virtual;
<!-- misc -->
&chapter.io.abstraction;
&chapter.lock;
&chapter.db.modules;
&chapter.dbms;
</part>
<part>
<title> modules </title>
<partintro>
<para>
This part descripbes how to use most important modules.
</para>
</partintro>
&chapter.module.io.adapter;
&chapter.module.mail.message;
&chapter.module.nl;
&chapter.module.encode;
&chapter.module.create;
</part>
<!--
*************** appendixes hereafter **************
-->
<part>
<title> Apendixes </title>
&chapter.glossary;
<!--
&chapter.cvstree;
&chapter.docbook;
&chapter.inet6;
<!-- thread track -->
&chapter.threadtrack.tools;
-->
<!-- internals -->
&chapter.struct;
</part>
</book>
|