Move FAQ under docs, add programming.html to docs list.

This commit is contained in:
Rob Landley
2006-02-24 02:55:24 +00:00
parent f6ddadc172
commit 3cb94d2eb3
2 changed files with 11 additions and 8 deletions

View File

@@ -5,14 +5,18 @@
Current documentation for BusyBox includes:
<ul>
<li><a href=
"downloads/BusyBox.html">BusyBox.html</a>. This is a
<li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions</li>
<li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a
list of the all the available commands in BusyBox
with complete usage information and examples of how
to use each app. I have spent a <em>lot</em> of time
to use each app. We have spent a <em>lot</em> of time
updating these docs and trying to make them fairly
comprehensive. If you find any errors (factual,
grammatical, whatever) please let me know.</li>
grammatical, whatever) please let us know.</li>
<li><a href="programming.html">Developer documentation</a> To help
programmers understand BusyBox's design and implementation.</li>
<li><a href="downloads/README">README</a>. This is
the README file included in the busybox source