CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/03/30 22:27:50
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.5&r2=1.6 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.3&r2=1.4 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- planetfeeds.html 30 Mar 2011 15:37:22 -0000 1.5 +++ planetfeeds.html 30 Mar 2011 22:27:16 -0000 1.6 @@ -1,6 +1,3 @@ -<p><a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>GNU SRC Build Report 2011-03-30</a>: This is the weekly build report for all packages in the GNU Source Release Collection. There are 244 packages defined, 132 succeeded, 112 failed. The build ... <a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>more</a></p> -<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6769'>Google Summer of Code Students - Apply now!</a>: Anyone who wants to participate in this year's Google Summer of Code are now able to apply here http://www.google-melange.com. The organisation yo... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6769'>more</a></p> -<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6768'>FreeIPMI 1.0.3 Released</a>: Support additional error handling in bmc-info., Support ability ... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6768'>more</a></p> -<p><a href='http://www.fsf.org/news/2010-free-software-awards-announced'>2010 Free Software Awards announced</a>: Free Software Foundation president Richard M. Stallman announced the -winners of the FSF's annual... <a href='http://www.fsf.org/news/2010-free-software-awards-announced'>more</a></p> -<p><a href='http://www.fsf.org/events/20110404-fs-princegeorge'>Free Software and Your Freedom</a>: Prince George, Canada - Agora, auditorium 7-212, University of Northern British Columbia, 3333 University Way, Prince George, B.C.... <a href='http://www.fsf.org/events/20110404-fs-princegeorge'>more</a></p> +<p><a href='http://www.fsf.org/events/20110322-fs-regina'>Free Software and Your Freedom</a>: Regina, Canada - The University Club, 215 College West Building, University of Regina, 3737 Wascana Parkway, Regina, Saskatchewan... <a href='http://www.fsf.org/events/20110322-fs-regina'>more</a></p> +<p><a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>GNU SRC Build Report 2011-03-30-0028</a>: This is the weekly build report for all packages in the GNU Source Release Collection. There are 244 packages defined, 132 succeeded, 112 failed. The build ... <a href='http://chapters.gnu.org/~bjg/gsrc/summary/'>more</a></p> +<p><a href='http://savannah.gnu.org/forum/forum.php?forum_id=6769'>Google Summer of Code Students - Apply now!</a>: Anyone who wants to participate in this year Google Summer of Code is now able to apply here http://www.google-melange.com. The organisation yo... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6769'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- server/source/planetrss/planetrss.pl 30 Mar 2011 15:38:18 -0000 1.3 +++ server/source/planetrss/planetrss.pl 30 Mar 2011 22:27:47 -0000 1.4 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 5; # 'n' feeds + my $FeedLines = 3; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");