CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/05 17:44: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.12&r2=1.13 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.5&r2=1.6 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- planetfeeds.html 4 Apr 2011 20:05:51 -0000 1.12 +++ planetfeeds.html 5 Apr 2011 17:40:20 -0000 1.13 @@ -1,3 +1,5 @@ -<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.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> +<p><a href='http://www.fsf.org/blogs/community/mccarthy'>Internet user arrested for linking to other websites</a>: Brian McCarthy ran a website, channelsurfing.net, that linked to +various sites where you could watch online streams of TV shows and +sports... <a href='http://www.fsf.org/blogs/community/mccarthy'>more</a></p> +<p><a href='http://smalltalk.gnu.org/blog/zecke/block-closure-and-timeouts'>Block Closure and Timeouts</a>: For the SS7/GSM work I am doing I have to implement dialogues with other systems and by default the IO in a lightweight process in Smalltalk is blocking (built on t... <a href='http://smalltalk.gnu.org/blog/zecke/block-closure-and-timeouts'>more</a></p> +<p><a href='http://smalltalk.gnu.org/blog/zuluuuuuu/nicolas-petton-interview'>Nicolas Petton Interview</a>: The WebQA did an interview with Nicolas Petton, co-author/author of Iliad Web Framework and Jtalk. You can find the interview here: http://www.thewebqa.com/javascript... <a href='http://smalltalk.gnu.org/blog/zuluuuuuu/nicolas-petton-interview'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- server/source/planetrss/planetrss.pl 4 Apr 2011 20:06:08 -0000 1.5 +++ server/source/planetrss/planetrss.pl 5 Apr 2011 17:42:12 -0000 1.6 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 4; # 'n' feeds + my $FeedLines = 3; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");