You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in, remove the string "tildes.net" where it appears? Replace it with a variable in case the top level domain changes? Replace it with something else? Can you give an example of where this would need to be scrubbed?
I'd say, in general, that this should be turned into a variable because that's easiest for everyone long-term. I'm actually not sure how often this shows up - I just did a grep over the codebase and there's a few examples (shortener.py, settings_account_recovery.jinja2, base.jinja2) that definitely need to be fixed. Overall, I think the answer is "do a global search, ignore copyright notices, change everything that's left".
Ironically there isn't any "powered by Tildes" text anywhere because right now there's only one place it's running, which is tildes.net. So I think right now, "replaced everywhere" might be correct, ideally with a variable connected to global config.
a36f9d7 appears to be a good example of how to tie global config and page text together :)
No description provided.
The text was updated successfully, but these errors were encountered: