summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-08 10:03:43 (EDT)
committer Leah Woods <info@minifree.org>2016-05-08 10:03:43 (EDT)
commita7558b0ad6a45513b3f93820a9a0a2f81a0b5b96 (patch)
tree56c770664e72765c255631e444d6c255041b9940
parent17e7410ed7291497148fc02869bcae083669177e (diff)
downloadlibreboot.org-a7558b0ad6a45513b3f93820a9a0a2f81a0b5b96.zip
libreboot.org-a7558b0ad6a45513b3f93820a9a0a2f81a0b5b96.tar.gz
libreboot.org-a7558b0ad6a45513b3f93820a9a0a2f81a0b5b96.tar.bz2
change contrib page to general list of contribiutors
previously it only listed currently active and regular contributors, but this was not ideal because the project also receives one-off contributions from others, sometimes big ones. So we felt it necessary to update the page to reflect this.
-rw-r--r--site/contrib/index.php51
1 files changed, 48 insertions, 3 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php
index 2f34c07..846783a 100644
--- a/site/contrib/index.php
+++ b/site/contrib/index.php
@@ -1,7 +1,7 @@
<?php
/*
Contributor page, lists maintainers of the project
- Copyright (C) 2015 Leah Woods <info@minifree.org>"
+ Copyright (C) 2015, 2016 Leah Woods <info@minifree.org>"
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@@ -25,19 +25,24 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="../common/css/main.css" />
- <title><?php echo gettext("Libreboot project maintainers"); ?></title>
+ <title><?php echo gettext("Libreboot project contributors"); ?></title>
</head>
<body>
<div>
- <h1><?php echo gettext("Libreboot project maintainers"); ?></h1>
+ <h1><?php echo gettext("Libreboot project contributors"); ?></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>
+ <p>
+ If we forgot to mention you here, let us know and we'll add you. (or if you don't want to be mentioned,
+ let us know and we'll remove your entry)
+ </p>
+
</div>
<div>
@@ -73,6 +78,46 @@
<?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>
+ <h2>Steve Shenton</h2>
+ <p>
+ Ported the ThinkPad X200 to libreboot, by figuring out how to deactive the Intel Management Engine on
+ that laptop, and remove the firmware while still making the system boot correctly.
+ The ThinkPad T400, T500, R400 and R500 were also ported to libreboot, based on this work.
+ i </p>
+ <h2>Denis 'GNUtoo' Carikli</h2>
+ <p>
+ Based on the work done by Peter Stuge, Vladimir Serbineko and others
+ in the coreboot project, got native graphics initialization to work
+ on the ThinkPad X60, allowing it to be supported in libreboot.
+ Denis gave Leah a lot of advice and helped her to found the libreboot project.
+ </p>
+ <h2>Vladimir Serbinenko</h2>
+ <p>
+ Ported many of the thinkpads supported in libreboot, to coreboot, and made many fixes in
+ coreboot which benefited the libreboot project. Contact <b>phcoder</b> in the #coreboot IRC
+ channel on freenode.
+ </p>
+ <h2>Paul Menzel</h2>
+ <p>
+ Investigated and fixed a bug in coreboot on the ThinkPad X60/T60 exposed
+ by Linux kernel 3.12 and up, which caused 3D acceleration to stop working
+ and video generally to become unstable. Paul worked with Leah on this,
+ sending her patches to test periodically until the bug was fixed in
+ coreboot, and then helped her integrate the fix in libreboot.
+ Contact <b>PaulePanter</b> in the #libreboot IRC channel.
+ </p>
+ <h2>Jeroen Quint</h2>
+ <p>
+ Contributed several fixes to the libreboot documentation, relating
+ to installing Parabola GNU/Linux with full disk encryption on libreboot
+ systems. Contact <b>Jezza</b> in the #libreboot IRC channel.
+ </p>
+ <h2>Arthur Heymans</h2>
+ <p>
+ Merged a patch from coreboot into libreboot, enabling C3 and C4 power states
+ to work correctly on GM45 laptops. This was a long-standing issue before Athur's contribution.
+ Contact <b>avph</b> in the #libreboot IRC channel.
+ </p>
</div>
<?php