My merge of FAQ "other resources" and docs.sgml "other resources"
generated a really large docs.sgml. Add a navigation guide to the top of this page, modeled after those found on other FreeBSD.org pages. This should make things easier to find. Reviewed by: -doc
This commit is contained in:
parent
1a8ef54ae7
commit
59b6970e1f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11673
1 changed files with 22 additions and 7 deletions
29
en/docs.sgml
29
en/docs.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.134 2002/01/07 20:28:16 keramida Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.135 2002/01/10 12:49:09 nik Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -12,6 +12,21 @@
|
|||
<p>A wide variety of documentation is available for FreeBSD, on this web
|
||||
site, on other web sites, and available over the counter.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#books">Books available as part of the FreeBSD
|
||||
Project</a>
|
||||
<li><a href="#articles">Articles available as part of
|
||||
the FreeBSD Project</a>
|
||||
<li><a href="#man">Man pages</a>
|
||||
<li><a href="#other">Other documentation included in FreeBSD</a>
|
||||
<li><a href="#other-books">Books on other sites</a>
|
||||
<li><a href="#other-articles">Articles on other sites</a>
|
||||
<li><a href="#links">FreeBSD-related link lists</a>
|
||||
<li><a href="#press">FreeBSD in the Press</a>
|
||||
<li><a href="#newsgroups">Newsgroups</a>
|
||||
<li><a href="#additional">Additional Resources</a>
|
||||
</ul>
|
||||
|
||||
<h2>On this site</h2>
|
||||
|
||||
<p>All the documentation on this site can be downloaded in a variety of
|
||||
|
@ -288,7 +303,7 @@ Developer's Handbook.</a></small></p>
|
|||
<p>Various independent efforts have also produced a great deal of useful
|
||||
information about FreeBSD.</p>
|
||||
|
||||
<h3>Books</h3>
|
||||
<h3><a name="other-books">Books</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -300,7 +315,7 @@ Developer's Handbook.</a></small></p>
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Articles</h3>
|
||||
<h3><a name="other-articles">Articles</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -409,7 +424,7 @@ Developer's Handbook.</a></small></p>
|
|||
|
||||
</ul>
|
||||
|
||||
<h3>Links</h3>
|
||||
<h3><a name="links">Links</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -432,11 +447,11 @@ Developer's Handbook.</a></small></p>
|
|||
|
||||
<h2>In the real world...</h2>
|
||||
|
||||
<h3><a href="news/press.html">FreeBSD in the Press</a></h3>
|
||||
<h3><a name="press" href="news/press.html">FreeBSD in the Press</a></h3>
|
||||
|
||||
<p>Articles in the press about FreeBSD.</p>
|
||||
|
||||
<h2>Newsgroups</h2>
|
||||
<h2><a name="newsgroups">Newsgroups</a></h2>
|
||||
|
||||
<p>The following newsgroups contain discussion pertinent to
|
||||
FreeBSD users:</p>
|
||||
|
@ -459,7 +474,7 @@ Developer's Handbook.</a></small></p>
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Additional resources</h2>
|
||||
<h2><a name="additional">Additional resources</a></h2>
|
||||
|
||||
<h3><a href="y2kbug.html">Year 2000 Compatibility</a></h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue