blob: 81d60fc5b002e8cd775780857a8a0e6ac506d315 (
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
|
<!--
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.4 2001/07/15 09:17:59 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
<!entity % include SYSTEM "include/chapters.ent"> %include;
]>
<book>
&bookinfo;
<toc></toc>
<part>
<title> fml 4.0 �ˤ����� TODO </title>
<partintro>
<para>
fml 4.0 �Ǥ� TODO �ꥹ�ȤǤ���
����� 4.0 �� fml/doc/ri/TODO.wix �ˤ��ä���ΤǤ���
�������Թ�� 5.0 branch ���ݼ餷�ޤ���
</para>
</partintro>
&chapter.fml4;
&chapter.misc;
&chapter.fml4to8;
</part>
<part>
<title> 4.0 ���� 5.0 �إޡ�������٤���� </title>
<partintro>
<para>
fml 8.0 �Ǥ� TODO �ꥹ�ȤǤ���
</para>
</partintro>
<!-- �ʲ����ƾϤ��¤� -->
&chapter.merge;
</part>
<part>
<title> 5.0 TODO </title>
<partintro>
<para>
fml 8.0 �Ǥ� TODO �ꥹ�ȤǤ���
</para>
</partintro>
&chapter.fml8;
</part>
</book>
|