| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
|
|
2 | <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?> |
| 2 | <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> |
3 | <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
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="lead" description="GLEP Editor">g2boojum</dev> |
|
|
27 | <dev role="dev" description="GLEP Editor Trainee">antarus</dev> |
|
|
28 | <dev role="dev" description="GLEP Editor Trainee">dev-zero</dev> |
|
|
29 | <resource link="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/?cvsroot=gentoo"> |
|
|
30 | Files and tools in CVS |
|
|
31 | </resource> |
| 4 | |
32 | |
| 5 | <guide link = "/proj/en/glep/index.xml"> |
|
|
| 6 | <title>GLEP Index</title> |
|
|
| 7 | <author title="Author"> |
|
|
| 8 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
|
|
| 9 | </author> |
|
|
| 10 | |
33 | |
| 11 | <abstract> |
34 | <extrachapter> |
| 12 | This document provides an index for the various Gentoo Linux |
|
|
| 13 | Enhancement Proposals (GLEPs). |
|
|
| 14 | </abstract> |
|
|
| 15 | |
35 | |
| 16 | <version>0.1</version> |
|
|
| 17 | <date>2 June 2003</date> |
|
|
| 18 | |
|
|
| 19 | <chapter> |
|
|
| 20 | |
|
|
| 21 | <title>Gentoo Linux Enhancement Proposals</title> |
36 | <title>List of Gentoo Linux Enhancement Proposals</title> |
| 22 | |
37 | |
| 23 | <section> |
38 | <section> |
|
|
39 | <title>Implemented Gleps (Final)</title> |
|
|
40 | <!-- Use <glepindex status="D,d,A"/> to select on status, default is all --> |
| 24 | <body> |
41 | <body> |
| 25 | <table> |
42 | <glepindex status="F"/> |
| 26 | <tr><th>Number</th><th>Status</th><th>Title</th></tr> |
43 | </body> |
| 27 | <tr><ti><uri link="glep-0001.html">1</uri></ti><ti>I</ti><ti>GLEP Purpose and Guidelines</ti></tr> |
44 | </section> |
| 28 | <tr><ti><uri link="glep-0002.html">2</uri></ti><ti>I</ti><ti>Sample ReStructuredText GLEP Template</ti></tr> |
45 | |
| 29 | </table> |
46 | <section> |
|
|
47 | <title>Accepted but not implemented gleps (Accepted)</title> |
|
|
48 | <body> |
|
|
49 | <glepindex status="A"/> |
|
|
50 | </body> |
|
|
51 | </section> |
|
|
52 | |
|
|
53 | <section> |
|
|
54 | <title>Draft Gleps (Drafts)</title> |
|
|
55 | <body> |
|
|
56 | <glepindex status="D"/> |
|
|
57 | </body> |
|
|
58 | </section> |
|
|
59 | |
|
|
60 | <section> |
|
|
61 | <title>Deferred, Rejected, Withdrawn, or Moribound Gleps</title> |
|
|
62 | <body> |
|
|
63 | <glepindex status="d,R,W,M"/> |
|
|
64 | </body> |
|
|
65 | </section> |
|
|
66 | |
|
|
67 | <section> |
|
|
68 | <title>Notes</title> |
|
|
69 | <body> |
|
|
70 | <note><br/> |
|
|
71 | GLEP types: I = Informational, S = Standard |
|
|
72 | <br/> |
|
|
73 | GLEP Statuses: D = Draft, d = Deferred, A = Accepted, F = Final, R = Rejected, |
|
|
74 | W = Withdrawn, M = Moribound |
|
|
75 | </note> |
|
|
76 | |
|
|
77 | <p> |
|
|
78 | If you want to roll your own proposal, you'll want to look at the files <uri |
|
|
79 | link="http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/">here</uri>. |
|
|
80 | </p> |
| 30 | |
81 | |
| 31 | </body> |
82 | </body> |
| 32 | </section> |
83 | </section> |
| 33 | </chapter> |
84 | </extrachapter> |
| 34 | </guide> |
85 | </project> |