| … | |
… | |
| 31 | <tbody valign="top"> |
31 | <tbody valign="top"> |
| 32 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">15</td> |
32 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">15</td> |
| 33 | </tr> |
33 | </tr> |
| 34 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Gentoo Script Repository</td> |
34 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Gentoo Script Repository</td> |
| 35 | </tr> |
35 | </tr> |
| 36 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">0.2</td> |
36 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.2</td> |
| 37 | </tr> |
37 | </tr> |
| 38 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/glep-0015.txt?cvsroot=gentoo">2003/09/30 18:05:00</a></td> |
38 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/glep-0015.txt?cvsroot=gentoo">2003/10/13 11:00:20</a></td> |
| 39 | </tr> |
39 | </tr> |
| 40 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">James Harlow <glep at james.is.never.wrong.nu>,</td> |
40 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">James Harlow <glep at james.is.never.wrong.nu>,</td> |
| 41 | </tr> |
41 | </tr> |
| 42 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
42 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
| 43 | </tr> |
43 | </tr> |
| … | |
… | |
| 45 | </tr> |
45 | </tr> |
| 46 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="glep-0002.html">text/x-rst</a></td> |
46 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="glep-0002.html">text/x-rst</a></td> |
| 47 | </tr> |
47 | </tr> |
| 48 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">30 Sep 2003</td> |
48 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">30 Sep 2003</td> |
| 49 | </tr> |
49 | </tr> |
| 50 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">2-Jun-2003</td> |
50 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">30-Sep-2003</td> |
| 51 | </tr> |
51 | </tr> |
| 52 | </tbody> |
52 | </tbody> |
| 53 | </table> |
53 | </table> |
| 54 | <hr /> |
54 | <hr /> |
| 55 | <div class="contents topic" id="contents"> |
55 | <div class="contents topic" id="contents"> |
| … | |
… | |
| 75 | easier and fault-proof by scripting. However, not everyone has the |
75 | easier and fault-proof by scripting. However, not everyone has the |
| 76 | experience to write such scripts; those that do have the choice of |
76 | experience to write such scripts; those that do have the choice of |
| 77 | tracking down scripts on developer's webpages or with a search engine, |
77 | tracking down scripts on developer's webpages or with a search engine, |
| 78 | or writing them themselves, often duplicating effort that has been |
78 | or writing them themselves, often duplicating effort that has been |
| 79 | already done by other people.</p> |
79 | already done by other people.</p> |
| 80 | <p>A better solution would be to have a repository of these scripts on dev.gentoo.org.</p> |
80 | <p>A better solution would be to have a repository of these scripts on |
|
|
81 | www.gentoo.org.</p> |
| 81 | </div> |
82 | </div> |
| 82 | <div class="section" id="specification"> |
83 | <div class="section" id="specification"> |
| 83 | <h1><a class="toc-backref" href="#id4" name="specification">Specification</a></h1> |
84 | <h1><a class="toc-backref" href="#id4" name="specification">Specification</a></h1> |
| 84 | <p>A <a class="reference" href="mailto:scripts@gentoo.org">scripts@gentoo.org</a> email alias would be setup and forwarded to the team that |
85 | <p>A <a class="reference" href="mailto:scripts@gentoo.org">scripts@gentoo.org</a> email alias would be setup and forwarded to the team that |
| 85 | will accept and publish these scripts to the website. The team will need |
86 | will accept and publish these scripts to the website. The team will need |
| 86 | access to a portion of the website, but just enough to add the scripts, and |
87 | access to a portion of the website, but just enough to add the scripts, and |
| 87 | update links from the main "scripts" page. I would propose it be a |
88 | update links from the main "scripts" page. I would propose it be a |
| 88 | subproject of the tools or base top level project. The scripts team would |
89 | subproject of the tools or base top level project. The scripts team would |
| 89 | need commit access to gentoo/xml/htdocs/proj/en/[base|tools]/scripts/.It |
90 | need commit access to gentoo/xml/htdocs/proj/en/[base|tools]/scripts/.It |
| 90 | shouldn't increase the load on gentoo.org significantly.</p> |
91 | shouldn't increase the load on gentoo.org significantly.</p> |
|
|
92 | <p>The scripts should be divided by type of task, for example sysadmin, |
|
|
93 | gentooadmin, misc, and internally well-commented. If there are enough then |
|
|
94 | it might be appropriate to have a search interface.</p> |
| 91 | </div> |
95 | </div> |
| 92 | <div class="section" id="rationale"> |
96 | <div class="section" id="rationale"> |
| 93 | <h1><a class="toc-backref" href="#id5" name="rationale">Rationale</a></h1> |
97 | <h1><a class="toc-backref" href="#id5" name="rationale">Rationale</a></h1> |
| 94 | <p>A repository on gentoo.org would address the problem of not having a |
98 | <p>A repository on gentoo.org would address the problem of not having a |
| 95 | central point where all the scripts reside; and as gentoo.org is |
99 | central point where all the scripts reside; and as gentoo.org is |
| … | |
… | |
| 114 | </div> |
118 | </div> |
| 115 | |
119 | |
| 116 | <hr class="footer"/> |
120 | <hr class="footer"/> |
| 117 | <div class="footer"> |
121 | <div class="footer"> |
| 118 | <a class="reference" href="glep-0015.txt">View document source</a>. |
122 | <a class="reference" href="glep-0015.txt">View document source</a>. |
| 119 | Generated on: 2003-10-01 12:56 UTC. |
123 | Generated on: 2003-10-13 11:05 UTC. |
| 120 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
124 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
| 121 | </div> |
125 | </div> |
| 122 | </body> |
126 | </body> |
| 123 | </html> |
127 | </html> |
| 124 | |
128 | |