Revision: 590
http://rpy.svn.sourceforge.net/rpy/?rev=590&view=rev
Author: lgautier
Date: 2008-07-24 13:17:52 +0000 (Thu, 24 Jul 2008)
Log Message:
-----------
Added page for rpy2
Modified Paths:
--------------
trunk/htdocs/Makefile
trunk/htdocs/template.html
Added Paths:
-----------
trunk/htdocs/rpy2.data
Modified: trunk/htdocs/Makefile
===================================================================
--- trunk/htdocs/Makefile 2008-07-24 10:01:52 UTC (rev 589)
+++ trunk/htdocs/Makefile 2008-07-24 13:17:52 UTC (rev 590)
@@ -2,7 +2,8 @@
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 contacts.data
+ svn.data plotting-with-RPy.data rpy_demo.data contacts.data \
+ rpy2.data
TARGETS = $(addsuffix .html,$(basename $(SRC)))
Added: trunk/htdocs/rpy2.data
===================================================================
--- trunk/htdocs/rpy2.data (rev 0)
+++ trunk/htdocs/rpy2.data 2008-07-24 13:17:52 UTC (rev 590)
@@ -0,0 +1,43 @@
+<!-- page-title: rpy2 -->
+<!-- title: rpy2 -->
+
+<div class="news-body">
+ <h3>
+ 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.
+</p>
+</div>
+
+<div class="news-body">
+ <h3>
+ Documentation
+ </h3>
+<p>
+Most of the features are documented as Python docstrings, as well as in
+the <a href="rpy2/doc/html/index.html">more detailled documention</a>.
+Instructions such as how to download or install it are available in
+that documentation.
+</p>
+</div>
+
+<div class="news-body">
+ <h3>
+ Download
+ </h3>
+<p>
+The files are on the
+<a
href="http://sourceforge.net/project/showfiles.php?group_id=48422&package_id=277454">Sourceforge
download page</a>.
+</p>
+
+<p>
+The source for the SVN version can be retrieved with:
+<pre>
+svn co https://rpy.svn.sourceforge.net/svnroot/rpy/branches/rpy_nextgen
+</pre>
+</p>
+
+</div>
Modified: trunk/htdocs/template.html
===================================================================
--- trunk/htdocs/template.html 2008-07-24 10:01:52 UTC (rev 589)
+++ trunk/htdocs/template.html 2008-07-24 13:17:52 UTC (rev 590)
@@ -39,7 +39,6 @@
</div>
<ul class="menu">
<li><a href="index.html">About</a></li>
- <li><a href="http://rpy.wiki.sourceforge.net/">Wiki</a> <font
color="RED">NEW!</font></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>
@@ -48,8 +47,10 @@
<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="rpy2.html">rpy2</a> <font color="RED">NEW!</font></li>
<li><a href="todo.html">To do</a></li>
<li><a href="http://sourceforge.net/projects/rpy">SourceForge</a></li>
+ <li><a href="http://rpy.wiki.sourceforge.net/">Wiki</a> <font
color="RED">NEW!</font></li>
</ul>
</td>
</tr>
@@ -96,16 +97,16 @@
<!-- Central section -->
<div class="central">
+
+ <!-- INCLUDE DATA HERE -->
<center>
- <h2> RPy (R from Python) </h2>
+ <h2>$title$</h2>
</center>
- <!-- END Title -->
- <hr>
- <!-- INCLUDE DATA HERE -->
- <h3>$title$</h3>
+
$data$
<!-- END INCLUDE DATA HERE -->
+
<!-- END Central section -->
</td>
<td class="right">
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