From df609982492436d33978cd8bbcc1bad078e19343 Mon Sep 17 00:00:00 2001 From: Joe Woods Date: Thu, 2 Dec 2021 10:12:22 -0500 Subject: [PATCH 1/2] Update Fastmail capitalization --- README.md | 2 +- lib/TownCrier/Handler/Feed.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23d02da..d1436ca 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ There's some knobs you can twiddle in config.yml. ## demo -FastMail are using this. See http://www.fastmailstatus.com/ +Fastmail are using this. See http://www.fastmailstatus.com/ ## credits and license diff --git a/lib/TownCrier/Handler/Feed.pm b/lib/TownCrier/Handler/Feed.pm index cdcde8d..c991458 100644 --- a/lib/TownCrier/Handler/Feed.pm +++ b/lib/TownCrier/Handler/Feed.pm @@ -15,7 +15,7 @@ sub index { create_feed( format => "RSS", - title => "FastMail Status", + title => "Fastmail Status", link => request->uri_base . request->path, self_link => request->uri_base . request->path, entries => [ map { @@ -43,7 +43,7 @@ sub service { create_feed( format => "RSS", - title => "FastMail Status - ".$service->name, + title => "Fastmail Status - ".$service->name, link => request->uri_base . request->path, entries => [ map { my $dt = DateTime::Format::ISO8601->parse_datetime($_->timestamp . "Z"); From 7875942b643a2e9c18bbeaf2d0032658e1864575 Mon Sep 17 00:00:00 2001 From: Joe Woods Date: Thu, 2 Dec 2021 10:14:18 -0500 Subject: [PATCH 2/2] Update references to project namespace --- README.md | 4 ++-- views/layouts/main.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1436ca..459e68f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![](https://raw.githubusercontent.com/robn/towncrier/master/public/images/bell/bell-48.png) towncrier +# ![](https://raw.githubusercontent.com/fastmail/towncrier/master/public/images/bell/bell-48.png) towncrier A simple status dashboard. @@ -16,7 +16,7 @@ If you have a system with a fairly recent Perl already, then Carton is your next best choice: ```bash -$ git clone http://github.com/robn/towncrier.git +$ git clone http://github.com/fastmail/towncrier.git $ cd towncrier $ curl -L http://cpanmin.us | perl - Carton $ carton install --deployment diff --git a/views/layouts/main.tt b/views/layouts/main.tt index 5677deb..64d1475 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -36,7 +36,7 @@