CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/05 22:50:02
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.13&r2=1.14 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.6&r2=1.7 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- planetfeeds.html 5 Apr 2011 17:40:20 -0000 1.13 +++ planetfeeds.html 5 Apr 2011 22:49:34 -0000 1.14 @@ -1,5 +1,6 @@ +<p><a href='http://www.gnu.org/software/hurd/news/2011-q1.html'>2011-q1</a>: A quarter of the Hurd, Q1 of 2011: <em>GSoC</em>, and <em>new faces</em>. +Details.<div id="news-2011-q1.full-news" class="toggleable">... <a href='http://www.gnu.org/software/hurd/news/2011-q1.html'>more</a></p> +<p><a href='http://www.fsf.org/events/20110825-ghm-paris'>GNU Hackers Meeting</a>: Paris, France - 23, avenue d'Italie, 75013 Paris... <a href='http://www.fsf.org/events/20110825-ghm-paris'>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.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- server/source/planetrss/planetrss.pl 5 Apr 2011 17:42:12 -0000 1.6 +++ server/source/planetrss/planetrss.pl 5 Apr 2011 22:49:58 -0000 1.7 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 3; # 'n' feeds + my $FeedLines = 6; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");