CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/04/06 17:45:33
Modified files: . : planetfeeds.html server/source/planetrss: planetrss.pl Log message: Automatic update of planetfeeds.html CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/planetfeeds.html?cvsroot=www&r1=1.15&r2=1.16 http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.7&r2=1.8 Patches: Index: planetfeeds.html =================================================================== RCS file: /web/www/www/planetfeeds.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- planetfeeds.html 5 Apr 2011 22:51:38 -0000 1.15 +++ planetfeeds.html 6 Apr 2011 17:45:09 -0000 1.16 @@ -1,5 +1,3 @@ +<p><a href='http://sandklef.wordpress.com/2011/04/06/workshop-scripting-with-bash/'>Workshop: Scripting with bash</a>: Today at IT University (Gothenburg, Sweden) I will do a workshop on scripting with bash. This workshop is the first (beta) of a series of planned workshops organ... <a href='http://sandklef.wordpress.com/2011/04/06/workshop-scripting-with-bash/'>more</a></p> <p><a href='http://www.gnu.org/software/hurd/news/2011-q1.html'>A quarter of the Hurd</a>: GSoC and new faces... <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://www.fsf.org/events/20110411-fds-stanford'>A Free Digital Society - What Makes Digital Inclusion Good or Bad?</a>: Stanford, CA - Room 180, Stanford Law School, 559 Nathan Abbott Way... <a href='http://www.fsf.org/events/20110411-fds-stanford'>more</a></p> Index: server/source/planetrss/planetrss.pl =================================================================== RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- server/source/planetrss/planetrss.pl 5 Apr 2011 22:49:58 -0000 1.7 +++ server/source/planetrss/planetrss.pl 6 Apr 2011 17:45:13 -0000 1.8 @@ -29,7 +29,7 @@ #Provides get(url) function #--------------------------------------------- - my $FeedLines = 6; # 'n' feeds + my $FeedLines = 3; # 'n' feeds my $FeedLength = 200; # 'm' characters my $PGfeeds = get("http://planet.gnu.org/rss20.xml");