aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/books/handbook/book.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO_8859-1/books/handbook/book.sgml')
-rw-r--r--en_US.ISO_8859-1/books/handbook/book.sgml110
1 files changed, 0 insertions, 110 deletions
diff --git a/en_US.ISO_8859-1/books/handbook/book.sgml b/en_US.ISO_8859-1/books/handbook/book.sgml
deleted file mode 100644
index 78ff7e72ca..0000000000
--- a/en_US.ISO_8859-1/books/handbook/book.sgml
+++ /dev/null
@@ -1,110 +0,0 @@
-<!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 "3.0">
-]>
-
-<book>
- <bookinfo>
- <title>FreeBSD Handbook</title>
-
- <authorgroup>
- <author>
- <surname>The FreeBSD Documentation Project</surname>
- </author>
- </authorgroup>
-
- <pubdate>July 1998</pubdate>
-
- <copyright>
- <year>1995</year>
- <year>1996</year>
- <year>1997</year>
- <year>1998</year>
- <holder>The FreeBSD Documentation Project, FreeBSD Inc.</holder>
- </copyright>
-
- <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 <ulink url="handbook.latin1">plain
-text</ulink>, <ulink url="handbook.ps">postscript</ulink> or <ulink
-url="handbook-html.tar.gz">HTML</ulink> with HTTP or gzip'd from the <ulink
-url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs/">FreeBSD FTP server</ulink> or one of the numerous <link
- linkend="mirrors-ftp">mirror sites</link>. 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.kernelconfig;
- &chap.security;
- &chap.printing;
- &chap.disks;
- &chap.backups;
- &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-indent-data: t
- sgml-omittag: nil
- sgml-shorttag: nil
- sgml-always-quote-attributes: t
- sgml-minimize-attributes: max
- End:
--->