logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 6f34dd0131e97f50884c951e8a03edfce143e15e
parent 228fac2e6f923a8a77af688296777aec69085c27
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  3 Dec 2024 11:59:20 +0100

.well-known/funding.json: move to /funding.json + .well-known/funding-manifest-urls

Diffstat:

A.well-known/funding-manifest-urls1+
R.well-known/funding.json -> funding.json0
Mprojects/index.in.xhtml2+-
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls @@ -0,0 +1 @@ +https://hacktivis.me/floss-fund-funding.json diff --git a/.well-known/funding.json b/funding.json diff --git a/projects/index.in.xhtml b/projects/index.in.xhtml @@ -14,7 +14,7 @@ <main> <h1>Projects</h1> <dl> - <!-- Remember to update /.well-known/funding.json as well --> + <!-- Remember to update /floss-fund-funding.json as well --> <dt><a href="/projects/badwolf">BadWolf</a></dt><dd>Minimalist and privacy-oriented web browser based on WebKitGTK</dd> <dt><a href="https://pleroma.social/">Pleroma</a></dt><dd>Free and open communication for everyone, social networking software compatible with other Fediverse software such as Misskey, Pixelfed, Mastodon and many others.</dd> <dt><a href="/projects/deblob">deblob</a></dt><dd>Remove binary executables from a directory</dd>