summaryrefslogtreecommitdiff
path: root/network/js/README
diff options
context:
space:
mode:
authorDavid Woodfall <dave@unrealize.co.uk>2010-05-12 17:43:34 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-12 17:43:34 +0200
commit15858a58c6471e5b001c75b96de23064be19c7f3 (patch)
tree7c0c8aa024236ec90024da6ba2878fde61807f79 /network/js/README
parentae10280ca1d124c82b4bf4422ad554f884e34beb (diff)
downloadslackbuilds-15858a58c6471e5b001c75b96de23064be19c7f3.tar.gz
network/js: Updated for version 1.7.0
Diffstat (limited to 'network/js/README')
-rw-r--r--network/js/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/network/js/README b/network/js/README
index e101b47dab..9842a83b18 100644
--- a/network/js/README
+++ b/network/js/README
@@ -1,10 +1,9 @@
-js (SpiderMonkey JavaScript-C Engine)
+js (SpiderMonkey, Mozilla's JavaScript Engine)
-The SpiderMonkey engine is Mozilla's C implementation of JavaScript. It is
-intended to be embedded into other programs. In particular, it's used by ELinks
-for JavaScript support.
+SpiderMonkey is the code-name for the Mozilla's C implementation of
+JavaScript. It can be used by applications such as elinks and others.
-This version includes a patch (from the ELinks) project to compile it easier.
+This is the standalone version of the engine used by Firefox and other
+Mozilla applications.
-After installation, run: ldconfig -v | grep libjs.so
-and you should see: libjs.so -> libjs.so
+See /usr/doc/spidermonkey-1.7.0/README.html for examples.