From 8c8601cfbc4aa5ebb2b334464d09eec0ba96fa3f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 21 Aug 2008 10:54:55 +0000 Subject: - 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" --- docs/busybox.net/tinyutils.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/busybox.net/tinyutils.html') diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html index 9122d6e..1c03d4c 100644 --- a/docs/busybox.net/tinyutils.html +++ b/docs/busybox.net/tinyutils.html @@ -44,42 +44,42 @@ version of links.

SCRIPTING LANGUAGES

Although busybox has built-in support for shell scripts, plenty of other small scripting languages are available on the net. A few examples:

- +
- - + + - + - + - + - +
languagedescription
microperl microperl 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.
LuaLua If you just want a small embedded scripting language to write new code in, this Brazilian import is lightweight, fairly popular, and has a complete book about it online.
rcrc The PLAN9 shell. Not compatible with conventional bourne shell syntax, but fairly lightweight and small.
forthforth A well known language for fast and small programs, decades old but still in use for everything from OpenBIOS to computer controlled engine timing.

For more information, you probably want to look at -buildroot and -TinyGentoo, which +buildroot and +TinyGentoo, which build and use tiny utilities for all sorts of things.

-- cgit v1.1