summaryrefslogtreecommitdiffstats
path: root/share/FAQ
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1995-04-06 15:56:10 +0000
committerjfieber <jfieber@FreeBSD.org>1995-04-06 15:56:10 +0000
commit9029dfd96c98cf80114b7029052832fe535be475 (patch)
treed6f359ac2aa586c67d97c95055ae45d2df4f418e /share/FAQ
parent2acf8d7c4fc3b301a0259d619267659ad1d22ae5 (diff)
downloadFreeBSD-src-9029dfd96c98cf80114b7029052832fe535be475.zip
FreeBSD-src-9029dfd96c98cf80114b7029052832fe535be475.tar.gz
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.
Diffstat (limited to 'share/FAQ')
-rw-r--r--share/FAQ/help.html15
-rw-r--r--share/FAQ/index.html40
-rw-r--r--share/FAQ/tutorials.html109
3 files changed, 164 insertions, 0 deletions
diff --git a/share/FAQ/help.html b/share/FAQ/help.html
new file mode 100644
index 0000000..4bbc1a2
--- /dev/null
+++ b/share/FAQ/help.html
@@ -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>
+
diff --git a/share/FAQ/index.html b/share/FAQ/index.html
new file mode 100644
index 0000000..cb26ada
--- /dev/null
+++ b/share/FAQ/index.html
@@ -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>
+
diff --git a/share/FAQ/tutorials.html b/share/FAQ/tutorials.html
new file mode 100644
index 0000000..9a260af
--- /dev/null
+++ b/share/FAQ/tutorials.html
@@ -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>
OpenPOWER on IntegriCloud