diff options
-rw-r--r-- | site/index.php | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/site/index.php b/site/index.php index 5ec07a2..bdcec3f 100644 --- a/site/index.php +++ b/site/index.php @@ -50,25 +50,6 @@ <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> </p> </div> - - <div class="section"> - - <h1>Contributing to <?php echo $lbProjectName; ?>?</h1> - - <p> - Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>. - The current tasks are defined at <a href="docs/tasks.html">docs/tasks.html</a> which, - along with everything else on this website, is part of a git repository. - Maintenance guides can be found <a href="docs/maintain/index.html">here</a> - and <a href="docs/git/index.html">here</a>. - </p> - - <p> - Links to the git repositories can be found on the <a href="download/#git">download</a> page. - More information about using git can be found <a href="docs/git/index.html#build_meta">here</a>. - </p> - - </div> <div class="section"> <h1>Download <?php echo $lbProjectName; ?></h1> @@ -88,13 +69,32 @@ <div class="section"> <h1>Documentation</h1> <ul class="ulnav"> - <li><a href="docs/index.html">Index</a></li> + <li><a href="docs/index.html">Documentation</a></li> <li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li> <li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li> <li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li> </ul> </div> + <div class="section"> + + <h1>Contributing to <?php echo $lbProjectName; ?>?</h1> + + <p> + Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>. + The current tasks are defined at <a href="docs/tasks.html">docs/tasks.html</a> which, + along with everything else on this website, is part of a git repository. + Maintenance guides can be found <a href="docs/maintain/index.html">here</a> + and <a href="docs/git/index.html">here</a>. + </p> + + <p> + Links to the git repositories can be found on the <a href="download/#git">download</a> page. + More information about using git can be found <a href="docs/git/index.html#build_meta">here</a>. + </p> + + </div> + <div class="section contact"> <h1>Contact information</h1> <ul class="ulnav"> |