💾 Archived View for thebackupbox.net › ~epoch › blog › status captured on 2024-12-17 at 10:13:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-07-09)
-=-=-=-=-=-=-
RFC (use this link if your computer can dereference urn:ietf:rfc URIs.)
https back up link to the finger RFC
put the status into a plan file.
https://tools.ietf.org/html/rfc7033
put the status into your webfinger response somehow
as a property? or maybe a link... a link would allow you to use a URI as your status
and if you don't want it to load another page just have it be a data URI
yep.
link rel=status
https://www.iana.org/go/rfc8631
should hopefully work.
wget -qO- https://thebackupbox.net/.well-known/webfinger?resource=acct:epoch@thebackupbox.net \ | jq -r '.links[] | if .rel == "status" then .href else empty end'
this will return a URI for the status of epoch@thebackupbox.net
the 'status' rel for links in a webfinger is specified in...
https://tools.ietf.org/html/rfc8631#section-6.4
which is vague enough I'm gonna use it this way.
https://twtxt.readthedocs.io/en/latest/user/twtxtfile.html
https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-presence-userid-status
(this needs an access token to view so... not very helpful for public status info)
I dunno yet.
probably needs some access token like matrix does