diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 09:19:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 09:19:31 (EDT) |
commit | 60006db4c9c0c9ec0cdcbc0930fe81a7c933871f (patch) | |
tree | 7b9df685c97a665b75697ece07a1d1e53599cc3c /site/index.php | |
parent | fc2c35faca91b8ef271d73d933bd96ea94e69144 (diff) | |
download | libreboot.org-60006db4c9c0c9ec0cdcbc0930fe81a7c933871f.zip libreboot.org-60006db4c9c0c9ec0cdcbc0930fe81a7c933871f.tar.gz libreboot.org-60006db4c9c0c9ec0cdcbc0930fe81a7c933871f.tar.bz2 |
tidy up the home page
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 46 |
1 files changed, 9 insertions, 37 deletions
diff --git a/site/index.php b/site/index.php index 39639f4..9fcc2c3 100644 --- a/site/index.php +++ b/site/index.php @@ -63,6 +63,11 @@ and <a href="docs/git/index.html">here</a>. </p> + <p> + Links to the git repositories can be found on <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"> @@ -73,10 +78,12 @@ </p> <ul class="ulnav"> <li><a href="git/rom">ROM images</a></li> - <li><a href="git/libreboot_docs.tar.xz">Utilities</a></li> - <li><a href="git/libreboot_util.tar.xz">Documentation (archived)</a></li> + <li><a href="git/libreboot_util.tar.xz">Utilities</a></li> + <li><a href="git/libreboot_docs.tar.xz">Documentation (archived)</a></li> <li><a href="git/libreboot_src.tar.xz">Source code</a></li> </ul> + + Stable releases can be found on the <a href="download/#http">download page</a> (GPG signatures are <a href="download/#gpg">available</a>) </div> <div class="section"> <h1>Documentation</h1> @@ -87,41 +94,6 @@ <li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li> </ul> </div> - <div class="section"> - <h1>Git repository</h1> - <p> - Download the very latest changes in <?php echo $lbProjectName; ?> (git required): - </p> - <div class="subsection"> - <p> - <b>git clone <a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo $lbFirmwareGitRepoAddress; ?></a></b> - </p> - </div> - <ul class="ulnav"> - <li><a href="docs/git/index.html#build_meta">How to use the git repository</a></li> - <li><a href="<?php echo $lbBugTrackerAddress; ?>">Bug tracker</a></li> - </ul> - <p> - More information about using git can be found <a href="download/#git">here</a> - </p> - </div> - - <div class="section"> - <h1>Stable (old) releases</h1> - <p> - These releases are more rigorously tested. However, they might be - out of date compared to the current development snapshots. - </p> - <p> - These archives are not updated very often, and will not receive any further changes. - </p> - <ul class="ulnav"> - <li><a href="download/#http">Download stable releases</a> (GPG signatures are <a href="download/#gpg">available</a>)</li> - </ul> - <p> - The latest stable release (version <?php echo $lbRelease[0][0][0]; ?>) is from <?php echo $lbRelease[0][0][1]; ?>. - </p> - </div> <div class="section contact"> <h1>Contact information</h1> |