diff options
| author | fukachan <fukachan> | 2001-05-10 03:12:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-10 03:12:30 +0000 |
| commit | ee14102404b82d1636df69f24e47c3e417363b83 (patch) | |
| tree | ccc0397558a0208916ed4ba8b8cab587507522a6 | |
| parent | 0040a6c671dd99f2c44596960e45289f3298101f (diff) | |
| download | fml8-ee14102404b82d1636df69f24e47c3e417363b83.tar.gz fml8-ee14102404b82d1636df69f24e47c3e417363b83.tar.bz2 fml8-ee14102404b82d1636df69f24e47c3e417363b83.zip | |
unify entity names to FreeBSD flabor
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 26 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 40 |
2 files changed, 33 insertions, 33 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index 87e7f8c4..260769f3 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,7 +2,7 @@ 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.6 2001/05/05 06:40:29 fukachan Exp $ +$FML: book.sgml,v 1.7 2001/05/06 23:11:48 fukachan Exp $ --> <!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ @@ -35,10 +35,10 @@ $FML: book.sgml,v 1.6 2001/05/05 06:40:29 fukachan Exp $ </partintro> <!-- 以下、各章が並ぶ --> - &overview; - &download; - &install; - &available; + &chapter.overview; + &chapter.download; + &chapter.install; + &chapter.available; </part> @@ -54,8 +54,8 @@ $FML: book.sgml,v 1.6 2001/05/05 06:40:29 fukachan Exp $ &chapter.bootloader; &chapter.programs; &chapter.config.cf; - &fmlcommands; - &delivery; + &chapter.fmlcommands; + &chapter.delivery; </part> @@ -68,11 +68,11 @@ $FML: book.sgml,v 1.6 2001/05/05 06:40:29 fukachan Exp $ </partintro> <!-- 以下、各章が並ぶ --> - &design; - &cvstree; + &chapter.design; + &chapter.cvstree; &chapter.programingstyle; &chapter.message; - &modules; + &chapter.modules; </part> @@ -81,9 +81,9 @@ $FML: book.sgml,v 1.6 2001/05/05 06:40:29 fukachan Exp $ --> <part> <title> 付録 </title> - &glossary; - &docbook; - &cvstags; + &chapter.glossary; + &chapter.docbook; + &chapter.cvstags; </part> </book> diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index 1db7237f..5bbea6c5 100644 --- a/fml/doc/ja/tutorial/include/chapters.ent +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: chapters.ent,v 1.5 2001/05/06 23:11:49 fukachan Exp $ + $FML: chapters.ent,v 1.6 2001/05/09 09:37:36 fukachan Exp $ --> <!entity versin "1.1"> @@ -12,44 +12,44 @@ <!-- 画像 --> -<!entity architecture SYSTEM "architecture.gif" ndata gif> +<!entity image.architecture SYSTEM "architecture.gif" ndata gif> <!-- メタレベル --> -<!entity bookinfo SYSTEM "include/bookinfo.sgml"> -<!entity terms SYSTEM "include/terms.sgml"> -<!entity preface SYSTEM "preface.sgml"> +<!entity bookinfo SYSTEM "include/bookinfo.sgml"> +<!entity preface SYSTEM "preface.sgml"> +<!entity sect.terms SYSTEM "include/terms.sgml"> <!-- overview: introduction 〜 インストール、テストまで --> -<!entity overview SYSTEM "overview/chapter.sgml"> -<!entity download SYSTEM "overview/download.sgml"> -<!entity available SYSTEM "overview/available.sgml"> -<!entity install SYSTEM "install/chapter.sgml"> +<!entity chapter.overview SYSTEM "overview/chapter.sgml"> +<!entity chapter.download SYSTEM "overview/download.sgml"> +<!entity chapter.available SYSTEM "overview/available.sgml"> +<!entity chapter.install SYSTEM "install/chapter.sgml"> <!-- う〜ん、分類は…?;-) --> -<!entity fmlcommands SYSTEM "commands.sgml"> -<!entity modules SYSTEM "modules.sgml"> +<!entity chapter.fmlcommands SYSTEM "commands.sgml"> +<!entity chapter.modules SYSTEM "modules.sgml"> + + +<!-- 配送 --> +<!entity chapter.delivery SYSTEM "delivery/chapter.sgml"> <!-- 内部構造 --> <!entity chapter.bootloader SYSTEM "internals/bootloader.sgml"> <!entity sect.main.cf SYSTEM "internals/main.cf.sgml"> <!entity chapter.programingstyle SYSTEM "internals/style.sgml"> -<!entity design SYSTEM "internals/design.sgml"> +<!entity chapter.design SYSTEM "internals/design.sgml"> <!entity chapter.config.cf SYSTEM "internals/config.cf.sgml"> <!entity chapter.message SYSTEM "internals/message.sgml"> -<!-- 配送 --> -<!entity delivery SYSTEM "delivery/chapter.sgml"> - - <!-- 開発 --> -<!entity cvstree SYSTEM "devel/cvstree.sgml"> -<!entity cvstags SYSTEM "devel/cvstags.sgml"> -<!entity docbook SYSTEM "devel/docbook.sgml"> +<!entity chapter.cvstree SYSTEM "devel/cvstree.sgml"> +<!entity chapter.cvstags SYSTEM "devel/cvstags.sgml"> +<!entity chapter.docbook SYSTEM "devel/docbook.sgml"> <!-- プログラムの説明 --> @@ -61,4 +61,4 @@ <!-- Appendix --> -<!entity glossary SYSTEM "glossary.sgml"> +<!entity chapter.glossary SYSTEM "glossary.sgml"> |
