summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php113
1 files changed, 61 insertions, 52 deletions
diff --git a/site/index.php b/site/index.php
index 7ac762a..85d80bf 100644
--- a/site/index.php
+++ b/site/index.php
@@ -50,65 +50,74 @@
<a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>
</p>
</div>
-
+ <div class="section">
- <div class="section">
+ <h1>Contributing to <?php echo $lbProjectName; ?>?</h1>
- <h1>Contributing to libreboot?</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">
+ <h1>Download <?php echo $lbProjectName; ?></h1>
+ <p>
+ These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>.
+ </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>Snapshot (<a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">view commit</a>)</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>
+ </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>
- Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>.
- The current tasks are defined at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a> which,
- along with everything else on this website, is part of a git repository.
- Maintenance guides can be found <a href="gitdocs/maintain/index.html">here</a>
- and <a href="gitdocs/git/index.html">here</a>.
+ <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>
-
-
-
- <div class="fullheight">
-
- <div class="section stable" style="height:15em;">
- <h1>Stable releases</h1>
- <p>
- These releases are tested, and recommended for general use.
- Utilities (statically compiled) and ROM images are provided, built from the source code.
- </p>
- <ul class="ulnav">
- <li><a href="download/">Downloads</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 on a <?php echo $lbProjectName; ?> system</a></li>
- <li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li>
- <li><a href="docs/index.html">General documentation</a></li>
- </ul>
- <p>
- The latest release is from <?php echo $lbRelease[0][0][1]; ?>.
- </p>
- </div>
- <div class="section unstable">
- <h1>Development (unstable)</h1>
- <p>Use this version if you want to <b>brick</b> your computer.</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="gitdocs/git/index.html#build_meta">How to use the git repository</a></li>
- <li><a href="<?php echo $lbBugTrackerAddress; ?>">Bug tracker</a></li>
- <li><a href="gitdocs/index.html">Documentation</a></li>
- <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>
- </ul>
- <p>
- Snapshot (<a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">view commit</a>):
- <a href="git/rom">ROM images</a>&nbsp;&nbsp;
- <a href="git/libreboot_src.tar.xz">Source code</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">