CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/05/22 15:30: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.64&r2=1.65 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.15&r2=1.16 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -b -r1.64 -r1.65 --- planetfeeds.html 20 May 2011 23:13:17 -0000 1.64 +++ planetfeeds.html 22 May 2011 15:29:53 -0000 1.65 @@ -1,4 +1,3 @@ -<!-- 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/parabola-gnu-linux-joins-the-fsf-list-of-free-distributions'>Parabola GNU/Linux joins the FSF list of free distributions</a>: <a href="http://parabolagnulinux.org/">Parabola</a> strives to keep its packaging and management tools as simple as possible, so th... <a href='http://www.fsf.org/blogs/licensing/parabola-gnu-linux-joins-the-fsf-list-of-free-distributions'>more</a></p> -<p><a href='http://www.fsf.org/events/20110615-cvc-berlin'>Copyright vs. Community</a>: Copyright developed in the age of the printing press, and was designed to fit with the system of centralized copying imposed by the printing press. But the copyright s... <a href='http://www.fsf.org/events/20110615-cvc-berlin'>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> +<!-- 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=6831'>GNU Parallel 20110522 ('Pakistan') released</a>: GNU Parallel 20115022 ('Pakistan') has been released. It is available for download at: <a href="http://ftp.gnu.org/gnu/parallel/">http://ftp.gnu.org/gnu/parallel/</a>... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6831'>more</a></p> +<p><a href='http://www.fsf.org/blogs/licensing/parabola-gnu-linux-joins-the-fsf-list-of-free-distributions'>Parabola GNU/Linux joins the FSF list of free distributions</a>: <a href="http://parabolagnulinux.org/">Parabola</a> strives to keep its packaging and management tools as simple as possible, so that users have plenty of flexibility to install and... <a href='http://www.fsf.org/blogs/licensing/parabola-gnu-linux-joins-the-fsf-list-of-free-distributions'>more</a></p> +<p><a href='http://www.fsf.org/events/20110615-cvc-berlin'>Copyright vs. Community</a>: Copyright developed in the age of the printing press, and was designed to fit with the system of centralized copying imposed by the printing press. But the copyright syst... <a href='http://www.fsf.org/events/20110615-cvc-berlin'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- server/source/planetrss/planetrss.pl 20 May 2011 15:38:45 -0000 1.15 +++ server/source/planetrss/planetrss.pl 22 May 2011 15:29:55 -0000 1.16 @@ -36,7 +36,7 @@ use Getopt::Long; #Provides arguement handling #--------------------------------------------- - my $FeedLines = 10; # 'n' feeds + my $FeedLines = 3; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");