|
From: Markus B. <mba...@us...> - 2005-10-18 20:38:23
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23494/htdocs Modified Files: welcome.php Log Message: added news topic with link to article on developerWorks Index: welcome.php =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs/welcome.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** welcome.php 28 Sep 2005 23:30:08 -0000 1.4 --- welcome.php 18 Oct 2005 20:38:14 -0000 1.5 *************** *** 30,34 **** --- 30,45 ---- <!-- INSERT NEW NEWS HERE!!! --> + <table> + <tr> + <td align="right" valign="top" width="20"><img src="images/arrow.gif" alt="->" border="0" height="16" width="16"></td> + <td valign="top"><font face="arial,helvetica,geneva" size="-1"><b>Article on developerworks (2005-10-18)</b> + <br/> + Recently Neal Ford has published an article on IBM's developerWorks site. It gives a good overview of RDT:<br/> + <a href="http://www-128.ibm.com/developerworks/opensource/library/os-rubyeclipse/">Using the Ruby Development Tools plug-in for Eclipse</a> + </p> + </font> + </td> + </tr> <tr> <td align="right" valign="top" width="20"><img src="images/arrow.gif" alt="->" border="0" height="16" width="16"></td> |