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="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> |
4 | |
31 | |
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 | |
32 | |
11 | <abstract> |
33 | <extrachapter> |
12 | This document provides an index for the various Gentoo Linux |
|
|
13 | Enhancement Proposals (GLEPs). |
|
|
14 | </abstract> |
|
|
15 | |
34 | |
16 | <version>0.11</version> |
|
|
17 | <date>30 June 2003</date> |
|
|
18 | |
|
|
19 | <chapter> |
|
|
20 | |
|
|
21 | <title>Gentoo Linux Enhancement Proposals</title> |
35 | <title>List of Gentoo Linux Enhancement Proposals</title> |
22 | |
36 | |
23 | <section> |
37 | <section> |
|
|
38 | <title>Implemented GLEPs (Final)</title> |
|
|
39 | <!-- Use <glepindex status="D,d,A"/> to select on status, default is all --> |
24 | <body> |
40 | <body> |
25 | <table> |
41 | <glepindex status="F"/> |
26 | <tr><th>Number</th><th>Status</th><th>Title</th></tr> |
42 | </body> |
27 | <tr><ti><uri link="glep-0001.html">1</uri></ti><ti>ID</ti><ti>GLEP Purpose and Guidelines</ti></tr> |
43 | </section> |
28 | <tr><ti><uri link="glep-0002.html">2</uri></ti><ti>ID</ti><ti>Sample ReStructuredText GLEP Template</ti></tr> |
44 | |
29 | <tr><ti><uri link="glep-0003.html">3</uri></ti><ti>SD</ti><ti>Ebuild Maintainer Extension GLEP</ti></tr> |
45 | <section> |
30 | <tr><ti><uri link="glep-0004.xml">4</uri></ti><ti>SA</ti> |
46 | <title>Accepted but not implemented GLEPs (Accepted)</title> |
31 | <ti><uri link="http://www.gentoo.org/doc/en/management-structure.xml"> |
47 | <body> |
32 | Gentoo top-level management structure proposal</uri></ti></tr> |
48 | <glepindex status="A"/> |
33 | <tr><ti><uri link="glep-0005.html">3</uri></ti><ti>SD</ti><ti>Metadata.xml extension</ti></tr> |
49 | </body> |
34 | </table> |
50 | </section> |
35 | <note>Key: I = Informational, S = Standards Track, D = Draft, |
51 | |
36 | A = Accepted</note> |
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 | |
37 | <p> |
76 | <p> |
38 | If you want to roll your own proposal, you'll want to look at the files |
77 | If you want to roll your own proposal, you'll want to look at the files <uri |
39 | <uri link="http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/xml/htdocs/proj/en/glep/#dirlist">here</uri>. |
78 | link="http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/">here</uri>. |
40 | </p> |
79 | </p> |
41 | |
80 | |
42 | </body> |
81 | </body> |
43 | </section> |
82 | </section> |
44 | </chapter> |
83 | </extrachapter> |
45 | </guide> |
84 | </project> |