diff options
-rw-r--r-- | site/contrib/index.php | 82 | ||||
-rw-r--r-- | site/index.php | 1 |
2 files changed, 0 insertions, 83 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php deleted file mode 100644 index 8e6b18c..0000000 --- a/site/contrib/index.php +++ /dev/null @@ -1,82 +0,0 @@ -<?php -/* - Contributor page, lists maintainers of the project - Copyright (C) 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/>. -*/ - header('Content-type: text/html; charset=utf-8'); - ob_start(); - include_once "../common/variables.php"; - include_once "../common/functions.php"; -?> -<!DOCTYPE html> -<html> -<head> - <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> - <title><?php echo gettext("Libreboot project maintainers"); ?></title> -</head> - -<body> - - <div> - - <h1><?php echo gettext("Libreboot project maintainers"); ?></h1> - - <p> - <?php echo gettext("List of project maintainers, and how to contact them."); ?> <a href="../"><?php echo gettext("Back to home page"); ?></a> - </p> - - </div> - - <div> - - <h2>Francis Rowe</h2> - <p> - <?php echo gettext("Main developer, manages the libreboot website and git repository."); ?> - <?php echo gettext("Francis can be contacted on IRC (freenode) in #libreboot by the alias <strong>vimuser</strong>, or you can contact this person by the email address <a href=\"mailto:info@gluglug.org.uk\">info@gluglug.org.uk</a> (<a href=\"http://gluglug.org.uk/contact\">GPG</a>)."); ?> - </p> - <h2>Timothy Pearson</h2> - <p> - Ported the ASUS KGPE-D16 board to coreboot for the company <a href="https://raptorengineeringinc.com/content/base/main.htm">Raptor Engineering</a> of which Timothy is the CEO, and - collaborated with Francis on merging it in libreboot. Timothy maintains this code in coreboot, helping Francis with the libreboot integration for it. - This person's contact details are on the raptor site, or you can ping <strong>tpearson</strong> on the freenode IRC network. - </p> - <h2>Paul Kocialkowski</h2> - <p> - Ported the ARM (Rockchip RK3288 SoC) based <em>Chromebook</em> laptops to libreboot. Also one of the main <a href="http://www.replicant.us/">Replicant</a> developers. - Contact Paul on the libreboot IRC channel by the alias <strong>paulk</strong> or <strong>paulk-<hostname></strong> (hostname is variable). - </p> - <h2>Damien Zammit</h2> - <p> - Maintains the Gigabyte GA-G41M-ES2L coreboot port, which is integrated in libreboot. Also works on other hardware for the benefit of the libreboot project. - Contact <strong>damo22</strong> on the freenode IRC network. This persons website is <a href="http://www.zammit.org/">zammit.org</a>. - </p> - <h2>Lisa Maginnis</h2> - <p> - <?php echo gettext("<a href=\"https://fsf.org/\">FSF</a> sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists, and much of the infrastructure that libreboot uses (for instance, libreboot uses Savannah for Git hosting)."); ?> - <?php echo gettext("Contact <strong>nully</strong> in the libreboot IRC channel."); ?> - </p> - </div> - -<?php - include "../common/footer.php"; -?> - -</body> -</html> -<?php - $strHtml = ob_get_clean(); - echo miniHtml($strHtml); -?> diff --git a/site/index.php b/site/index.php index 1b5c5d1..615b7c5 100644 --- a/site/index.php +++ b/site/index.php @@ -83,7 +83,6 @@ <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li> <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li> <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li> - <li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li> </ul> <ul> <li><strong><a href="git/">How can I help the libreboot project?</a></strong></li> |