1 |
<?xml version='1.0' encoding="UTF-8"?> |
2 |
<?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?> |
3 |
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> |
4 |
<!DOCTYPE project SYSTEM "/dtd/project.dtd"> |
5 |
<project> |
6 |
<name>glep</name> |
7 |
<longname>Gentoo Linux Enhancement Proposals</longname> |
8 |
<date>2007-04-01</date> |
9 |
<author title="Author">Grant Goodyear</author> |
10 |
<description> |
11 |
The GLEP project manages Gentoo Linux Enhancement Proposals. |
12 |
</description> |
13 |
<longdescription><p> |
14 |
The GLEP project solicits, collects, maintains, and shepherds |
15 |
proposals for substantially enhancing Gentoo Linux. Any user or |
16 |
developer may construct and submit a GLEP for consideration by the |
17 |
GLEP <mail link="glep@gentoo.org">editors</mail>. Because GLEPs |
18 |
are kept in CVS, GLEPs constitute a permanent record of proposals |
19 |
designed to enhance Gentoo Linux. |
20 |
</p> |
21 |
<p>For more information, see |
22 |
<uri link="http://glep.gentoo.org/glep-0001.html">GLEP 1</uri> |
23 |
and |
24 |
<uri link="http://glep.gentoo.org/glep-0002.html">GLEP 2</uri>. |
25 |
</p></longdescription> |
26 |
<dev role="dev" description="GLEP Editor Trainee">antarus</dev> |
27 |
<dev role="dev" description="GLEP Editor Trainee">dev-zero</dev> |
28 |
<resource link="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/?cvsroot=gentoo"> |
29 |
Files and tools in CVS |
30 |
</resource> |
31 |
|
32 |
|
33 |
<extrachapter> |
34 |
|
35 |
<title>List of Gentoo Linux Enhancement Proposals</title> |
36 |
|
37 |
<section> |
38 |
<title>Implemented Gleps (Final)</title> |
39 |
<!-- Use <glepindex status="D,d,A"/> to select on status, default is all --> |
40 |
<body> |
41 |
<glepindex status="F"/> |
42 |
</body> |
43 |
</section> |
44 |
|
45 |
<section> |
46 |
<title>Accepted but not implemented gleps (Accepted)</title> |
47 |
<body> |
48 |
<glepindex status="A"/> |
49 |
</body> |
50 |
</section> |
51 |
|
52 |
<section> |
53 |
<title>Draft Gleps (Drafts)</title> |
54 |
<body> |
55 |
<glepindex status="D"/> |
56 |
</body> |
57 |
</section> |
58 |
|
59 |
<section> |
60 |
<title>Deferred, Rejected, Withdrawn, or Moribund Gleps</title> |
61 |
<body> |
62 |
<glepindex status="d,R,W,M"/> |
63 |
</body> |
64 |
</section> |
65 |
|
66 |
<section> |
67 |
<title>Notes</title> |
68 |
<body> |
69 |
<note><br/> |
70 |
GLEP types: I = Informational, S = Standard |
71 |
<br/> |
72 |
GLEP Statuses: D = Draft, d = Deferred, A = Accepted, F = Final, R = Rejected, |
73 |
W = Withdrawn, M = Moribund |
74 |
</note> |
75 |
|
76 |
<p> |
77 |
If you want to roll your own proposal, you'll want to look at the files <uri |
78 |
link="http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/">here</uri>. |
79 |
</p> |
80 |
|
81 |
</body> |
82 |
</section> |
83 |
</extrachapter> |
84 |
</project> |