| … | |
… | |
| 30 | <tbody valign="top"> |
30 | <tbody valign="top"> |
| 31 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">42</td> |
31 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">42</td> |
| 32 | </tr> |
32 | </tr> |
| 33 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Critical News Reporting</td> |
33 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Critical News Reporting</td> |
| 34 | </tr> |
34 | </tr> |
| 35 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.1</td> |
35 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.2</td> |
| 36 | </tr> |
36 | </tr> |
| 37 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Ciaran McCreesh <ciaranm at gentoo.org></td> |
37 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Ciaran McCreesh <ciaranm at gentoo.org></td> |
| 38 | </tr> |
38 | </tr> |
| 39 | <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/xml/htdocs/proj/en/glep/glep-0042.txt?cvsroot=gentoo">2005/11/05 03:32:09</a></td> |
39 | <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/xml/htdocs/proj/en/glep/glep-0042.txt?cvsroot=gentoo">2005/11/07 17:02:42</a></td> |
| 40 | </tr> |
40 | </tr> |
| 41 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
41 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
| 42 | </tr> |
42 | </tr> |
| 43 | <tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td> |
43 | <tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td> |
| 44 | </tr> |
44 | </tr> |
| 45 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="http://www.python.org/peps/glep-0012.html">text/x-rst</a></td> |
45 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="http://www.python.org/peps/glep-0012.html">text/x-rst</a></td> |
| 46 | </tr> |
46 | </tr> |
| 47 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">31-October-2005</td> |
47 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">31-Oct-2005</td> |
| 48 | </tr> |
48 | </tr> |
| 49 | <tr class="field"><th class="field-name">Post-Date:</th><td class="field-body">1-November-2005, 5-November-2005</td> |
49 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">1-Nov-2005, 5-Nov-2005</td> |
| 50 | </tr> |
50 | </tr> |
| 51 | </tbody> |
51 | </tbody> |
| 52 | </table> |
52 | </table> |
| 53 | <hr /> |
53 | <hr /> |
| 54 | <div class="contents topic" id="contents"> |
54 | <div class="contents topic" id="contents"> |
| … | |
… | |
| 414 | <h2><a class="toc-backref" href="#id33" name="simple-eselect-news-client">Simple <tt class="docutils literal docutils literal"><span class="pre">eselect</span></tt> News Client</a></h2> |
414 | <h2><a class="toc-backref" href="#id33" name="simple-eselect-news-client">Simple <tt class="docutils literal docutils literal"><span class="pre">eselect</span></tt> News Client</a></h2> |
| 415 | <p>A demonstration <tt class="docutils literal"><span class="pre">eselect</span></tt> news display script follows:</p> |
415 | <p>A demonstration <tt class="docutils literal"><span class="pre">eselect</span></tt> news display script follows:</p> |
| 416 | <pre class="literal-block"> |
416 | <pre class="literal-block"> |
| 417 | # Copyright 1999-2005 Gentoo Foundation |
417 | # Copyright 1999-2005 Gentoo Foundation |
| 418 | # Distributed under the terms of the GNU General Public License v2 |
418 | # Distributed under the terms of the GNU General Public License v2 |
| 419 | # $Id: glep-0042.html,v 1.2 2005/11/07 17:02:42 ciaranm Exp $ |
419 | # $Id: glep-0042.html,v 1.3 2005/11/07 22:26:59 ciaranm Exp $ |
| 420 | |
420 | |
| 421 | DESCRIPTION="Read important Gentoo news items" |
421 | DESCRIPTION="Read important Gentoo news items" |
| 422 | MAINTAINER="ciaranm@gentoo.org" |
422 | MAINTAINER="ciaranm@gentoo.org" |
| 423 | SVN_DATE='$Date: 2005/11/07 17:02:42 $' |
423 | SVN_DATE='$Date: 2005/11/07 22:26:59 $' |
| 424 | VERSION=$(svn_date_to_version "${SVN_DATE}" ) |
424 | VERSION=$(svn_date_to_version "${SVN_DATE}" ) |
| 425 | |
425 | |
| 426 | get_news_item_list() { |
426 | get_news_item_list() { |
| 427 | [[ -d "${ROOT}/var/lib/gentoo/news" ]] || return |
427 | [[ -d "${ROOT}/var/lib/gentoo/news" ]] || return |
| 428 | ( |
428 | ( |
| … | |
… | |
| 659 | |
659 | |
| 660 | </div> |
660 | </div> |
| 661 | <div class="footer"> |
661 | <div class="footer"> |
| 662 | <hr class="footer" /> |
662 | <hr class="footer" /> |
| 663 | <a class="reference" href="glep-0042.txt">View document source</a>. |
663 | <a class="reference" href="glep-0042.txt">View document source</a>. |
| 664 | Generated on: 2005-11-07 17:01 UTC. |
664 | Generated on: 2005-11-07 22:15 UTC. |
| 665 | 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. |
665 | 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. |
| 666 | |
666 | |
| 667 | </div> |
667 | </div> |
| 668 | </body> |
668 | </body> |
| 669 | </html> |
669 | </html> |