| 1 |
g2boojum |
1.1 |
<?xml version='1.0' encoding="UTF-8"?> |
| 2 |
g2boojum |
1.33 |
<?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 |
neysx |
1.104 |
<date>2007-04-01</date> |
| 9 |
g2boojum |
1.33 |
<author title="Author">Grant Goodyear</author> |
| 10 |
|
|
<description> |
| 11 |
|
|
The GLEP project manages Gentoo Linux Enhancement Proposals. |
| 12 |
|
|
</description> |
| 13 |
neysx |
1.108 |
<longdescription><p> |
| 14 |
curtis119 |
1.85 |
The GLEP project solicits, collects, maintains, and shepherds |
| 15 |
g2boojum |
1.33 |
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 |
neysx |
1.108 |
</p> |
| 21 |
|
|
<p>For more information, see |
| 22 |
g2boojum |
1.33 |
<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 |
neysx |
1.108 |
</p></longdescription> |
| 26 |
dev-zero |
1.111 |
<dev role="dev" description="GLEP Editor Trainee">antarus</dev> |
| 27 |
|
|
<dev role="dev" description="GLEP Editor Trainee">dev-zero</dev> |
| 28 |
g2boojum |
1.34 |
<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 |
klieber |
1.20 |
|
| 32 |
g2boojum |
1.1 |
|
| 33 |
g2boojum |
1.33 |
<extrachapter> |
| 34 |
g2boojum |
1.1 |
|
| 35 |
g2boojum |
1.33 |
<title>List of Gentoo Linux Enhancement Proposals</title> |
| 36 |
g2boojum |
1.1 |
|
| 37 |
|
|
<section> |
| 38 |
antarus |
1.106 |
<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 |
g2boojum |
1.1 |
<body> |
| 55 |
antarus |
1.106 |
<glepindex status="D"/> |
| 56 |
|
|
</body> |
| 57 |
|
|
</section> |
| 58 |
neysx |
1.104 |
|
| 59 |
antarus |
1.106 |
<section> |
| 60 |
mr_bones_ |
1.113 |
<title>Deferred, Rejected, Withdrawn, or Moribund Gleps</title> |
| 61 |
antarus |
1.106 |
<body> |
| 62 |
|
|
<glepindex status="d,R,W,M"/> |
| 63 |
|
|
</body> |
| 64 |
|
|
</section> |
| 65 |
neysx |
1.104 |
|
| 66 |
antarus |
1.106 |
<section> |
| 67 |
|
|
<title>Notes</title> |
| 68 |
|
|
<body> |
| 69 |
neysx |
1.104 |
<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 |
mr_bones_ |
1.113 |
W = Withdrawn, M = Moribund |
| 74 |
neysx |
1.104 |
</note> |
| 75 |
|
|
|
| 76 |
g2boojum |
1.4 |
<p> |
| 77 |
neysx |
1.104 |
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 |
g2boojum |
1.4 |
</p> |
| 80 |
g2boojum |
1.1 |
|
| 81 |
|
|
</body> |
| 82 |
|
|
</section> |
| 83 |
g2boojum |
1.33 |
</extrachapter> |
| 84 |
|
|
</project> |