summaryrefslogtreecommitdiff
path: root/docs/busybox.net
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-27 22:33:22 +0000
committerRob Landley <rob@landley.net>2006-06-27 22:33:22 +0000
commit1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf (patch)
treeb4cf10a5b78b6da8bfd01630b2bfba373b9df81c /docs/busybox.net
parentd879ffb79e1cfa88f158991534abd425b8e27523 (diff)
downloadbusybox-w32-1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf.tar.gz
busybox-w32-1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf.tar.bz2
busybox-w32-1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf.zip
More website cleanup.
Diffstat (limited to 'docs/busybox.net')
-rw-r--r--docs/busybox.net/about.html53
-rw-r--r--docs/busybox.net/header.html43
-rw-r--r--docs/busybox.net/links.html19
-rw-r--r--docs/busybox.net/sponsors.html31
-rw-r--r--docs/busybox.net/tinyutils.html2
5 files changed, 75 insertions, 73 deletions
diff --git a/docs/busybox.net/about.html b/docs/busybox.net/about.html
index af19e5eec..5272ee63c 100644
--- a/docs/busybox.net/about.html
+++ b/docs/busybox.net/about.html
@@ -1,62 +1,23 @@
1<!--#include file="header.html" --> 1<!--#include file="header.html" -->
2 2
3
4<!-- Begin Introduction section -->
5
6<h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3> 3<h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3>
7 4
8 5<p>BusyBox combines tiny versions of many common UNIX utilities into a single
9BusyBox combines tiny versions of many common UNIX utilities into a single
10small executable. It provides replacements for most of the utilities you 6small executable. It provides replacements for most of the utilities you
11usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox 7usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
12generally have fewer options than their full-featured GNU cousins; however, 8generally have fewer options than their full-featured GNU cousins; however,
13the options that are included provide the expected functionality and behave 9the options that are included provide the expected functionality and behave
14very much like their GNU counterparts. BusyBox provides a fairly complete 10very much like their GNU counterparts. BusyBox provides a fairly complete
15environment for any small or embedded system. 11environment for any small or embedded system.</p>
16
17<p>
18 12
19BusyBox has been written with size-optimization and limited resources in 13<p>BusyBox has been written with size-optimization and limited resources in
20mind. It is also extremely modular so you can easily include or exclude 14mind. It is also extremely modular so you can easily include or exclude
21commands (or features) at compile time. This makes it easy to customize 15commands (or features) at compile time. This makes it easy to customize
22your embedded systems. To create a working system, just add some device 16your embedded systems. To create a working system, just add some device
23nodes in /dev, a few configuration files in /etc, and a Linux kernel. 17nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
24
25<p>
26
27BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>, and
28licensed under the
29<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
30
31<p>
32<p>
33
34<h3>Sponsors</h3>
35
36Please visit our sponsors and thank them for their
37support! They have provided money for equipment and
38bandwidth. Next time you need help with a project,
39consider these fine companies!
40
41
42<ul>
43 <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
44 Custom development for embedded Linux systems and multimedia platforms
45 </li>
46
47 <li><a href="http://opensource.se/">opensource.se</a><br>
48 Embedded open source consulting in Europe.
49 </li>
50
51 <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
52 Custom Linux, embedded Linux, BusyBox, and uClibc
53 development.
54 </li>
55
56</ul>
57
58If you wish to be a sponsor, or if you have already contributed and would like
59your name added here, email <a href="mailto:rob@landley.net">Rob</a>.
60 18
19<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>,
20and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
21version 2 or later.</p>
61 22
62<!--#include file="footer.html" --> 23<!--#include file="footer.html" -->
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html
index 65b4de3fe..0159fedea 100644
--- a/docs/busybox.net/header.html
+++ b/docs/busybox.net/header.html
@@ -45,45 +45,36 @@
45<td valign="TOP"> 45<td valign="TOP">
46 <b>About</b> 46 <b>About</b>
47 <ul> 47 <ul>
48 <li><a href="/about.html">About BusyBox</a></li> 48 <li><a href="about.html">About BusyBox</a></li>
49 <li><a href="/screenshot.html">Screenshot</a></li> 49 <li><a href="screenshot.html">Screenshot</a></li>
50 <li><a href="/news.html">Latest News</a></li> 50 <li><a href="news.html">Latest News</a></li>
51 </ul> 51 </ul>
52 <b>Documentation</b> 52 <b>Documentation</b>
53 <ul> 53 <ul>
54 <li><a href="/FAQ.html">FAQ</a></li> 54 <li><a href="FAQ.html">FAQ</a></li>
55 <li><a href="downloads/BusyBox.html>Command Help</a></li> 55 <li><a href="downloads/BusyBox.html">Command Help</a></li>
56 <li><a href="downloads/README">README</a></li> 56 <li><a href="downloads/README">README</a></li>
57 </ul> 57 </ul>
58 <b>Get BusyBox</b>
59 <ul>
60 <li><a href="download.html">Download Source</a></li>
61 <li><a href="license.html">License</a></li>
62 <li><a href="products.html">Products</a></li>
63 </ul>
58 <b>Development</b> 64 <b>Development</b>
59 <ul> 65 <ul>
60 <li><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a></li> 66 <li><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a></li>
61 <li><a href="/subversion.html">Source Control</a></li> 67 <li><a href="subversion.html">Source Control</a></li>
62 <li><a href="/lists.html">Mailing Lists</a></li> 68 <li><a href="lists.html">Mailing Lists</a></li>
63 <li><a href="http://bugs.busybox.net/">Bug Tracking</a></li> 69 <li><a href="http://bugs.busybox.net/">Bug Tracking</a></li>
64 </ul> 70 </ul>
65 <b>Get BusyBox</b> 71 <p><b>Links</b>
66 <ul> 72 <ul>
67 <li><a href="/download.html">Download Source</a></li> 73 <li><a href="links.html">Related Sites</a></li>
68 <li><a href="/license.html">License</a></li> 74 <li><a href="tinyutils.html">Tiny Utilities</a></li>
69 <li><a href="/products.html">Products</a></li> 75 <li><a href="sponsors.html">Sponsors</a></li>
70 </ul> 76 </ul>
71 77
72 <p><b>Related Sites</b>
73 <br><a href="http://uclibc.org/">uClibc.org</a>
74 <br><a href="http://cxx.uclibc.org/">uClibc++</a>
75 <br><a href="http://udhcp.busybox.net/">udhcp</a>
76 <br><a href="http://buildroot.uclibc.org/">buildroot</a>
77 <br><a href="http://www.scratchbox.org/">Scratchbox</a>
78 <br><a href="http://openembedded.org/">OpenEmbedded</a>
79 <br><a href="http://www.ucdot.org/">uCdot</a>
80 <br><a href="http://www.linuxdevices.com">LinuxDevices</a>
81 <br><a href="http://slashdot.org/">Slashdot</a>
82 <br><a href="http://freshmeat.net/">Freshmeat</a>
83 <br><a href="http://linuxtoday.com/">Linux Today</a>
84 <br><a href="http://lwn.net/">Linux Weekly News</a>
85 <br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
86
87<!-- 78<!--
88 <a href="http://validator.w3.org/check/referer"><img 79 <a href="http://validator.w3.org/check/referer"><img
89 src="/images/vh40.gif" height=31 width=88 80 src="/images/vh40.gif" height=31 width=88
diff --git a/docs/busybox.net/links.html b/docs/busybox.net/links.html
new file mode 100644
index 000000000..9cdbd7c8c
--- /dev/null
+++ b/docs/busybox.net/links.html
@@ -0,0 +1,19 @@
1<!--#include file="header.html" -->
2
3<h3>Related Sites</h3>
4
5<br><a href="http://uclibc.org/">uClibc.org</a>
6<br><a href="http://cxx.uclibc.org/">uClibc++</a>
7<br><a href="http://udhcp.busybox.net/">udhcp</a>
8<br><a href="http://buildroot.uclibc.org/">buildroot</a>
9<br><a href="http://www.scratchbox.org/">Scratchbox</a>
10<br><a href="http://openembedded.org/">OpenEmbedded</a>
11<br><a href="http://www.ucdot.org/">uCdot</a>
12<br><a href="http://www.linuxdevices.com">LinuxDevices</a>
13<br><a href="http://slashdot.org/">Slashdot</a>
14<br><a href="http://freshmeat.net/">Freshmeat</a>
15<br><a href="http://linuxtoday.com/">Linux Today</a>
16<br><a href="http://lwn.net/">Linux Weekly News</a>
17<br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
18
19<!--#include file="footer.html" -->
diff --git a/docs/busybox.net/sponsors.html b/docs/busybox.net/sponsors.html
new file mode 100644
index 000000000..bfe3c6e7d
--- /dev/null
+++ b/docs/busybox.net/sponsors.html
@@ -0,0 +1,31 @@
1<!--#include file="header.html" -->
2
3<h3>Sponsors</h3>
4
5<p>Please visit our sponsors and thank them for their support! They have
6provided money for equipment and bandwidth. Next time you need help with a
7project, consider these fine companies!</p>
8
9
10<ul>
11 <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
12 Custom development for embedded Linux systems and multimedia platforms
13 </li>
14
15 <li><a href="http://opensource.se/">opensource.se</a><br>
16 Embedded open source consulting in Europe.
17 </li>
18
19 <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
20 Custom Linux, embedded Linux, BusyBox, and uClibc development.
21 </li>
22
23 <li><a href="http://www.timesys.com">TimeSys</a><br>
24 Embedded Linux development, cross-compilers, real-time, KGDB, tsrpm and cygwin.
25 </li>
26</ul>
27
28<p>If you wish to be a sponsor, or if you have already contributed and would
29like your name added here, email <a href="mailto:rob@landley.net">Rob</a>.</p>
30
31<!--#include file="footer.html" -->
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html
index ef76d33d8..4a71323f0 100644
--- a/docs/busybox.net/tinyutils.html
+++ b/docs/busybox.net/tinyutils.html
@@ -17,7 +17,7 @@ dev mailing list.
17 17
18<tr> 18<tr>
19 <td>SSH</td> 19 <td>SSH</td>
20 <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td> 20 <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both an ssh server and an ssh client.</td>
21</tr> 21</tr>
22 22
23<tr> 23<tr>