diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-30 23:37:15 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-30 23:37:15 +0000 |
commit | ac21e93a3fcac80d33cae6a69ef395fc74ba597b (patch) | |
tree | fc360814b896a47fdc1d3489b16c2abe866067a1 /docs | |
parent | 4bbdd788e03d2aad25bd00caac69d86d02089824 (diff) | |
download | busybox-w32-ac21e93a3fcac80d33cae6a69ef395fc74ba597b.tar.gz busybox-w32-ac21e93a3fcac80d33cae6a69ef395fc74ba597b.tar.bz2 busybox-w32-ac21e93a3fcac80d33cae6a69ef395fc74ba597b.zip |
Added a new screenshot of Busybox. :-)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/index.html | 6 | ||||
-rw-r--r-- | docs/busybox.net/screenshot.html | 50 |
2 files changed, 56 insertions, 0 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index e54a7683e..7352c1bc0 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -60,6 +60,12 @@ BusyBox is licensed under the | |||
60 | <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> | 60 | <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> |
61 | <p> | 61 | <p> |
62 | 62 | ||
63 | <h3> Screenshot </h3> | ||
64 | |||
65 | <p> Because everybody loves screenshots, a <a href="screenshot.html"> | ||
66 | screenshot</a> of BusyBox is now available <a href="screenshot.html"> right | ||
67 | here</a> | ||
68 | |||
63 | <H3>Mailing List Information</h3> | 69 | <H3>Mailing List Information</h3> |
64 | BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! | 70 | BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! |
65 | To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. | 71 | To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. |
diff --git a/docs/busybox.net/screenshot.html b/docs/busybox.net/screenshot.html new file mode 100644 index 000000000..ff0d4f143 --- /dev/null +++ b/docs/busybox.net/screenshot.html | |||
@@ -0,0 +1,50 @@ | |||
1 | <html> | ||
2 | |||
3 | <head> | ||
4 | |||
5 | <title> Busybox Screenshot! </title> | ||
6 | |||
7 | <meta name="Author" content="Mark Whitley"> | ||
8 | <meta name="Description" content="A screenshot of Busybox"> | ||
9 | |||
10 | </head> | ||
11 | |||
12 | <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000"> | ||
13 | |||
14 | <h1> Busybox Screenshot! </h1> | ||
15 | |||
16 | |||
17 | <pre style="background-color: black; color: lightgreen; padding: 5px; | ||
18 | font-family: monospace; font-size: smaller;" width="80%"> | ||
19 | |||
20 | |||
21 | $ ./busybox | ||
22 | BusyBox v0.49 (2001.01.30-17:35+0000) multi-call binary -- GPL2 | ||
23 | |||
24 | Usage: busybox [function] [arguments]... | ||
25 | or: [function] [arguments]... | ||
26 | |||
27 | BusyBox is a multi-call binary that combines many common Unix | ||
28 | utilities into a single executable. Most people will create a | ||
29 | link to busybox for each function they wish to use, and BusyBox | ||
30 | will act like whatever it was invoked as. | ||
31 | |||
32 | Currently defined functions: | ||
33 | basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, | ||
34 | cp, cut, date, dd, df, dirname, dmesg, du, echo, false, find, | ||
35 | free, grep, gunzip, gzip, halt, head, id, init, kill, killall, | ||
36 | ln, logger, ls, lsmod, mkdir, mknod, mkswap, more, mount, mv, | ||
37 | poweroff, ps, pwd, reboot, reset, rm, rmdir, sed, sh, sleep, sort, | ||
38 | swapoff, swapon, sync, syslogd, tail, tar, touch, true, tty, umount, | ||
39 | uname, uniq, uptime, wc, which, whoami, xargs, yes, zcat | ||
40 | |||
41 | $ <blink>_</blink> | ||
42 | |||
43 | </pre> | ||
44 | |||
45 | </div> | ||
46 | |||
47 | </body> | ||
48 | |||
49 | </html> | ||
50 | |||