| 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> |
|
|
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 | <br /><br /> |
|
|
21 | 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 | </longdescription> |
|
|
26 | <dev role="lead" description="GLEP Editor">g2boojum</dev> |
|
|
27 | <dev role="GLEP Editor">liquidx</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.1</version> |
|
|
| 17 | <date>2 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> |
| 24 | <body> |
38 | <body> |
| 25 | <table> |
39 | |
| 26 | <tr><th>Number</th><th>Status</th><th>Title</th></tr> |
40 | <!-- Use <glepindex status="D,d,A"/> to select on status, default is all --> |
| 27 | <tr><ti><uri link="glep-0001.html">1</uri></ti><ti>ID</ti><ti>GLEP Purpose and Guidelines</ti></tr> |
41 | <glepindex/> |
| 28 | <tr><ti><uri link="glep-0002.html">2</uri></ti><ti>ID</ti><ti>Sample ReStructuredText GLEP Template</ti></tr> |
42 | |
| 29 | </table> |
43 | <note><br/> |
| 30 | <note>Key: I = Informational, S = Standards Track, D = Draft, |
44 | GLEP types: I = Informational, S = Standard |
| 31 | A = Accepted</note> |
45 | <br/> |
|
|
46 | GLEP Statuses: D = Draft, d = Deferred, A = Accepted, F = Final, R = Rejected, |
|
|
47 | W = Withdrawn, M = Moribund |
|
|
48 | </note> |
|
|
49 | |
| 32 | <p> |
50 | <p> |
| 33 | If you want to roll your own proposal, you'll want to look at the files |
51 | If you want to roll your own proposal, you'll want to look at the files <uri |
| 34 | <uri link="http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/xml/htdocs/proj/en/glep/#dirlist">here</uri>. |
52 | link="http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/">here</uri>. |
| 35 | </p> |
53 | </p> |
| 36 | |
54 | |
| 37 | </body> |
55 | </body> |
| 38 | </section> |
56 | </section> |
| 39 | </chapter> |
57 | </extrachapter> |
| 40 | </guide> |
58 | </project> |