1 |
<?xml version='1.0' encoding="UTF-8"?> |
2 |
<?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 |
<resource link="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/?cvsroot=gentoo"> |
31 |
Files and tools in CVS |
32 |
</resource> |
33 |
|
34 |
|
35 |
<extrachapter> |
36 |
|
37 |
<title>List of Gentoo Linux Enhancement Proposals</title> |
38 |
|
39 |
<section> |
40 |
<body> |
41 |
<table> |
42 |
<tr><th>Number</th><th>Status</th><th>Title</th></tr> |
43 |
<tr><ti><uri link="glep-0001.html">1</uri></ti><ti>IA</ti><ti>GLEP Purpose and Guidelines</ti></tr> |
44 |
<tr><ti><uri link="glep-0002.html">2</uri></ti><ti>IA</ti><ti>Sample ReStructuredText GLEP Template</ti></tr> |
45 |
<tr><ti><uri link="glep-0003.html">3</uri></ti><ti>Sd</ti><ti>Ebuild Maintainer Extension GLEP</ti></tr> |
46 |
<tr><ti><uri link="glep-0004.xml">4</uri></ti><ti>SF</ti> |
47 |
<ti><uri link="http://www.gentoo.org/doc/en/management-structure.xml"> |
48 |
Gentoo top-level management structure proposal</uri></ti></tr> |
49 |
<tr><ti><uri link="glep-0005.html">5</uri></ti><ti>SD</ti><ti>Metadata.xml extension</ti></tr> |
50 |
<tr><ti><uri link="glep-0006.html">6</uri></ti><ti>SF</ti><ti>Gentoo Linux Monthly Bug Day</ti></tr> |
51 |
<tr><ti><uri link="glep-0007.html">7</uri></ti><ti>SF</ti><ti>New Ombudsman Position</ti></tr> |
52 |
<tr><ti><uri link="glep-0008.html">8</uri></ti><ti>Sd</ti><ti>Adopt-a-Developer</ti></tr> |
53 |
<tr><ti><uri link="glep-0009.html">9</uri></ti><ti>Sd</ti><ti>Gentoo Package Update System</ti></tr> |
54 |
<tr><ti><uri link="glep-0010.html">10</uri></ti><ti>SD</ti><ti>Internationalization of www.gentoo.org</ti></tr> |
55 |
<tr><ti><uri link="glep-0011.html">11</uri></ti><ti>SA</ti><ti>Web Application Installation</ti></tr> |
56 |
<tr><ti><uri link="glep-0012.html">12</uri></ti><ti>SR</ti><ti>Gentoo.org finger daemon</ti></tr> |
57 |
<tr><ti><uri link="glep-0013.html">13</uri></ti><ti>SA</ti><ti>Providing the users with a Gentoo Handbook</ti></tr> |
58 |
<tr><ti><uri link="glep-0014.html">14</uri></ti><ti>SA</ti><ti>Security updates based on GLSA</ti></tr> |
59 |
<tr><ti><uri link="glep-0015.html">15</uri></ti><ti>SA</ti><ti>Gentoo Script Repository</ti></tr> |
60 |
<tr><ti><uri link="glep-0016.html">16</uri></ti><ti>SD</ti><ti>Gentoo Menu System</ti></tr> |
61 |
<tr><ti><uri link="glep-0017.html">17</uri></ti><ti>SD</ti><ti>Resolution for Aging Ebuilds</ti></tr> |
62 |
<tr><ti><uri link="glep-0018.html">18</uri></ti><ti>SD</ti><ti>Gentoo Bimonthly Publication</ti></tr> |
63 |
<tr><ti><uri link="glep-0019.html">19</uri></ti><ti>SD</ti><ti>Gentoo Stable Portage Tree</ti></tr> |
64 |
<tr><ti><uri link="glep-0020.html">20</uri></ti><ti>SD</ti><ti>/srv - Services Home Directory Support</ti></tr> |
65 |
</table> |
66 |
<note>Key: I = Informational, S = Standards Track, D = Draft, d = Deferred, |
67 |
A = Accepted, F = Final, R = Rejected</note> |
68 |
<p> |
69 |
If you want to roll your own proposal, you'll want to look at the files |
70 |
<uri link="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/?cvsroot=gentoo">here</uri>. |
71 |
</p> |
72 |
|
73 |
</body> |
74 |
</section> |
75 |
</extrachapter> |
76 |
</project> |
77 |
|