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 |
|
|
<date>19 Oct 2003</date> |
9 |
|
|
<author title="Author">Grant Goodyear</author> |
10 |
|
|
<description> |
11 |
|
|
The GLEP project manages Gentoo Linux Enhancement Proposals. |
12 |
|
|
</description> |
13 |
|
|
<longdescription> |
14 |
|
|
<p> 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> |
22 |
|
|
For more information, see |
23 |
|
|
<uri link="http://glep.gentoo.org/glep-0001.html">GLEP 1</uri> |
24 |
|
|
and |
25 |
|
|
<uri link="http://glep.gentoo.org/glep-0002.html">GLEP 2</uri>. |
26 |
|
|
</p> |
27 |
|
|
</longdescription> |
28 |
|
|
<dev role="lead" description="GLEP Editor">g2boojum</dev> |
29 |
|
|
<dev role="GLEP Editor">liquidx</dev> |
30 |
klieber |
1.20 |
|
31 |
g2boojum |
1.1 |
|
32 |
g2boojum |
1.33 |
<extrachapter> |
33 |
g2boojum |
1.1 |
|
34 |
g2boojum |
1.33 |
<title>List of Gentoo Linux Enhancement Proposals</title> |
35 |
g2boojum |
1.1 |
|
36 |
|
|
<section> |
37 |
|
|
<body> |
38 |
|
|
<table> |
39 |
|
|
<tr><th>Number</th><th>Status</th><th>Title</th></tr> |
40 |
liquidx |
1.14 |
<tr><ti><uri link="glep-0001.html">1</uri></ti><ti>IA</ti><ti>GLEP Purpose and Guidelines</ti></tr> |
41 |
|
|
<tr><ti><uri link="glep-0002.html">2</uri></ti><ti>IA</ti><ti>Sample ReStructuredText GLEP Template</ti></tr> |
42 |
g2boojum |
1.24 |
<tr><ti><uri link="glep-0003.html">3</uri></ti><ti>Sd</ti><ti>Ebuild Maintainer Extension GLEP</ti></tr> |
43 |
g2boojum |
1.7 |
<tr><ti><uri link="glep-0004.xml">4</uri></ti><ti>SA</ti> |
44 |
|
|
<ti><uri link="http://www.gentoo.org/doc/en/management-structure.xml"> |
45 |
|
|
Gentoo top-level management structure proposal</uri></ti></tr> |
46 |
g2boojum |
1.9 |
<tr><ti><uri link="glep-0005.html">5</uri></ti><ti>SD</ti><ti>Metadata.xml extension</ti></tr> |
47 |
g2boojum |
1.17 |
<tr><ti><uri link="glep-0006.html">6</uri></ti><ti>SA</ti><ti>Gentoo Linux Monthly Bug Day</ti></tr> |
48 |
g2boojum |
1.18 |
<tr><ti><uri link="glep-0007.html">7</uri></ti><ti>SA</ti><ti>New Ombudsman Position</ti></tr> |
49 |
liquidx |
1.12 |
<tr><ti><uri link="glep-0008.html">8</uri></ti><ti>SD</ti><ti>Adopt-a-Developer</ti></tr> |
50 |
g2boojum |
1.16 |
<tr><ti><uri link="glep-0009.html">9</uri></ti><ti>SD</ti><ti>Gentoo Package Update System</ti></tr> |
51 |
g2boojum |
1.21 |
<tr><ti><uri link="glep-0010.html">10</uri></ti><ti>SD</ti><ti>Internationalization of www.gentoo.org</ti></tr> |
52 |
g2boojum |
1.24 |
<tr><ti><uri link="glep-0011.html">11</uri></ti><ti>SA</ti><ti>Web Application Installation</ti></tr> |
53 |
g2boojum |
1.23 |
<tr><ti><uri link="glep-0012.html">12</uri></ti><ti>SD</ti><ti>Gentoo.org finger daemon</ti></tr> |
54 |
g2boojum |
1.32 |
<tr><ti><uri link="glep-0013.html">13</uri></ti><ti>SA</ti><ti>Providing the users with a Gentoo Handbook</ti></tr> |
55 |
g2boojum |
1.27 |
<tr><ti><uri link="glep-0014.html">14</uri></ti><ti>SA</ti><ti>Security updates based on GLSA</ti></tr> |
56 |
liquidx |
1.31 |
<tr><ti><uri link="glep-0015.html">15</uri></ti><ti>SD</ti><ti>Gentoo Script Repository</ti></tr> |
57 |
|
|
<tr><ti><uri link="glep-0016.html">16</uri></ti><ti>SD</ti><ti>Gentoo Menu System</ti></tr> |
58 |
g2boojum |
1.1 |
</table> |
59 |
g2boojum |
1.24 |
<note>Key: I = Informational, S = Standards Track, D = Draft, d = Deferred, |
60 |
g2boojum |
1.23 |
A = Accepted, F = Final</note> |
61 |
g2boojum |
1.4 |
<p> |
62 |
|
|
If you want to roll your own proposal, you'll want to look at the files |
63 |
g2boojum |
1.19 |
<uri link="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/?cvsroot=gentoo">here</uri>. |
64 |
g2boojum |
1.4 |
</p> |
65 |
g2boojum |
1.1 |
|
66 |
|
|
</body> |
67 |
|
|
</section> |
68 |
g2boojum |
1.33 |
</extrachapter> |
69 |
|
|
</project> |
70 |
|
|
|