summaryrefslogtreecommitdiffstats
path: root/site/index.php
blob: 1868f8ac9368f0e1f867e1e4ce98ab08e066de75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?php
/*
    Home page
    Copyright (C) 2014, 2015  Francis Rowe <info@gluglug.org.uk>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
	header('Content-type: text/html; charset=utf-8');
	ob_start();
	include_once "common/variables.php";
	include_once "common/functions.php";
?>
<!DOCTYPE html>
<html>
<head>
	<style type="text/css">
		<?php echo miniCss(file_get_contents("common/css/main.css")); ?>
	</style>
	<meta name="keywords" content="free software, open source, FOSS, FLOSS, OSS, libre software, gnu, linux, libreboot, coreboot, bios, uefi, firmware" />
	<title><?php echo gettext("Libreboot project"); ?></title>
</head>

<body>

	<div>
		<p>
			<a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a>
		</p>
		<h1><?php echo gettext("Libreboot project"); ?></h1>
			<p>
				Libreboot is a free BIOS or UEFI replacement (<a href="https://www.gnu.org/philosophy/free-sw.html">free as in freedom</a>);
				libre <em>boot firmware</em> that initializes the hardware and starts a bootloader for your operating
				system.
				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
				promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>. <a href="docs/index.html#why">Learn more</a>
			</p>
				<?php
					$dateU=date("U");
					$dateMonth=date("n",$dateU);
					if($dateMonth==12){/* december */
						$dateDayOfWeek=date("N",$dateU);
						if($dateDayOfWeek==2){/* tuesday */
							$dateDayOfMonth=date("j",$dateU);
							if(($dateDayOfMonth-7)<=0){
							?>
								<p><strong>Today (<?php echo date("r",$dateU); ?>) is <a href="https://lists.nongnu.org/archive/html/libreboot/2015-12/msg00001.html">Reboot Tuesday</a>.</strong></p>
							<?php
							}
						}
					}
				?>
			<p>
				<strong><em>FCC in the USA is trying to *ban* free WiFi 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>
			<h2>Download libreboot</h2>
				<ul>
					<li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li>
					<li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li>
					<li><a href="gpg/"><?php echo gettext("GPG keys"); ?></a></li>
					<li><a href="rsync/"><?php echo gettext("Mirroring libreboot"); ?> (rsync)</a></li>
				</ul>
			<h2>Information</h2>
				<ul>
					<li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li>
					<li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("Compatibility list"); ?></a></li>
					<li><a href="docs/install/index.html"><?php echo gettext("Installing libreboot"); ?></a></li>
					<li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li>
					<li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Booting GNU/Linux"); ?></a></li>
				</ul>
				<ul>
					<li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li>
				</ul>
			<h2>Why use libreboot?</h2>
				<p>
					Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they
					use <a href="https://www.gnu.org/distros/">GNU/Linux</a>. Non-free BIOS/UEFI firmware often contains backdoors,
					can be slow and have severe bugs, where you are left
					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
					a world where everyone can use, study, adapt and share software, with true control and ownership over their technology.
					<b>In other words, you should use Libreboot for your freedom's sake!</b>
				</p>
				<p>
					Libreboot is faster, more secure and more reliable than most non-free firmware, and can provide many advanced features
					(such as encrypted /boot/, GPG signature checking before booting your kernel, ability to load an OS <em>from the flash chip</em>, and
					more).
				</p>
				<p>
					Libreboot provides a fully automated build system and installation process, with documentation written for non-technical users,
					in an attempt to make coreboot 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><a href="gnu/">Libreboot is becoming part of the GNU project, and we need help with the transition.</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>
					<li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li>
					<li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Dev mailing list"); ?></a></li>
					<li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li>
				</ul>
			<h2>Laptops and servers with libreboot and GNU/Linux preinstalled</h2>
				<p>
					<a href="suppliers/">Laptops and servers with libreboot and GNU/Linux preinstalled</a> are also available.
				</p>
				<p>
					These systems come with libreboot and GNU/Linux preinstalled, where everything works out of the box. This is useful, for those who
					do not want to install the software on their own, but still want to use it. These systems are fully endorsed by the Free Software Foundation,
					under their <em>Respects your Freedom</em> certification.
				</p>
	</div>

<?php
	include "common/footer.php";
?>

</body>
</html>
<?php
	$strHtml = ob_get_clean();
	echo miniHtml($strHtml);
?>