Index: ossp-web/pkg/lib/js/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/js/index.wml,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-web/pkg/lib/js/index.wml,v' 2>/dev/null --- index.wml 2006/07/29 12:18:54 1.4 +++ index.wml 2006/07/29 12:22:29 1.5 @@ -9,19 +9,21 @@

Abstract

-OSSP js is a stand-alone distribution of the JavaScript (JS) programming -language reference implementation from Mozilla -- aka "JSRef" or -"SpiderMonkey". This distribution provides a smart, stand-alone and -portable distribution of Mozilla JavaScript through a build environment -based on GNU autoconf, GNU libtool and GNU shtool, including support -for easy JavaScript build-time feature set selection (ECMA-3, JS-1.5, -JS-1.6), optional CLI line editing support, optional "stdio" based File -object support and JS/Perl bindings. Additionally, the C API in "libjs" -contains both the JavaScript engine and the required Sun math library -("fdlibm") and with all internal symbols carefully protected under the -"js" namespace. Finally, a js-config(1) utility and a pkg-config(1) -specification is provided to allow applications to easily build with the -JavaScript C API. +OSSP js is a stand-alone distribution of the JavaScript +(JS) programming language reference implementation from Mozilla -- aka JSRef or SpiderMonkey. This +distribution provides a smart, stand-alone and portable distribution of +Mozilla JavaScript through a build environment based on GNU autoconf, +GNU libtool and GNU shtool, including support for easy JavaScript +build-time feature set selection (ECMA-3, JS-1.5, JS-1.6), optional +CLI line editing support, optional "stdio" based File object support +and JS/Perl bindings. Additionally, the C API in "libjs" contains both +the JavaScript engine and the required Sun math library ("fdlibm") and +with all internal symbols carefully protected under the "js" namespace. +Finally, a js-config(1) utility and a pkg-config(1) specification is +provided to allow applications to easily build with the JavaScript C +API.

Justification