doc/en/handbook/handbook.sgml
Nik Clayton 6a33e87af9 Add <!ENTITY rel.current CDATA "2.2.6"> to handbook.sgml, from
r1.83 of doc/handbook/handbook.sgml
1998-11-03 23:48:03 +00:00

103 lines
2.5 KiB
Text

<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN" [
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
<!ENTITY rel.current CDATA "2.2.6">
]>
<book>
<bookinfo>
<bookbiblio>
<title>FreeBSD Handbook</title>
<authorgroup>
<author>
<surname>The FreeBSD Documentation Project</surname>
</author>
</authorgroup>
<pubdate>March 1998</pubdate>
<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 plain text,
postscript or HTML from the <ulink
URL="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs">FreeBSD FTP
server</ulink> or one of the numerous
<xref linkend="mirrors-ftp" remap="mirror sites">. You may also
want to <ulink URL="/search.html">Search the Handbook</ulink>.</para></abstract>
</bookbiblio>
</bookinfo>
<part>
<title>Getting Started</title>
&chap.introduction;
&chap.install;
&chap.basics;
&chap.ports
</part>
<part>
<title>System Administration</title>
&chap.kernelconfig;
&chap.security;
&chap.printing;
&chap.quotas;
&chap.x11;
&chap.hw;
&chap.l10n;
</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.kernelopts;
&chap.kerneldebug;
&chap.linuxemu;
&chap.internals;
</part>
<part>
<title>Appendices</title>
&chap.mirrors;
&chap.bibliography;
&chap.eresources;
&chap.staff;
&chap.pgpkeys;
</part>
</book>
<!--
mode: sgml
sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-shorttag: nil
sgml-always-quote-attributes: t
sgml-minimize-attributes: max
End:
-->