More website cleanup.

This commit is contained in:
Rob Landley 2006-06-27 22:33:22 +00:00
parent d879ffb79e
commit 1979d3ccbc
5 changed files with 75 additions and 73 deletions

View File

@ -1,62 +1,23 @@
<!--#include file="header.html" -->
<!-- Begin Introduction section -->
<h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3>
BusyBox combines tiny versions of many common UNIX utilities into a single
<p>BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides replacements for most of the utilities you
usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
generally have fewer options than their full-featured GNU cousins; however,
the options that are included provide the expected functionality and behave
very much like their GNU counterparts. BusyBox provides a fairly complete
environment for any small or embedded system.
environment for any small or embedded system.</p>
<p>
BusyBox has been written with size-optimization and limited resources in
<p>BusyBox has been written with size-optimization and limited resources in
mind. It is also extremely modular so you can easily include or exclude
commands (or features) at compile time. This makes it easy to customize
your embedded systems. To create a working system, just add some device
nodes in /dev, a few configuration files in /etc, and a Linux kernel.
<p>
BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>, and
licensed under the
<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
<p>
<p>
<h3>Sponsors</h3>
Please visit our sponsors and thank them for their
support! They have provided money for equipment and
bandwidth. Next time you need help with a project,
consider these fine companies!
<ul>
<li><a href="http://www.penguru.net">Penguru Consulting</a><br>
Custom development for embedded Linux systems and multimedia platforms
</li>
<li><a href="http://opensource.se/">opensource.se</a><br>
Embedded open source consulting in Europe.
</li>
<li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
Custom Linux, embedded Linux, BusyBox, and uClibc
development.
</li>
</ul>
If you wish to be a sponsor, or if you have already contributed and would like
your name added here, email <a href="mailto:rob@landley.net">Rob</a>.
nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>,
and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
version 2 or later.</p>
<!--#include file="footer.html" -->

View File

@ -45,45 +45,36 @@
<td valign="TOP">
<b>About</b>
<ul>
<li><a href="/about.html">About BusyBox</a></li>
<li><a href="/screenshot.html">Screenshot</a></li>
<li><a href="/news.html">Latest News</a></li>
<li><a href="about.html">About BusyBox</a></li>
<li><a href="screenshot.html">Screenshot</a></li>
<li><a href="news.html">Latest News</a></li>
</ul>
<b>Documentation</b>
<ul>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="downloads/BusyBox.html>Command Help</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="downloads/BusyBox.html">Command Help</a></li>
<li><a href="downloads/README">README</a></li>
</ul>
<b>Get BusyBox</b>
<ul>
<li><a href="download.html">Download Source</a></li>
<li><a href="license.html">License</a></li>
<li><a href="products.html">Products</a></li>
</ul>
<b>Development</b>
<ul>
<li><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a></li>
<li><a href="/subversion.html">Source Control</a></li>
<li><a href="/lists.html">Mailing Lists</a></li>
<li><a href="subversion.html">Source Control</a></li>
<li><a href="lists.html">Mailing Lists</a></li>
<li><a href="http://bugs.busybox.net/">Bug Tracking</a></li>
</ul>
<b>Get BusyBox</b>
<p><b>Links</b>
<ul>
<li><a href="/download.html">Download Source</a></li>
<li><a href="/license.html">License</a></li>
<li><a href="/products.html">Products</a></li>
<li><a href="links.html">Related Sites</a></li>
<li><a href="tinyutils.html">Tiny Utilities</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
<p><b>Related Sites</b>
<br><a href="http://uclibc.org/">uClibc.org</a>
<br><a href="http://cxx.uclibc.org/">uClibc++</a>
<br><a href="http://udhcp.busybox.net/">udhcp</a>
<br><a href="http://buildroot.uclibc.org/">buildroot</a>
<br><a href="http://www.scratchbox.org/">Scratchbox</a>
<br><a href="http://openembedded.org/">OpenEmbedded</a>
<br><a href="http://www.ucdot.org/">uCdot</a>
<br><a href="http://www.linuxdevices.com">LinuxDevices</a>
<br><a href="http://slashdot.org/">Slashdot</a>
<br><a href="http://freshmeat.net/">Freshmeat</a>
<br><a href="http://linuxtoday.com/">Linux Today</a>
<br><a href="http://lwn.net/">Linux Weekly News</a>
<br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
<!--
<a href="http://validator.w3.org/check/referer"><img
src="/images/vh40.gif" height=31 width=88

View File

@ -0,0 +1,19 @@
<!--#include file="header.html" -->
<h3>Related Sites</h3>
<br><a href="http://uclibc.org/">uClibc.org</a>
<br><a href="http://cxx.uclibc.org/">uClibc++</a>
<br><a href="http://udhcp.busybox.net/">udhcp</a>
<br><a href="http://buildroot.uclibc.org/">buildroot</a>
<br><a href="http://www.scratchbox.org/">Scratchbox</a>
<br><a href="http://openembedded.org/">OpenEmbedded</a>
<br><a href="http://www.ucdot.org/">uCdot</a>
<br><a href="http://www.linuxdevices.com">LinuxDevices</a>
<br><a href="http://slashdot.org/">Slashdot</a>
<br><a href="http://freshmeat.net/">Freshmeat</a>
<br><a href="http://linuxtoday.com/">Linux Today</a>
<br><a href="http://lwn.net/">Linux Weekly News</a>
<br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
<!--#include file="footer.html" -->

View File

@ -0,0 +1,31 @@
<!--#include file="header.html" -->
<h3>Sponsors</h3>
<p>Please visit our sponsors and thank them for their support! They have
provided money for equipment and bandwidth. Next time you need help with a
project, consider these fine companies!</p>
<ul>
<li><a href="http://www.penguru.net">Penguru Consulting</a><br>
Custom development for embedded Linux systems and multimedia platforms
</li>
<li><a href="http://opensource.se/">opensource.se</a><br>
Embedded open source consulting in Europe.
</li>
<li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
Custom Linux, embedded Linux, BusyBox, and uClibc development.
</li>
<li><a href="http://www.timesys.com">TimeSys</a><br>
Embedded Linux development, cross-compilers, real-time, KGDB, tsrpm and cygwin.
</li>
</ul>
<p>If you wish to be a sponsor, or if you have already contributed and would
like your name added here, email <a href="mailto:rob@landley.net">Rob</a>.</p>
<!--#include file="footer.html" -->

View File

@ -17,7 +17,7 @@ dev mailing list.
<tr>
<td>SSH</td>
<td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td>
<td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both an ssh server and an ssh client.</td>
</tr>
<tr>