CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/21 22:47:17
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.32&r2=1.33 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.10&r2=1.11 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -b -r1.32 -r1.33 --- planetfeeds.html 21 Apr 2011 15:15:35 -0000 1.32 +++ planetfeeds.html 21 Apr 2011 22:47:09 -0000 1.33 @@ -1,5 +1,6 @@ <!-- 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=6791'>Freeipmi 1.0.4 Released</a>: <a href="http://download.gluster.com/pub/freeipmi/1.0.4/">http://download.gluster.com/pub/freeipmi/1.0.4/</a> +o Support "discretereading" workaround in ipmi-sensors a... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6791'>more</a></p> +<p><a href='http://www.fsf.org/blogs/community/our-rss-feeds-are-now-full-text'>Our RSS feeds are now full text</a>: +We've recently made a long overdue improvement to fsf.org -- our RSS feeds are now full text. You can now conveniently read our full stories in your <a href="... <a href='http://www.fsf.org/blogs/community/our-rss-feeds-are-now-full-text'>more</a></p> <p><a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>GNU SRC Build Report 2011-04-20-1719</a>: This is the weekly build report for all packages in the <a href="http://www.gnu.org/software/gsrc/">GNU Source Release Collection</a>. There are 244 packag... <a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>more</a></p> -we will see how to add w... <a href='http://smalltalk.gnu.org/blog/mrgwen/counter-tutorial-gtk-and-gnu-smalltalk'>more</a></p> -<p><a href='http://smalltalk.gnu.org/blog/mrgwen/first-gtk-program-smalltalk'>First Gtk program in Smalltalk</a>: In this short tutorial I will explain how to create a simple GTK application with GNU Smalltalk. First of all we download the gtk-tools package which contai... <a href='http://smalltalk.gnu.org/blog/mrgwen/first-gtk-program-smalltalk'>more</a></p> -<p><a href='http://nickclifton.livejournal.com/7962.html'>April 2011 GNU Toolchain Update</a>: Here are the highlights of this month's changes: Support has been added for the uCLinux port to the C6X target. Specifical support for the DSBT shar... <a href='http://nickclifton.livejournal.com/7962.html'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- server/source/planetrss/planetrss.pl 21 Apr 2011 15:15:53 -0000 1.10 +++ server/source/planetrss/planetrss.pl 21 Apr 2011 22:47:13 -0000 1.11 @@ -32,7 +32,7 @@ use Getopt::Long; #Provides arguement handling #--------------------------------------------- - my $FeedLines = 7; # 'n' feeds + my $FeedLines = 3; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");