www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/source/planetrss planetrss.pl


From: Pavel Kharitonov
Subject: www/server/source/planetrss planetrss.pl
Date: Thu, 9 Mar 2017 11:44:39 -0500 (EST)

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       17/03/09 11:44:39

Modified files:
        server/source/planetrss: planetrss.pl 

Log message:
        Fix comment RT #1199274.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.25&r2=1.26

Patches:
Index: planetrss.pl
===================================================================
RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- planetrss.pl        24 Sep 2015 06:51:19 -0000      1.25
+++ planetrss.pl        9 Mar 2017 16:44:39 -0000       1.26
@@ -1,7 +1,7 @@
 # PlanetRSS: fetch feeds from planetgnu.org and output them as HTML.
 #
 # Copyright © 2011 Shailesh Ghadge
-# Copyright © 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright © 2013, 2014, 2015, 2017 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,11 +29,11 @@
 # Provides argument handling.
 use Getopt::Long;
 
-my $Version = "1.13";
+my $Version = "1.14";
 my $default_lines = 3;
 my $default_length = 200;
-# GNU Remotecontrol Newsletter doesn't produce meaningful feeds;
-# skip it by default.
+# We couldn't make this script extract passages that would be suitable
+# for homepage from Remotecontrol feeds.
 my $default_exclude_pattern = '^GNU Remotecontrol: Newsletter';
 my $head = "<!-- Autogenerated by planetrss.pl ".$Version." -->\n";
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]