summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-15 08:47:22 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-15 08:47:22 (EDT)
commit95fecf4b23b8bbfda5beeb6b3d835e280ea45941 (patch)
tree50e1f37c3f035daa5c9f98d40558c398a31cda09 /site
parent856f062df5d85afaa52cbe088afc3a9fa8a2d29b (diff)
downloadlibreboot.org-95fecf4b23b8bbfda5beeb6b3d835e280ea45941.zip
libreboot.org-95fecf4b23b8bbfda5beeb6b3d835e280ea45941.tar.gz
libreboot.org-95fecf4b23b8bbfda5beeb6b3d835e280ea45941.tar.bz2
Drastically alter the home page. Prioritize the snapshot releases.
Diffstat (limited to 'site')
-rw-r--r--site/contrib/index.php2
-rw-r--r--site/download/index.php11
-rw-r--r--site/index.php113
3 files changed, 66 insertions, 60 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php
index 924f150..c5b5c20 100644
--- a/site/contrib/index.php
+++ b/site/contrib/index.php
@@ -76,7 +76,7 @@
<h2>Steve Shenton</h2>
<p>
Wrote the original ich9deblob utility (ich9gen is based on it), which was used to
- <a href="../gitdocs/hcl/gm45_remove_me.html">remove the ME</a> on ICH9-M
+ <a href="../docs/hcl/gm45_remove_me.html">remove the ME</a> on ICH9-M
laptops (originally the ThinkPad X200, and later expanded to more laptops). Contact <b>sgsit</b> on
the libreboot IRC channel.
</p>
diff --git a/site/download/index.php b/site/download/index.php
index ef3398e..19bda64 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -82,10 +82,10 @@
<div class="section" id="http">
- <h1>HTTP mirrors</h1>
+ <h1>HTTP mirrors (releases)</h1>
<p>
- Download libreboot from one of these mirrors.
+ Download <?php echo $lbProjectName; ?> from one of these mirrors.
</p>
<p>
@@ -156,9 +156,6 @@
<p>
The git repositories are intended for developing <?php echo $lbProjectName; ?>.
- ROM images built from the git repository are untested, and therefore not
- recommended for general use (you should assume that they will
- brick your computer).
</p>
<p>
@@ -168,7 +165,7 @@
<p>
Documentation for <?php echo $lbProjectName; ?> from git can be found in
the git repository itself (under /docs/), or a live version
- can be found at <a href="../gitdocs/index.html">../gitdocs/index.html</a>.
+ can be found at <a href="../docs/index.html">../docs/index.html</a>.
</p>
<h2>How to download</h2>
@@ -192,7 +189,7 @@
<h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3>
<p>
The <a href="http://git-scm.com/doc">git documentation</a> describes how to use git.
- For a list of current tasks in libreboot, see <a href="../gitdocs/tasks.html">../gitdocs/tasks.html</a>.
+ For a list of current tasks in <?php echo $lbProjectName; ?>, see <a href="../docs/tasks.html">../docs/tasks.html</a>.
</p>
<p>
Make sure that you configured git so that your name and email
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">