diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-23 10:00:00 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-23 10:00:00 +0000 |
commit | 6711e127f20f26e64625eafdc31c37e0838d81de (patch) | |
tree | 45bda512af10890e365fb32f90e3edc184c0663e /docs | |
parent | e20a46c6e7a3b25014dae019c699cbbc668f86b7 (diff) | |
download | busybox-w32-6711e127f20f26e64625eafdc31c37e0838d81de.tar.gz busybox-w32-6711e127f20f26e64625eafdc31c37e0838d81de.tar.bz2 busybox-w32-6711e127f20f26e64625eafdc31c37e0838d81de.zip |
Show the news by default
git-svn-id: svn://busybox.net/trunk/busybox@8164 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/about.html | 63 | ||||
-rw-r--r-- | docs/busybox.net/header.html | 2 | ||||
-rw-r--r-- | docs/busybox.net/index.html | 64 |
3 files changed, 65 insertions, 64 deletions
diff --git a/docs/busybox.net/about.html b/docs/busybox.net/about.html new file mode 100644 index 000000000..9242e759e --- /dev/null +++ b/docs/busybox.net/about.html | |||
@@ -0,0 +1,63 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | <!-- Begin Introduction section --> | ||
5 | |||
6 | <h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3> | ||
7 | |||
8 | |||
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 | ||
11 | usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox | ||
12 | generally have fewer options than their full-featured GNU cousins; however, | ||
13 | the options that are included provide the expected functionality and behave | ||
14 | very much like their GNU counterparts. BusyBox provides a fairly complete | ||
15 | environment for any small or embedded system. | ||
16 | |||
17 | <p> | ||
18 | |||
19 | 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 | ||
21 | 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 | ||
23 | nodes in /dev, a few configuration files in /etc, and a Linux kernel. | ||
24 | |||
25 | <p> | ||
26 | |||
27 | BusyBox is maintained by <a href= | ||
28 | "http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and | ||
29 | licensed under the | ||
30 | <a href= "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> | ||
31 | |||
32 | <p> | ||
33 | <p> | ||
34 | |||
35 | <h3>Sponsors</h3> | ||
36 | |||
37 | Please visit our sponsors and thank them for their | ||
38 | support! They have provided money for equipment and | ||
39 | bandwidth. Next time you need help with a project, | ||
40 | consider these fine companies! | ||
41 | |||
42 | |||
43 | <ul> | ||
44 | <li><a href="http://www.penguru.net">Penguru Consulting</a><br> | ||
45 | Custom development for embedded Linux systems and multimedia platforms | ||
46 | </li> | ||
47 | |||
48 | <li><a href="http://opensource.se/">opensource.se</a><br> | ||
49 | Embedded open source consulting in Europe. | ||
50 | </li> | ||
51 | |||
52 | <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br> | ||
53 | Custom Linux, embedded Linux, BusyBox, and uClibc | ||
54 | development. | ||
55 | </li> | ||
56 | |||
57 | </ul> | ||
58 | |||
59 | If you wish to be a sponsor, or if you have already contributed and would like | ||
60 | your name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>. | ||
61 | |||
62 | |||
63 | <!--#include file="footer.html" --> | ||
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html index 21af145f7..7296b3464 100644 --- a/docs/busybox.net/header.html +++ b/docs/busybox.net/header.html | |||
@@ -43,7 +43,7 @@ | |||
43 | <tr> | 43 | <tr> |
44 | 44 | ||
45 | <td valign="TOP"> | 45 | <td valign="TOP"> |
46 | <br><a href="/">Home</a> | 46 | <br><a href="/about.html">About</a> |
47 | <br><a href="/screenshot.html">Screenshot</a> | 47 | <br><a href="/screenshot.html">Screenshot</a> |
48 | <br><a href="/lists.html">Mailing Lists</a> | 48 | <br><a href="/lists.html">Mailing Lists</a> |
49 | <br><a href="/news.html">Latest News</a> | 49 | <br><a href="/news.html">Latest News</a> |
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 9242e759e..1bab6b069 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -1,63 +1 @@ | |||
1 | <!--#include file="header.html" --> | <!--#include file="news.html" --> | |
2 | |||
3 | |||
4 | <!-- Begin Introduction section --> | ||
5 | |||
6 | <h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3> | ||
7 | |||
8 | |||
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 | ||
11 | usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox | ||
12 | generally have fewer options than their full-featured GNU cousins; however, | ||
13 | the options that are included provide the expected functionality and behave | ||
14 | very much like their GNU counterparts. BusyBox provides a fairly complete | ||
15 | environment for any small or embedded system. | ||
16 | |||
17 | <p> | ||
18 | |||
19 | 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 | ||
21 | 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 | ||
23 | nodes in /dev, a few configuration files in /etc, and a Linux kernel. | ||
24 | |||
25 | <p> | ||
26 | |||
27 | BusyBox is maintained by <a href= | ||
28 | "http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and | ||
29 | licensed under the | ||
30 | <a href= "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> | ||
31 | |||
32 | <p> | ||
33 | <p> | ||
34 | |||
35 | <h3>Sponsors</h3> | ||
36 | |||
37 | Please visit our sponsors and thank them for their | ||
38 | support! They have provided money for equipment and | ||
39 | bandwidth. Next time you need help with a project, | ||
40 | consider these fine companies! | ||
41 | |||
42 | |||
43 | <ul> | ||
44 | <li><a href="http://www.penguru.net">Penguru Consulting</a><br> | ||
45 | Custom development for embedded Linux systems and multimedia platforms | ||
46 | </li> | ||
47 | |||
48 | <li><a href="http://opensource.se/">opensource.se</a><br> | ||
49 | Embedded open source consulting in Europe. | ||
50 | </li> | ||
51 | |||
52 | <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br> | ||
53 | Custom Linux, embedded Linux, BusyBox, and uClibc | ||
54 | development. | ||
55 | </li> | ||
56 | |||
57 | </ul> | ||
58 | |||
59 | If you wish to be a sponsor, or if you have already contributed and would like | ||
60 | your name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>. | ||
61 | |||
62 | |||
63 | <!--#include file="footer.html" --> | ||