changeset 501:8abb9e307d0c

Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
author Rob Landley <rob@landley.net>
date Sun, 26 Feb 2012 21:53:15 -0600
parents cd70270dbc51
children 763d581badae
files www/code.html www/header.html
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/code.html	Sun Feb 26 21:52:07 2012 -0600
+++ b/www/code.html	Sun Feb 26 21:53:15 2012 -0600
@@ -40,6 +40,7 @@
 files generated from other parts of the source code.</li>
 </ul>
 
+<a name="adding" />
 <p><h1>Adding a new command</h1></p>
 <p>To add a new command to toybox, add a C file implementing that command to
 the toys directory.  No other files need to be modified; the build extracts
--- a/www/header.html	Sun Feb 26 21:52:07 2012 -0600
+++ b/www/header.html	Sun Feb 26 21:53:15 2012 -0600
@@ -2,7 +2,7 @@
 <head>
 <title>toybox</title>
 </head>
-<body style="background: url(toycans.png) repeat;">
+<!-- body style="background: url(toycans.png) repeat;" -->
 <table border=0 cellpadding=0 cellspacing=10>
 
 <tr><td valign=top>
@@ -15,7 +15,7 @@
     <li><a href="design.html">Design Docs</a></li>
     <li><a href="code.html">Source walkthrough</a></li>
     <li><a href="todo.txt">TODO list</a></li>
-    <li><a href="http://elinux.org/Busybox_replacement">Wiki/roadmap</a></li>
+    <li><a href="roadmap.html">roadmap</a></li>
   </ul>
   <b>Download</b>
   <ul>