CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/05/20 15:38:58
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.62&r2=1.63 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.14&r2=1.15 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -b -r1.62 -r1.63 --- planetfeeds.html 18 May 2011 22:52:28 -0000 1.62 +++ planetfeeds.html 20 May 2011 15:37:12 -0000 1.63 @@ -1,4 +1,4 @@ <!-- 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/community/osmocombb'>Work on a free software GPRS/EDGE stack!</a>: A project called OsmocomBB is underway to develop software that could be used in free mobile devices. Progress has been good, with regular telephone ... <a href='http://www.fsf.org/blogs/community/osmocombb'>more</a></p> -<p><a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>GNU SRC Build Report 2011-05-18-1325</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> +<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6829'>vc-dwim-1.5 released [stable]</a>: I fixed an annoying long-standing bug (details below), so here's 1.5. In case you're wondering what this package does, see <a href="http://www.gnu.org/software/vc-dwim/">http://www.gnu.org/software/vc-dwim/</a> V... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6829'>more</a></p> <p><a href='http://www.fsf.org/blogs/rms/microsoft-skype'>Microsoft Skype</a>: How will this affect the success of Skype's spyware, they ask? Was it good strategy for one or the other? Did Microsoft pay too much? How does this affect the possible success... <a href='http://www.fsf.org/blogs/rms/microsoft-skype'>more</a></p> +<p><a href='http://www.fsf.org/blogs/community/osmocombb'>Work on a free software GPRS/EDGE stack!</a>: A project called OsmocomBB is underway to develop software that could be used in free mobile devices. Progress has been good, with regular telephone ... <a href='http://www.fsf.org/blogs/community/osmocombb'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- server/source/planetrss/planetrss.pl 29 Apr 2011 15:15:36 -0000 1.14 +++ server/source/planetrss/planetrss.pl 20 May 2011 15:38:45 -0000 1.15 @@ -36,7 +36,7 @@ use Getopt::Long; #Provides arguement handling #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 10; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");