diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 8 |
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>. |