Author: jbeard Date: Sat Aug 14 18:27:25 2010 New Revision: 985557 URL: http://svn.apache.org/viewvc?rev=985557&view=rev Log: Removed unnecessary index.html files. Added symlink to test for website.
Added: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test (with props) Removed: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/index.html commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.html commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.html Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml Added: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test?rev=985557&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test Sat Aug 14 18:27:25 2010 @@ -0,0 +1 @@ +link ../../../../test/ \ No newline at end of file Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources/scxml-js/test ------------------------------------------------------------------------------ svn:special = * Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml?rev=985557&r1=985556&r2=985557&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml Sat Aug 14 18:27:25 2010 @@ -57,7 +57,7 @@ </subsection> <subsection name="When Transform Tool is Selected"> <p> - If there are selected nodes, then either the rotate or translate handles will be visible, and will eb psoitioned on the aggregate bbox of all selected nodes; otherwise, if no nodes are selected, then neither rotate nor transform handles will be shown. + If there are selected nodes, then either the rotate or translate handles will be visible, and will be positioned on the aggregate bounding box of all selected nodes; otherwise, if no nodes are selected, then neither rotate nor transform handles will be shown. </p> <p> @@ -130,10 +130,10 @@ </p> <p> - Ctrl+A selects all + Ctrl+A selects all. <em>(Not yet implemented)</em> </p> <p> - Delete deletes selected nodes (and deselects them in the process, natch) + Delete deletes selected nodes (and deselects them in the process). <em>(Not yet implemented)</em> </p> </subsection>