refactor: 🚚 Begin rebranding to Versia Server

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:16:01 +02:00 committed by April John
parent 06c65559d1
commit c10da18182
58 changed files with 2377 additions and 242 deletions

View file

@ -216,17 +216,17 @@ const brandingTransforms = (
newFileContents = newFileContents.replaceAll(
"Glitch-soc is free open source software forked from Mastodon.",
"Lysand is free and open-source software using the Glitch-Soc frontend.",
"Versia Server is free and open-source software using the Glitch-Soc frontend.",
);
newFileContents = newFileContents.replaceAll("Mastodon", "Lysand");
newFileContents = newFileContents.replaceAll("Mastodon", "Versia Server");
newFileContents = newFileContents.replaceAll(
"Lysand is free, open-source software, and a trademark of Lysand gGmbH.",
"Versia is free, open-source software, and a trademark of Versia gGmbH.",
"This is not a Mastodon instance.",
);
newFileContents = newFileContents.replaceAll(
"joinmastodon.org",
"lysand.org",
"versia.pub",
);
return newFileContents;