From db2cae9aa6d5e045f88f6fda5586922ff529fca1 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 12 May 2024 22:42:22 +0100 Subject: [PATCH] More typos --- content/posts/indiesearch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/indiesearch/index.md b/content/posts/indiesearch/index.md index e1b69dee..c6571662 100644 --- a/content/posts/indiesearch/index.md +++ b/content/posts/indiesearch/index.md @@ -57,7 +57,7 @@ I'd also be interested in adding some IndieWeb-themed features, like being able Oh! And if you use Pagefind on your site already, add that provisional `` tag to your site & let me know! It'd be great to have some other test sites out there. -It's tangentially related, but I'm still desperate to see the [IPFS](/tags/ipfs) folks allow DNSLink records travel offline, and be associated with their SSL certs. The `TXT` record at `_dnslink.www.byjp.me` that allows IPFS enabled browsers to see `/ipns/www.byjp.me` and resolve whichever `/ipfs/Qm…` CID is the current version of my site _also_ contains references to my entire Pagefind search index. If you've pinned my site on IPFS you've _also_ cached a local copy of my search index. If pinning `/ipns/www.byjp.me` also pinned an assertion that "at {timestamp} the root CID of www.byjp.me was `Qm…` as signed by that domain's SSL certificate" then IndieSearch could provide full, local-first search of IndieWeb sites on a local machine, or local network, totally detached from the internet. +It's tangentially related, but I'm still desperate to see the [IPFS](/tags/ipfs) folks allow DNSLink records to travel offline, and be associated with their SSL certs. The `TXT` record at `_dnslink.www.byjp.me` that allows IPFS enabled browsers to see `/ipns/www.byjp.me` and resolve whichever `/ipfs/Qm…` CID is the current version of my site _also_ contains references to my entire Pagefind search index. If you've pinned my site on IPFS you've _also_ cached a local copy of my search index. If pinning `/ipns/www.byjp.me` also pinned an assertion that "at {timestamp} the root CID of www.byjp.me was `Qm…` as signed by that domain's SSL certificate" then IndieSearch could provide full, local-first search of IndieWeb sites on a local machine, or local network, totally detached from the internet. I can dream 😁