diff options
Diffstat (limited to 'www')
-rwxr-xr-x | www/about.html | 6 | ||||
-rwxr-xr-x | www/license.html | 3 | ||||
-rwxr-xr-x | www/licenserant.html | 4 | ||||
-rwxr-xr-x | www/news.html | 3 |
4 files changed, 1 insertions, 15 deletions
diff --git a/www/about.html b/www/about.html index a3943795..a58d3d38 100755 --- a/www/about.html +++ b/www/about.html @@ -1,5 +1,3 @@ -<!--#include file="header.html" --> - <h2><a name="what" />What is ToyBox?</h2> <p>The goal of the Toybox project is to create simple implementations of all @@ -100,7 +98,7 @@ versions ("tip" is the current development version).</p> <a href=http://www2.them.com:8080/cgi-bin/mailman/listinfo/toybox>mailing list</a> are also good ways to track what's going on with the project.</p> -<b><h2><a name="toycans" />What's the background image on the web page?</h2></b> +<b><h2><a name="toycans" />What's the toybox logo image?</h2></b> <p>It's <a href=toycans-big.jpg>carefully stacked soda cans</a>. Specifically, it's a bunch of the original "Coke Zero" and "Pepsi One" cans, circa 2006, @@ -113,5 +111,3 @@ who Totally Did Not Get It <sup><font size=-3><a href=http://www.timesys.com>tm< thinking they were recycling. (I still have two of each kind, but Pepsi One seems discontinued and Coke Zero switched its can color from black to grey, presumably in celebration. It was fun while it lasted...)</p> - -<!--#include file="footer.html" --> diff --git a/www/license.html b/www/license.html index d67269db..3cd510e9 100755 --- a/www/license.html +++ b/www/license.html @@ -1,5 +1,3 @@ -<!--#include file="header.html" --> - <h2>Toybox is licensed under the terms of GPLv2.</h2> <p>The complete text of the General Public License version 2 is included in the @@ -351,4 +349,3 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS </pre> -<!--#include file="footer.html" --> diff --git a/www/licenserant.html b/www/licenserant.html index b6af90f3..3cc52d57 100755 --- a/www/licenserant.html +++ b/www/licenserant.html @@ -1,5 +1,3 @@ -<!--#include file="header.html" --> - <p>The reason for the clarification of section 3 is that <a href="http://www.linux.com/articles/55285">what the FSF did to Mepis</a> was inexcusable. (Further discussed in <a href="http://www.busybox.net/lists/busybox/2006-June/022797.html">this @@ -50,5 +48,3 @@ for open source developers to reproduce what you did, you haven't complied with your license obligations yet. Identifying the specific source you used is a very important part of the "written offer" bit that often gets overlooked.</p> - -<!--#include file="footer.html" --> diff --git a/www/news.html b/www/news.html index 5a35a09a..18d2de50 100755 --- a/www/news.html +++ b/www/news.html @@ -1,5 +1,3 @@ -<!--#include file="header.html" --> - <h2>Currently implemented commands:</h2> <p> basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, @@ -120,4 +118,3 @@ df, a skeletal toysh, and some library functions. Proof of concept, really.</p> <p><b>September 7, 2006</b> - Project launched, first commit to mercurial archive.</p> -<!--#include file="footer.html" --> |