Revision: 500 http://rpy.svn.sourceforge.net/rpy/?rev=500&view=rev Author: lgautier Date: 2008-04-20 02:48:38 -0700 (Sun, 20 Apr 2008)
Log Message: ----------- - minor change in the table layout - added link about the Wiki - added contacts page - added note about RPy2 Modified Paths: -------------- trunk/htdocs/Makefile trunk/htdocs/index.data trunk/htdocs/plotting-with-RPy.html trunk/htdocs/template.html Added Paths: ----------- trunk/htdocs/contacts.data Modified: trunk/htdocs/Makefile =================================================================== --- trunk/htdocs/Makefile 2008-04-19 20:10:21 UTC (rev 499) +++ trunk/htdocs/Makefile 2008-04-20 09:48:38 UTC (rev 500) @@ -2,7 +2,7 @@ SRC = news.data documentation.data download.data \ faq.data index.data todo.data bugs.data maillist.data \ - svn.data plotting-with-RPy.data rpy_demo.data + svn.data plotting-with-RPy.data rpy_demo.data contacts.data TARGETS = $(addsuffix .html,$(basename $(SRC))) Added: trunk/htdocs/contacts.data =================================================================== --- trunk/htdocs/contacts.data (rev 0) +++ trunk/htdocs/contacts.data 2008-04-20 09:48:38 UTC (rev 500) @@ -0,0 +1,57 @@ +<!-- page-title: RPy: contacts --> +<!-- title: Contacts --> + + + <p> + Before contacting the authors, please try the + <a href="http://rpy.sourceforge.net/maillist.html">Rpy-talk Mailing List</a>. (We do have + day jobs!) + </p> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <colgroup> + <col width="60"><col> + </colgroup> + + <tbody> + <tr> + <td valign="top"> + <img src="graphics/email.png" alt="mailbox"> + </td> + + <td valign="middle"> Walter Moreira. + <br> Personal page: + <a href="http://www.math.tamu.edu/%7Ewmoreira/"> + <span>www.math.tamu.edu/~wmoreira/</span> + </a> + <br><br><br> + </td> + </tr> + + <tr> + <td valign="top"> + <img src="graphics/email.png" 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> + + <tr> + <td valign="top"> + <img src="graphics/email.png" alt="mailbox"> + </td> + + <td valign="middle"> Laurent Gautier (RPy version 2) + <br> + Personal email: <i>lgautier @at@ gmail.com</i> + <br><br> + </td> + + </tr> + + + </tbody></table> \ No newline at end of file Modified: trunk/htdocs/index.data =================================================================== --- trunk/htdocs/index.data 2008-04-19 20:10:21 UTC (rev 499) +++ trunk/htdocs/index.data 2008-04-20 09:48:38 UTC (rev 500) @@ -47,48 +47,17 @@ scientific and statistics world to use Python. </p> - <hr> - <h3>Contact info</h3> <p> - <em> - Before contacting the authors, please try the - <a href="http://rpy.sourceforge.net/maillist.html">Rpy-talk Mailing List</a>. (We do have - day jobs!) - </em> + A tentative rewrite of RPy is being done, building on some of what + is existing but also redesigning a significant part. If you have wishes + to express, or will to participate, the moment is + <a href="contacts.html">now</a>. </p> - <table border="0" cellpadding="0" cellspacing="0" width="100%"> - <colgroup> - <col width="60"><col> - </colgroup> + <hr> - <tbody> - <tr> - <td valign="top"> - <img src="graphics/email.png" alt="mailbox"> - </td> + <a href="contacts.html"><h4>Contacts</h4></a> - <td valign="middle"> Walter Moreira. - <br> Personal page: - <a href="http://www.math.tamu.edu/%7Ewmoreira/"> - http://www.math.tamu.edu/~wmoreira/ - </a> - <br><br><br> - </td> - </tr> - - <tr> - <td valign="top"> - <img src="graphics/email.png" 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> - </tbody></table> </div> <div id="revision"> Last revision: $Date$ Modified: trunk/htdocs/plotting-with-RPy.html =================================================================== --- trunk/htdocs/plotting-with-RPy.html 2008-04-19 20:10:21 UTC (rev 499) +++ trunk/htdocs/plotting-with-RPy.html 2008-04-20 09:48:38 UTC (rev 500) @@ -4,169 +4,103 @@ <title>Plotting with RPy </title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> - <body bgcolor="Aqua" background="graphics/background.gif"> + <body> - <!-- Document table --> - <table border="0" cellpadding="0" cellspacing="3" width="100%"> - <tr> - <td valign="top" width="20%"> + <!-- Logo --> + <table class="box"> + <tbody> + <tr> + <td align="center" valign="top" class="left"> <!-- bgcolor="White" --> + <img src="graphics/rpy_logo.png" alt="RPy"> + </td> + <td> + </td> + <td> + <p> A simple and efficient access to R from Python + </p> + </td> + </tr> + </tbody> + </table> + <!-- Document table --> + <table class="box"> + <tbody> + <tr> + <td class="left"> - <!-- 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> +<table class="box"> + <tbody> + <!-- Navigation bar --> + <tr> + <td> + <div class="header"> + <strong>Sections</strong> + </div> + <ul class="menu"> + <li><a href="index.html">About</a></li> + <li><a href="http://rpy.wiki.sourceforge.net/">Wiki</a></li> + <li><a href="bugs.html">Bugs</a></li> + <li><a href="svn.html">SVN</a></li> + <li><a href="download.html">Download</a></li> + <li><a href="documentation.html">Documentation</a></li> + <li><a href="rpy_demo.html">Demo</a></li> + <li><a href="faq.html">FAQ</a></li> + <li><a href="maillist.html">Mail List</a></li> + <li><a href="news.html">News</a></li> + <li><a href="todo.html">To do</a></li> + <li><a href="http://sourceforge.net/projects/rpy">SourceForge</a></li> + </ul> + </td> + </tr> + <!-- Exits table --> + <tr> + <td> + <div class="header"> + <strong>Exits</strong> + </div> + <ul class="menu"> + <li><a href="http://www.python.org/">Python</a></li> + <li><a href="http://www.r-project.org/">R language</a></li> + <li><a href="http://www.omegahat.org/RSPython">RSPython</a></li> +<!-- + <li><a href="http://www.analytics.washington.edu/Zope/projects/RSOAP">RSOAP (SOAP for R)</a></li> + <li><a href="http://www.analytics.washington.edu/Zope/projects/RSessionDA">RSessionDA (R for Zope)</a></li> +--> + </ul> + </td> + </tr> + <!-- Acknowledgements table --> + <tr> + <td> + <div class="header"> + <strong>Acknowledgement</strong> + </div> + This site is hosted by + <a href="http://sourceforge.net/projects/rpy"> + <img src="head_bg_new.gif"> + </a> + </td> + </tr> + </tbody> + </table> + <!-- END Acknowledgements table --> - <!-- 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%" class="central"> - - </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>Plotting with RPy </h3> - - <!-- page-title: Plotting with RPy --> + <!-- Central section --> + <div class="central"> + <center> + <h2> RPy (R from Python) </h2> + </center> + <!-- END Title --> + <hr> + <!-- INCLUDE DATA HERE --> + <h3>Plotting with RPy </h3> + <!-- page-title: Plotting with RPy --> <!-- title: Plotting with RPy --> @@ -286,90 +220,64 @@ <hr> <i>Titus Brown [EMAIL PROTECTED]</i> - <!-- END INCLUDE DATA HERE --> - </table> - <!-- END Central section --> + <!-- END INCLUDE DATA HERE --> + <!-- END Central section --> + </td> + <td class="right"> + <!-- News table --> + <table class="box"> + <tbody> + <tr> + <td> + <div class="header"> + <strong>News</strong> + </div> + <ul class="menu"> + <li><a href="news.html"> + RPy 1.0 RC 3 now available</a><br> + <i>(2007-06-26)</i><br> <br> + </li> - </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 1.0 RC 3 now available</a><br/> - <i>(2007-06-26)</i><br/> <br/> - </td> - </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> + <li><a href="news.html"> + RPy 0.99.0 now available</a><br> + <i>(2006-03-15)</i><br> <br> + </li> + <li><a href="news.html"> + RPy now using Subversion</a><br> + <i>(2006-02-28)</i><br> <br> + </li> + <li><a href="news.html"> + RPy 0.4.6 now available</a><br> + <i>(2005-07-28)</i><br> <br> + </li> + <li><a href="news.html"> + RPy 0.4.5 now available</a><br> + <i>(2005-07-25)</i><br> <br> + </li> + <li><a href="news.html"> + RPy 0.4.4 now available</a><br> + <i>(2005-07-23)</i><br> <br> + </li> + <li><a href="news.html"> + RPy 0.4.3 now available</a><br> + <i>(July 20, 2005)</i><br> <br> + </li> + <li><a href="news.html"> + RPy 0.4.2 now available</a><br> + <i>(May 23, 2004)</i><br> <br> + </li> + </td> + </tr> + </tbody> + </table> <!-- END News table --> - <br/> - - </table> + <br> + </td> + </tr> + </tbody> + </table> <!-- END Document table --> </body> Modified: trunk/htdocs/template.html =================================================================== --- trunk/htdocs/template.html 2008-04-19 20:10:21 UTC (rev 499) +++ trunk/htdocs/template.html 2008-04-20 09:48:38 UTC (rev 500) @@ -6,21 +6,31 @@ </head> <body> + <!-- Logo --> + <table class="box"> + <tbody> + <tr> + <td align="center" valign="top" class="left"> <!-- bgcolor="White" --> + <img src="graphics/rpy_logo.png" alt="RPy"> + </td> + <td> + </td> + <td> + <p> A simple and efficient access to R from Python + </p> + </td> + </tr> + </tbody> + </table> <!-- Document table --> <table class="box"> <tbody> <tr> <td class="left"> - <!-- Logo --> - <table class="box"> + +<table class="box"> <tbody> - <tr> - <td align="center" valign="top"> <!-- bgcolor="White" --> - <img src="graphics/rpy_logo.png" alt="RPy"> - </td> - </tr> - <!-- Navigation bar --> <tr> <td> @@ -29,6 +39,7 @@ </div> <ul class="menu"> <li><a href="index.html">About</a></li> + <li><a href="http://rpy.wiki.sourceforge.net/">Wiki</a></li> <li><a href="bugs.html">Bugs</a></li> <li><a href="svn.html">SVN</a></li> <li><a href="download.html">Download</a></li> @@ -52,9 +63,11 @@ <ul class="menu"> <li><a href="http://www.python.org/">Python</a></li> <li><a href="http://www.r-project.org/">R language</a></li> - <li><a href="http://www.omegahat.org/RSPython">RSPython (Another R for Python)</a></li> + <li><a href="http://www.omegahat.org/RSPython">RSPython</a></li> +<!-- <li><a href="http://www.analytics.washington.edu/Zope/projects/RSOAP">RSOAP (SOAP for R)</a></li> <li><a href="http://www.analytics.washington.edu/Zope/projects/RSessionDA">RSessionDA (R for Zope)</a></li> +--> </ul> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list