CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/21 15:16:18
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.31&r2=1.32 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.9&r2=1.10 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -b -r1.31 -r1.32 --- planetfeeds.html 19 Apr 2011 17:39:46 -0000 1.31 +++ planetfeeds.html 21 Apr 2011 15:15:35 -0000 1.32 @@ -1,6 +1,5 @@ <!-- Autogenerated File by planetrss.pl http://web.cvs.savannah.gnu.org/viewvc/www/server/source/planetrss/?root=www --> -<p><a href="http://www.fsf.org/blogs/licensing/farewell-groklaw-and-thanks">Farewell, Groklaw, and thanks!</a>: Pamela Jones recently announced that Groklaw will stop publishing new articles on May 16. It's sad news... <a href="http://www.fsf.org/blogs/licensing/farewell-groklaw-and-thanks">more</a></p> -<p><a href='http://nickclifton.livejournal.com/7962.html'>April GNU Toolchain Update</a>: Hi Guys, 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> -<p><a href='http://www.fsf.org/events/20110514-dsp-porto'>The Danger of Software Patents</a>: Richard Stallman will explain how software patents obstruct -software development. Software patents are patents that cover -software ideas. They restrict the deve... <a href='http://www.fsf.org/events/20110514-dsp-porto'>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.9 retrieving revision 1.10 diff -u -b -r1.9 -r1.10 --- server/source/planetrss/planetrss.pl 14 Apr 2011 06:39:49 -0000 1.9 +++ server/source/planetrss/planetrss.pl 21 Apr 2011 15:15:53 -0000 1.10 @@ -32,7 +32,7 @@ use Getopt::Long; #Provides arguement handling #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 7; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");