mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor: 🚚 Begin rebranding to Versia Server
This commit is contained in:
parent
64cef5c6d6
commit
771097d037
58 changed files with 2377 additions and 242 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue