diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 22:26:45 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 22:26:45 (EST) |
commit | f97ba14722efee17b5e33186b0929087cf932fd8 (patch) | |
tree | a2d0343986fd66abec61249629202f6ce505970a /site | |
parent | 28082c97218e0f61f23d1983939f399197993bf2 (diff) | |
download | libreboot.org-f97ba14722efee17b5e33186b0929087cf932fd8.zip libreboot.org-f97ba14722efee17b5e33186b0929087cf932fd8.tar.gz libreboot.org-f97ba14722efee17b5e33186b0929087cf932fd8.tar.bz2 |
simplify the home page and make it more readable (2)
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/site/index.php b/site/index.php index 4f2f706..959a1d9 100644 --- a/site/index.php +++ b/site/index.php @@ -53,13 +53,6 @@ Libreboot follows the <a href="https://gnu.org/">GNU project</a> in attempting to create a world where everyone has the freedom to use, study, adapt and share software. In other words: to truly own and control the technology that they use. </p> - <p> - Libreboot provides an automated build system, which integrates a <em>deblobbed</em> coreboot tree and <a href="http://www.coreboot.org/Payloads">payloads</a>. - ROM images are provided, in addition to utilities, all built from the available source code, with documentation aimed at non-technical users. - </p> - <p> - <strong><a href="gnu/">We are working on getting libreboot certified as an official component of the GNU system.</a></strong> - </p> <ul> <li><a href="download/"><?php echo gettext("Download stable version"); ?></a></li> <li><a href="git/"><?php echo gettext("Download development version (git)"); ?></a></li> @@ -77,6 +70,9 @@ <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> </ul> <h1 id="howtohelp">How to help?</h1> + <p> + <strong><a href="gnu/">Libreboot is becoming part of the GNU project, and we need help with the transition.</a></strong> + </p> <ul> <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> <li><a href="docs/maintain/index.html">How to maintain libreboot</a></li> |