diff options
-rw-r--r-- | site/download/index.php | 9 | ||||
-rw-r--r-- | site/index.php | 46 |
2 files changed, 18 insertions, 37 deletions
diff --git a/site/download/index.php b/site/download/index.php index 19bda64..cc63ec9 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -83,6 +83,14 @@ <div class="section" id="http"> <h1>HTTP mirrors (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> <p> Download <?php echo $lbProjectName; ?> from one of these mirrors. @@ -184,6 +192,7 @@ <li><b><a href="../github/">Please do not use GitHub!</a></b></li> <li><b><a href="../gitorious/">Please do not use Gitorious/GitLab!</a></b></li> <li><a href="#contrib">How to submit a patch</a></li> + <li><a href="http://projects.mtjm.eu/projects/libreboot">Bug tracker</a></li> </ul> <h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3> 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> |