diff options
author | Rob Landley <rob@landley.net> | 2006-02-24 02:55:24 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-24 02:55:24 +0000 |
commit | 3cb94d2eb312a0f5d71b85cc1aaf93532d76de37 (patch) | |
tree | 12fe0b0470ec5404b744165599e2b55f42aa962d | |
parent | f6ddadc1728fbbeabafc44ed195a43a1eafe2bae (diff) |
Move FAQ under docs, add programming.html to docs list.
-rw-r--r-- | docs/busybox.net/docs.html | 12 | ||||
-rw-r--r-- | docs/busybox.net/header.html | 7 |
2 files changed, 11 insertions, 8 deletions
diff --git a/docs/busybox.net/docs.html b/docs/busybox.net/docs.html index fc9ac6d2b..353c3046c 100644 --- a/docs/busybox.net/docs.html +++ b/docs/busybox.net/docs.html @@ -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 diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html index 02ec608a0..049837d8c 100644 --- a/docs/busybox.net/header.html +++ b/docs/busybox.net/header.html @@ -43,16 +43,15 @@ <tr> <td valign="TOP"> + <br><a href="/news.html">Latest News</a> <br><a href="/about.html">About</a> + <br><a href="/docs.html">Documentation</a> + <br><a href="/download.html">Download</a> <br><a href="/screenshot.html">Screenshot</a> <br><a href="/lists.html">Mailing Lists</a> - <br><a href="/news.html">Latest News</a> - <br><a href="/download.html">Download</a> <br><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a> <br><a href="/subversion.html">Accessing Source</a> <br><a href="http://bugs.busybox.net/">Bug Tracking</a> - <br><a href="/FAQ.html">FAQ</a> - <br><a href="/docs.html">Documentation</a> <br><a href="/products.html">Products</a> <br><a href="/shame.html">Hall of Shame</a> <br><a href="/license.html">License</a> |