129 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!--
 | |
|      The FreeBSD Documentation Project
 | |
| 
 | |
|      $Id: handbook.sgml,v 1.76 1999-05-19 13:09:23 jkh Exp $
 | |
| -->
 | |
| 
 | |
| <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.0-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 % chapters SYSTEM "chapters.ent"> %chapters;
 | |
| <!ENTITY % authors SYSTEM "authors.ent">  %authors;
 | |
| <!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
 | |
| <!ENTITY % newsgroups SYSTEM "newsgroups.ent"> %newsgroups;
 | |
| 
 | |
| <!-- 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 "3.2">
 | |
| ]>
 | |
| 
 | |
| <book>
 | |
|   <bookinfo>
 | |
|     <title>FreeBSD Handbook</title>
 | |
|     
 | |
|     <authorgroup>
 | |
|       <author>
 | |
| 	<surname>The FreeBSD Documentation Project</surname>
 | |
|       </author>
 | |
|     </authorgroup>
 | |
|     
 | |
|     <pubdate>February 1999</pubdate>
 | |
|     
 | |
|     <copyright>
 | |
|       <year>1995</year>
 | |
|       <year>1996</year>
 | |
|       <year>1997</year>
 | |
|       <year>1998</year>
 | |
|       <year>1999</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>.  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>
 | |
| 
 | |
| <!-- 
 | |
|      Local Variables:
 | |
|      mode: sgml
 | |
|      sgml-indent-data: t
 | |
|      sgml-omittag: nil
 | |
|      sgml-always-quote-attributes: t
 | |
|      End:
 | |
| -->
 |