summaryrefslogtreecommitdiffstats
path: root/site/index.php
blob: 885fe0216524e55db167a7d0e3cf76627daca080 (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
143
<?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/>.
*/
?>
<?php
	include_once "variables.php";
?>
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<link rel="stylesheet" type="text/css" href="css/main.css" />

	<title><?php echo $lbProjectNameCapitalized; ?> project</title>

</head>

<body>

	<div class="contain">

		<div id="libreboot" class="section intro">
				<p>
					<img class="homepage_logo" src="logo/logo.png" alt="" title="<?php include "logo/license.txt"; ?>" />
				</p>
			<h1><?php echo $lbProjectNameCapitalized; ?> project</h1>
				<p>
					<?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre)
					BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute
					low-level boot firmware that is 100% free software, and to make coreboot easy to use.
				</p>
				<p>
					<a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>
				</p>
		</div>

		<div class="section">

			<h1>Contributing to <?php echo $lbProjectName; ?>?</h1>

				<p>
					Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>.
					The current tasks are defined at <a href="docs/tasks.html">docs/tasks.html</a> which,
					along with everything else on this website, is part of a git repository.
					Maintenance guides can be found <a href="docs/maintain/index.html">here</a>
					and <a href="docs/git/index.html">here</a>.
				</p>

		</div>
		
		<div class="section">
			<h1>Download <?php echo $lbProjectName; ?></h1>
				<p>
					These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>.
				</p>
				<ul class="ulnav">					
					<li><a href="docs/index.html">Documentation</a></li>
					<li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li>
					<li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li>
					<li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li>
				</ul>
				<ul class="ulnav">
					<li><b>Based on <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">commit</a></b>:</li>
					<li><a href="git/rom">ROM images</a></li>
					<li><a href="git/libreboot_docs.tar.xz">Utilities</a></li>
					<li><a href="git/libreboot_util.tar.xz">Documentation (archived)</a></li>
					<li><a href="git/libreboot_src.tar.xz">Source code</a></li>
				</ul>
		</div>
		<div class="section">
			<h1>Git repository</h1>
				<p>
					Download the very latest changes in <?php echo $lbProjectName; ?> (git required):
				</p>
				<div class="subsection">
					<p>
						<b>git clone <a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo $lbFirmwareGitRepoAddress; ?></a></b>
					</p>
				</div>
				<ul class="ulnav">
					<li><a href="docs/git/index.html#build_meta">How to use the git repository</a></li>
					<li><a href="<?php echo $lbBugTrackerAddress; ?>">Bug tracker</a></li>
				</ul>
				<p>
					More information about using git can be found <a href="download/#git">here</a>
				</p>
		</div>

		<div class="section">
			<h1>Stable (old) releases</h1>
				<p>
					These releases are more rigorously tested. However, they might be
					out of date compared to the current development snapshots.
				</p>
				<p>
					These archives are not updated very often, and will not receive any further changes.
				</p>
				<ul class="ulnav">
					<li><a href="download/#http">Download stable releases</a> (GPG signatures are <a href="download/#gpg">available</a>)</li>
				</ul>
				<p>
					The latest stable release (version <?php echo $lbRelease[0][0][0]; ?>) is from <?php echo $lbRelease[0][0][1]; ?>.
				</p>
		</div>

		<div class="section contact">
			<h1>Contact information</h1>
				<ul class="ulnav">
					<li><a href="contrib/">List of maintainers</a></li>
					<li><a href="<?php echo $userMailingListAddress; ?>">User support mailing list</a></li>
					<li><a href="<?php echo $devMailingListAddress; ?>">Development mailing list</a></li>
					<li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li>
				</ul>
		</div>

		<div class="section footer">
<?php
	include "footer.php";
?>
		</div>

	</div>

</body>
</html>