[Genabel-commits] r1216 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 14 00:46:23 CEST 2013


Author: lckarssen
Date: 2013-05-14 00:46:23 +0200 (Tue, 14 May 2013)
New Revision: 1216

Modified:
   www/index.php
Log:
Added a link to the coding style HTML page in the www folder to index.php.


Modified: www/index.php
===================================================================
--- www/index.php	2013-05-13 22:06:54 UTC (rev 1215)
+++ www/index.php	2013-05-13 22:46:23 UTC (rev 1216)
@@ -11,18 +11,18 @@
 echo '<?xml version="1.0" encoding="UTF-8"?>';
 ?>
 <!DOCTYPE html
-	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en   ">
 
   <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-	<title><?php echo $group_name; ?></title>
-	<link href="<?php echo $themeroot; ?>styles/estilo1.css" rel="stylesheet" type="text/css" />
-	
-	
-	<script type="text/javascript">
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <title><?php echo $group_name; ?></title>
+        <link href="<?php echo $themeroot; ?>styles/estilo1.css" rel="stylesheet" type="text/css" />
 
+
+        <script type="text/javascript">
+
   var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-12010288-7']);
   _gaq.push(['_trackPageview']);
@@ -34,8 +34,8 @@
   })();
 
 </script>
-	
-	
+
+
   </head>
 
 <body>
@@ -53,7 +53,7 @@
 <?php if ($handle=fopen('http://'.$domain.'/export/projtitl.php?group_name='.$group_name,'r')){
 $contents = '';
 while (!feof($handle)) {
-	$contents .= fread($handle, 8192);
+        $contents .= fread($handle, 8192);
 }
 fclose($handle);
 echo $contents; } ?>
@@ -63,7 +63,7 @@
 <p>
 <H3>
 These R GenABEL's contributors' pages. The main web-site of GenABEL project is at <a href="http://www.genabel.org">www.GenABEL.org</a>
-</H3> 
+</H3>
 </p>
 
 <p></p>
@@ -72,6 +72,11 @@
 </p>
 <ul>
 <li>
+<a href="codingstyle.html">
+The GenABEL project coding standards
+</a>
+</li>
+<li>
 <a href="tutHowToInstallDevelVersion.html">
 How to install devel-version of GenABEL suite
 </a> (for advanced users)
@@ -88,14 +93,14 @@
 </li>
 <li>
 <a href="tutHowToMakeTags.html">
-How to tag released versions of GenABEL-suite packages 
+How to tag released versions of GenABEL-suite packages
 </a>
 </li>
 </ul>
 
-<p> 
-The <strong>project RForge pages</strong> you can find 
-<a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>. 
+<p>
+The <strong>project RForge pages</strong> you can find
+<a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>.
 </p>
 
 </body>



More information about the Genabel-commits mailing list