From 3fcfa1cd85b7e1f325a88b6239f7d0a7dc316a2a Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Tue, 14 Jul 2026 00:43:22 -0600 Subject: [PATCH 1/3] allow HEAD requests to webmention --- services/webmention.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/webmention.py b/services/webmention.py index 55139bb..7c1eb97 100644 --- a/services/webmention.py +++ b/services/webmention.py @@ -52,7 +52,7 @@ def handler(): print("Content-Type: text/plain; charset=utf-8\r\n\r") print("Thanks for mentioning us!") print(source) - elif method == "GET": + elif method in ("GET", "HEAD"): print("Status: 200 OK\r") print("Content-Type: text/plain; charset=utf-8\r\n\r") for mention in Mention.load_past_mentions(): From b4f6804584e49cf175988ab712ef20d4a5d17b59 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sun, 2 Aug 2026 22:23:41 +0100 Subject: [PATCH 2/3] Backup website --- www/index.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index d5dcc53..8281666 100644 --- a/www/index.html +++ b/www/index.html @@ -21,15 +21,25 @@
  • Matrix
  • Federate with us on Mastodon
  • - -

    Resources:

    - +

    Upcoming Events

    - To be updated here.... + + +
    +

    HTML Day Meetup

    +

    Event Page

    +

    Those in the Edmonton area are free to join! Please remain respectful.

    +
    +

    Most Recent Event:

    From 1af4533e69ab4492308d8575387a85149ce7ada8 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Wed, 5 Aug 2026 09:51:52 -0600 Subject: [PATCH 3/3] Add link to login page --- www/index.html | 11 +++++++++-- www/login.html | 11 +++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 www/login.html diff --git a/www/index.html b/www/index.html index 8281666..c2125ee 100644 --- a/www/index.html +++ b/www/index.html @@ -14,8 +14,15 @@ - @ University of Alberta -
    Webmention us at https://webmention.libreinternet.club
    +
    +
    + @ University of Alberta + +
    +
    + +
    +
    • Join Discord
    • Matrix
    • diff --git a/www/login.html b/www/login.html new file mode 100644 index 0000000..8356503 --- /dev/null +++ b/www/login.html @@ -0,0 +1,11 @@ + + + + +
      + + + +
      + +