diff options
| author | fukachan <fukachan> | 2001-05-19 05:59:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-19 05:59:27 +0000 |
| commit | 61a2bcbd5466799d37c376bde36d8bcb8d831d8f (patch) | |
| tree | c36aa903f3dca2d9f12167d4d97f62c4847fa7f2 /fml | |
| parent | f1121ef5f0f933cebe1b66e2edc80c33c16145cc (diff) | |
| download | fml8-61a2bcbd5466799d37c376bde36d8bcb8d831d8f.tar.gz fml8-61a2bcbd5466799d37c376bde36d8bcb8d831d8f.tar.bz2 fml8-61a2bcbd5466799d37c376bde36d8bcb8d831d8f.zip | |
include prototypesnap-20010517
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/ja/faq/include/bookinfo.sgml | 41 | ||||
| -rw-r--r-- | fml/doc/ja/faq/include/chapters.ent | 27 |
2 files changed, 68 insertions, 0 deletions
diff --git a/fml/doc/ja/faq/include/bookinfo.sgml b/fml/doc/ja/faq/include/bookinfo.sgml new file mode 100644 index 00000000..e7a751fb --- /dev/null +++ b/fml/doc/ja/faq/include/bookinfo.sgml @@ -0,0 +1,41 @@ +<!-- + $FML: bookinfo.sgml,v 1.1.1.1 2001/05/19 05:14:57 fukachan Exp $ +--> + + <bookinfo> + <bookbiblio> + <title> + fml-devel (fml 5.0) TODO list + </title> + + <author> + <honorific> Dr </honorific> + <firstname> Ken'ichi </firstname> + <surname> Fukamachi </surname> + <affiliation> + <orgname>FML.ORG</orgname> + <address> + <email> + <ulink url="mailto:fukachan@fml.org"> + fukachan@fml.org + </ulink> + </email> + </address> + </affiliation> + </author> + + <copyright> + <year> 2001 </year> + <holder> Ken'ichi Fukamachi </holder> + </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> diff --git a/fml/doc/ja/faq/include/chapters.ent b/fml/doc/ja/faq/include/chapters.ent new file mode 100644 index 00000000..eac25912 --- /dev/null +++ b/fml/doc/ja/faq/include/chapters.ent @@ -0,0 +1,27 @@ +<!-- + $FML: chapters.ent,v 1.2 2001/05/19 05:50:40 fukachan Exp $ +--> + +<!entity versin "1.1"> + +<!-- ポインタ --> +<!entity fmlbible "『fml バイブル』(オライリージャパン刊)"> +<!entity www.fml.org "http://www.fml.org/fml/"> +<!entity fml4 "fml 4.0"> +<!entity fml5 "fml 5.0"> + + +<!-- 画像 --> +<!entity image.architecture SYSTEM "architecture.gif" ndata gif> + + +<!-- メタレベル --> +<!entity bookinfo SYSTEM "include/bookinfo.sgml"> +<!entity preface SYSTEM "preface.sgml"> +<!entity sect.terms SYSTEM "include/terms.sgml"> + + +<!-- chapters --> +<!entity chapter.merge SYSTEM "merge.sgml"> +<!entity chapter.fml5 SYSTEM "devel.sgml"> +<!entity chapter.fml4 SYSTEM "fml.sgml"> |
