diff options
Diffstat (limited to 'docs/busybox.net/tinyutils.html')
-rw-r--r-- | docs/busybox.net/tinyutils.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html index 9122d6e35..1c03d4c91 100644 --- a/docs/busybox.net/tinyutils.html +++ b/docs/busybox.net/tinyutils.html | |||
@@ -44,42 +44,42 @@ version of links</a>.</p> | |||
44 | <h3>SCRIPTING LANGUAGES</h3> | 44 | <h3>SCRIPTING LANGUAGES</h3> |
45 | <p>Although busybox has built-in support for shell scripts, plenty of other | 45 | <p>Although busybox has built-in support for shell scripts, plenty of other |
46 | small scripting languages are available on the net. A few examples:</p> | 46 | small scripting languages are available on the net. A few examples:</p> |
47 | <table border=1> | 47 | <table> |
48 | <tr> | 48 | <tr> |
49 | <th><language></th> | 49 | <th>language</th> |
50 | <th><description></th> | 50 | <th>description</th> |
51 | </tr> | 51 | </tr> |
52 | <tr> | 52 | <tr> |
53 | <td> <a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> </td> | 53 | <td> <a href="http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html">microperl</a> </td> |
54 | <td> A small standalone perl interpreter that can be built from the perl source | 54 | <td> A small standalone perl interpreter that can be built from the perl source |
55 | s via "make -f Makefile.micro". If you really feel the need for perl on an embe | 55 | s via "make -f Makefile.micro". If you really feel the need for perl on an embe |
56 | dded system, this is where to start. | 56 | dded system, this is where to start. |
57 | </tr> | 57 | </tr> |
58 | <tr> | 58 | <tr> |
59 | 59 | ||
60 | <td><a href=http://www.lua.org/pil/>Lua</a></td> | 60 | <td><a href="http://www.lua.org/pil/">Lua</a></td> |
61 | <td>If you just want a small embedded scripting language to write <em>new</en> | 61 | <td>If you just want a small embedded scripting language to write <em>new</en> |
62 | code in, this Brazilian import is lightweight, fairly popular, and has | 62 | code in, this Brazilian import is lightweight, fairly popular, and has |
63 | a complete book about it online.</td> | 63 | a complete book about it online.</td> |
64 | </tr> | 64 | </tr> |
65 | 65 | ||
66 | <tr> | 66 | <tr> |
67 | <td><a href= http://www.star.le.ac.uk/%7Etjg/rc/>rc</a></td> | 67 | <td><a href="http://www.star.le.ac.uk/%7Etjg/rc/">rc</a></td> |
68 | <td>The PLAN9 shell. Not compatible with conventional bourne shell syntax, | 68 | <td>The PLAN9 shell. Not compatible with conventional bourne shell syntax, |
69 | but fairly lightweight and small.</td> | 69 | but fairly lightweight and small.</td> |
70 | </tr> | 70 | </tr> |
71 | 71 | ||
72 | </tr> | 72 | </tr> |
73 | <tr> | 73 | <tr> |
74 | <td><a href=http://www.forth.org>forth</a></td> | 74 | <td><a href="http://www.forth.org/">forth</a></td> |
75 | <td>A well known language for fast and small programs, decades old but still | 75 | <td>A well known language for fast and small programs, decades old but still |
76 | in use for everything from OpenBIOS to computer controlled engine timing.</td> | 76 | in use for everything from OpenBIOS to computer controlled engine timing.</td> |
77 | </tr> | 77 | </tr> |
78 | </table> | 78 | </table> |
79 | 79 | ||
80 | <p>For more information, you probably want to look at | 80 | <p>For more information, you probably want to look at |
81 | <a href=http://buildroot.uclibc.org>buildroot</a> and | 81 | <a href="http://buildroot.uclibc.org/">buildroot</a> and |
82 | <a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which | 82 | <a href="http://gentoo-wiki.com/TinyGentoo">TinyGentoo</a>, which |
83 | build and use tiny utilities for all sorts of things.</p> | 83 | build and use tiny utilities for all sorts of things.</p> |
84 | 84 | ||
85 | <!--#include file="footer.html" --> | 85 | <!--#include file="footer.html" --> |