[Gmpm-commits] r12 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 31 14:36:32 CEST 2009
Author: dalebarr
Date: 2009-08-31 14:36:32 +0200 (Mon, 31 Aug 2009)
New Revision: 12
Modified:
www/index.php
Log:
tried to fix php bug
Modified: www/index.php
===================================================================
--- www/index.php 2009-08-31 10:03:21 UTC (rev 11)
+++ www/index.php 2009-08-31 12:36:32 UTC (rev 12)
@@ -37,14 +37,6 @@
<p>The gmpm package provides a comprehensive framework for performing permutation tests using regression on multilevel experimental data. GMPMs can be used to analyze categorical, count, and continuous data on its natural scale.</p>
-//<?php if ($handle=fopen('http://'.$domain.'/export/projtitl.php?group_name='.$group_name,'r')){
-//$contents = '';
-//while (!feof($handle)) {
-// $contents .= fread($handle, 8192);
-//}
-//fclose($handle);
-//echo $contents; } ?>
-
<!-- end of project description -->
<p>The package <i>gmpm</i> can be installed from the R command line using the following syntax:</p>
@@ -57,7 +49,7 @@
<p>Please see the <a href="https://r-forge.r-project.org/forum/?group_id=512">forums</a> for news/discussion. If you encounter problems, please submit a report in the "bugs" forum.</p>
-<p> You can find the <strong>project summary page</strong> <a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>. </p>
+ <p> You can find the <strong>project summary page</strong> <a href="http://r-forge.r-project.org/projects/gmpm"><strong>here</strong></a>. </p>
</body>
</html>
More information about the Gmpm-commits
mailing list