diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 12:07:04 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 12:07:04 (EST) |
commit | 161fe8e7ac4d644c5b204af86033c5ccf6fb83fa (patch) | |
tree | 8ccd9a843e1f5bbf8af90338268a29f1fd31381a /site/index.php | |
parent | b5b001d077ab29806ca4a2a72c58bebee00010ab (diff) | |
download | libreboot.org-161fe8e7ac4d644c5b204af86033c5ccf6fb83fa.zip libreboot.org-161fe8e7ac4d644c5b204af86033c5ccf6fb83fa.tar.gz libreboot.org-161fe8e7ac4d644c5b204af86033c5ccf6fb83fa.tar.bz2 |
home page: optimize search engine keywords in first paragraph
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/site/index.php b/site/index.php index 0d1bd87..866fc5b 100644 --- a/site/index.php +++ b/site/index.php @@ -39,10 +39,9 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - Libreboot is <a href="https://www.fsf.org/about/what-is-free-software">free</a> (as in freedom) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, - intended to replace the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a> or <a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a> firmware. - Boot firmware is the low-level software that runs when you turn your computer on, which initializes the - hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> + Libreboot is a free BIOS or UEFI firmware replacement (<a href="https://www.gnu.org/philosophy/free-sw.html">free as in freedom</a>), + based on <a href="http://coreboot.org/">coreboot</a>. We refer to libreboot as <em>boot firmware</em>, low-level software + that runs when you turn your computer on, which initializes the hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> </p> <p> Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. |