#dev 2025-04-28

2025-04-28 UTC
eatyourglory, grufwub, gRegor, Saige_Leah and rossabaker joined the channel
#
carrvo
They have very different meanings. So you might find it annoying until it becomes a part of your use-case, then it would become more annoying without.
#
carrvo
Unfortunately for me SVN/WebDAV does not give me a way to report deletes or moves appropriately.
barnaby, PsyLok, GuestZero, [Jo], claudinec, NaomiAmethyst2, [manton], ttybitnik, nemonical, sebbu and duanin2 joined the channel
#
zachary.kai
Finally worked out how to follow this principle! https://indieweb.org/own_your_links Haven't implemented it site wide but it'll definitely make updating my links in the footer so much easier! Who needs a link shortening service? Not me anymore!
#
zachary.kai
[edit] Finally worked out how to follow this principle! https://indieweb.org/own_your_links Haven't implemented it site wide but it'll definitely make updating my links in the footer so much easier! Who needs a link shortening service? Not me anymore!
#
zachary.kai
[edit] Finally worked out how to follow this principle! https://indieweb.org/own_your_links Haven't implemented it site wide but it'll definitely make updating my links in the footer so much easier! Who needs a link shortening service? Not me anymore!
PsyLok, gRegor, Daijo, GuestZero_, thegreekgeek, barnaby, Artsie and [tw2113] joined the channel
#
Artsie
You could also do something like this in PHP:
#
Artsie
If you wanted to redirect to your GitHub (as the article uses as their main example)
#
Artsie
http_response_code(308); // Sets the response code to a permanant redirect header("Location: https://github.com/yourprofile"); // Sets location header to the right domain
#
Artsie
--------------------------------------------------------
#
Artsie
http_response_code(308); // Sets the response code to a permanent redirect
#
Artsie
header("Location: https://github.com/yourprofile"); // Sets location header to the right domain
btrem joined the channel
#
[tantek]
Artsie, if you're doing that on your site, add yourself and that technique/how to to an entry inside the IndieWeb Examples section there! https://indieweb.org/own_your_links#IndieWeb_Examples
ttybitnik, thegreekgeek_, paotsaq and thegreekgeek joined the channel
#
[tantek]
btrem, there's the "prose" of what we call things, and I prefer "footnote reference" for that as it is both complete words and very unambiguous, whereas for the ID of the thing I append "_ref" to the ID of the post, and then "-" and then the number used for the footnote reference, which is a direct copy from Wikipedia's convention for the IDs of references. similarly for the ID for the "note" part below.
#
[tantek]
figured it was easy enough to copy Wikipedia's conventions and that their folks had already argued / bikeshed it enough to come to something reasonable