Author: rahul Date: Mon Jul 5 19:46:36 2010 New Revision: 960670 URL: http://svn.apache.org/viewvc?rev=960670&view=rev Log: Added a "Related Projects" section to the Commons SCXML homepage (includes scxml-eclipse and scxml-js). Variant of patch by Xunlong Gui <guixl AT apache DOT org> SCXML-150
Modified: commons/proper/scxml/trunk/src/site/xdoc/index.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=960670&r1=960669&r2=960670&view=diff ============================================================================== --- commons/proper/scxml/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/scxml/trunk/src/site/xdoc/index.xml Mon Jul 5 19:46:36 2010 @@ -122,6 +122,24 @@ </p> </section> + <section name="Related Projects"> + <p> + Related projects providing some SCXML-related functionality: + <ul> + <li> + <a href="http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/">Commons SCXML - Eclipse</a> - + This project aims to provide an Eclipse and GMF based visual editor and debugger for SCXML, which can + also be used to generate SCXML documents and code from a state chart. + </li> + <li> + <a href="http://commons.apache.org/sandbox/gsoc/2010/scxml-js/">Commons SCXML - JavaScript</a> - + This project aims develop an SCXML-to-JavaScript compiler optimized for User Interface development on + the World Wide Web and generate graphical depictions of statecharts for testing and simulation. + </li> + </ul> + </p> + </section> + </body> </document>