| 1 | GLEP: 42 |
1 | GLEP: 42 |
| 2 | Title: Critical News Reporting |
2 | Title: Critical News Reporting |
| 3 | Version: $Revision: 1.2 $ |
3 | Version: $Revision: 1.3 $ |
| 4 | Author: Ciaran McCreesh <ciaranm@gentoo.org> |
4 | Author: Ciaran McCreesh <ciaranm@gentoo.org> |
| 5 | Last-Modified: $Date: 2005/11/07 17:02:42 $ |
5 | Last-Modified: $Date: 2005/11/07 22:26:59 $ |
| 6 | Status: Draft |
6 | Status: Draft |
| 7 | Type: Standards Track |
7 | Type: Standards Track |
| 8 | Content-Type: text/x-rst |
8 | Content-Type: text/x-rst |
| 9 | Created: 31-October-2005 |
9 | Created: 31-Oct-2005 |
| 10 | Post-Date: 1-November-2005, 5-November-2005 |
10 | Post-History: 1-Nov-2005, 5-Nov-2005 |
| 11 | |
11 | |
| 12 | Abstract |
12 | Abstract |
| 13 | ======== |
13 | ======== |
| 14 | |
14 | |
| 15 | This GLEP proposes a new way of informing users about important updates and news |
15 | This GLEP proposes a new way of informing users about important updates and news |
| … | |
… | |
| 378 | |
378 | |
| 379 | :: |
379 | :: |
| 380 | |
380 | |
| 381 | # Copyright 1999-2005 Gentoo Foundation |
381 | # Copyright 1999-2005 Gentoo Foundation |
| 382 | # Distributed under the terms of the GNU General Public License v2 |
382 | # Distributed under the terms of the GNU General Public License v2 |
| 383 | # $Id: glep-0042.txt,v 1.2 2005/11/07 17:02:42 ciaranm Exp $ |
383 | # $Id: glep-0042.txt,v 1.3 2005/11/07 22:26:59 ciaranm Exp $ |
| 384 | |
384 | |
| 385 | DESCRIPTION="Read important Gentoo news items" |
385 | DESCRIPTION="Read important Gentoo news items" |
| 386 | MAINTAINER="ciaranm@gentoo.org" |
386 | MAINTAINER="ciaranm@gentoo.org" |
| 387 | SVN_DATE='$Date: 2005/11/07 17:02:42 $' |
387 | SVN_DATE='$Date: 2005/11/07 22:26:59 $' |
| 388 | VERSION=$(svn_date_to_version "${SVN_DATE}" ) |
388 | VERSION=$(svn_date_to_version "${SVN_DATE}" ) |
| 389 | |
389 | |
| 390 | get_news_item_list() { |
390 | get_news_item_list() { |
| 391 | [[ -d "${ROOT}/var/lib/gentoo/news" ]] || return |
391 | [[ -d "${ROOT}/var/lib/gentoo/news" ]] || return |
| 392 | ( |
392 | ( |