blob: 07f3af4cfeaf7d0e0c2262d97f9f6b13e8b67374 (
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
|
<!doctype book public "-//OASIS//DTD DocBook V3.1//EN" [
<!entity intro SYSTEM "intro.sgml">
<!entity terms SYSTEM "terms.sgml">
<!entity install SYSTEM "install.sgml">
<!entity reference SYSTEM "reference.sgml">
<!ENTITY architecture SYSTEM "architecture.gif" ndata gif>
]>
<!--
This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
to generate various output formats.
$FML: fml-devel.sgml,v 1.6 2001/04/22 16:10:45 fukachan Exp $
-->
<book>
<bookinfo>
<bookbiblio>
<title>
fml-devel (fml 5.0) ���塼�ȥꥢ��
</title>
<authorgroup>
<corpauthor>
Ken'ichi Fukamachi
</corpauthor>
</authorgroup>
<copyright>
<year/2001/<holder/Ken'ichi Fukamachi/
</copyright>
</bookbiblio>
<legalnotice>
<para>
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
</para>
</legalnotice>
</bookinfo>
<TOC></TOC>
<chapter id="intro">
&intro;
</chapter>
<chapter id="reference">
&reference;
</chapter>
</book>
|