diff options
| author | John Fieber <jfieber@FreeBSD.org> | 1995-09-03 21:12:29 +0000 |
|---|---|---|
| committer | John Fieber <jfieber@FreeBSD.org> | 1995-09-03 21:12:29 +0000 |
| commit | 164f78d7da9061527eb7fbfdd435e2f6ef20d382 (patch) | |
| tree | 90ad0977a0a2f97938a166244af162e25f2eb4a2 | |
| parent | f70f05f2388efb95dd2b3da0e42e7c34cda6acee (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/boothelp.sgml | 50 | ||||
| -rw-r--r-- | share/doc/handbook/handbook.sgml | 59 | ||||
| -rw-r--r-- | share/doc/handbook/sections.sgml | 38 |
3 files changed, 98 insertions, 49 deletions
diff --git a/share/doc/handbook/boothelp.sgml b/share/doc/handbook/boothelp.sgml new file mode 100644 index 000000000000..fbda261aa669 --- /dev/null +++ b/share/doc/handbook/boothelp.sgml @@ -0,0 +1,50 @@ +<!-- $Id$ --> +<!-- The FreeBSD Documentation Project --> + +<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ + +<!-- Conditional flags for this version of the document --> +<!ENTITY % boothelp.only "INCLUDE"> +<!ENTITY % handbook.only "IGNORE"> + +<!-- Entity shorthand for authors' names and email addresses --> +<!ENTITY % authors SYSTEM "authors.sgml"> +%authors; + +<!-- Entity definitions for all the parts --> +<!ENTITY % sections SYSTEM "sections.sgml"> +%sections; + +]> + +<linuxdoc> + <book> + + <title>FreeBSD Installation + <author> + <name></name> + </author> + + <abstract>Welcome to FreeBSD! This guide describes the + FreeBSD installation process. To navigate through the + sections in this guide using the <bf>up</bf> and + <bf>down</bf> arrow keys to select a section you wish to + read. Then use the <bf>right arrow</bf> or the <bf>enter + key</bf> to view the section. You can backtrack through + sections you have read by using the <bf>left arrow</bf>. + </abstract> + + <chapt><heading>General information</heading> + &nutshell; + &history; + &relnotes; + + &install; + &troubleshooting; + &bibliography; + &eresources; + &hw; + &contrib; + + </book> +</linuxdoc> diff --git a/share/doc/handbook/handbook.sgml b/share/doc/handbook/handbook.sgml index 8dcc55ae69f4..b757de491c00 100644 --- a/share/doc/handbook/handbook.sgml +++ b/share/doc/handbook/handbook.sgml @@ -1,61 +1,22 @@ -<!-- $Id: handbook.sgml,v 1.25 1995/08/27 02:44:18 jfieber Exp $ --> +<!-- $Id: handbook.sgml,v 1.26 1995/09/01 04:54:12 jfieber Exp $ --> <!-- The FreeBSD Documentation Project --> <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ + +<!-- Conditional flags for this version of the document --> +<!ENTITY % boothelp.only "IGNORE"> +<!ENTITY % handbook.only "INCLUDE"> + +<!-- Entity shorthand for authors' names and email addresses --> <!ENTITY % authors SYSTEM "authors.sgml"> %authors; -<!ENTITY bibliography SYSTEM "bibliography.sgml"> -<!ENTITY basics SYSTEM "basics.sgml"> -<!ENTITY booting SYSTEM "booting.sgml"> -<!ENTITY contrib SYSTEM "contrib.sgml"> -<!ENTITY ctm SYSTEM "ctm.sgml"> -<!ENTITY current SYSTEM "current.sgml"> -<!ENTITY dialup SYSTEM "dialup.sgml"> -<!ENTITY diskless SYSTEM "diskless.sgml"> -<!ENTITY eresources SYSTEM "eresources.sgml"> -<!ENTITY glossary SYSTEM "glossary.sgml"> -<!ENTITY history SYSTEM "history.sgml"> -<!ENTITY hw SYSTEM "hw.sgml"> -<!ENTITY install SYSTEM "install.sgml"> -<!ENTITY kerberos SYSTEM "kerberos.sgml"> -<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml"> -<!ENTITY kerneldebug SYSTEM "kerneldebug.sgml"> -<!ENTITY memoryuse SYSTEM "memoryuse.sgml"> -<!ENTITY mirrors SYSTEM "mirrors.sgml"> -<!ENTITY nfs SYSTEM "nfs.sgml"> -<!ENTITY nutshell SYSTEM "nutshell.sgml"> -<!ENTITY porting SYSTEM "porting.sgml"> -<!ENTITY ports SYSTEM "ports.sgml"> -<!ENTITY ppp SYSTEM "ppp.sgml"> -<!ENTITY relnotes SYSTEM "relnotes.sgml"> -<!ENTITY scsi SYSTEM "scsi.sgml"> -<!ENTITY slipc SYSTEM "slipc.sgml"> -<!ENTITY slips SYSTEM "slips.sgml"> -<!ENTITY submitters SYSTEM "submitters.sgml"> -<!ENTITY sup SYSTEM "sup.sgml"> -<!ENTITY troubleshooting SYSTEM "troubleshooting.sgml"> -<!ENTITY userppp SYSTEM "userppp.sgml"> +<!-- Entity definitions for all the parts --> +<!ENTITY % sections SYSTEM "sections.sgml"> +%sections; ]> -<!-- - -Potential target audience: - 1. Potential users - a. new to unix - b. somewhat familiar with unix - c. veterans - 2. Existing users - a. new to unix - b. somewhat familiar with unix - c. veterans - - -OUTLINE: - ---> - <linuxdoc> <book> diff --git a/share/doc/handbook/sections.sgml b/share/doc/handbook/sections.sgml new file mode 100644 index 000000000000..0c8a2b1b4283 --- /dev/null +++ b/share/doc/handbook/sections.sgml @@ -0,0 +1,38 @@ +<!-- $Id$ --> +<!-- The FreeBSD Documentation Project --> + +<!-- Entities containing all the pieces of the handbook are --> +<!-- defined here --> + +<!ENTITY bibliography SYSTEM "bibliography.sgml"> +<!ENTITY basics SYSTEM "basics.sgml"> +<!ENTITY booting SYSTEM "booting.sgml"> +<!ENTITY contrib SYSTEM "contrib.sgml"> +<!ENTITY ctm SYSTEM "ctm.sgml"> +<!ENTITY current SYSTEM "current.sgml"> +<!ENTITY dialup SYSTEM "dialup.sgml"> +<!ENTITY diskless SYSTEM "diskless.sgml"> +<!ENTITY eresources SYSTEM "eresources.sgml"> +<!ENTITY glossary SYSTEM "glossary.sgml"> +<!ENTITY history SYSTEM "history.sgml"> +<!ENTITY hw SYSTEM "hw.sgml"> +<!ENTITY install SYSTEM "install.sgml"> +<!ENTITY kerberos SYSTEM "kerberos.sgml"> +<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml"> +<!ENTITY kerneldebug SYSTEM "kerneldebug.sgml"> +<!ENTITY memoryuse SYSTEM "memoryuse.sgml"> +<!ENTITY mirrors SYSTEM "mirrors.sgml"> +<!ENTITY nfs SYSTEM "nfs.sgml"> +<!ENTITY nutshell SYSTEM "nutshell.sgml"> +<!ENTITY porting SYSTEM "porting.sgml"> +<!ENTITY ports SYSTEM "ports.sgml"> +<!ENTITY ppp SYSTEM "ppp.sgml"> +<!ENTITY relnotes SYSTEM "relnotes.sgml"> +<!ENTITY scsi SYSTEM "scsi.sgml"> +<!ENTITY slipc SYSTEM "slipc.sgml"> +<!ENTITY slips SYSTEM "slips.sgml"> +<!ENTITY submitters SYSTEM "submitters.sgml"> +<!ENTITY sup SYSTEM "sup.sgml"> +<!ENTITY troubleshooting SYSTEM "troubleshooting.sgml"> +<!ENTITY userppp SYSTEM "userppp.sgml"> + |
