summaryrefslogtreecommitdiff
blob: d6fa2aa2745b6f93b10a3d5628b6c84ae4f2f261 (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
<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook"
	 xmlns:xl="http://www.w3.org/1999/xlink"
	 xmlns:xi="http://www.w3.org/2001/XInclude"
	 version="5.0" xml:lang="en"
	 xml:id="index">
  <info>
    <title>Gentoo Development Manual</title>

    <author>
      <personname>
	<firstname>Ciaran</firstname>
	<surname>McCreesh</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Grant</firstname>
	<surname>Goodyear</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Aaron</firstname>
	<surname>Walker</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Robert</firstname>
	<surname>Coie</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Tom</firstname>
	<surname>Martin</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Paul</firstname>
	<surname>Varner</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Ilya</firstname>
	<surname>Volynets-Evenbakh</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Diego E.</firstname>
	<surname>Pettenò</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Fernando J.</firstname>
	<surname>Pereda</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Simon</firstname>
	<surname>Stelling</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Alin</firstname>
	<surname>Dobre</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Joseph</firstname>
	<surname>Jezak</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Tim</firstname>
	<surname>Yamin</surname>
      </personname>
    </author>

    <author>
      <personname>
	<firstname>Mark</firstname>
	<surname>Loeser</surname>
      </personname>
    </author>
    <author>
      <personname>
	<firstname>Petteri</firstname>
	<surname>Räty</surname>
      </personname>
    </author>
    <author>
      <personname>
	<firstname>Markos</firstname>
	<surname>Chandras</surname>
      </personname>
    </author>

    <legalnotice>
      <para>
	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.
      </para>

      <para>
	Contributions are encouraged. See the <xref linkend="contributing" /> section for how to get started. If you
	have any corrections, suggestions or improvements please file a bug at <link
	xl:href="http://bugs.gentoo.org">bugs.gentoo.org</link> and assign it to <email>qa@gentoo.org</email>. The <xref
	linkend="contributors" /> section lists specific contributions to this manual.
      </para>
    </legalnotice>
  </info>

  <xi:include parse="xml" href="content/quickstart.xmli" />
  <xi:include parse="xml" href="content/general-concepts.xmli" />
  <xi:include parse="xml" href="content/ebuild-writing.xmli" />
  <xi:include parse="xml" href="content/eclass-writing.xmli" />
  <xi:include parse="xml" href="content/profiles.xmli" />
  <xi:include parse="xml" href="content/keywording.xmli" />
  <xi:include parse="xml" href="content/archs.xmli" />
</book>