Add the architecture handbook to the documentation website.

This commit is contained in:
Murray Stokely 2003-08-12 06:33:24 +00:00
parent 88bc6b22e4
commit 405cf64763
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17841

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.168 2003/06/28 11:34:27 rushani Exp $">
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.169 2003/06/28 12:04:25 rushani Exp $">
<!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
@ -56,6 +56,13 @@
<small>For people who want to develop software for FreeBSD (and not
just people who are developing FreeBSD itself).</small></p>
<p><a href="doc/en_US.ISO8859-1/books/arch-handbook/index.html">The
FreeBSD Architecture Handbook</a> (<tt>arch-handbook</tt>)<br>
<small>For FreeBSD system developers. This book covers the
architectural details of many important FreeBSD kernel
subsystems.</small></p>
<p><a href="doc/en_US.ISO8859-1/books/porters-handbook/index.html">The Porter's
Handbook</a> (<tt>porters-handbook</tt>)<br>
<small>Essential reading if you plan on providing a port of a third