diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 11:00:59 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 11:00:59 (EDT) |
commit | d861e0bc3e025d3784d4886d1114cdedc794c6de (patch) | |
tree | d02f8e7a56b0f568074023c2334f9e1951ab39c6 /site/index.php | |
parent | 45595448ffeb0003d7255e495a9b344f38dcda10 (diff) | |
download | libreboot.org-d861e0bc3e025d3784d4886d1114cdedc794c6de.zip libreboot.org-d861e0bc3e025d3784d4886d1114cdedc794c6de.tar.gz libreboot.org-d861e0bc3e025d3784d4886d1114cdedc794c6de.tar.bz2 |
clean up the notes about contributing to libreboot
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/site/index.php b/site/index.php index 90c02d0..912dfa6 100644 --- a/site/index.php +++ b/site/index.php @@ -46,9 +46,10 @@ BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and to make coreboot easy to use. </p> - <p> - <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> - </p> + <ul class="ulnav"> + <li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li> + <li><a href="download/#git">How to contribute?</a></li> + </ul> </div> <div class="section"> @@ -90,20 +91,6 @@ </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> - - </div> - <div class="section footer"> <?php include "footer.php"; |