blob: 5a185964a0dc68055e90a422b8fdbb4e2c215db2 (
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
|
<!--
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.19 2001/11/19 14:55:15 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 �δ���Ū�ʻȤ��� </title>
<partintro>
<para>
�ܥѡ��ȤϽ鿴�Ը��������ꥬ���ɤ��ܻؤ��Ƥ��ޤ���
���Ƥϴ���Ū�ʥǥ�������ۤ�����λ����ˤĤ��ƤǤ���
</para>
<para>
�ʤ������ꥹ�Ȥλ��ȤߤʤɤΡ�
������Ū�����ƤˤĤ��Ƥ�
&fmlbible;
��
&www.fml.org;
�ʤɤȤ��Ʋ�������
</para>
</partintro>
<!-- �ʲ����ƾϤ��¤� -->
&chapter.overview;
&chapter.download;
&chapter.install;
</part>
<!--
&chapter.available;
���� 2 ���˰ܤ��ơ�ʬΥ����٤����ʡ�
-->
<part>
<title> ��������ӥ������ޥ��� </title>
<partintro>
<para>
�ȥԥå������Ȥˡ��ޤȤ�ޤ���
</para>
</partintro>
&chapter.available;
&chapter.programs;
</part>
<part>
<title> ������¤ </title>
<partintro>
<para>
�ܥѡ��ȤǤϳ�ȯ�Ը��������ƤˤĤ��ƤޤȤ�ޤ���
</para>
</partintro>
<!-- �ʲ����ƾϤ��¤� -->
&chapter.design;
&chapter.cvstree;
&chapter.programingstyle;
&chapter.message;
&chapter.message.nl;
&chapter.db;
&chapter.dbms;
&chapter.nl;
<!-- �ʲ����ƾϤ��¤� -->
&chapter.bootloader;
&chapter.config.cf;
<!-- �����������ȥ��ޥ�ɤν��� -->
&chapter.delivery;
&chapter.replybyfml;
&chapter.fmlcommand;
<!-- ����å����ץ����ƥ� -->
&chapter.threadtrack.usage;
</part>
<part>
<title> �⥸�塼�� </title>
<partintro>
<para>
�ܥѡ��ȤǤϽ��פʥ⥸�塼��λȤ������������ޤ���
</para>
</partintro>
&chapter.module.io.adapter;
&chapter.module.mail.message;
</part>
<!--
***** ������������Ͽ *****
-->
<part>
<title> ��Ͽ </title>
&chapter.glossary;
&chapter.docbook;
&chapter.cvstags;
&chapter.inet6;
<!-- ����å����ץ����ƥ� -->
&chapter.threadtrack.tools;
</part>
</book>
|