diff --git a/content/about/fediverse-greeting.gmi b/content/about/fediverse-greeting.gmi index 43adc9a..a8876c8 100644 --- a/content/about/fediverse-greeting.gmi +++ b/content/about/fediverse-greeting.gmi @@ -30,7 +30,7 @@ I am okay with you using whichever post-visibility you wish when replying to me, If I want to make a well-thought-out post that could benefit others, I’ll post it to my website’s “notes” section and syndicate it to Fedi with the “#POSSE” (Publish on Own Site, Syndicate Elsewhere) hashtag. => https://seirdy.one/notes/ My notes -=> https://indieweb.org/posse POSSE +=> https://indieweb.org/POSSE POSSE My notes also have a dedicated Atom and RSS feed. This is much lower-volume and “cleaner” than my Fediverse profile, if that’s what you prefer. diff --git a/content/about/fediverse-greeting.md b/content/about/fediverse-greeting.md index 96180f4..badb2e1 100644 --- a/content/about/fediverse-greeting.md +++ b/content/about/fediverse-greeting.md @@ -38,7 +38,7 @@ I try to always always add content-warnings (

Web­mentions

@@ -35,6 +39,9 @@ {{- $title = $webmention.title | strings.TrimSuffix "…" | truncate 128 -}} {{- end -}} {{- $src := $webmention.source -}} + {{- with index $rewritesDict $src -}} + {{- $src = . -}} + {{- end -}} {{- if in $wbmLinks $src -}} {{- $src = printf "https://web.archive.org/web/0/%s" $src -}} {{- else if in $archivetodayLinks $src -}} diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index 3aa3481..a86fb82 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -1,7 +1,7 @@ DirectoryPath: "public" IgnoreDirs: - "search" -CacheExpires: "72h" # 3.5 days +CacheExpires: "50h" # 2 days CheckFavicon: true EnforceHTML5: true IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect. @@ -31,7 +31,7 @@ IgnoreURLs: - "^gemini://" - "mailto:" - "git@git" - - "http://[^/]*.onion" + - "http://[^/]*\\.onion" - "https://archive.is" - "https://archive.ph" - "https://archive.today" @@ -61,6 +61,4 @@ IgnoreURLs: - "https://faq.whatsapp.com/general/security-and-privacy/answering-your-questions-about-whatsapps-privacy-policy" # my DNS filters block this domain, cbf to work around it just for htmltest - "https://doi.org/10.1515/popets-2017-0023" # redirects to a different domain which tends to block requests. DOI is generally good about keeping links alive; it's kinda the point of the service. - "https://docs.graycot.dev/s/MFowZsw_F" # DNSSEC issue - - "https://tinybrain.fansaccessibility.html" # parsing error for https://www.tinybrain.fans/accessibility.html - - "https://www.tinybrain.fans/accessibility.html" OutputDir: "linter-configs/htmltest"