diff options
| author | fukachan <fukachan> | 2001-05-01 14:49:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-01 14:49:18 +0000 |
| commit | 1afef7f441f4cf25c79889c0bb41075e3e29e761 (patch) | |
| tree | d19e5d52e00fe8c565018535e2e5aa7eaf482822 /fml/doc/ja/tutorial | |
| parent | 613c5fcdbb2455ae0a708714462acc9cbf377445 (diff) | |
| download | fml8-1afef7f441f4cf25c79889c0bb41075e3e29e761.tar.gz fml8-1afef7f441f4cf25c79889c0bb41075e3e29e761.tar.bz2 fml8-1afef7f441f4cf25c79889c0bb41075e3e29e761.zip | |
prototype of FreeBSD flavour documents hierarchy
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 6 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/chapters.ent (renamed from fml/doc/ja/tutorial/include.sgml) | 12 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 54 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/programs.sgml | 14 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/programs/chapter.sgml | 14 |
5 files changed, 77 insertions, 23 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index 663d75e8..3d81df3e 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,11 +2,11 @@ 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 2001/04/30 10:21:43 fukachan Exp $ +$FML: book.sgml,v 1.2 2001/05/01 09:15:21 fukachan Exp $ --> <!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ - <!entity % include SYSTEM "include.sgml"> %include; + <!entity % include SYSTEM "chapters.ent"> %include; ]> <book> @@ -54,7 +54,7 @@ $FML: book.sgml,v 1.1 2001/04/30 10:21:43 fukachan Exp $ <!-- 以下、各章が並ぶ --> &design; &bootloader; - &programs; + &chapter.programs; &fmlcommands; &delivery; </part> diff --git a/fml/doc/ja/tutorial/include.sgml b/fml/doc/ja/tutorial/chapters.ent index 340c04f6..4084cc85 100644 --- a/fml/doc/ja/tutorial/include.sgml +++ b/fml/doc/ja/tutorial/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: include.sgml,v 1.16 2001/04/28 09:33:40 fukachan Exp $ + $FML: include.sgml,v 1.17 2001/04/30 10:21:44 fukachan Exp $ --> <!entity versin "1.1"> @@ -47,8 +47,8 @@ <!-- プログラムの説明 --> -<!entity programs SYSTEM "programs.sgml"> -<!entity fmlconf SYSTEM "programs/fmlconf.sgml"> -<!entity fmldoc SYSTEM "programs/fmldoc.sgml"> -<!entity fmlticket SYSTEM "programs/fmlticket.sgml"> -<!entity makefml SYSTEM "programs/makefml.sgml"> +<!entity chapter.programs SYSTEM "programs/chapter.sgml"> +<!entity sect.fmlconf SYSTEM "programs/fmlconf.sgml"> +<!entity sect.fmldoc SYSTEM "programs/fmldoc.sgml"> +<!entity sect.fmlticket SYSTEM "programs/fmlticket.sgml"> +<!entity sect.makefml SYSTEM "programs/makefml.sgml"> diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent new file mode 100644 index 00000000..4084cc85 --- /dev/null +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -0,0 +1,54 @@ +<!-- + $FML: include.sgml,v 1.17 2001/04/30 10:21:44 fukachan Exp $ +--> + +<!entity versin "1.1"> + +<!-- include する SGML ファイル群 --> +<!entity bookinfo SYSTEM "bookinfo.sgml"> +<!entity preface SYSTEM "preface.sgml"> + + +<!entity available SYSTEM "available.sgml"> +<!entity docbook SYSTEM "docbook.sgml"> +<!entity download SYSTEM "download.sgml"> +<!entity install SYSTEM "install.sgml"> +<!entity terms SYSTEM "terms.sgml"> +<!entity intro SYSTEM "intro.sgml"> +<!entity install SYSTEM "install.sgml"> +<!entity main.cf SYSTEM "main.cf.sgml"> + +<!entity fmlcommands SYSTEM "commands.sgml"> +<!entity overview SYSTEM "overview.sgml"> + +<!entity design SYSTEM "design.sgml"> +<!entity bootloader SYSTEM "bootloader.sgml"> +<!entity programingstyle SYSTEM "style.sgml"> +<!entity reference SYSTEM "reference.sgml"> + + + +<!entity delivery SYSTEM "delivery.sgml"> +<!entity modules SYSTEM "modules.sgml"> + + +<!entity appendix SYSTEM "appendix.sgml"> +<!entity glossary SYSTEM "glossary.sgml"> +<!entity cvstree SYSTEM "cvstree.sgml"> +<!entity cvstags SYSTEM "cvstags.sgml"> + + +<!-- ポインタ --> +<!entity fmlbible "『fml バイブル』(オライリージャパン刊)"> +<!entity www.fml.org "http://www.fml.org/fml/"> + +<!-- 画像 --> +<!entity architecture SYSTEM "architecture.gif" ndata gif> + + +<!-- プログラムの説明 --> +<!entity chapter.programs SYSTEM "programs/chapter.sgml"> +<!entity sect.fmlconf SYSTEM "programs/fmlconf.sgml"> +<!entity sect.fmldoc SYSTEM "programs/fmldoc.sgml"> +<!entity sect.fmlticket SYSTEM "programs/fmlticket.sgml"> +<!entity sect.makefml SYSTEM "programs/makefml.sgml"> diff --git a/fml/doc/ja/tutorial/programs.sgml b/fml/doc/ja/tutorial/programs.sgml deleted file mode 100644 index c721abba..00000000 --- a/fml/doc/ja/tutorial/programs.sgml +++ /dev/null @@ -1,14 +0,0 @@ -<!-- - $FML: commands.sgml,v 1.1 2001/04/24 15:19:14 fukachan Exp $ ---> - -<chapter id="programs"> - -<title> プログラム </title> - -&fmlconf; -&fmldoc; -<!-- &fmlticket; --> -&makefml; - -</chapter> diff --git a/fml/doc/ja/tutorial/programs/chapter.sgml b/fml/doc/ja/tutorial/programs/chapter.sgml new file mode 100644 index 00000000..ea5a6535 --- /dev/null +++ b/fml/doc/ja/tutorial/programs/chapter.sgml @@ -0,0 +1,14 @@ +<!-- + $FML: programs.sgml,v 1.1 2001/04/26 11:02:39 fukachan Exp $ +--> + +<chapter id="programs"> + +<title> プログラム </title> + +§.fmlconf; +§.fmldoc; +<!-- §.fmlticket; --> +§.makefml; + +</chapter> |
