Point readers at the master list in ../docs.html

This commit is contained in:
Nik Clayton 2001-08-01 21:54:18 +00:00
parent dd095fb720
commit d335c19a24
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10125
2 changed files with 5 additions and 104 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: www/en/tutorials/Makefile,v 1.10 2000/11/07 04:05:37 kuriyama Exp $
# $FreeBSD: www/en/tutorials/Makefile,v 1.11 2001/06/11 02:39:04 ache Exp $
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.
@ -13,15 +13,4 @@
DOCS = index.sgml
DIRS_TO_CLEAN = ../../../doc/en_US.ISO8859-1/articles \
../../../doc/en_US.ISO8859-1/books/fdp-primer \
../../../doc/en_US.ISO8859-1/books/porters-handbook \
../../../doc/en_US.ISO8859-1/books/ppp-primer
all afterinstall: index.html
(cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/})
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.20 2001/04/11 22:31:47 dd Exp $">
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.21 2001/07/13 12:52:17 dd Exp $">
<!ENTITY title "FreeBSD Tutorials">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -8,97 +8,9 @@
<html>
&header;
<p>Here is a list of 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="new-users/index.html">For People New to Both FreeBSD
<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>
(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> (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>
(<a href="ddwg/ddwg.ps">postscript</a>,
<a href="ddwg/ddwg-html.tar.gz">gzipd tar file</a>)</li>
-->
<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> (also as <a href="multi-os/article.html">one
large HTML file</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>
<li><a href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_3.1.html">Installing the FreeBSD 3.1 NTFS driver</a></li>
<li><a href="http://people.FreeBSD.org/~rpratt/">FreeBSD Installation Details for Newbies</a>
<li><a href="&base;/tutorials/docproj-primer/index.html">FreeBSD Documentation
Project Primer</a> (also as
<a href="&base;/tutorials/docproj-primer/book.html">one large
HTML file</a>).</li>
<li><a href="&base;/porters-handbook/index.html">FreeBSD Porters
Handbook</a> (also as
<a href="&base;/porters-handbook/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> (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> (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> (also as
<a href="&base;/tutorials/dialup-firewall/article.html">one
large HTML file</a>).</li>
<li><a href="&base;/tutorials/zip-drive/index.html">ZIP Drives</a>
(also as <a href="&base;/tutorials/zip-drive/article.html">one
large html file</a>).</li>
</ul>
<p>Documents related to FreeBSD on other servers:</p>
<ul>
<li><a
href="http://www.daemonnews.org/200010/blueprints.html">Dynamic
Kernel Linker (KLD) Facility Programming Tutorial</a></li>
<li><a
href="http://www.daemonnews.org/200007/newbus-intro.html">How to
Write Kernel Drivers with Newbus</a></li>
<li><a
href="http://www.daemonnews.org/200008/isa.html">Writing
an ISA device driver</a></li>
<li><a
href=" http://www.int80h.org/bsdasm/">FreeBSD Assembly
Language Programming Tutorial</a></li>
</ul>
<p>A complete list of documentation pertaining to FreeBSD is now
available at <a href="../docs.html">../docs.html</a>. Please see
that list for further information.</p>
&footer;
</body>