The skeletal framework for the FreeBSD help system. Point a WWW
browser at index.html to see how it works. Ultimately what currently lives in the tutorials section will become the User and Admin manual sections.
This commit is contained in:
parent
2acf8d7c4f
commit
9029dfd96c
15
share/FAQ/help.html
Normal file
15
share/FAQ/help.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- $Id:$ -->
|
||||
|
||||
<!DOCTYPE html PUBLIC '-//IETF//DTD HTML 2.0//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>Using FreeBSD Help</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Using FreeBSD Help</h1>
|
||||
|
||||
<p>...stay tuned...
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
40
share/FAQ/index.html
Normal file
40
share/FAQ/index.html
Normal file
@ -0,0 +1,40 @@
|
||||
<!-- $Id:$ -->
|
||||
|
||||
<!DOCTYPE html PUBLIC '-//IETF//DTD HTML 2.0//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>FreeBSD Documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FreeBSD Documenation</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="help.html">How to use help</a></li>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="HTML/userman.html">User Guide</a></li>
|
||||
<li><a href="HTML/adminman.html">Administrators Guide</a></li>
|
||||
<li><a href="HTML/refman.html">Reference Manual</a></li>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="tutorials.html">Tutorials</a></li>
|
||||
<li><a href="HTML/freebsd-faq.html">Frequently Asked
|
||||
Questions with answers</a></li>
|
||||
<li><a href="http://www.freebsd.org/">Internet Resources</a></li>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="HTML/infosources.html">For more information...</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
109
share/FAQ/tutorials.html
Normal file
109
share/FAQ/tutorials.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!-- $Id:$ -->
|
||||
|
||||
<!DOCTYPE html PUBLIC '-//IETF//DTD HTML 2.0//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>FreeBSD Tutorials</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FreeBSD Tutorials</h1>
|
||||
<hr>
|
||||
|
||||
<p>This page contains tutorials on topics that the short
|
||||
answer format of the main <a
|
||||
href="HTML/freebsd-faq.html">FAQ</a> cannot do justice to.
|
||||
If you have a particular area of expertise, we would like
|
||||
to here from you! Your contributions are not only welcome,
|
||||
but often save new users from uncountable headaches. If
|
||||
you've written something you think may help new users, by
|
||||
all means let us know about it by sending mail to <a
|
||||
href="mailto:doc@freebsd.org">doc@FreeBSD.ORG</a>.
|
||||
|
||||
<h2>Installation Topics</h2>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href = "Text/INSTALL">How to install a distribution.</a>
|
||||
|
||||
<li><a href="Text/diskspace.FAQ">All about hard disk partitioning.</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Networking topics</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="HTML/dialup.html">Setting up FreeBSD for
|
||||
dialin access.</a></li>
|
||||
|
||||
<li><a href="Text/slip.FAQ">Setting up FreeBSD as a SLIP
|
||||
<em>client</em>.</a>
|
||||
|
||||
<li><a href="HTML/slip_server.html">Setting up FreeBSD as a SLIP
|
||||
<em>server</em>.</a>
|
||||
|
||||
<li><a href="Text/ppp.FAQ">How to configure PPP.</a>
|
||||
|
||||
<li><a href="Text/nfs.FAQ">Tips for users using NFS between
|
||||
FreeBSD and workstation hardware.</a>
|
||||
|
||||
<li><a href="Text/diskless.FAQ">Setting up a diskless FreeBSD
|
||||
workstation.</a>
|
||||
|
||||
<li><a href="LaTeX/kerberos_setup.latex">Setting up Kerberos</a>
|
||||
(this is a LaTeX document)
|
||||
|
||||
<li><a href="Text/UUCP_Internals.FAQ">UUCP internals</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>FreeBSD-current topics</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="Text/current-policy.FAQ">What you should know about running
|
||||
FreeBSD-current.</a>
|
||||
|
||||
<li><a href="HTML/ctm.html">All about CTM</a>.
|
||||
|
||||
<li><a href="Text/sup.FAQ">All about sup</a>.
|
||||
|
||||
<li><a href="extras/ports-supfile">A sample supfile for the FreeBSD ports
|
||||
collection.</a>
|
||||
|
||||
<li><a href="extras/standard-supfile">A sample supfile for the
|
||||
FreeBSD source tree.</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Hardware topics</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="Text/systems.FAQ">Systems and configurations
|
||||
on which FreeBSD is "known" to work.</a>
|
||||
|
||||
<li><a href="Text/HW.TROUBLE">User feedback on finicky or broken
|
||||
hardware.</a>
|
||||
|
||||
<li><a href="HTML/SCSI.html">Using SCSI devices with FreeBSD</a>.
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Miscellaneous</h2>
|
||||
<ul>
|
||||
<li><a href="Text/kernel-debug.FAQ">How to debug the kernel.</a>
|
||||
</li>
|
||||
|
||||
<li><a href="Text/ports.FAQ">Using the FreeBSD "ports"
|
||||
collection</a></li>
|
||||
|
||||
<li><a href="Text/submitters.FAQ">Becoming a contributor to
|
||||
the FreeBSD project</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<a href="index.html">Return to the help page</a>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user