diff options
author | Leah Woods <info@minifree.org> | 2016-05-09 10:32:13 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-09 10:32:13 (EDT) |
commit | 5c5467833574b53d7e9d59355ce1188bc0744ee8 (patch) | |
tree | f9a68e590e414a446b1a80252752d319d9739505 /site | |
parent | 6c93dc2ce6a15b8a8966e6570f737fcbdc594a97 (diff) | |
download | libreboot.org-5c5467833574b53d7e9d59355ce1188bc0744ee8.zip libreboot.org-5c5467833574b53d7e9d59355ce1188bc0744ee8.tar.gz libreboot.org-5c5467833574b53d7e9d59355ce1188bc0744ee8.tar.bz2 |
shamelessly link to the list of tasks everywhere
Diffstat (limited to 'site')
-rw-r--r-- | site/download/index.php | 3 | ||||
-rw-r--r-- | site/git/index.php | 6 | ||||
-rw-r--r-- | site/index.php | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/site/download/index.php b/site/download/index.php index f777e09..718d3e9 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -48,7 +48,8 @@ </p> <p> If you're more interested in libreboot development, go to the <a href="../git/">libreboot development page</a>, which - also includes links to the Git repositories. + also includes links to the Git repositories. <strong>For a list of tasks remaining for the next stable release + of libreboot, see <a href="#tasks">#tasks</a>. Help is appreciated!</strong> </p> <h2>Do you have a mirror?</h2> diff --git a/site/git/index.php b/site/git/index.php index 9858fdb..9af2f56 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -58,8 +58,12 @@ <p> <strong>Libreboot is becoming part of the GNU project, and we need help with the transition. <a href="../gnu/">Click here</a> for more information</strong> </p> + <p> + <strong>At any given time, here is a list of tasks if there are any, for the next stable release of libreboot: + <a href="../download/#tasks">click here</a></strong> + </p> <p> - There are many ways that you can assist the libreboot project. We have a <a href="../docs/tasks.html">list of tasks that need to be completed</a>, + There are many ways that you can assist the libreboot project. We have a <a href="../download/#tasks">list of tasks that need to be completed</a>, which you can work on (you can also add to that list). Generally speaking, adding support for more hardware is a priority for the libreboot project. Information about maintaining libreboot can be found <a href="../docs/maintain/index.html">here</a> and building libreboot <a href="../docs/git/index.html">here</a>. </p> diff --git a/site/index.php b/site/index.php index 2b98b89..4b83dfe 100644 --- a/site/index.php +++ b/site/index.php @@ -42,6 +42,9 @@ It's also an open source BIOS, but open source <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">fails</a> to promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>. </p> + <p> + <strong>Libreboot is working on a new release, and we need help. See <a href="download/#tasks">download/#tasks</a></strong> + </p> <?php $dateU=date("U"); $dateMonth=date("n",$dateU); |