summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-25 06:52:54 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-25 06:52:54 (EST)
commit5acf71fd1e4dca8b5252e6bfae241ca85c49c0c8 (patch)
tree52351eb8387d265f09bd32ec56468a6c4f0dbf14 /site
parent48e9ed9dbe9c5494d36c29589bde7d7edd772869 (diff)
downloadlibreboot.org-5acf71fd1e4dca8b5252e6bfae241ca85c49c0c8.zip
libreboot.org-5acf71fd1e4dca8b5252e6bfae241ca85c49c0c8.tar.gz
libreboot.org-5acf71fd1e4dca8b5252e6bfae241ca85c49c0c8.tar.bz2
Improve the project description on the homepage.
The old description assumed that the user knows what coreboot is, without actually explaining (in the first sentence) what libreboot is. The new description should hopefully be easier to understand for people who are new to coreboot/libreboot community.
Diffstat (limited to 'site')
-rw-r--r--site/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php
index ecbdd45..a9b4699 100644
--- a/site/index.php
+++ b/site/index.php
@@ -42,11 +42,17 @@
<img class="homepage_logo" src="logo/logo.svg" alt="" title="<?php include "logo/license.txt"; ?>" />
</p>
<h1><?php echo $lbProjectNameCapitalized; ?> project</h1>
- <p>
+<!-- <p>
<?php echo $lbProjectNameCapitalized; ?> is a <a href="http://coreboot.org/">coreboot</a> distribution (distro) with proprietary software removed,
intended to be a <a href="https://www.fsf.org/about/what-is-free-software">free</a>
(libre) 'BIOS' replacement for your computer. The project is aimed at users, attempting to make
coreboot as easy to use as possible. <a href="docs/index.html#why">Learn more about <?php echo $lbProjectName; ?></a>.
+ </p> -->
+ <p>
+ <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre)
+ BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute
+ low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to
+ use as possible. <a href="docs/index.html#why">Learn more about <?php echo $lbProjectName; ?></a>.
</p>
<p>
'Free' in this sense refers to freedom (liberty); read the full <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software definition</a>.