changeset 85:4108e577e018

Move download->downloads (be consistent) and add a skeletal index bar along the left (copied from firmware linux, half the tabs go nowhere).
author Rob Landley <rob@landley.net>
date Wed, 31 Jan 2007 11:57:08 -0500
parents bdbef4ab4ac6
children d2e38cb0b1cd
files www/footer.html www/header.html www/index.html
diffstat 3 files changed, 48 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/footer.html	Wed Jan 31 11:57:08 2007 -0500
@@ -0,0 +1,7 @@
+</td></tr></table>
+<hr />
+<table width="100%">
+<tr><td>Copyright 2006 Rob Landley &lt;rob@landley.net&gt;</td></tr>
+</table>
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/header.html	Wed Jan 31 11:57:08 2007 -0500
@@ -0,0 +1,33 @@
+<html>
+<head>
+<title>toybox</title>
+</head>
+<body>
+<table border=0 cellpadding=0 cellspacing=0>
+<tr><td>
+  <table border=0 cellspacing=1 cellpadding=4>
+    <tr><td><h1>toybox</h1></td></tr>
+  </table>
+</td></tr>
+
+<tr><td valign=top>
+  <b>About</b>
+  <ul>
+    <li><a href="index.html">News</a></li>
+    <li><a href="about.html">What is it?</a></li>
+    <li><a href="design.html">Design Docs</a></li>
+  </ul>
+  <b>Download</b>
+  <ul>
+    <li><a href="/hg/toybox">Mercurial Repository</a></li>
+    <li><a href="downloads">Release Tarballs</a></li>
+  </ul>
+  <b>Development</b>
+  <ul>
+    <li><a href="/notes.html">Maintainer's Log</a></li>
+    <li><a href="http://www2.them.com:8080/cgi-bin/mailman/listinfo/toybox">Mailing List</a></li>
+  </ul>
+</td>
+
+<td valign=top>
+
--- a/www/index.html	Wed Jan 31 10:50:56 2007 -0500
+++ b/www/index.html	Wed Jan 31 11:57:08 2007 -0500
@@ -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 @@
 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 @@
 <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" -->