Revision: 347 http://svn.sourceforge.net/rpy/?rev=347&view=rev Author: warnes Date: 2007-04-06 10:18:13 -0700 (Fri, 06 Apr 2007)
Log Message: ----------- Fix Walter's Home Page Modified Paths: -------------- trunk/htdocs/index.data Removed Paths: ------------- trunk/htdocs/about.data trunk/htdocs/index.html Deleted: trunk/htdocs/about.data =================================================================== --- trunk/htdocs/about.data 2007-04-06 17:09:59 UTC (rev 346) +++ trunk/htdocs/about.data 2007-04-06 17:18:13 UTC (rev 347) @@ -1,109 +0,0 @@ -<!-- page-title: RPy home page --> -<!-- title: About --> - - <p> - <strong>RPy</strong> is a very simple, yet robust, <a - href="http://www.python.org">Python</a> interface to the <a - href="http://www.r-project.org">R Programming Language</a>. It can - manage all kinds of R objects and can execute arbitrary R functions - (including the graphic functions). All the errors from the R language - are converted to Python exceptions. Any module that later were - installed on the R system, can easily be used from within Python, - without introducing any changes. - </p> - - <p> - This code is inspired in <a - href="http://www.omegahat.org/RSPython">RSPython</a> from the <a - href="http://www.omegahat.org">Omegahat project</a>. The main goals of - RPy are: - </p> - - <ul> - - <li> to have a <strong>very robust</strong> interface for using - R <strong>from</strong> Python - </li> - - <li> the interface should be as transparent and easy to use as - possible - </li> - - <li> it should be usable for real scientific and statistical - computations - </li> - - </ul> - - <h4>Call for contributions</h4> - - <p> - I appreciate all your feedback. If you have use RPy on a real - world project or if you have an interesting example or demo, - please, drop me a line. I'd like to collect some info, in this - pages, about real examples, to show the Python and R joint - capabilities. I hope that it will motivate many people in the - scientific and statistics world to use Python. - </p> - - <hr/> - - <h3>Contact info</h3> - - <p> - <em> - Before contacting the authors, please try the - <a href="/maillist">Rpy-talk Mailing List</a>. (We do have - day jobs!) - </em> - </p> - - - <table border="0" cellspacing="0" cellpadding="0" width="100%"> - <colgroup> - <col width="60"><col> - </colgroup> - - <tr> - <td valign="top"> - <img src="graphics/mail.gif" alt="mailbox"> - </td> - - <td valign="middle"> - Walter Moreira. - <br/> - Personal page: <a - href="http://www.cmat.edu.uy/~walterm">www.cmat.edu.uy/~walterm</a> - <br/> - - Email: - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> - - <br/> - - Last revision: January 16, 2004 - </td> - </tr> - - <tr> - <td valign="top"> - <img src="graphics/mail.gif" alt="mailbox"> - </td> - - <td valign="middle"> - Gregory R. Warnes - <br/> - Personal page: <a href="http://www.warnes.net">www.warnes.net</a> - <br/> - - Email: - <a href="mailto:[EMAIL PROTECTED]"> - [EMAIL PROTECTED] - </a> - - <br/> - - Last revision: $Date$ - </td> - </tr> - </table> Modified: trunk/htdocs/index.data =================================================================== --- trunk/htdocs/index.data 2007-04-06 17:09:59 UTC (rev 346) +++ trunk/htdocs/index.data 2007-04-06 17:18:13 UTC (rev 347) @@ -77,8 +77,10 @@ <td valign="middle"> Walter Moreira. <br/> - Personal page: <a - href="http://www.cmat.edu.uy/~walterm">www.cmat.edu.uy/~walterm</a> + Personal page: + <a href="http://www.math.tamu.edu/~wmoreira/"> + http://www.math.tamu.edu/~wmoreira/ + </a> <br/> <br/> Deleted: trunk/htdocs/index.html =================================================================== --- trunk/htdocs/index.html 2007-04-06 17:09:59 UTC (rev 346) +++ trunk/htdocs/index.html 2007-04-06 17:18:13 UTC (rev 347) @@ -1,354 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> - <head> - <title>RPy home page </title> - <link rel="stylesheet" type="text/css" href="style.css" /> - </head> - <body bgcolor="Aqua" background="graphics/background.gif"> - - <!-- Document table --> - <table border="0" cellpadding="0" cellspacing="3" width="100%"> - <tr> - <td valign="top" width="20%"> - - <!-- Logo --> - <table border="1" cellpadding="8" cellspacing="0" width="100%"> - <tr> - <td valign="top" align="center" > <!-- bgcolor="White" --> - <img src="graphics/rpy_small_trans2.png"> - </td> - </tr> - </table> - - <br> - - - <!-- Navigation bar --> - <table border="1" cellpadding="8" cellspacing="0" - width="100%"> - - <tr> - <td bgcolor="#87CEFF" valign="top" align="center"> - <strong>Sections</strong> - </td> - </tr> - <tr> - <td> - <table id="navigation" border="0"> - <tr> - <td> - <a href="index.html">About</a> - </td> - </tr> - <tr> - <td> - <a href="bugs.html">Bugs</a> - </td> - </tr> - <tr><td> - <a href="svn.html">SVN</a> - </td> - </tr> - <tr> - <td> - <a href="download.html">Download</a> - </td> - </tr> - <tr> - <td> - <a href="documentation.html">Documentation</a> - </td> - </tr> - <tr> - <td> - <a href="rpy_demo.html">Demo</a> - </td> - </tr> - <tr> - <td> - <a href="faq.html">FAQ</a> - </td> - </tr> - <tr> - <td> - <a href="maillist.html">Mail List</a> - </td> - </tr> - <tr> - <td> - <a href="news.html">News</a> - </td> - </tr> - <tr> - <td> - <a href="todo.html">To do</a> - </td> - </tr> - <tr> - <td> - <a href="http://sourceforge.net/projects/rpy"> - SourceForge - </a> - </td> - </tr> - </table> - </td> - </tr> - </table> - <!-- END Navigation bar --!> - - <br> - - <!-- Exits table --!> - <table border="1" width="100%" cellpadding="5" cellspacing="0"> - <tr> - <td bgcolor="#87CEFF" valign="top" align="center"> - <strong>Exits</strong> - </td> - </tr> - <tr> - <td rowspan="0"> - <a href="http://www.python.org">Python</a> - <br/><br/> - <a href="http://www.r-project.org">R language</a> - <br/><br/> - <a href="http://www.omegahat.org/RSPython">RSPython (Another R for Python)</a> - <br/><br/> - <a href="http://www.analytics.washington.edu/Zope/projects/RSOAP"> - RSOAP (SOAP for R)</a> - <br/><br/> - <a href="http://www.analytics.washington.edu/Zope/projects/RSessionDA"> - RSessionDA (R for Zope)</a> - </td> - </tr> - </table> - <!-- END Exits table --> - - <!-- Acknowledgements table --!> - <table border="1" width="100%" cellpadding="5" cellspacing="0"> - <tr> - <td bgcolor="#87CEFF" valign="top" align="center"> - <strong>Acknowledgement</strong> - </td> - </tr> - - <!-- <td rowspan="0"> --!> - <td valign="top"> - This site is hosted by - <a href="http://sourceforge.net/projects/rpy"> - <img src="graphics/head_bg_new.gif"> - </a> - </td> - <br/><br/> - </tr> - </table> - <!-- END Acknowledgements table --> - - - </td> - <td valign="top" width="60%"> - - <!-- Central section --> - <table border="1" width="100%" cellpadding="7" cellspacing="0"> - <tr> - - <!-- Title --> - <td bgcolor="#FAEBD7"> - <center> - <h2> - RPy (R from Python) - </h2> - </center> - <!-- END Title --> - - <hr> - - <!-- INCLUDE DATA HERE --> - <h3>About </h3> - - <!-- page-title: RPy home page --> -<!-- title: About --> - - <p> - <strong>RPy</strong> is a very simple, yet robust, <a - href="http://www.python.org">Python</a> interface to the <a - href="http://www.r-project.org">R Programming Language</a>. It can - manage all kinds of R objects and can execute arbitrary R functions - (including the graphic functions). All errors from the R language - are converted to Python exceptions. Any module installed for the - R system can be used from within Python. - </p> - - <p> - This code is inspired by <a - href="http://www.omegahat.org/RSPython">RSPython</a> from the <a - href="http://www.omegahat.org">Omegahat project</a>. The main goals of - RPy are: - </p> - - <ul> - - <li> to have a <strong>very robust</strong> interface for using - R <strong>from</strong> Python - </li> - - <li> the interface should be as transparent and easy to use as - possible - </li> - - <li> it should be usable for real scientific and statistical - computations - </li> - - </ul> - - <p> - Tim Churches wrote a <a - href="rpy_demo.html">demo</a>, - which illustrates the use of RPy. - </p> - - <h4>Call for contributions</h4> - - <p> - I appreciate all your feedback. If you have use RPy on a real - world project or if you have an interesting example or demo, - please, drop me a line. I'd like to collect some info, in this - pages, about real examples, to show the Python and R joint - capabilities. I hope that it will motivate many people in the - scientific and statistics world to use Python. - </p> - - <hr/> - - <h3>Contact info</h3> - - <table border="0" cellspacing="0" cellpadding="0" width="100%"> - <colgroup> - <col width="60"><col> - </colgroup> - - <p> - <em> - Before contacting the authors, please try the - <a href="/maillist.html">Rpy-talk Mailing List</a>. (We do have - day jobs!) - </em> - </p> - - - <tr> - <td valign="top"> - <img src="graphics/mail.gif" alt="mailbox"> - </td> - - <td valign="middle"> - Walter Moreira. - <br/> - Personal page: <a - href="http://www.cmat.edu.uy/~walterm">www.cmat.edu.uy/~walterm</a> - <br/> - - <br/> - <br/> - </td> - </tr> - - <tr> - <td valign="top"> - <img src="graphics/mail.gif" alt="mailbox"> - </td> - - <td valign="middle"> - Gregory R. Warnes - <br/> - Personal page: <a href="http://www.warnes.net">www.warnes.net</a> - <br/> - <br/> - - </td> - </tr> - </table> - - - Last revision: $Date$ - - <!-- END INCLUDE DATA HERE --> - - </table> - <!-- END Central section --> - - </td> - <td valign="top" width="20%"> - - <!-- News table --> - <table border="1" width="100%" cellpadding="5" cellspacing="0"> - <tr> - <td bgcolor="#87CEFF" valign="top" align="center"> - <strong> - News - </strong> - </td> - </tr> - </tr> - - <tr> - <td> - <a href="news.html">RPy 0.99.0 now available</a><br/> - <i>(2006-03-15)</i><br/> <br/> - </td> - </tr> - - <tr> - <td> - <a href="news.html">RPy now using Subversion</a><br/> - <i>(2006-02-28)</i><br/> <br/> - </td> - </tr> - - <tr> - <td> - <a href="news.html">RPy 0.4.6 now available</a><br/> - <i>(2005-07-28)</i><br/> <br/> - </td> - </tr> - - <tr> - <td> - <a href="news.html">RPy 0.4.5 now available</a><br/> - <i>(2005-07-25)</i><br/> <br/> - </td> - </tr> - - <tr> - <td> - <a href="news.html">RPy 0.4.4 now available</a><br/> - <i>(2005-07-23)</i><br/> <br/> - </td> - </tr> - - - <tr> - <td> - <a href="news.html">RPy 0.4.3 now available</a><br/> - <i>(July 20, 2005)</i><br/> <br/> - </td> - </tr> - - <tr> - <td> - <a href="news.html">RPy 0.4.2 now available</a><br/> - <i>(May 23, 2004)</i><br/> <br/> - </td> - </tr> - - </table> - <!-- END News table --> - - <br/> - - </table> - <!-- END Document table --> - - </body> -</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list