From 78bbfa42fa1159bce12c2c1d29eeb0bb9a8a2f75 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 25 Aug 2023 21:04:59 +0200 Subject: Remove mailinglist and proof-of-work functionality --- src/http/tpl/finalize.html | 45 ------------------ src/http/tpl/follow.html | 108 ------------------------------------------ src/http/tpl/unsubscribe.html | 44 ----------------- 3 files changed, 197 deletions(-) delete mode 100644 src/http/tpl/finalize.html delete mode 100644 src/http/tpl/unsubscribe.html (limited to 'src/http/tpl') diff --git a/src/http/tpl/finalize.html b/src/http/tpl/finalize.html deleted file mode 100644 index 8bdfceb..0000000 --- a/src/http/tpl/finalize.html +++ /dev/null @@ -1,45 +0,0 @@ -{{ define "body" }} - - - - - - - - - -{{ end }} - -{{ template "base.html" . }} diff --git a/src/http/tpl/follow.html b/src/http/tpl/follow.html index 88fee46..1958f95 100644 --- a/src/http/tpl/follow.html +++ b/src/http/tpl/follow.html @@ -1,113 +1,5 @@ {{ define "body" }} - - -

- Here's your options for receiving updates about new posts: -

- -

Option 1: Email

- -

- Email is by far my preferred option for notifying followers of new posts. The - entire email list system for this site has been designed from scratch and is - completely self-hosted in my living room. -

- -

- I solemnly swear that: -

- - - -

- So smash that subscribe button! -

- -

- You will need to verify your email, so be sure to check your spam folder to - complete the process if you don't immediately see anything in your inbox. -

- -

- Unfortunately Google considers all emails from my mail server to be spam, so - gmail emails are not allowed. Sorry (not sorry). -

- - - -
- - - -
- - - -

Option 2: RSS

-

RSS is the classic way to follow a site's updates, and we're bringing it back! Just give any RSS reader the following URL: diff --git a/src/http/tpl/unsubscribe.html b/src/http/tpl/unsubscribe.html deleted file mode 100644 index ad01735..0000000 --- a/src/http/tpl/unsubscribe.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ define "body" }} - - - - - - - - - -{{ end }} - -{{ template "base.html" . }} -- cgit v1.2.3