index.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?php
  2. /*
  3. Home page
  4. Copyright (C) 2014, 2015 Leah Woods <info@minifree.org>
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU Affero General Public License as
  7. published by the Free Software Foundation, either version 3 of the
  8. License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU Affero General Public License for more details.
  13. You should have received a copy of the GNU Affero General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. header('Content-type: text/html; charset=utf-8');
  17. ob_start();
  18. include_once "common/variables.php";
  19. include_once "common/functions.php";
  20. ?>
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. <link rel="stylesheet" type="text/css" href="common/css/main.css" />
  25. <title><?php echo gettext("GNU Libreboot"); ?></title>
  26. </head>
  27. <body>
  28. <div>
  29. <p>
  30. <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" style="width:25%;float:right" /></a>
  31. </p>
  32. <h1><?php echo gettext("GNU Libreboot"); ?></h1>
  33. <p>
  34. Libreboot is a free BIOS or UEFI replacement (<a href="https://www.gnu.org/philosophy/free-sw.html">free as in freedom</a>);
  35. libre <em>boot firmware</em> that initializes the hardware and starts a bootloader for your operating
  36. system.
  37. It's also an open source BIOS, but open source <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">fails</a> to
  38. promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>.
  39. Since 14 May 2016, Libreboot is part of the <a href="https://www.gnu.org/">GNU project</a>.
  40. </p>
  41. <p>
  42. <strong>Libreboot is working on a new release, and we need help. See <a href="download/#tasks">download/#tasks</a></strong>
  43. </p>
  44. <ul>
  45. <li><strong><a href="download/"><?php echo gettext("Download libreboot releases"); ?></a></strong></li>
  46. <li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li>
  47. <li><a href="gpg/"><?php echo gettext("GPG keys"); ?></a></li>
  48. <li><a href="rsync/"><?php echo gettext("Mirroring libreboot"); ?> (rsync)</a></li>
  49. </ul>
  50. <ul>
  51. <li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li>
  52. <li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("Compatibility list"); ?></a></li>
  53. <li><strong><a href="docs/install/index.html"><?php echo gettext("Install libreboot"); ?></a></strong></li>
  54. <li><strong><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Install GNU/Linux"); ?></a></strong></li>
  55. <li><strong><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Boot GNU/Linux"); ?></a></strong></li>
  56. </ul>
  57. <ul>
  58. <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li>
  59. </ul>
  60. <h2>More information</h2>
  61. <ul>
  62. <li><strong><a href="donate/">How to donate to libreboot</a></strong></li>
  63. <li><strong><a href="suppliers/">How to buy computers with libreboot preinstalled</a></strong></li>
  64. <li><strong><a href="workshops/">Workshops that offer libreboot installation</a></strong></li>
  65. </ul>
  66. <ul>
  67. <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li>
  68. <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li>
  69. <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li>
  70. <li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li>
  71. </ul>
  72. <ul>
  73. <li><strong><a href="https://wiki.mumble.info/wiki/Main_Page">Mumble</a> server address:</strong> <?php echo $mumbleServerAddress; ?> (port <?php echo $mumbleServerPort; ?>)</li>
  74. </ul>
  75. <ul>
  76. <li><strong><a href="git/">How can I help the libreboot project?</a></strong></li>
  77. </ul>
  78. <h2>Why use libreboot?</h2>
  79. <p>
  80. Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they
  81. use <a href="https://www.gnu.org/distros/">GNU/Linux</a>. Non-free BIOS/UEFI firmware often <a href="faq/#intel">contains</a> <a href="faq/#amd">backdoors</a>, can be slow and have severe bugs, where you are left
  82. helpless at the mercy of the developers; <em>you have no freedom over your computing</em>. By contrast, libreboot joins <a href="https://gnu.org/">GNU</a> in building
  83. a world where everyone can use, study, adapt and share software, with true control and ownership over their
  84. technology. <strong>In other words, you should use Libreboot for your freedom's sake!</strong>
  85. </p>
  86. <p>
  87. Libreboot is faster, more secure and more reliable than most non-free firmware, and can provide many advanced features
  88. (such as encrypted /boot/, GPG signature checking before booting your kernel, ability to load an OS <em>from the flash chip</em>, and
  89. more).
  90. </p>
  91. <p>
  92. Libreboot's main upstream providers are <a href="https://www.coreboot.org/">coreboot</a> (which we deblob, for hardware initialization), <a href="docs/depthcharge/index.html">depthcharge</a> (bootloader, and default libreboot payload on ARM),
  93. and <a href="https://gnu.org/software/grub/">GNU GRUB</a> (bootloader, and default libreboot payload on x86). We also
  94. integrate <a href="https://www.flashrom.org/Flashrom">flashrom</a> (for installing libreboot), and several of our own utilities, scripts
  95. and configuration files. All of this is integrated into a single, coherent package that is easy to use. We add our own patches to the various
  96. upstreams used, and where feasible try to merge upstream as much as possible.
  97. </p>
  98. <p>
  99. Libreboot provides a fully automated build system and installation process, with documentation written for non-technical users,
  100. in an attempt to make the software as easy to use as possible. ROM images are provided, along with utilities, all built from the
  101. publicly distributed source code.
  102. </p>
  103. <p>
  104. <strong><a href="docs/index.html#why">Learn more about libreboot</a></strong>
  105. </p>
  106. </div>
  107. <?php
  108. include "common/footer.php";
  109. ?>
  110. </body>
  111. </html>
  112. <?php
  113. $strHtml = ob_get_clean();
  114. echo miniHtml($strHtml);
  115. ?>