diff options
author | Leah Woods <info@minifree.org> | 2016-05-09 14:14:00 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-09 14:14:26 (EDT) |
commit | 9433a9c44d34d8be52cc5bcee8394513f6d27f71 (patch) | |
tree | 8a157c07647acb075494cfa8c36f655118276c2a /site/contrib | |
parent | d33de245de7ccff5ecdabc0a1ee413263b1856bc (diff) | |
download | libreboot.org-9433a9c44d34d8be52cc5bcee8394513f6d27f71.zip libreboot.org-9433a9c44d34d8be52cc5bcee8394513f6d27f71.tar.gz libreboot.org-9433a9c44d34d8be52cc5bcee8394513f6d27f71.tar.bz2 |
update the contributors page
Diffstat (limited to 'site/contrib')
-rw-r--r-- | site/contrib/index.php | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index 8273417..59e53a8 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -35,7 +35,7 @@ <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> + <?php echo gettext("List of project contributors, and how to contact them."); ?> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> <p> @@ -72,7 +72,10 @@ <p> <?php echo gettext("<a href=\"http://proteanos.com/\">ProteanOS</a> maintainer, responsible for maintaining ProteanOS builds on many libreboot targets, and contributes to libreboot."); ?> <?php echo gettext("This person's alias on the libreboot IRC channel is <strong>pehjota</strong>, or you can find contact information on the <a href=\"http://proteanos.com/contact/\">ProteanOS website</a>."); ?> - </p> + Patrick also did a lot of research and wrote the libreboot FAQ section relating to the + <a href="../faq/#intelme">Intel Management Engine</a>, in addition to making several + improvements to the build system in libreboot. + </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)."); ?> @@ -120,6 +123,18 @@ to work correctly on GM45 laptops. This was a long-standing issue before Athur's contribution. Contact <strong>avph</strong> in the #libreboot IRC channel. </p> + <h2>Peter Stuge</h2> + <p> + Helped Leah write the section about DMA on <a href="../faq/#firmware-hddssd">../faq/#firmware-hddssd</a>, + and provided general advice in early days of the project. Contact <strong>CareBear\</strong> in + the #coreboot IRC channel on freenode. + </p> + <h2>Klemens Nanni</h2> + <p> + Made many fixes and improvements to the GRUB configuration used in libreboot, + and several tweaks to the build system. Contact <strong>kl3</strong> + in the #libreboot IRC channel. + </p> </div> <?php |