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 /docs/busybox.net | |
parent | f6ddadc1728fbbeabafc44ed195a43a1eafe2bae (diff) | |
download | busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.tar.gz busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.tar.bz2 busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.zip |
Move FAQ under docs, add programming.html to docs list.
Diffstat (limited to 'docs/busybox.net')
-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 @@ | |||
5 | Current documentation for BusyBox includes: | 5 | Current documentation for BusyBox includes: |
6 | 6 | ||
7 | <ul> | 7 | <ul> |
8 | <li><a href= | 8 | <li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions</li> |
9 | "downloads/BusyBox.html">BusyBox.html</a>. This is a | 9 | |
10 | <li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a | ||
10 | list of the all the available commands in BusyBox | 11 | list of the all the available commands in BusyBox |
11 | with complete usage information and examples of how | 12 | with complete usage information and examples of how |
12 | to use each app. I have spent a <em>lot</em> of time | 13 | to use each app. We have spent a <em>lot</em> of time |
13 | updating these docs and trying to make them fairly | 14 | updating these docs and trying to make them fairly |
14 | comprehensive. If you find any errors (factual, | 15 | comprehensive. If you find any errors (factual, |
15 | grammatical, whatever) please let me know.</li> | 16 | grammatical, whatever) please let us know.</li> |
17 | |||
18 | <li><a href="programming.html">Developer documentation</a> To help | ||
19 | programmers understand BusyBox's design and implementation.</li> | ||
16 | 20 | ||
17 | <li><a href="downloads/README">README</a>. This is | 21 | <li><a href="downloads/README">README</a>. This is |
18 | the README file included in the busybox source | 22 | 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 @@ | |||
43 | <tr> | 43 | <tr> |
44 | 44 | ||
45 | <td valign="TOP"> | 45 | <td valign="TOP"> |
46 | <br><a href="/news.html">Latest News</a> | ||
46 | <br><a href="/about.html">About</a> | 47 | <br><a href="/about.html">About</a> |
48 | <br><a href="/docs.html">Documentation</a> | ||
49 | <br><a href="/download.html">Download</a> | ||
47 | <br><a href="/screenshot.html">Screenshot</a> | 50 | <br><a href="/screenshot.html">Screenshot</a> |
48 | <br><a href="/lists.html">Mailing Lists</a> | 51 | <br><a href="/lists.html">Mailing Lists</a> |
49 | <br><a href="/news.html">Latest News</a> | ||
50 | <br><a href="/download.html">Download</a> | ||
51 | <br><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a> | 52 | <br><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a> |
52 | <br><a href="/subversion.html">Accessing Source</a> | 53 | <br><a href="/subversion.html">Accessing Source</a> |
53 | <br><a href="http://bugs.busybox.net/">Bug Tracking</a> | 54 | <br><a href="http://bugs.busybox.net/">Bug Tracking</a> |
54 | <br><a href="/FAQ.html">FAQ</a> | ||
55 | <br><a href="/docs.html">Documentation</a> | ||
56 | <br><a href="/products.html">Products</a> | 55 | <br><a href="/products.html">Products</a> |
57 | <br><a href="/shame.html">Hall of Shame</a> | 56 | <br><a href="/shame.html">Hall of Shame</a> |
58 | <br><a href="/license.html">License</a> | 57 | <br><a href="/license.html">License</a> |