Move the tutorials list to the docs page. No sense in hiding
them in a third level page.
This commit is contained in:
parent
c7faab6a4b
commit
0f15234a08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1687
2 changed files with 64 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-06-22 17:05:52 $">
|
||||
<!ENTITY date "$Date: 1997-06-25 17:10:45 $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -25,10 +25,38 @@ translation</a> of the handbook (EUC encoding).</p>
|
|||
compiled here in a brief question-answer format. </p>
|
||||
|
||||
<a name="tutorial"></a>
|
||||
<h2><a href="tutorials/index.html">Tutorials</a></h2>
|
||||
<h2>Tutorials</h2>
|
||||
|
||||
<p>Here lie assorted documents about FreeBSD and FreeBSD related
|
||||
software and hardware.</p>
|
||||
<p>Here lie assorted documents on various aspects of FreeBSD,
|
||||
FreeBSD software, and hardware. If you have comments or
|
||||
would like to contribute a document, please contact us at
|
||||
<a href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.org</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="tutorials/newuser/newuser.html">For People New to Both FreeBSD
|
||||
<em>and</em> Unix</a></li>
|
||||
|
||||
<li><a href="tutorials/mh/mh.html">An introduction to the MH mail software</a></li>
|
||||
|
||||
<li><a href="tutorials/devel/devel.html">A User's Guide to FreeBSD Programming
|
||||
Tools</a></li>
|
||||
|
||||
<li><a href="tutorials/ddwg/ddwg.html">Writing device drivers for FreeBSD</a>
|
||||
(<a href="tutorials/ddwg/ddwg.ps">postscript</a>,
|
||||
<a href="tutorials/ddwg/ddwg-html.tar.gz">gzipd tar file</a>)</li>
|
||||
|
||||
<li><a href="tutorials/ppp/ppp.html">Pedantic PPP primer - IP Aliasing</a>
|
||||
(<a href="tutorials/ppp/ppp.ps">postscript</a>,
|
||||
<a href="tutorials/ppp/ppp-html.tar.gz">gzipd tar file</a>)</li>
|
||||
|
||||
<li><a href="tutorials/multios/multios.html">Using FreeBSD with other operating systems</a></li>
|
||||
|
||||
<li><a href="tutorials/fonts/fonts.html">Fonts and FreeBSD</a></li>
|
||||
|
||||
<li><a href="http://www.cypher.net/~black/ipalias.html">IP Aliasing</a></li>
|
||||
<li><a href="tutorials/upgrade/upgrade.html">Upgrading FreeBSD from source</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<a name="books"></a>
|
||||
<h2><a href="handbook/bibliography.html">Books</a></h2>
|
||||
|
|
36
en/docs.sgml
36
en/docs.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-06-22 17:05:52 $">
|
||||
<!ENTITY date "$Date: 1997-06-25 17:10:45 $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -25,10 +25,38 @@ translation</a> of the handbook (EUC encoding).</p>
|
|||
compiled here in a brief question-answer format. </p>
|
||||
|
||||
<a name="tutorial"></a>
|
||||
<h2><a href="tutorials/index.html">Tutorials</a></h2>
|
||||
<h2>Tutorials</h2>
|
||||
|
||||
<p>Here lie assorted documents about FreeBSD and FreeBSD related
|
||||
software and hardware.</p>
|
||||
<p>Here lie assorted documents on various aspects of FreeBSD,
|
||||
FreeBSD software, and hardware. If you have comments or
|
||||
would like to contribute a document, please contact us at
|
||||
<a href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.org</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="tutorials/newuser/newuser.html">For People New to Both FreeBSD
|
||||
<em>and</em> Unix</a></li>
|
||||
|
||||
<li><a href="tutorials/mh/mh.html">An introduction to the MH mail software</a></li>
|
||||
|
||||
<li><a href="tutorials/devel/devel.html">A User's Guide to FreeBSD Programming
|
||||
Tools</a></li>
|
||||
|
||||
<li><a href="tutorials/ddwg/ddwg.html">Writing device drivers for FreeBSD</a>
|
||||
(<a href="tutorials/ddwg/ddwg.ps">postscript</a>,
|
||||
<a href="tutorials/ddwg/ddwg-html.tar.gz">gzipd tar file</a>)</li>
|
||||
|
||||
<li><a href="tutorials/ppp/ppp.html">Pedantic PPP primer - IP Aliasing</a>
|
||||
(<a href="tutorials/ppp/ppp.ps">postscript</a>,
|
||||
<a href="tutorials/ppp/ppp-html.tar.gz">gzipd tar file</a>)</li>
|
||||
|
||||
<li><a href="tutorials/multios/multios.html">Using FreeBSD with other operating systems</a></li>
|
||||
|
||||
<li><a href="tutorials/fonts/fonts.html">Fonts and FreeBSD</a></li>
|
||||
|
||||
<li><a href="http://www.cypher.net/~black/ipalias.html">IP Aliasing</a></li>
|
||||
<li><a href="tutorials/upgrade/upgrade.html">Upgrading FreeBSD from source</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<a name="books"></a>
|
||||
<h2><a href="handbook/bibliography.html">Books</a></h2>
|
||||
|
|
Loading…
Reference in a new issue