summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-15 08:53:27 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-15 08:53:27 (EDT)
commitf7eb1629a74a2ca8491470f36977b9fa18b1880c (patch)
tree0ce921cada9b8b3ed7ab5458679d2612cdcbee53 /site
parent5b8381b1fb66a4a5f27a7aa54b7e167e671b2f78 (diff)
downloadlibreboot.org-f7eb1629a74a2ca8491470f36977b9fa18b1880c.zip
libreboot.org-f7eb1629a74a2ca8491470f36977b9fa18b1880c.tar.gz
libreboot.org-f7eb1629a74a2ca8491470f36977b9fa18b1880c.tar.bz2
home page: improve usability of snapshot links
Diffstat (limited to 'site')
-rw-r--r--site/index.php17
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>