summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-20 19:28:50 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-20 19:28:50 (GMT)
commitc1ebae519210cd4d09eb63bde593d48e769ad7ca (patch)
tree488cfd8056c2e727a7b49882c2f3d46240d00998 /README.md
parent26609f8b8097b21e952835e7064bc938c8542d93 (diff)
downloaduscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.zip
uscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.tar.gz
uscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.tar.bz2
Support for event.raw and more XPath datamodel refactorings
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1a520dc..d3741e0 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ There is no technical reason for it not to run on iOS and Android as well, but w
the respective build-process and did not precompile required libraries.
* <b>Datamodels</b>
- * ECMAScript using Google's v8 and JavaScriptCore (JSC is incomplete)
- * Prolog using SWI prolog
- * NULL datamodel with required <tt>In</tt> predicate
- * XPath datamodel as far as the tests require
+ * Full ECMAScript datamodel using Google's v8 and JavaScriptCore (JSC is incomplete)
+ * Full NULL datamodel with required <tt>In</tt> predicate
+ * Early Prolog datamodel using SWI prolog
+ * Rudimentary support for XPath datamodel (Draft and tests are in conflict imho)
* <b>Invokers</b>
* <tt>scxml</tt>: Invoke a nested scxml interpreter
* <tt>dirmon</tt>: Watches a directory for changes to files
@@ -25,7 +25,7 @@ the respective build-process and did not precompile required libraries.
* <b>Communication</b>
* Features the standard basichttp io-processor
* Features the required SCXML io-processor
- * <b>No</b> DOM io-processor yet
+ * <b>No</b> DOM io-processor
* Can actually respond to HTTP requests with data via &lt;response>
* <b>Language Bindings</b>
* PHP module for apache and cli interpreter
@@ -36,7 +36,7 @@ the respective build-process and did not precompile required libraries.
* Have a look at the [result](http://uscxml.tk.informatik.tu-darmstadt.de/cdash/index.php?project=uscxml) for the various platforms.
* The manual tests are [excluded](https://github.com/tklab-tud/uscxml/blob/master/contrib/ctest/CTestCustom.ctest.in).
-uSCXML still fails the following tests:
+uSCXML still fails the following ecmascript tests:
<table>
<tr><th>Test#</th><th>Status</th><th>Description</th><th>Comment</th></tr>