aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/book.sgml
blob: 1a34aa368c680b140718913632436b3a69abc6b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!--
     The FreeBSD Documentation Project

     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.100 2001/06/08 02:56:35 dd Exp $
-->

<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;

<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
%bookinfo;

<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;

<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> %mailing-lists;
<!ENTITY % newsgroups SYSTEM "newsgroups.ent"> %newsgroups;
<!ENTITY % not.published "INCLUDE">

<!-- The currently released version of FreeBSD.  This value is used to
     create some links on web sites and such, so do NOT change it until
     it's really release time -->
<!ENTITY rel.current CDATA "4.3">
]>

<book>
  <bookinfo>
    <title>FreeBSD Handbook</title>
    
    <corpauthor>The FreeBSD Documentation Project</corpauthor>
    
    <pubdate>February 1999</pubdate>
    
    <copyright>
      <year>1995</year>
      <year>1996</year>
      <year>1997</year>
      <year>1998</year>
      <year>1999</year>
      <year>2000</year>
      <year>2001</year>
      <holder>The FreeBSD Documentation Project</holder>
    </copyright>

    &bookinfo.legalnotice;
    
    <abstract>
      <para>Welcome to FreeBSD! This handbook covers the installation and day
	to day use of <emphasis>FreeBSD Release &rel.current;</emphasis>.
	This manual is a <emphasis>work in progress</emphasis> and is the work
	of many individuals.  Many sections do not yet exist and some of those
	that do exist need to be updated.  If you are interested in helping
	with this project, send email to the &a.doc;.  The latest version of
	this document is always available from the <ulink
	  URL="http://www.FreeBSD.org/">FreeBSD World Wide Web server</ulink>.
	It may also be downloaded in a variety of formats and compression
	options from the <ulink 
          url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">FreeBSD FTP 
          server</ulink> or one of the numerous <link
	  linkend="mirrors-ftp">mirror sites</link>.  If you would prefer
	  to have a hard copy of the handbook, you can purchase one at the
	  <ulink
	  url="http://www.freebsdmall.com/books/">FreeBSD Mall</ulink>.  You
	  may also want to <ulink
	  URL="http://www.FreeBSD.org/search.html">Search the
	  Handbook</ulink>.</para>
    </abstract>
  </bookinfo>
  
  <part>
    <title>Getting Started</title>
    
    &chap.introduction;
    &chap.install;
    &chap.basics;
    &chap.ports;
  </part>
  
  <part>
    <title>System Administration</title>
    
    &chap.boot;
    &chap.users;
    &chap.kernelconfig;
    &chap.security;
    &chap.printing;
    &chap.disks;
    &chap.backups;
    &chap.x11;
    &chap.l10n;
    &chap.sound;
  </part>
  
  <part>
    <title>Network Communications</title>
    
    &chap.serialcomms;
    &chap.ppp-and-slip;
    &chap.advanced-networking;
    &chap.mail;
  </part>
  
  <part>
    <title>Advanced topics</title>
    
    &chap.cutting-edge;
    &chap.contrib;
    &chap.policies;
    &chap.kerneldebug;
    &chap.linuxemu;
  </part>
  
  <part>
    <title>Appendices</title>
    
    &chap.mirrors;
    &chap.bibliography;
    &chap.eresources;
    &chap.staff;
    &chap.pgpkeys;
    &chap.hw;
  </part>
</book>

<!-- 
     Local Variables:
     mode: sgml
     sgml-indent-data: t
     sgml-omittag: nil
     sgml-always-quote-attributes: t
     End:
-->