From: Dominic L. <ma...@us...> - 2004-11-04 19:24:59
|
Update of /cvsroot/robotflow/RobotFlow/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17233 Modified Files: demo.html download.html home.html Log Message: updated web site Index: download.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/download.html,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** download.html 28 Jun 2004 01:48:45 -0000 1.13 --- download.html 4 Nov 2004 19:24:41 -0000 1.14 *************** *** 11,15 **** <tr> <td width="15%"><b>25/06/2004</b></td> ! <td width="85%"><a href="http://sourceforge.net/project/showfiles.php?group_id=51402">Latest version is : RobotFlow-0.2.3</a></td> </tr> </table> --- 11,15 ---- <tr> <td width="15%"><b>25/06/2004</b></td> ! <td width="85%"><a href="http://sourceforge.net/project/showfiles.php?group_id=51402">Latest version is : RobotFlow-0.2.4</a></td> </tr> </table> Index: home.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/home.html,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** home.html 26 Oct 2004 19:09:42 -0000 1.28 --- home.html 4 Nov 2004 19:24:41 -0000 1.29 *************** *** 34,37 **** --- 34,46 ---- <td width="80%" bgcolor="#CCCC50"><div align=left><b>DESCRIPTION</b></div></td> </tr> + + <tr> + <td width="15%"> <div align=left>26/10/2004</div></td> + <td width="85%"> <div align=left><a href="doc.html">RobotFlow 0.2.4 Released.</a> + New MARIE blocks are now available for <a href="http://marie.sourceforge.net">MARIE 0.2</a>.<br> + SymbolRecognition demo is now available. Please see the <a href="demo.html">DEMO</a> section. + </div></td> + </tr> + <tr> <td width="15%"> <div align=left>26/10/2004</div></td> Index: demo.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/demo.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** demo.html 4 Nov 2004 18:28:15 -0000 1.2 --- demo.html 4 Nov 2004 19:24:41 -0000 1.3 *************** *** 8,12 **** ! <H1>Symbol Recognition Demonstration (CVS)</H1> <br> <br> --- 8,12 ---- ! <H1>Symbol Recognition Demonstration</H1> <br> <br> *************** *** 28,34 **** to be part of any word in the dictionary. <H1>DOCUMENTATION</H1> ! Documentation is available here : <a href="http://cvs.sourceforge.net/viewcvs.py/robotflow/RobotFlow/demo/SymbolRecog/README.TXT?rev=HEAD&view=auto">Latest CVS Version</a> <H1>DOWNLOAD</H1> ! 26/10/2004 Download will be available soon! However, you can already download it from the <a href="download.html">CVS</a>. <H1>SCREENSHOTS</H1> --- 28,38 ---- to be part of any word in the dictionary. <H1>DOCUMENTATION</H1> ! Documentation is available here : <br> ! <a href="http://cvs.sourceforge.net/viewcvs.py/robotflow/RobotFlow/demo/SymbolRecog/README.TXT?rev=HEAD&view=auto">Latest CVS Version</a> ! <br> ! <a href="http://cvs.sourceforge.net/viewcvs.py/robotflow/RobotFlow/demo/SymbolRecog/README.TXT?rev=RobotFlow-0-2-4&view=auto">SymbolRecog-0.1 (Latest Release)</a> ! <H1>DOWNLOAD</H1> ! 04/11/2004 <a href="http://sourceforge.net/project/showfiles.php?group_id=51402">Download is available from SourceForge</a> <H1>SCREENSHOTS</H1> |