From ec1ace911b5e2f603f089ebecfa5b6647d3b5418 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 29 Jun 2022 08:42:23 -0700 Subject: [PATCH] Fix bad links - Switch an abs link to a relative one - Account for a site move - Manually correct a couple dead links to point to the Wayback Machine - Automatically switch some webmention links to the Wayback Machine --- content/notes/duckduckgo-and-bing.md | 3 ++- content/notes/prologue-to-the-meta-post.md | 2 +- content/posts/whatsapp-and-the-domestication-of-users.gmi | 2 +- content/posts/whatsapp-and-the-domestication-of-users.md | 2 +- content/site-design.md | 2 +- layouts/partials/webmentions.html | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/notes/duckduckgo-and-bing.md b/content/notes/duckduckgo-and-bing.md index e41eff3..7ed0d9b 100644 --- a/content/notes/duckduckgo-and-bing.md +++ b/content/notes/duckduckgo-and-bing.md @@ -1,7 +1,8 @@ --- title: "DDG and Bing" date: 2022-06-02T20:59:38-07:00 -replyURI: "https://www.librepunk.club/@penryn/108411423190214816" +lastMod: 2022-06-19T16:23:17-07:00 +replyURI: "https://web.archive.org/web/20220620162417/https://www.librepunk.club/@penryn/108411423190214816" replyTitle: "how would html.duckduckgo.com fit into this?" replyType: "SocialMediaPosting" replyAuthor: "@penryn@www.librepunk.club" diff --git a/content/notes/prologue-to-the-meta-post.md b/content/notes/prologue-to-the-meta-post.md index aeef5fe..d3b343d 100644 --- a/content/notes/prologue-to-the-meta-post.md +++ b/content/notes/prologue-to-the-meta-post.md @@ -17,7 +17,7 @@ I've been planning on writing a big "meta" post explaining how this site is buil However, I still have a ways to go. Here's what I plan on adding: -- Add some semantic markup to list online "friends", probably using [FOAF ontology](http://xmlns.com/foaf/spec/) +- Add some semantic markup to list online "friends", probably using [FOAF ontology](https://web.archive.org/web/20220627164317/http://xmlns.com/foaf/spec/) - Preview Webmention entry contents - Related to previous point: create a blogroll - Automatic POSSE of notes to Fedi (it's mostly manual right now) diff --git a/content/posts/whatsapp-and-the-domestication-of-users.gmi b/content/posts/whatsapp-and-the-domestication-of-users.gmi index 3ad8f35..a7f14a8 100644 --- a/content/posts/whatsapp-and-the-domestication-of-users.gmi +++ b/content/posts/whatsapp-and-the-domestication-of-users.gmi @@ -207,7 +207,7 @@ Andrea of Le Alternative translated this article to Italian: => https://www.lealternative.net/2021/12/13/whatsapp-e-laddomesticamento-degli-utenti/ WhatsApp e l’addomesticamento degli utenti puer robustus translated this article to German: -=> https://www.puer-robustus.eu/2022/06/10/domestizierung-von-nutzern.html WhatsApp und die Domestizierung von Nutzern +=> https://blog.puer-robustus.eu/domestizierung-von-nutzern/ WhatsApp und die Domestizierung von Nutzern ## References and Endnotes diff --git a/content/posts/whatsapp-and-the-domestication-of-users.md b/content/posts/whatsapp-and-the-domestication-of-users.md index 45d74ba..7d126a3 100644 --- a/content/posts/whatsapp-and-the-domestication-of-users.md +++ b/content/posts/whatsapp-and-the-domestication-of-users.md @@ -226,7 +226,7 @@ Translations are always welcome. - {{}}{{}}. -- {{}}{{}}. +- {{}}{{}}. [^1]: Pierotti, R.; Fogg, B. (2017). The First Domestication: How Wolves and Humans Coevolved. Yale University Press. diff --git a/content/site-design.md b/content/site-design.md index 49ed2a7..38317ec 100644 --- a/content/site-design.md +++ b/content/site-design.md @@ -94,7 +94,7 @@ Some engines I have not yet tested, but hope to try in the future: Machine-friendliness -------------------- -I think making a site machine-friendly is a great alternative perspective to traditional SEO, the latter of which I think tends to incentivise low-quality content and makes searching difficult. It's a big part of what I've decided to call ["agent optimization"](http://seirdy.one/notes/2022/06/23/agent-optimization/). +I think making a site machine-friendly is a great alternative perspective to traditional SEO, the latter of which I think tends to incentivise low-quality content and makes searching difficult. It's a big part of what I've decided to call ["agent optimization"]({{}}). This site is **parser-friendly.** It uses polygot (X)HTML5 markup containing schema.org microdata, microformats2, and legacy microformats. Microformats are useful for IndieWeb compatibility; schema.org microdata is useful for various forms of content-extraction (such as "reading mode" implementations) and search engines. I've also sprinkled in some Creative Commons vocabulary using RDFa syntax. diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 3f10518..4e66882 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -1,4 +1,4 @@ -{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461") -}} +{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198") -}}

Webmen­tions