diff options
Diffstat (limited to 'docs/busybox.net/about.html')
-rw-r--r-- | docs/busybox.net/about.html | 53 |
1 files changed, 7 insertions, 46 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 | |
9 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
10 | small executable. It provides replacements for most of the utilities you | 6 | small executable. It provides replacements for most of the utilities you |
11 | usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox | 7 | usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox |
12 | generally have fewer options than their full-featured GNU cousins; however, | 8 | generally have fewer options than their full-featured GNU cousins; however, |
13 | the options that are included provide the expected functionality and behave | 9 | the options that are included provide the expected functionality and behave |
14 | very much like their GNU counterparts. BusyBox provides a fairly complete | 10 | very much like their GNU counterparts. BusyBox provides a fairly complete |
15 | environment for any small or embedded system. | 11 | environment for any small or embedded system.</p> |
16 | |||
17 | <p> | ||
18 | 12 | ||
19 | BusyBox has been written with size-optimization and limited resources in | 13 | <p>BusyBox has been written with size-optimization and limited resources in |
20 | mind. It is also extremely modular so you can easily include or exclude | 14 | mind. It is also extremely modular so you can easily include or exclude |
21 | commands (or features) at compile time. This makes it easy to customize | 15 | commands (or features) at compile time. This makes it easy to customize |
22 | your embedded systems. To create a working system, just add some device | 16 | your embedded systems. To create a working system, just add some device |
23 | nodes in /dev, a few configuration files in /etc, and a Linux kernel. | 17 | nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p> |
24 | |||
25 | <p> | ||
26 | |||
27 | BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>, and | ||
28 | licensed 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 | |||
36 | Please visit our sponsors and thank them for their | ||
37 | support! They have provided money for equipment and | ||
38 | bandwidth. Next time you need help with a project, | ||
39 | consider 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 | |||
58 | If you wish to be a sponsor, or if you have already contributed and would like | ||
59 | your 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>, | ||
20 | and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a> | ||
21 | version 2 or later.</p> | ||
61 | 22 | ||
62 | <!--#include file="footer.html" --> | 23 | <!--#include file="footer.html" --> |