From 658d3e48a6ad7eae1730c62212090b0e1b6bfc9b Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 20 Jan 2014 11:39:21 +1300 Subject: [PATCH] Update homepage URL and author email address --- Changes | 4 ++++ EmailReminder/Event.pm | 2 +- README | 2 +- RELEASING | 2 +- collect-reminders | 2 +- email-reminder-editor | 2 +- examples/email-reminders | 2 +- send-reminders | 8 ++++---- t/messages.t | 2 +- 9 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index 1eb6faf..3b8c3fc 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.7.7 (UNRELEASED) + - update URL for the email-reminder homepage + - update author email address + 0.7.6 (2010-01-31) - fix to make yearless events work again (thanks to Will Berriss!) - more tolerant parsing of config options (yes/no, true/false now supported) diff --git a/EmailReminder/Event.pm b/EmailReminder/Event.pm index e7bc4dc..0f3a021 100644 --- a/EmailReminder/Event.pm +++ b/EmailReminder/Event.pm @@ -295,7 +295,7 @@ Have a good day! -- Sent by Email-Reminder $EmailReminder::Utils::VERSION -http://www.email-reminder.org.nz/ +https://launchpad.net/email-reminder MESSAGEEND return $message; diff --git a/README b/README index d312728..0c76754 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ reminder list. License ------- -Copyright (C) 2004-2010 by Francois Marier (francois@email-reminder.org.nz) +Copyright (C) 2004-2010 by Francois Marier (francois@fmarier.org) Email-Reminder is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/RELEASING b/RELEASING index d9d6da0..9134396 100644 --- a/RELEASING +++ b/RELEASING @@ -30,7 +30,7 @@ Public release gpg --armor --sign --detach-sig email-reminder-VERSION.tar.gz lp-project-upload email-reminder VERSION email-reminder-VERSION.tar.gz -2- add a new entry on http://www.email-reminder.org.nz +2- add a new announcement on https://launchpad.net/email-reminder/+announcements 3- add new release on www.freshmeat.net 4- create milestone for next release on Launchpad diff --git a/collect-reminders b/collect-reminders index 9ff519e..1194b68 100755 --- a/collect-reminders +++ b/collect-reminders @@ -42,7 +42,7 @@ F<~/.email-reminders>, F =head1 AUTHOR -Francois Marier +Francois Marier =head1 SEE ALSO diff --git a/email-reminder-editor b/email-reminder-editor index 1780d7e..fa50dcc 100755 --- a/email-reminder-editor +++ b/email-reminder-editor @@ -46,7 +46,7 @@ F<~/.email-reminders> =head1 AUTHOR -Francois Marier +Francois Marier =head1 SEE ALSO diff --git a/examples/email-reminders b/examples/email-reminders index 8796fee..f04bd27 100644 --- a/examples/email-reminders +++ b/examples/email-reminders @@ -4,7 +4,7 @@ Francois Marier -francois@email-reminder.org.nz +francois@fmarier.org 1 diff --git a/send-reminders b/send-reminders index 1012b94..43f9073 100755 --- a/send-reminders +++ b/send-reminders @@ -51,7 +51,7 @@ F<~/.email-reminders>, F =head1 AUTHOR -Francois Marier +Francois Marier =head1 SEE ALSO @@ -232,7 +232,7 @@ sub send_author_wishes print "--> Event Email-Reminder Author's Birthday is occurring\n" if $verbose; my $recipient_name = 'Francois Marier'; - my $recipient_email = 'francois@email-reminder.org.nz'; + my $recipient_email = 'francois@fmarier.org'; my $subject = 'Happy birthday from an email-reminder user'; my $message = <<"MESSAGEEND"; Hi Francois, @@ -244,7 +244,7 @@ $user_email -- Sent by Email-Reminder $EmailReminder::Utils::VERSION -http://www.email-reminder.org.nz/ +https://launchpad.net/email-reminder MESSAGEEND if (!send_email($message, $subject, $recipient_name, $recipient_email)) { @@ -288,7 +288,7 @@ sub process_file '" cannot be processed and all I could do was to let you know that there was a problem.'; $msg .= "\n\n".'Since this event is OCCURRING TODAY, you should really check your reminders manually.'; $msg .= "\n\n".'Please forward this email to the email-reminder author so that this problem can be fixed in future versions:'; - $msg .= "\n\n".' Francois Marier '; + $msg .= "\n\n".' Francois Marier '; $msg .= "\n\n".'Thanks!'; $msg .= "\n\n--------------------------------------------------------------"; $msg .= EmailReminder::Utils::debug_info($event, 2); diff --git a/t/messages.t b/t/messages.t index 6b54f1a..0372733 100755 --- a/t/messages.t +++ b/t/messages.t @@ -13,7 +13,7 @@ my $footer = 'Have a good day! -- Sent by Email-Reminder '.$EmailReminder::Utils::VERSION.' -http://www.email-reminder.org.nz/ +https://launchpad.net/email-reminder '; my $strs = [ -- 2.11.4.GIT