[Distr-commits] r278 - branches/distr-2.0/www www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 28 15:45:03 CEST 2008
Author: ruckdeschel
Date: 2008-08-28 15:45:02 +0200 (Thu, 28 Aug 2008)
New Revision: 278
Added:
www/HOWTO-collaborate.txt
Modified:
branches/distr-2.0/www/index.php
Log:
updated project web page
Modified: branches/distr-2.0/www/index.php
===================================================================
--- branches/distr-2.0/www/index.php 2008-08-28 12:14:44 UTC (rev 277)
+++ branches/distr-2.0/www/index.php 2008-08-28 13:45:02 UTC (rev 278)
@@ -58,7 +58,7 @@
</div>
<hr style="width: 100%; height: 2px;">
<div style="text-align: justify;"> Version: 2.0<br>
-Release Date: 2008-01-17 <br>
+Release Date: 2008-09-05 <br>
Authors: <a
href="mailto:peter.ruckdeschel at uni-bayreuth.de?subject=%5Bdistr%5D">Peter
Ruckdeschel</a>, <a
@@ -79,7 +79,7 @@
style="font-weight: bold;">distr</span></big></big> </span>is an
umbrella project which contains all the packages of the "<span
style="color: rgb(51, 102, 255);">distrXXX</span>"-family. These in
-return are all based on package "<span style="color: rgb(51, 102, 255);">distrXXX</span>".
+return are all based on package "<span style="color: rgb(51, 102, 255);">distr</span>".
This family currently comprises the packages<br>
<ul>
<li><a href="distr.html"><span style="color: rgb(51, 102, 255);">distr</span></a><br>
@@ -131,6 +131,15 @@
</ul>
should be interesting.<br>
</div>
+<br>
+If you want to <b>collaborate</b> (which you are welcome to do!):<br>
+<ul>
+<li> please read <a
+href="http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/www/HOWTO-collaborate.txt?root=distr&view=markup">HOWTO-collaborate.txt</a>
+ [a short HOWTO for svn and R-Forge in 10]<br>
+</a></li>
+</ul>
+<br>
</div>
<br><br>
<ul>
@@ -139,9 +148,9 @@
<hr style="width: 100%; height: 2px; color: rgb(0, 0, 0);">
<div style="text-align: justify; color: rgb(0, 0, 0);">This page is
maintained by <a
- href="mailto:peter.ruckdeschel at uni-bayreuth.de?subject=distr-package">Peter
+ href="mailto:peter.ruckdeschel at itwm.fraunhofer.de?subject=distr-package">Peter
Ruckdeschel</a>
-and last updated on 2008-01-17.<br>
+and last updated on 2008-08-28.<br>
</div>
<p> The <strong>project summary page</strong> you can find <a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>. </p>
Added: www/HOWTO-collaborate.txt
===================================================================
--- www/HOWTO-collaborate.txt (rev 0)
+++ www/HOWTO-collaborate.txt 2008-08-28 13:45:02 UTC (rev 278)
@@ -0,0 +1,133 @@
+------------------------------------------------------------------------
+"HOWTO": What you have to do to collaborate in 10 steps:
+------------------------------------------------------------------------
+
+
+%%%%%%%%%%%%%
+(1) learn about R-forge
+%%%%%%%%%%%%%
+
+ download / read the r-forge manual (=RFM)
+ http://r-forge.r-project.org/R-Forge_Manual.pdf
+ (just 5 pages...)
+
+%%%%%%%%%%%%%
+(2) prepare ssh - key
+%%%%%%%%%%%%%
+
+ unless already available generate an ssh-key
+ to do so follow 3.1.1. 2.) / 3.1.2. 1.) & 2.)
+ in RFM
+
+%%%%%%%%%%%%%
+(3) check availability of svn and ssh
+%%%%%%%%%%%%%
+
+ ---
+ under Windows: install TurtoiseSVN
+ ---see 3.1.1 1.) RFM
+ see also
+ http://svnbook.red-bean.com/
+
+%%%%%%%%%%%%%
+(4) register as r-forge user
+%%%%%%%%%%%%%
+
+ http://r-forge.r-project.org/account/register.php
+
+ if you want e-mails/ contributions to the corresponding
+ forum to be forwarded to your "standard" mail address
+ take care to check the corresponding option
+
+%%%%%%%%%%%%%
+(5) join "robkalman" project
+%%%%%%%%%%%%%
+
+ go to the "robkalman"-project summary in R-forge and
+ click option "request to join" so that I can give you corresponding
+ file access rights:
+
+ http://r-forge.r-project.org/project/request.php?group_id=88
+
+ after one of the project admin's has accepted your request
+ send the public part of your ssh key to r-forge;
+
+ to do so follow 3.1.1. 2.) / 3.1.2. 1.) & 2.)
+ in RFM
+
+%%%%%%%%%%%%%
+(6) prepare your computer for svn-use / register checkout folder
+%%%%%%%%%%%%%
+
+ create some folder locally on your computer where you want to
+ be working on robust-ts ("working copy" of the archived folder)
+
+ [under Windows]
+ after installation of TurtoiseSVN easily done with the context
+ menu (right click!) within Windows Explorer:
+ + use SVN- "Checkout"
+ + in the field "Checkout directory" fill in the name of
+ your (local) developer folder;
+ + in the field "URL of repository" enter
+
+ svn+ssh://<your username in r-forge>@svn.r-forge.r-project.org/svnroot/robkalman
+
+ [under Linux]
+ + use the command shell;
+ + go to your local developing folder;
+ + type in
+
+ svn checkout svn+ssh://<your username in r-forge>@svn.r-forge.r-project.org/svnroot/robkalman
+
+ Your local folder now is registered as "Checkout" folder for the archived
+ robust-ts- folder under r-forge.
+
+ After that you may simply get the newest version from r-forge
+ using "update" , and you may send your modification to R-forge
+ with "commit" (with context menu under Windows;
+ with "svn update"/ "svn commit" under Linux)
+
+ Note: svn is much more powerful than that as to taking care
+ of consistency (in particular if several programmers are
+ working on one file in parallel) --- for
+ details see
+ http://svnbook.red-bean.com/
+
+%%%%%%%%%%%%%
+(7) read the package guidelines
+%%%%%%%%%%%%%
+
+ in Dortmund UseR!2008, we have worked out some
+ programming guidelines for this package to provide
+ a certain level of consistency within this package
+ see
+
+ http://robkalman.r-forge.r-project.org/
+
+%%%%%%%%%%%%%
+(8) inscribe/ get inscribed into the target list
+%%%%%%%%%%%%%
+
+ To avoid double work, you should signal other collaborators that you are about to
+ work on some topic of the list.
+ For the moment send an e-mail to the admin (Peter Ruckdeschel) to insert / delete
+ you; hopefully, one day this can be done without the admin interfering.
+
+
+%%%%%%%%%%%%%
+(9) Collaborate
+%%%%%%%%%%%%%
+
+ under <your checkout-folder>/pkg and
+ under https://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/pkg/?root=robkalman
+ you will now find exactly the (sub-)folder structure of the R-package "robkalman"
+ (R, man, inst, data, ....)
+
+ any contributions are welcome
+
+%%%%%%%%%%%%%
+(10) HAPPY r-forging...
+%%%%%%%%%%%%%
+------------------------------------------------------------------------
+
+
More information about the Distr-commits
mailing list