aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 02:55:24 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 02:55:24 +0000
commit1b5261c3abf97ddd25cbfcb681dad246830ce09f (patch)
tree12fe0b0470ec5404b744165599e2b55f42aa962d
parent3469422610116c6ca8b7033c56dfa74b0c4c6249 (diff)
downloadbusybox-w32-1b5261c3abf97ddd25cbfcb681dad246830ce09f.tar.gz
busybox-w32-1b5261c3abf97ddd25cbfcb681dad246830ce09f.tar.bz2
busybox-w32-1b5261c3abf97ddd25cbfcb681dad246830ce09f.zip
Move FAQ under docs, add programming.html to docs list.
git-svn-id: svn://busybox.net/trunk/busybox@14256 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/docs.html12
-rw-r--r--docs/busybox.net/header.html7
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 @@
5Current documentation for BusyBox includes: 5Current 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>