CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/04 20:06:11
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.11&r2=1.12 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.4&r2=1.5 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- planetfeeds.html 2 Apr 2011 21:32:46 -0000 1.11 +++ planetfeeds.html 4 Apr 2011 20:05:51 -0000 1.12 @@ -1,4 +1,3 @@ +<p><a href='http://blogs.fsfe.org/bjg/2011/04/some-pre-release-checks-for-gnu-packages/'>Some pre-release checks for GNU packages</a>: Hereâs a list of pre-release checks I've found useful over the years. Most of them should apply to any package, but theyâve been used for a C library ... <a href='http://blogs.fsfe.org/bjg/2011/04/some-pre-release-checks-for-gnu-packages/'>more</a></p> <p><a href='http://www.fsf.org/events/20110407-fs-portland'>Free Software and Your Freedom</a>: Portland, OR - PSU Native American Student and Community Center, 710 SW Jackson Street... <a href='http://www.fsf.org/events/20110407-fs-portland'>more</a></p> -<p><a href='http://www.fsf.org/blogs/community/trisquel-4.5-slaine-released'>Trisquel 4.5 "Slaine" released</a>: Trisquel's latest release ships experimental NVIDIA 3D support.... <a href='http://www.fsf.org/blogs/community/trisquel-4.5-slaine-released'>more</a></p> -<p><a href='http://www.fsf.org/blogs/community/gmail-jstrap'>Avoid the pitfalls of the JavaScript Trap on Gmail</a>: Today we're launching the first in a series of features on how to use -common websites without using proprietary JavaScript.... <a href='http://www.fsf.org/blogs/community/gmail-jstrap'>more</a></p> +<p><a href='http://www.gnu.org/software/hurd/'>GNU/Hurd 0.401 is released!</a>: The GNU Hurd is the GNU project's replacement for the UNIX kernel... <a href='http://www.gnu.org/software/hurd/news/2011-04-01.html'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- server/source/planetrss/planetrss.pl 30 Mar 2011 22:27:47 -0000 1.4 +++ server/source/planetrss/planetrss.pl 4 Apr 2011 20:06:08 -0000 1.5 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 4; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");