diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-03-11 16:38:31 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-03-11 16:38:31 +0000 |
| commit | db5446c7829b4bbdf5cf7fca34d8cbdd1fe4cbfa (patch) | |
| tree | 303cb5180778e7273de71f1fbbde29a893265b87 /ru_RU.KOI8-R | |
| parent | df3cfa8c77315bcb58684349215eb0a253d76470 (diff) | |
add developers-handbook chapters list
Obtained from: The FreeBSD Russian Documentation Project
Notes
svn path=/head/; revision=8955
Diffstat (limited to 'ru_RU.KOI8-R')
| -rw-r--r-- | ru_RU.KOI8-R/books/developers-handbook/chapters.ent | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/developers-handbook/chapters.ent b/ru_RU.KOI8-R/books/developers-handbook/chapters.ent new file mode 100644 index 0000000000..8843046e48 --- /dev/null +++ b/ru_RU.KOI8-R/books/developers-handbook/chapters.ent @@ -0,0 +1,60 @@ +<!-- + Creates entities for each chapter in the FreeBSD Developer's + Handbook. Each entity is named chap.foo, where foo is the value + of the id attribute on that chapter, and corresponds to the name of + the directory in which that chapter's .sgml file is stored. + + Chapters should be listed in the order in which they are referenced. + + $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/developers-handbook/chapters.ent,v 1.1 2001/03/11 12:13:46 phantom Exp $ + $FreeBSD$ + Original revision: 1.2 +--> + +<!-- Part one --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part two --> +<!ENTITY chap.tools SYSTEM "tools/chapter.sgml"> +<!ENTITY chap.secure SYSTEM "secure/chapter.sgml"> + +<!-- Part three --> +<!-- No significant material yet, still in book.sgml --> +<!ENTITY chap.locking SYSTEM "locking/chapter.sgml"> + +<!-- Part four --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part five --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part six --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part seven --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part eight --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part nine --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part ten --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part eleven --> +<!ENTITY chap.driverbasics SYSTEM "driverbasics/chapter.sgml"> +<!ENTITY chap.pci SYSTEM "pci/chapter.sgml"> + +<!-- Part twelve --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part thirteen --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part fourteen --> +<!-- No significant material yet, still in book.sgml --> + +<!-- Part fifteen (appendices) --> +<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml"> |
