diff options
author | Rob Landley <rob@landley.net> | 2006-06-27 18:59:57 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-27 18:59:57 +0000 |
commit | cddba6c61feb4eca3401a9dcda95ac73867088c0 (patch) | |
tree | 26021b4dba69ec2a465e20487b84ebeb5965b5f6 /docs/busybox.net | |
parent | af12cb39d121785ab1537009596341ea8255b4ab (diff) | |
download | busybox-w32-cddba6c61feb4eca3401a9dcda95ac73867088c0.tar.gz busybox-w32-cddba6c61feb4eca3401a9dcda95ac73867088c0.tar.bz2 busybox-w32-cddba6c61feb4eca3401a9dcda95ac73867088c0.zip |
Move documentation links into the index so they're more visible.
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/docs.html | 26 | ||||
-rw-r--r-- | docs/busybox.net/header.html | 3 |
2 files changed, 2 insertions, 27 deletions
diff --git a/docs/busybox.net/docs.html b/docs/busybox.net/docs.html deleted file mode 100644 index d43467ecf..000000000 --- a/docs/busybox.net/docs.html +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | <h3>Documentation</h3> | ||
5 | Current documentation for BusyBox includes: | ||
6 | |||
7 | <ul> | ||
8 | <li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions, including | ||
9 | how to configure, build, use, extend, and optimize busybox.</li> | ||
10 | |||
11 | <li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a | ||
12 | list of the all the available commands in BusyBox | ||
13 | with complete usage information and examples of how | ||
14 | to use each app.</li> | ||
15 | |||
16 | <li><a href="downloads/README">README</a>. This is | ||
17 | the README file included in the busybox source | ||
18 | release.</li> | ||
19 | |||
20 | <li>If you need more help, the BusyBox <a href= | ||
21 | "lists/busybox/">mailing list</a> is a good place to | ||
22 | start.</li> | ||
23 | </ul> | ||
24 | |||
25 | <!--#include file="footer.html" --> | ||
26 | |||
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html index 049837d8c..9a79a0fea 100644 --- a/docs/busybox.net/header.html +++ b/docs/busybox.net/header.html | |||
@@ -45,7 +45,8 @@ | |||
45 | <td valign="TOP"> | 45 | <td valign="TOP"> |
46 | <br><a href="/news.html">Latest News</a> | 46 | <br><a href="/news.html">Latest News</a> |
47 | <br><a href="/about.html">About</a> | 47 | <br><a href="/about.html">About</a> |
48 | <br><a href="/docs.html">Documentation</a> | 48 | <br>Documentation: |
49 | <ul><li><a href="/FAQ.html">FAQ</a></li><li><a href="downloads/BusyBox.html>Manual</a></li><li><a href="downloads/README">README</a></li></ul> | ||
49 | <br><a href="/download.html">Download</a> | 50 | <br><a href="/download.html">Download</a> |
50 | <br><a href="/screenshot.html">Screenshot</a> | 51 | <br><a href="/screenshot.html">Screenshot</a> |
51 | <br><a href="/lists.html">Mailing Lists</a> | 52 | <br><a href="/lists.html">Mailing Lists</a> |