diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/site/index.php b/site/index.php index 885fe02..f87121a 100644 --- a/site/index.php +++ b/site/index.php @@ -68,21 +68,22 @@ <div class="section"> <h1>Download <?php echo $lbProjectName; ?></h1> <p> - These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>. + These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>, + from <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit. </p> - <ul class="ulnav"> - <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> <ul class="ulnav"> - <li><b>Based on <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">commit</a></b>:</li> + <li><b>Download:</b></li> <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_src.tar.xz">Source code</a></li> </ul> + <ul class="ulnav"> + <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>Git repository</h1> |