<?php /* Home page Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ ?> <?php include_once "variables.php"; ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="css/main.css" /> <title><?php echo $lbProjectNameCapitalized; ?> project</title> </head> <body> <div class="contain"> <div id="libreboot" class="section intro"> <p> <img class="homepage_logo" src="logo/logo.png" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <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, and to make coreboot easy to use. </p> <ul class="ulnav"> <li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li> <li><a href="download/#git">How to contribute?</a></li> </ul> </div> <div class="section"> <h1>Download <?php echo $lbProjectName; ?></h1> <p> These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>, from <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit. </p> <ul class="ulnav"> <li><a href="git/rom">ROM images</a></li> <li><a href="git/libreboot_util.tar.xz">Utilities</a></li> <li><a href="git/libreboot_docs.tar.xz">Documentation (archived)</a></li> <li><a href="git/libreboot_src.tar.xz">Source code</a></li> </ul> <p> Other resources: </p> <ul class="ulnav"> <li><a href="download/#http">Stable releases</a></li> <li><a href="download/#git">Git repositories</a></li> <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse the main git repository</a></li> </ul> </div> <div class="section"> <h1>Support</h1> <ul class="ulnav"> <li><a href="docs/index.html">Documentation</a></li> <li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li> <li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li> <li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li> </ul> <h2>Contact information</h2> <ul class="ulnav"> <li><a href="contrib/">List of maintainers</a></li> <li><a href="<?php echo $userMailingListAddress; ?>">User support mailing list</a></li> <li><a href="<?php echo $devMailingListAddress; ?>">Development mailing list</a></li> <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> </ul> </div> <div class="section footer"> <?php include "footer.php"; ?> </div> </div> </body> </html>