diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 00:34:13 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 00:34:13 (EST) |
commit | 920a57b5cbfb2dc2249f94729a658f364f5424d7 (patch) | |
tree | 0edfc2ee5d5815479b42cc775802f60e71e50118 /site | |
parent | 6506e01d9adb4dd2aa68bb252030bf64bac0473b (diff) | |
download | libreboot.org-920a57b5cbfb2dc2249f94729a658f364f5424d7.zip libreboot.org-920a57b5cbfb2dc2249f94729a658f364f5424d7.tar.gz libreboot.org-920a57b5cbfb2dc2249f94729a658f364f5424d7.tar.bz2 |
home page: add more useful notes to the "how to help" section
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/site/index.php b/site/index.php index c608fc4..ed51eaa 100644 --- a/site/index.php +++ b/site/index.php @@ -105,13 +105,27 @@ <h2 id="howtohelp">How to help?</h2> <p> - <strong><a href="gnu/">Libreboot is becoming part of the GNU project, and we need help with the transition.</a></strong> + <strong>Libreboot is becoming part of the GNU project, and we need help with the transition. <a href="gnu/">Click here</a> for more information</strong> + </p> + <p> + There are many ways that you can assist the libreboot project. We have a <a href="docs/tasks.html">list of tasks that need to be completed</a>, + which you can work on (you can also add to that list). Generally speaking, adding support for more hardware is a priority for the libreboot project. + Information about maintaining libreboot can be found <a href="docs/maintain/index.html">here</a> + </p> + <p> + Not a developer? You can still help! + </p> + <ul class="c"> + <li>Work towards convincing hardware manufacturers and designers to start caring about free software. Perhaps even build your own hardware.</li> + <li>Spread the word about libreboot! Tell your friends about it, and talk about it on public internet-based discussion networks (e.g. <em>social networks</em>).</li> + <li>Install and use libreboot yourself, showing it to others and promoting it that + way. <a href="suppliers/">Computers with libreboot preinstalled are also available</a>, which helps to fund the libreboot project.</li> + <li>Help others to install libreboot. For example, organize an installation workshop at your local GNU/Linux users group or local meeting place.</li> + <li>Assist with improving the libreboot documentation, so that others may find it easier to use.</li> + </ul> + <p> + <strong><a href="donate/">How to donate to the libreboot project?</a></strong> </p> - <ul> - <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> - <li><a href="docs/maintain/index.html">How to maintain libreboot</a></li> - <li><strong><a href="donate/">Donating to libreboot</a></strong></li> - </ul> <h2 id="contact"><?php echo gettext("Contact the libreboot project"); ?></h2> <ul> <li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li> |