summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
blob: 7bb21493fe61142dcabcab4bb75a35ec06361413 (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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?php
/*
    Download page
    Copyright (C) 2015  Minifree Ltd <info@minifree.org>

    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>
	<link rel="stylesheet" type="text/css" href="../common/css/main.css" />
	<title><?php echo gettext("Information for libreboot developers and contributors"); ?></title>
</head>

<body>

	<div>

		<h1 id="pagetop"><?php echo gettext("Information for libreboot developers and contributors"); ?></h1>

			<p>
				Useful information, related to libreboot development, including links to the Git repositories where
				development is done.
			</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><strong><a href="#download">How to download from the Git repository</a></strong></li>
					<li><strong><a href="#sendpatch">How to submit your patches</a></strong></li>
					<li><a href="#githosting">List of recommended Git hosting providers</a></li>
					<li><strong><a href="#contrib">How to use git, for creating patches</a></strong></li>
				</ul>

			<p><a href="../"><?php echo gettext("Back to home page"); ?></a></p>

	</div>

	<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> and building libreboot <a href="../docs/git/index.html">here</a>.
			</p>
			<p>
				We especially need more skilled coreboot hackers to do work that will benefit the libreboot project. This includes porting new boards to coreboot, which are likely to be valid candidates for libreboot.
			</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
				(such as coreboot) require a legal name, and this can be problematic for certain groups of people.
			</p>
			<p>
				Using your legal name is <strong>not</strong> required when submitting patches to libreboot. For reasons why we have this policy, read <a href='http://geekfeminism.org/2012/09/29/quick-hit-how-git-shows-the-patriarchal-nature-of-the-software-industry/'>this article</a>. You can use any name of your chosing, or your company name (if you have one), if you want or need to do that. You can also
				submit patches <em>without a name</em>, if you want or need to do that (instructions are provided on this page). Also, read <a href='http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/'>this article</a>. Unfortunately, git appears to be stuck with these problems, when an author changes their name, and we don't have a concrete answer to it.
				As far as we know, publishing your legal name isn't even required for copyright purposes; in fact, &quot;pen&quot; names are commonly used by literary authors (computer programs are literary works).
			</p>
			<p>
				When submitting any kind of documentation, try not to use the terms him/her, she/he, his/her, or anything that is gender biased. <strong>Use their, they, them, those people, that person, and so on.</strong> <a href="https://gist.githubusercontent.com/0xabad1dea/8870b192fd1758743f66/raw/a230fa3438ce60c538dba31830fa88143245b719/singularthey.md">You are making a huge difference</a>. 
			</p>
			<p>
				<?php echo gettext("Generally speaking, using the same license as the file that you are modifying is much simpler."); ?>
				<?php echo gettext("If you are submitting new files, please make sure that they are under a free license (<a href='https://copyleft.org/'>copyleft</a> preferred)."); ?>
				<?php echo gettext("You can find a list on:"); ?> <a href="https://www.gnu.org/licenses/license-list.html">https://www.gnu.org/licenses/license-list.html</a>. NOTE:
				not putting a copyright notice on a work does not mean it lacks copyright. Copyright is <em>automatic</em> in most countries. Not putting a license
				on a work also does not make that work <em>free</em>; you have to declare a free license, otherwise the default, restrictive copyright laws apply for those
				who wish to do anything with your work. Always put a license on your work!
			</p>
			<p>
				Small technical note: libreboot is working to convert all documentation to <em>texinfo</em>, where
				it is currently written in HTML, directly. Therefore, please submit any new documentation under this format, during the transition period. <a href="../gnu/">Learn more</a>.
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>
			</p>

	</div>

	<div>

		<h2 id="download"><?php echo gettext("How to download from the Git repository"); ?>  <span class="r"><a href="#download">#download</a></span></h2>
			<p>
				Libreboot development is facilitated by <em><a href="https://git-scm.com/">git</a></em>, a <em>distributed</em> version control system.
				You will need to install git (most GNU/Linux distributions package it in their repositories).
			</p>
			<h3><?php echo gettext("Coreboot distribution. <em>This also contains the documentation</em>:"); ?></h3>
				<p>
					Use this command, to download the repository:<br/>
					<strong>git clone <?php echo $lbFirmwareGitRepoAddress; ?></strong><br/>
					...you can also <a href="<?php echo $lbFirmwareGitwebAddress; ?>">browse this repository on the web</a>
				</p>
				<p>
					A new directory named <em><strong>libreboot</strong></em> will have been created, containing libreboot.
				</p>
			<h3><?php echo gettext("Website. <em>Documentation is in the other repository</em>:"); ?></h3>
				<p>
					Use this command, to download the repository:<br/>
					<strong>git clone <?php echo $lbWebsiteGitRepoAddress; ?></strong><br/>
					...you can also <a href="<?php echo $lbWebsiteGitwebAddress; ?>">browse this repository on the web</a>
				</p>
				<p>
					A new directory named <em><strong>libreboot-website</strong></em> will have been created, containing the libreboot website files.
				</p>
		<h2><?php echo gettext("Backup repositories"); ?></h2>
			<p>
				Use these if one of the main repositories are down.
			</p>
			<h3><?php echo gettext("Firmware (coreboot distribution)"); ?></h3>
				<p>
				<?php
					for ($server=0; $server<count($lbFirmwareBackupGitRepoAddress); $server++) {
				?>
					<strong>git clone <?php echo $lbFirmwareBackupGitRepoAddress[$server]; ?></strong>
					<?php if ($server!=count($lbFirmwareBackupGitRepoAddress)-1) echo "<br/>"; ?>
				<?php
					}
				?>
				</p>

			<h3><?php echo gettext("Libreboot website"); ?></h3>
				<p>
				<?php
					for ($server=0; $server<count($lbWebsiteBackupGitRepoAddress); $server++) {
				?>
					<strong>git clone <?php echo $lbWebsiteBackupGitRepoAddress[$server]; ?></strong>
					<?php if ($server!=count($lbWebsiteBackupGitRepoAddress)-1) echo "<br/>"; ?>
				<?php
					}
				?>
				</p>
			<p>
				<a href="#pagetop">Back to top of page</a>
			</p>

	</div>

	<div>
		<h2 id="sendpatch">How to submit your patches  <span class="r"><a href="#sendpatch">#sendpatch</a></span></h2>
			<h3><?php echo gettext("Method 1: host a repository"); ?></h3>
				<p>
					<?php echo gettext("Give the checkout details to the libreboot project, along with information on which commits in what branch contain your changes."); ?>
				</p>
				<p>
					You can email this information to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
				</p>
				<p>
					<strong>Check <a href="#githosting">#githosting</a>, for a list of Git hosting providers that we recommend.</strong>
				</p>
			<h3><?php echo gettext("Method 2: git format-patch -N"); ?></h3>
				<p>
					<?php echo gettext("Use this method (replace N with the number of commits that you made) and send the .patch files to the libreboot project, along with details on what branch and revision these were made on top of."); ?>
				</p>
				<p>
					You can email your patches to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
				</p>
			<p>
				<?php echo gettext("Contact the libreboot project using the details on the home page, sending your patch(es). The mailing list is generally preferable, although IRC can also be just as good for small patches (you would probably put the patch on a paste site). If you'll be using the mailing list(s) a lot, then it probably makes sense to subscribe to them."); ?>
			</p>
			<p>
				<a href="#pagetop">Back to top of page</a>
			</p>
	</div>

	<div>
		<h2 id="githosting">List of recommended Git hosting providers <span class="r"><a href="#githosting">#githosting</a></span></h2>
			<p>
				There are several that we could recommend:
			</p>
				<ul class="c">
					<li><a href="https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols">You!</a> (host your own Git repository, on your own server, on your own internet connection, in your own physical space)</li>
					<li><a href="https://notabug.org/">NotABug.org</a></li>
					<li><a href="https://savannah.nongnu.org/">Savannah</a></li>
				</ul>
			<p>
				The libreboot project itself uses all of the above options.
			</p>
			<p>
				Most Git hosting providers distribute <a href="https://www.gnu.org/philosophy/javascript-trap.html">non-free JavaScript</a> on their website, but as far as we are aware all of these
				providers are freedom-friendly and reliable to use (and their JavaScript is free). This list will be expanded upon at a later date. The hosting providers
				above are all powered by Free Software, which means that you can also host your own version of the software that they use
				on their website.
			</p>
			<p>
				We generally recommend self-hosting (first option in the list above). Git is a <em>decentralized</em> (distributed) version control system.
				However, not everyone can afford to do this, so using one of the other providers on the list above is also acceptable.
			</p>
			<p>
				<strong><a href="../github/">**PLEASE** DO NOT USE GitHub. Learn more here.</a></strong>
			</p>
			<p>
				<strong><a href="../gitlab/">**PLEASE** DO NOT USE GitLab. Learn more here.</a></strong>
			</p>
			<p>
				<a href="#pagetop">Back to top of page</a>
			</p>
	</div>

	<div>
		<h2 id="contrib"><?php echo gettext("How to use git, for creating patches"); ?>  <span class="r"><a href="#contrib">#contrib</a></span></h2>
			<p>
				Libreboot development is facilitated by <em>git</em>, a <em>distributed</em> version control system that is in wide use today. Git provides many practical benefits,
				making collective development of software very easy.
			</p>
			<p>
				<?php echo gettext("The <a href=\"http://git-scm.com/doc\">git documentation</a> describes how to use git. The following notes include simple tips for how to use git, but it is a good idea to get fully acquainted with git."); ?>
			</p>
			<p>
				<?php echo gettext("Make sure that you configured git so that your name and email address appear in the commits that you create:"); ?><br/>
				<strong>git config --global user.name &quot;Your Name&quot;</strong><br/>
				<strong>git config --global user.email your@emailaddress.com</strong><br/>
				<strong>NOTE: you do not have to use your legal name; we don't care what name you use. Pseudonyms (alternative names) are OK. If you wish to be anonymous (no name), you can also use <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong>
			</p>
			<p>
				<?php echo gettext("The following is also useful:"); ?><br/>
				<strong>git config --global core.editor vim</strong> # NOTE: on most systems, git defaults to using vi anyway. If you switch to vim, make sure it's installed<br/>
				<strong>git config --global color.status auto</strong><br/>
				<strong>git config --global color.branch auto</strong><br/>
				<strong>git config --global color.interactive auto</strong><br/>
				<strong>git config --global color.diff auto</strong>
			</p>
			<p>
				<strong>NOTE: the above steps for colour make git use red/green font colours for showing diffs. If you are red/green colour-blind, please ignore the above steps. The default configuration in git is no-colour (all one colour, usually the default that your terminal uses). If you are colour-blind, git can display in other colours; refer
				to the git documentation.</strong>
			</p>
			<p>
				<?php echo gettext("Clone the git repository, and make your desired changes inside the newly created <em>libreboot</em> directory."); ?>
				<?php echo gettext("You can make one or several commits (as many as you like)."); ?>
				<?php echo gettext("Generally speaking, you should create separate commits on top of each other, for each kind of change."); ?>
			</p>
			<p>
				When working with git, you will need your current working directory to be inside the <em>libreboot</em> directory that was just created.<br/>
				<strong>cd libreboot/</strong>
			</p>
			<p>
				<?php echo gettext("Once you have made your change(s), you can use this to check the status:"); ?><br/>
				<strong>git status</strong>
			</p>

			<p>
				<?php echo gettext("The status command will show any untracked files that you have. Add them using <strong>git add path/to/file</strong>. You should also add any other files that are listed as modified in the git status. If there are deleted files in the git status, you can use <strong>git rm path/to/file</strong>. As long as you have added all the untracked files, it is generally easier to use:"); ?><br/>
				<strong>git commit -a</strong><br/>
				<?php echo gettext("(instead of <strong>git commit</strong>)"); ?>
			</p>
			<p>
				<?php echo gettext("If you need to make a change to the current commit, you can do so with:"); ?><br/>
				<strong>git commit --amend</strong><br/>
				<?php echo gettext("or:"); ?><br/>
				<strong>git commit -a --amend</strong>
			</p>

			<p>
				If you wish to use a different author name for the commit command, add <strong><em>--author=&quot;Author's Name &lt;author's email address&gt;&quot;</em></strong> at the end. This
				could be any name your choosing, or it could be because you are submitting a patch on someone else's
				behalf. <strong>If you wish to be anonymous (no name), you can also use <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong>
			</p>
			<p>
				Check once more that everything you want is added. Use the <strong>git status</strong> command to check for untracked changes/files, and adapt accordingly.
				Once you've committed everything, your changes will appear in a <em>diff</em> format, using this command:<br/>
				<strong>git show</strong><br/>
				Use PgUp/PgDown to navigate the diff output. This uses the <em>less</em> utility, so all the features from that (e.g. keyword search) are also available.
			</p>

			<p>
				<?php echo gettext("In your local git tree, you can use this to check your commits:"); ?><br/>
				<strong>git log</strong>
			</p>
			<p>
				<?php echo gettext("Shortened git logs showing the short commit ID and the commit title, plus info about what branch you are on, and where all your remotes/heads are:"); ?><br/>
				<strong>git config --global --add alias.lol &quot;log --graph --decorate --pretty=oneline --abbrev-commit --all&quot;</strong><br/>
				<?php echo gettext("From then on, you can use:"); ?><br/>
				<strong>git lol</strong><br/>
				<?php echo gettext("This is like <strong>git log</strong>, but it's much better and shows branches, etc."); ?>
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>
			</p>
	</div>

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

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