X-Git-Url: http://git.refcnt.org/?p=lugs.git;a=blobdiff_plain;f=lreminder%2Freminder.pl;h=9cb408a28742562662fadfa3ec7b1a93594abe5a;hp=81d898ef98f75362215bcc0e298381a3175324c1;hb=36abab35a27dcd4d204dc186a3196aa1668805ee;hpb=7297bad447c8eb7feaf9946506f5a337443cfe55 diff --git a/lreminder/reminder.pl b/lreminder/reminder.pl index 81d898e..9cb408a 100755 --- a/lreminder/reminder.pl +++ b/lreminder/reminder.pl @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Author: Steven Schubiger -# Last modified: Wed Jul 16 16:17:32 CEST 2014 +# Last modified: Mon Aug 11 21:00:55 CEST 2014 use strict; use warnings; @@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap); use URI (); use WWW::Mechanize (); -my $VERSION = '0.45'; +my $VERSION = '0.48'; #----------------------- # Start of configuration @@ -57,7 +57,7 @@ my $Config = { #--------------------- my $dbh = DBI->connect("dbi:mysql(RaiseError=>1):$Config->{dbase_name}", $Config->{dbase_user}, $Config->{dbase_pass}); -my $file = (URI->new($Config->{events_url})->path_segments)[-1]; +my $file = File::Spec->catfile('tmp', (URI->new($Config->{events_url})->path_segments)[-1]); my ($test, $run) = (false, false); @@ -110,11 +110,8 @@ sub init rewrite => '$TEXT - $HREF', fields => [ qw(location more) ], } ], - 'br' => [ { - rewrite => '', - fields => [ qw(more) ], - } ], }, + purge_tags => [ qw(location responsible more) ], strip_text => [ 'mailto:' ], }); unlink $file;