CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/25 21:48:00
Modified files: . : planetfeeds.html server/source/planetrss: planetrss.pl Log message: Updating planetfeeds.html CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/planetfeeds.html?cvsroot=www&r1=1.39&r2=1.40 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.11&r2=1.12 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -b -r1.39 -r1.40 --- planetfeeds.html 23 Apr 2011 14:57:11 -0000 1.39 +++ planetfeeds.html 25 Apr 2011 21:47:53 -0000 1.40 @@ -1,5 +1,7 @@ <!-- Autogenerated File by planetrss.pl http://web.cvs.savannah.gnu.org/viewvc/www/server/source/planetrss/?root=www --> +<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6796'>GNU Libidn 1.21 Released</a>: Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized d... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6796'>more</a></p> +<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6794'>gv 3.7.1.90 released</a>: I am pleased to announce that GNU gv 3.7.1.90 has been released today. It is available for download in the GNU ftp, ftp://alpha.gnu.org/gnu/gv . +Changes in this version:... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6794'>more</a></p> <p><a href='http://www.fsf.org/blogs/licensing/good-news-about-the-novell-cptn-deal'>Good news about the Novell/CPTN deal</a>: When this deal was announced, the Open Source Initiative (OSI) and -Free Software Foundation... <a href='http://www.fsf.org/blogs/licensing/good-news-about-the-novell-cptn-deal'>more</a></p> -<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6793'>GNU Parallel 20110422 ('Libya') released</a>: New in this release: {#} now works an alias for $PARALLEL_PID. --eta now estimates... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6793'>more</a></p> -<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6791'>Freeipmi 1.0.4 Released</a>: Supports "discretereading" workaround in ipmi-sensors and associated libraries. Supports... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6791'>more</a></p> +Free Software Foundation sent a joint position statement +to the Department of Justice. ... <a href='http://www.fsf.org/blogs/licensing/good-news-about-the-novell-cptn-deal'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- server/source/planetrss/planetrss.pl 21 Apr 2011 22:47:13 -0000 1.11 +++ server/source/planetrss/planetrss.pl 25 Apr 2011 21:47:57 -0000 1.12 @@ -32,7 +32,7 @@ use Getopt::Long; #Provides arguement handling #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 4; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");