From bbe500e531e7f3ff29265564d012754f11847679 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 26 Feb 2012 21:53:15 -0600 Subject: Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki. --- www/code.html | 1 + www/header.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/code.html b/www/code.html index 2b2f392e..45822b1f 100644 --- a/www/code.html +++ b/www/code.html @@ -40,6 +40,7 @@ infrastructure implementing menuconfig (copied from the Linux kernel). files generated from other parts of the source code. +

Adding a new command

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 diff --git a/www/header.html b/www/header.html index 8c9d3646..2eccbedf 100644 --- a/www/header.html +++ b/www/header.html @@ -2,7 +2,7 @@ toybox - +
@@ -15,7 +15,7 @@
  • Design Docs
  • Source walkthrough
  • TODO list
  • -
  • Wiki/roadmap
  • +
  • roadmap
  • Download
      -- cgit v1.2.3