CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/03/30 15:38:21
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.4&r2=1.5 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.2&r2=1.3 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- planetfeeds.html 26 Mar 2011 15:47:01 -0000 1.4 +++ planetfeeds.html 30 Mar 2011 15:37:22 -0000 1.5 @@ -1,5 +1,6 @@ -<p><a href='http://www.gnu.org/software/hurd/community/gsoc.html'>GNU Hurd in Google Summer of Code 2011</a>: If you're a student, consider -applying for a GNU Hurd project -- details to be found on our -GSoC page... <a href='http://www.gnu.org/software/hurd/community/gsoc.html'>more</a></p> +<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://savannah.gnu.org/forum/forum.php?forum_id=6765'>GNU IceCat 3.6.16 released</a>: I am pleased to announce the new version of the IceCat web browser. The new version includes changes made upstream by Mozilla Firefox 3.6.16. It is available for do... <a href='http://savannah.gnu.org/forum/forum.php?forum_id=6765'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- server/source/planetrss/planetrss.pl 26 Mar 2011 16:04:25 -0000 1.2 +++ server/source/planetrss/planetrss.pl 30 Mar 2011 15:38:18 -0000 1.3 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 5; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");