aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-31 11:57:08 -0500
committerRob Landley <rob@landley.net>2007-01-31 11:57:08 -0500
commitad8287d59cbc8ad0ae0c9538ab395fa5a16cd58a (patch)
treecdafc25dfdb21bef03737aa6b4739188b296f38c /www/index.html
parent15406bbe98556a2109f983f1bccc0ac90632d0e0 (diff)
downloadtoybox-ad8287d59cbc8ad0ae0c9538ab395fa5a16cd58a.tar.gz
Move download->downloads (be consistent) and add a skeletal index bar along
the left (copied from firmware linux, half the tabs go nowhere).
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 94a545ae..56fdf216 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,5 +1,8 @@
-<html><title>toybox</title>
-<body>
+<!--#include file="header.html" -->
+
+<p>Jan 31: Screwing up the web page a bit, adding an index bar along the side
+which doesn't properly connect up to anything yet. (Busy implementing
+mke2fs and gene2fs.)</p>
<p>Warning: lots of this page is about what I plan to do, not what I've
already done. See <a href="#status>status</a> or <a href="/notes.html>my
@@ -76,7 +79,7 @@ commit was September 27, 2006, and work is ongoing.</p>
strlcpy(), xexec(), xopen()/xread(), xgetcwd(), xabspath(), find_in_path(),
itoa().</li>
-<b><h2><a name="download" />Download</h2></b>
+<b><h2><a name="downloads" />Download</h2></b>
<p>This project is maintained as a mercurial archive. To get a copy of the
current development version, either use mercurial (hg clone
@@ -90,3 +93,5 @@ is the current development version).</p>
<p>My <a href=/notes.html>development log</a> is currently the best way to
track what's going on with this project. There's also a
<a href=http://www2.them.com:8080/cgi-bin/mailman/listinfo/toybox>mailing list</a> for toybox development.</p>
+
+<!--#include file="footer.html" -->