[Genabel-commits] r1920 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 19 11:51:03 CET 2015
Author: lckarssen
Date: 2015-02-19 11:51:02 +0100 (Thu, 19 Feb 2015)
New Revision: 1920
Modified:
www/index.php
Log:
Some work on the GenABEL development web page.
- Added a link to the package review guidelines
- split the page into two sections, one with tutorials, one with 'the rest'.
- some HTML code layout changes
Modified: www/index.php
===================================================================
--- www/index.php 2015-01-19 10:30:41 UTC (rev 1919)
+++ www/index.php 2015-02-19 10:51:02 UTC (rev 1920)
@@ -59,52 +59,51 @@
<!-- end of project description -->
-<p>
-<H3>
-These R the GenABEL contributors' pages. The main web-site of the GenABEL project is at <a href="http://www.genabel.org">www.GenABEL.org</a>
-</H3>
-</p>
+<h3>These R the GenABEL contributor pages. The main web site of the
+GenABEL project can be found
+at <a href="http://www.genabel.org">www.GenABEL.org</a>.</h3>
-<p></p>
-<p>
-Tutorials for developers/contributors:
-</p>
+<h2>Tutorials for developers/contributors:</h2>
<ul>
<li>
-<a href="codingstyle.html">
-The GenABEL project coding standards
-</a>
+ <a href="tutHowToInstallDevelVersion.html">How to install
+ devel-version of GenABEL suite</a> (for advanced users)
</li>
<li>
-<a href="http://jenkins.genabel.org">
-The GenABEL project Jenkins continuous integration server
-</a> (for developers)
+ <a href="tutHowToPatch.html">
+ How to make a patch for a GenABEL suite package
+ </a>
</li>
<li>
-<a href="tutHowToInstallDevelVersion.html">
-How to install devel-version of GenABEL suite
-</a> (for advanced users)
+ <a href="tutHowToWorkWithDevelVersion.html">How to checkout/update,
+ modify, check and commit the devel-version of GenABEL suite</a> (for
+ developers)
</li>
<li>
-<a href="tutHowToPatch.html">
-How to make a patch for a GenABEL suite package
-</a>
+ <a href="tutHowToMakeTags.html">How to tag released versions of
+ GenABEL-suite packages</a> (for developers)
</li>
+</ul>
+
+<h2>Other resources for developers/contributors:</h2>
+<ul>
<li>
-<a href="tutHowToWorkWithDevelVersion.html">
-How to checkout/update, modify, check and commit the devel-version of GenABEL suite
-</a> (for developers)
+ <a href="codingstyle.html">The GenABEL project coding standards</a>
</li>
<li>
-<a href="tutHowToMakeTags.html">
-How to tag released versions of GenABEL-suite packages
-</a> (for developers)
+ <a href="http://jenkins.genabel.org">The GenABEL project Jenkins
+ continuous integration server</a> (for developers)
</li>
+<li>
+ <a href="packageReviewGuidelines.html">The package review guidelines</a> (for those who volunteer to review a potential new addition to the GenABEL suite)
+</li>
</ul>
<p>
-The <strong>project R-Forge pages</strong> with links to bug and feature trackers, mailing lists and the source code repository can be found
-<a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>.
+The <strong>project R-Forge pages</strong> with links to bug and
+feature trackers, mailing lists and the source code repository can be
+found<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