]> git.refcnt.org Git - lugs.git/commitdiff
lreminder: improve filtering options master
authorSteven Schubiger <stsc@refcnt.org>
Fri, 16 May 2025 20:30:30 +0000 (22:30 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 16 May 2025 20:30:30 +0000 (22:30 +0200)
lreminder/reminder.pl

index 14ea60e811fdebc93890d44a919fbf7bff338303..d198613c4959296aabae9532c826ad8e1b5a2493 100755 (executable)
@@ -15,7 +15,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #
 # Author: Steven Schubiger <stsc@refcnt.org>
-# Last modified: Wed 09 Jun 2021 01:19:17 PM CEST
+# Last modified: Fr 16 Mai 2025 22:22:21 CEST 
 
 use strict;
 use warnings;
@@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap);
 use URI ();
 use WWW::Mechanize ();
 
-my $VERSION = '0.53';
+my $VERSION = '0.54';
 
 #-----------------------
 # Start of configuration
@@ -148,10 +148,10 @@ sub init
                 fields  => [ qw(responsible) ],
             }, {
                 rewrite => '$TEXT - $HREF',
-                fields  => [ qw(location more) ],
+                fields  => [ qw(title location more) ],
             } ],
         },
-        purge_tags => [ qw(location responsible more) ],
+        purge_tags => [ qw(title location responsible more) ],
         strip_text => [ 'mailto:' ],
     });
     unlink $file;