Revision: 676
http://rpy.svn.sourceforge.net/rpy/?rev=676&view=rev
Author: lgautier
Date: 2008-10-31 17:21:57 +0000 (Fri, 31 Oct 2008)
Log Message:
-----------
2.0.0rc1
Modified Paths:
--------------
trunk/htdocs/news.data
trunk/htdocs/rpy2.data
trunk/htdocs/template.html
Modified: trunk/htdocs/news.data
===================================================================
--- trunk/htdocs/news.data 2008-10-31 15:46:07 UTC (rev 675)
+++ trunk/htdocs/news.data 2008-10-31 17:21:57 UTC (rev 676)
@@ -2,10 +2,99 @@
<!-- title: News -->
<div class="news">
+ <a name="2008-10-31">
+ <div class="news-header">
+ <table width="100%" cellpadding="0" cellspacing="0">
+ <tr>
+ <td><b>RPy 2.0.0rc1</b></td>
+ <td><div class="news-date">2008-10-31</div></td>
+ </tr>
+ </table>
+ </div>
+ </a>
+
+ <div class="news-body">
+ <h3>
+ Rpy - 2.0.0b1
+ </h3>
+ <p>
+ The release candidate for <i>rpy2-2.0.0</i> is out. The source
+ package is available on the sourceforge page.
+ Pre-built binary for win32 should come shortly after.
+ </p>
+
+ <p>
+ The online documentation is <a href="rpy2/doc/html">here</a>.
+ </p>
+
+ </div> <!-- news body -->
+</div> <!-- news -->
+
+
+<div class="news">
+ <a name="2008-10-13">
+ <div class="news-header">
+ <table width="100%" cellpadding="0" cellspacing="0">
+ <tr>
+ <td><b>RPy 2.0.0beta1</b></td>
+ <td><div class="news-date">2008-10-13</div></td>
+ </tr>
+ </table>
+ </div>
+ </a>
+
+ <div class="news-body">
+ <h3>
+ Rpy - 2.0.0b1
+ </h3>
+ <p>
+ The beta release for <i>rpy2</i> is out. The source
+ package is available on the sourceforge page.
+ Pre-built binary for win32 are also available.
+ </p>
+
+ <p>
+ The online documentation is <a href="rpy2/doc/html">here</a>.
+ </p>
+
+ </div> <!-- news body -->
+</div> <!-- news -->
+
+<div class="news">
<a name="2008-08-03">
<div class="news-header">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
+ <td><b>RPy 2.0.0alpha3</b></td>
+ <td><div class="news-date">2008-08-25</div></td>
+ </tr>
+ </table>
+ </div>
+ </a>
+
+ <div class="news-body">
+ <h3>
+ Rpy - 2.0.0a3
+ </h3>
+ <p>
+ A new alpha release for <i>rpy2</i> is out. The source
+ package is available on the sourceforge page.
+ Unfortunately there is no pre-built binary for win32 at moment,
+ but it should compile (and you could contribute the binary).
+ </p>
+
+ <p>
+ The online documentation is <a href="rpy2/doc/html">here</a>.
+ </p>
+
+ </div> <!-- news body -->
+</div> <!-- news -->
+
+<div class="news">
+ <a name="2008-08-03">
+ <div class="news-header">
+ <table width="100%" cellpadding="0" cellspacing="0">
+ <tr>
<td><b>RPy 2.0.0alpha2</b></td>
<td><div class="news-date">2008-08-03</div></td>
</tr>
@@ -23,10 +112,6 @@
the sourceforge page.
</p>
- <p>
- The online documentation is <a href="rpy2/doc/html">here</a>.
- </p>
-
</div> <!-- news body -->
</div> <!-- news -->
@@ -52,10 +137,6 @@
package, and pre-built binaries for win32 are available.
</p>
- <p>
- The online documentation is <a href="rpy2/doc/html">here</a>.
- </p>
-
</div> <!-- news body -->
</div> <!-- news -->
Modified: trunk/htdocs/rpy2.data
===================================================================
--- trunk/htdocs/rpy2.data 2008-10-31 15:46:07 UTC (rev 675)
+++ trunk/htdocs/rpy2.data 2008-10-31 17:21:57 UTC (rev 676)
@@ -6,9 +6,10 @@
About
</h3>
<p>
- <i>rpy2</i> is a rewrite of <i>rpy</i>.
-Despite it's short existence it is working reasonably reliably and as
-expected, as a number of unit-tests seem to indicate it.
+ <i>rpy2</i> is a redesign/rewrite of <i>rpy</i>.
+Despite it's short existence <i>rpy2</i> stability should
+be second to no other python-R bridge, and is ambitiously aiming
+at just being <i>the</i> way to use R from Python.
</p>
</div>
@@ -34,10 +35,23 @@
</p>
<p>
-The source for the SVN version can be retrieved with:
+The source for the SVN version can <i>currently</i> be retrieved with:
<pre>
svn co https://rpy.svn.sourceforge.net/svnroot/rpy/branches/rpy_nextgen
</pre>
</p>
+</div>
+<div class="news-body">
+ <h3>
+ Contact
+ </h3>
+<p>
+The rpy mailing-list should be used for most of the questions.
+</p>
+<p>
+Personnal requests should be addressed to:
+<pre>laurent "@" gmail.com</pre>
+</p>
+
</div>
Modified: trunk/htdocs/template.html
===================================================================
--- trunk/htdocs/template.html 2008-10-31 15:46:07 UTC (rev 675)
+++ trunk/htdocs/template.html 2008-10-31 17:21:57 UTC (rev 676)
@@ -122,6 +122,16 @@
<ul class="menu">
+ <li><a href="news.html#2008-10-31">
+ Release 2.0.0rc1 for rpy2</a><br>
+ <i>(2008-10-31)</i><br> <br>
+ </li>
+
+ <li><a href="news.html#2008-10-13">
+ Release 2.0.0beta1 for rpy2</a><br>
+ <i>(2008-10-13)</i><br> <br>
+ </li>
+
<li><a href="news.html#2008-08-25">
Release 2.0.0alpha3 for rpy2</a><br>
<i>(2008-08-25)</i><br> <br>
@@ -159,20 +169,6 @@
</li>
<li><a href="news.html">
- RPy 1.0 RC 3 now available</a><br>
- <i>(2007-06-26)</i><br> <br>
- </li>
-
- <li><a href="news.html">
- RPy 1.0 RC 3 now available</a><br>
- <i>(2007-06-26)</i><br> <br>
- </li>
-
- <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">
<i>Older news</i>
</a>
</li>
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 Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list