comparison www/code.html @ 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 01473712c9fe
children c08cd17224c0
comparison
equal deleted inserted replaced
500:cd70270dbc51 501:8abb9e307d0c
38 infrastructure implementing menuconfig (copied from the Linux kernel).</li> 38 infrastructure implementing menuconfig (copied from the Linux kernel).</li>
39 <li>The <a href="#generated">generated directory</a> contains intermediate 39 <li>The <a href="#generated">generated directory</a> contains intermediate
40 files generated from other parts of the source code.</li> 40 files generated from other parts of the source code.</li>
41 </ul> 41 </ul>
42 42
43 <a name="adding" />
43 <p><h1>Adding a new command</h1></p> 44 <p><h1>Adding a new command</h1></p>
44 <p>To add a new command to toybox, add a C file implementing that command to 45 <p>To add a new command to toybox, add a C file implementing that command to
45 the toys directory. No other files need to be modified; the build extracts 46 the toys directory. No other files need to be modified; the build extracts
46 all the information it needs (such as command line arguments) from specially 47 all the information it needs (such as command line arguments) from specially
47 formatted comments and macros in the C file. (See the description of the 48 formatted comments and macros in the C file. (See the description of the