From: Dominic L. <ma...@us...> - 2004-11-04 19:53:43
|
Update of /cvsroot/robotflow/RobotFlow/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24489 Modified Files: download.html news.html robotflow.webprj shots.html Log Message: fixed news download and shots sections Index: robotflow.webprj =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/robotflow.webprj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** robotflow.webprj 4 Nov 2004 18:28:15 -0000 1.10 --- robotflow.webprj 4 Nov 2004 19:53:33 -0000 1.11 *************** *** 33,39 **** <item url="images/demo1.jpg" uploadstatus="0" /> <item url="" uploadstatus="1" /> ! <item url="images/SymbolRecogDemo1.jpg" /> ! <item url="images/SymbolRecogDemo2.jpg" /> ! <item url="images/SymbolRecogDemo3.jpg" /> </project> </webproject> --- 33,42 ---- <item url="images/demo1.jpg" uploadstatus="0" /> <item url="" uploadstatus="1" /> ! <item url="images/SymbolRecogDemo1.jpg" uploadstatus="0" /> ! <item url="images/SymbolRecogDemo2.jpg" uploadstatus="0" /> ! <item url="images/SymbolRecogDemo3.jpg" uploadstatus="0" /> ! <treestatus> ! <openfolder url="images" /> ! </treestatus> </project> </webproject> Index: download.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/download.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** download.html 4 Nov 2004 19:24:41 -0000 1.14 --- download.html 4 Nov 2004 19:53:33 -0000 1.15 *************** *** 10,14 **** <table width="100%"> <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> --- 10,14 ---- <table width="100%"> <tr> ! <td width="15%"><b>04/11/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> Index: shots.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/shots.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** shots.html 1 Jul 2004 18:26:59 -0000 1.8 --- shots.html 4 Nov 2004 19:53:33 -0000 1.9 *************** *** 9,28 **** <table width="100%"> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/fd_behaviors_1.gif" NOSAVE height=800 width=1280></center></td> </tr> <tr> ! <td><center>01/07/2004 MARIE - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/fd_behaviors_2.gif" NOSAVE height=800 width=1280></center></td> </tr> <tr> ! <td><center>01/07/2004 MARIE - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/fd_behaviors_3.gif" NOSAVE height=800 width=1280></center></td> </tr> <tr> ! <td><center>01/07/2004 MARIE - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> </table> --- 9,28 ---- <table width="100%"> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/teleop/0.2/teleop_0_2_fd1.jpg" NOSAVE height=471 width=800></center></td> </tr> <tr> ! <td><center>04/10/2004 MARIE 0.2 - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/teleop/0.2/teleop_0_2_fd1.jpg" NOSAVE height=471 width=800></center></td> </tr> <tr> ! <td><center>04/10/2004 MARIE 0.2 - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> <tr> ! <td> <center><img SRC="http://marie.sourceforge.net/images/teleop/0.2/teleop_0_2_fd1.jpg" NOSAVE height=471 width=800></center></td> </tr> <tr> ! <td><center>04/10/2004 MARIE 0.2 - Mobile and Autonomous Robotics Integration Environment</center></td> </tr> </table> Index: news.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/news.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** news.html 26 Oct 2004 19:09:42 -0000 1.12 --- news.html 4 Nov 2004 19:53:33 -0000 1.13 *************** *** 7,11 **** </head> <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> ! <table width="100%"> <tr> <td width="15%"> <div align=left>26/10/2004</div></td> --- 7,22 ---- </head> <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> ! <table width="100%" bgcolor="#FFFF11"> ! <tr> ! <td width="20%" bgcolor="#CCCC50"><div align="left"><b>DATE</b></div></td> ! <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> |