You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2014/03/13 11:25:38 UTC

svn commit: r1577088 - in /commons/proper/scxml/trunk/src/site/xdoc: index.xml roadmap.xml

Author: ate
Date: Thu Mar 13 10:25:38 2014
New Revision: 1577088

URL: http://svn.apache.org/r1577088
Log:
correct indicating the W3C SCXML specification still being a Working Draft

Modified:
    commons/proper/scxml/trunk/src/site/xdoc/index.xml
    commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml

Modified: commons/proper/scxml/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/site/xdoc/index.xml?rev=1577088&r1=1577087&r2=1577088&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/scxml/trunk/src/site/xdoc/index.xml Thu Mar 13 10:25:38 2014
@@ -29,10 +29,10 @@
 
   <p>
   <a href="http://www.w3.org/TR/scxml/" target="_blank">State Chart XML (SCXML)</a> is currently a
-  Candidate Recommendation published by the World Wide Web Consortium (W3C).
+  Working Draft specification published by the World Wide Web Consortium (W3C).
   SCXML provides a generic state-machine based execution environment based on Harel
   State Tables. SCXML is a candidate for the control language within 
-  multiple markup languages coming out of the W3C (see Candidate Recommendation for details).
+  multiple markup languages coming out of the W3C (see the latest Working Draft for details).
   <em>Commons SCXML</em> is an implementation aimed at creating
   and maintaining a Java SCXML engine capable of executing a state machine defined 
   using a SCXML document, while abstracting out the environment interfaces.

Modified: commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml?rev=1577088&r1=1577087&r2=1577088&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml (original)
+++ commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml Thu Mar 13 10:25:38 2014
@@ -24,8 +24,8 @@
     <section name="Commons SCXML 2.0 Roadmap">
       <p>
         The last SCXML release 0.9 has been quite some time ago (2008) and since then the
-        <a href="http://www.w3.org/TR/scxml/" target="_blank">W3C SCXML specification</a>, as of 11 March 2014 a
-        <em>"Candidate Recommendation"</em>, has progressed and changed quite a lot.
+        <a href="http://www.w3.org/TR/scxml/" target="_blank">W3C SCXML specification</a> has progressed and changed
+        quite a lot, and almost ready to move to Candidate Recommendation status.
       </p>
       <p>
         The goal for Commons SCXML 2.0 is to get alignment (back) and be compliant with the W3C SCXML specification,