aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/tinyutils.html
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 10:54:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 10:54:55 +0000
commit8c8601cfbc4aa5ebb2b334464d09eec0ba96fa3f (patch)
treed435194b870fa4bee8cfd43a9169ccf8318d4ec0 /docs/busybox.net/tinyutils.html
parent040feada1eaf813881cf92596043d3d9d770f694 (diff)
downloadbusybox-8c8601cfbc4aa5ebb2b334464d09eec0ba96fa3f.tar.gz
- fix some wrong markup.
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val"
Diffstat (limited to 'docs/busybox.net/tinyutils.html')
-rw-r--r--docs/busybox.net/tinyutils.html18
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>
<h3>SCRIPTING LANGUAGES</h3>
<p>Although busybox has built-in support for shell scripts, plenty of other
small scripting languages are available on the net. A few examples:</p>
-<table border=1>
+<table>
<tr>
-<th><language></th>
-<th><description></th>
+<th>language</th>
+<th>description</th>
</tr>
<tr>
-<td> <a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> </td>
+<td> <a href="http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html">microperl</a> </td>
<td> A small standalone perl interpreter that can be built from the perl source
s via "make -f Makefile.micro". If you really feel the need for perl on an embe
dded system, this is where to start.
</tr>
<tr>
-<td><a href=http://www.lua.org/pil/>Lua</a></td>
+<td><a href="http://www.lua.org/pil/">Lua</a></td>
<td>If you just want a small embedded scripting language to write <em>new</en>
code in, this Brazilian import is lightweight, fairly popular, and has
a complete book about it online.</td>
</tr>
<tr>
-<td><a href= http://www.star.le.ac.uk/%7Etjg/rc/>rc</a></td>
+<td><a href="http://www.star.le.ac.uk/%7Etjg/rc/">rc</a></td>
<td>The PLAN9 shell. Not compatible with conventional bourne shell syntax,
but fairly lightweight and small.</td>
</tr>
</tr>
<tr>
-<td><a href=http://www.forth.org>forth</a></td>
+<td><a href="http://www.forth.org/">forth</a></td>
<td>A well known language for fast and small programs, decades old but still
in use for everything from OpenBIOS to computer controlled engine timing.</td>
</tr>
</table>
<p>For more information, you probably want to look at
-<a href=http://buildroot.uclibc.org>buildroot</a> and
-<a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which
+<a href="http://buildroot.uclibc.org/">buildroot</a> and
+<a href="http://gentoo-wiki.com/TinyGentoo">TinyGentoo</a>, which
build and use tiny utilities for all sorts of things.</p>
<!--#include file="footer.html" -->