Link to the "one large HTML file" versions as well.
Suggested by: obrien
This commit is contained in:
parent
0d69e3e97a
commit
8a4dba4582
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7763
1 changed files with 28 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.13 2000/06/07 23:27:34 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.14 2000/07/09 18:08:17 dannyboy Exp $">
|
||||
<!ENTITY title "FreeBSD Tutorials">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.13 2000/06/07 23:27:34 nik Exp $ -->
|
||||
<!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.14 2000/07/09 18:08:17 dannyboy Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -16,12 +16,16 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="new-users/index.html">For People New to Both FreeBSD
|
||||
<em>and</em> Unix</a></li>
|
||||
<em>and</em> Unix</a> (also as
|
||||
<a href="new-users/article.html">one large HTML file</a>).</li>
|
||||
|
||||
<li><a href="mh/index.html">An introduction to the MH mail software</a></li>
|
||||
<li><a href="mh/index.html">An introduction to the MH mail software</a>
|
||||
(also as <a href="mh/article.html">one large HTML file</a>).</li>
|
||||
|
||||
<li><a href="programming-tools/index.html">A User's Guide to FreeBSD Programming
|
||||
Tools</a></li>
|
||||
<li><a href="programming-tools/index.html">A User's Guide to FreeBSD
|
||||
Programming Tools</a> (also as
|
||||
<a href="programming-tools/article.html">one large HTML
|
||||
file</a>).</li>
|
||||
|
||||
<!-- Not yet converted to DocBook. Will be very shortly
|
||||
<li><a href="ddwg/ddwg.html">Writing device drivers for FreeBSD</a>
|
||||
|
@ -31,9 +35,13 @@
|
|||
<li><a href="ppp/index.html">Pedantic PPP primer - IP Aliasing</a>
|
||||
(also as <a href="ppp/book.html">one large HTML file</a>).</li>
|
||||
|
||||
<li><a href="multi-os/index.html">Using FreeBSD with other operating systems</a></li>
|
||||
<li><a href="multi-os/index.html">Using FreeBSD with other operating
|
||||
systems</a> (also as <a href="multi-os/article.html">one
|
||||
large HTML file</a>).</li>
|
||||
|
||||
<li><a href="fonts/index.html">Fonts and FreeBSD</a></li>
|
||||
<li><a href="fonts/index.html">Fonts and FreeBSD</a>
|
||||
(also as <a href="fonts/article.html">one large HTML
|
||||
file</a>).</li>
|
||||
|
||||
<li><a href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_2.2.html">Installing the FreeBSD 2.2.x NTFS (NT file system) driver</a></li>
|
||||
|
||||
|
@ -42,19 +50,24 @@
|
|||
<li><a href="http://people.FreeBSD.org/~rpratt/">FreeBSD Installation Details for Newbies</a>
|
||||
|
||||
<li><a href="&base;/tutorials/docproj-primer/">FreeBSD Documentation
|
||||
Project Primer</a> (many small HTML files)</li>
|
||||
|
||||
<li><a href="&base;/tutorials/docproj-primer/book.html">FreeBSD
|
||||
Documentation Project Primer</a> (one large HTML file)</li>
|
||||
Project Primer</a> (also as
|
||||
<a href="&base;/tutorials/docproj-primer/book.html">one large
|
||||
HTML file</a>).</li>
|
||||
|
||||
<li><a href="&base;/tutorials/diskless-x/index.html">Using FreeBSD as
|
||||
a diskless X server</a></li>
|
||||
a diskless X server</a> (also as
|
||||
<a href="&base;/tutorials/diskless-x/article.html">one large
|
||||
HTML file</a>).</li>
|
||||
|
||||
<li><a href="&base;/tutorials/formatting-media/index.html">Formatting
|
||||
media (disks, cartridges, etc) on FreeBSD</a>
|
||||
media (disks, cartridges, etc) on FreeBSD</a> (also as
|
||||
<a href="&base;/tutorials/formatting-media/article.html">one
|
||||
large HTML file</a>).</li>
|
||||
|
||||
<li><a href="&base;/tutorials/dialup-firewall/index.html">Using a
|
||||
firewall with a PPP connection</a></li>
|
||||
firewall with a PPP connection</a> (also as
|
||||
<a href="&base;/tutorials/dialup-firewall/article.html">one
|
||||
large HTML file</a>).</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue