mirror of
https://salsa.debian.org/kernel-team/kernel-handbook.git
synced 2026-01-16 23:12:12 +00:00
Add all Git commit author names, except for "Debian Janitor". Also list maks with his usual capitalisation, and sort the list in alphabetical order.
102 lines
2.6 KiB
XML
102 lines
2.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!-- -*- DocBook -*- -->
|
|
<chapter id="ch-scope">
|
|
<?dbhtml filename="ch-scope.html" ?>
|
|
<title>About this handbook</title>
|
|
<section id="s1.1"><title>Scope</title>
|
|
<para>
|
|
The main goal of this handbook is to serve as a single access point to
|
|
all kernel-related documentation. It contains the information about
|
|
the Debian packaging of Linux kernel for versions of Debian from 10 (buster)
|
|
onwards. The latest released
|
|
version (in English) is always available from <ulink
|
|
url="https://kernel-team.pages.debian.net/kernel-handbook/">https://kernel-team.pages.debian.net/kernel-handbook/</ulink>.
|
|
Note that this is a work in progress, and some information is inaccurate.
|
|
</para>
|
|
<para>
|
|
Some of the commands mentioned in the text must be executed with superuser
|
|
privileges, either by becoming the <literal>root</literal> user or by using
|
|
<command>sudo</command>. To distinguish between commands which may be executed
|
|
by an unprivileged user and those requiring superuser privileges, commands are
|
|
prepended by <prompt>$</prompt> or <prompt>#</prompt> respectively. This
|
|
symbol is not a part of the command.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="s-authors"><title>Authors and Contributors</title>
|
|
<para>
|
|
This handbook is maintained within the <ulink
|
|
url="https://salsa.debian.org/kernel-team/kernel-handbook">kernel-handbook</ulink>
|
|
project on <ulink url="https://salsa.debian.org">Salsa</ulink>. The SGML
|
|
source of the book may be checked out from the Debian <ulink
|
|
url="https://salsa.debian.org/kernel-team/kernel-handbook.git">Git
|
|
repository</ulink>. It is intended as a community project, thus all proposals
|
|
for improvements and contributions are welcome. The preferred way to submit a
|
|
contribution is to open a merge request on Salsa.
|
|
When submitting a contribution please clearly identify its copyright
|
|
holder and include the licensing statement. Note that to be accepted the
|
|
contribution must be licensed under the same license as the rest of the
|
|
document, namely GPL version 2 or later. Below is the list of current
|
|
contributors:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
maximilian attems
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Ian Campbell
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Karl Goetz
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Ben Hutchings
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Sven Luther
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Uwe Kleine-König
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Jonathan Nieder
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Andres Salomon
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Jurij Smakov
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Tomasz Warniełło
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Yusuke YATSUO
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
|
|
</chapter>
|
|
|