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
|
<?xml version="1.0"?>
<guide root="true">
<chapter>
<title>Master Index</title>
<body>
<p>
This document is an ongoing work in progress. It contains gaps,
inaccuracies, omissions, typos and the occasional outright lie. The
intent is to make a handbook giving developers and users correct,
detailed, up to date technical content.
</p>
<dl>
<dt>Contributors</dt>
<dd>
Ciaran McCreesh, Grant Goodyear, Aaron Walker, Robert Coie, Tom Martin,
Paul Varner, Ilya Volynets-Evenbakh, Diego Pettenò, Fernando J. Pereda,
Simon Stelling, Alin Dobre, Joseph Jezak, Ursula Maplehurst, Mark Loeser,
Petteri Räty, Ulrich Müller, Mike Pagano, Markus Meier, Markos Chandras,
Xavier Neys, Daniel Robbins, Jeremy Olexa, Julian Ospald,
Alexandre Rostovtsev, Göktürk Yüksek, Michael Orlitzky, Michał Górny,
Brian Evans, Lucas Ramage, Mike Frysinger, Sam James
</dd>
</dl>
<p>
Contributions are encouraged. See the <uri link="::appendices/contributing"/>
section for how to get started. If you have any corrections, suggestions or
improvements please look at the
<uri link="https://bugs.gentoo.org/buglist.cgi?product=Documentation;component=Devmanual;resolution=---">bug list</uri>
and file a
<uri link="https://bugs.gentoo.org/enter_bug.cgi?product=Documentation;component=Devmanual;format=guided">new bug</uri>.
The <uri link="::appendices/contributors"/>
section lists specific contributions to this manual.
</p>
</body>
<section>
<title>Contents</title>
<body>
<contentsTree maxdepth="1"/>
</body>
</section>
<section>
<title>Full Contents</title>
<body>
<contentsTree/>
</body>
</section>
</chapter>
<include href="quickstart/"/>
<include href="general-concepts/"/>
<include href="ebuild-writing/"/>
<include href="ebuild-maintenance/" />
<include href="eclass-writing/"/>
<include href="profiles/"/>
<include href="keywording/"/>
<include href="tasks-reference/"/>
<include href="function-reference/"/>
<include href="eclass-reference/"/>
<include href="tools-reference/"/>
<include href="hosted-projects/"/>
<include href="archs/"/>
<include href="appendices/"/>
</guide>
|