diff options
-rw-r--r-- | site/common/footer.php | 7 | ||||
-rw-r--r-- | site/git/index.php | 33 | ||||
-rw-r--r-- | site/index.php | 23 |
3 files changed, 34 insertions, 29 deletions
diff --git a/site/common/footer.php b/site/common/footer.php index cc13716..3265805 100644 --- a/site/common/footer.php +++ b/site/common/footer.php @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ ?> - <div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;background:#fcc;"> - <p> - <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices! - Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans, - read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong> - </p> - </div> <div> <p> <?php echo gettext("This page is available under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, from a "); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("git repository"); ?></a>. diff --git a/site/git/index.php b/site/git/index.php index 1bfeca8..91db93e 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -47,6 +47,7 @@ </p> <ul class="c"> + <li><a href="#howtohelp">How can I help the libreboot project?</a></li> <li><a href="#guidelines">General guidelines for submitting patches</a></li> <li><a href="#download">How to download</a></li> <li><a href="#sendpatch">How to submit your patches</a></li> @@ -60,6 +61,38 @@ <div> + <h2 id="howtohelp">How can I help the libreboot project? <span class="r"><a href="#howtohelp">#howtohelp</a></span></h2> + <p> + <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> + We especially need more skilled coreboot hackers to do work that will benefit the libreboot project. + </p> + <p> + Learn libreboot from the inside out; download the git repository, and study libreboot. We need more full-time developers + who can help to maintain the project. + </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> + + </div> + + <div> + <h2 id="guidelines">General guidelines for submitting patches <span class="r"><a href="#guidelines">#guidelines</a></span></h2> <p> Some people put their name on their work, for recognition, and it's OK if you want to do that; however, the libreboot project does not require this. Some projects diff --git a/site/index.php b/site/index.php index c975ef4..9b7a2da 100644 --- a/site/index.php +++ b/site/index.php @@ -103,29 +103,8 @@ in an attempt to make the software as easy to use as possible. ROM images are provided, along with utilities, all built from the publicly distributed source code. </p> - - <h2 id="howtohelp">How to help?</h2> - <p> - <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> + <a href="git/#howtohelp">How can I help the libreboot project?</a> </p> </div> |