From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kjs/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kjs/README (limited to 'kjs/README') diff --git a/kjs/README b/kjs/README new file mode 100644 index 000000000..7e01b0b41 --- /dev/null +++ b/kjs/README @@ -0,0 +1,27 @@ +This library provides an ECMAScript compatible interpreter. The ECMA standard +is based on well known scripting languages such as Netscape's JavaScript and +Microsoft's JScript. + +I'm currently pursuing to be compliant with Edition 3 of ECMA-262. Postscript +and pdf versions of the standard are available at: + +http://www.ecma-international.org/publications/files/ecma-st/Ecma-262.pdf +for PDF and +http://www.ecma-international.org/publications/standards/Ecma-262.htm +for the standard page. + +About 95% of the required features should be covered by now. Note that this +number covers the core language elements only. Features like the famous +roll-over buttons on the www are NOT part of the standard. Those extensions +are added via a module loaded dynamically by the KHTML Widget. + +I'll provide some examples of how to extend this library for various needs at +a later point in time. Feel free to contact me via mail if you have any +questions on how to provide scripting capabilities for your application. + +A debugger is being worked on. + +Bug reports, patches or feedback of any kind is very welcome. + +Harri Porten + -- cgit v1.2.1