diff --git a/templates/2fa_gateway.html b/templates/2fa_gateway.html index 78448d3..7615dc1 100644 --- a/templates/2fa_gateway.html +++ b/templates/2fa_gateway.html @@ -7,9 +7,9 @@
{{ .T "Hey, %s." .Context.User.Username }} {{ if eq $e 1 }} - {{ .T "Before proceding any further on Ripple, we require you to use the message you just received on telegram to log in to your account." }} + {{ .T "Before proceding any further on Yozora, we require you to use the message you just received on telegram to log in to your account." }} {{ else }} - {{ .T "Before proceding further on Ripple, we require you to use your Google Authenticator App to use the code for Ripple, so that we can log you in." }} + {{ .T "Before proceding further on Yozora, we require you to use your Google Authenticator App to use the code for Yozora, so that we can log you in." }} {{ end }}
diff --git a/templates/2fa_gateway_recover.html b/templates/2fa_gateway_recover.html index 3296bd1..b82e826 100644 --- a/templates/2fa_gateway_recover.html +++ b/templates/2fa_gateway_recover.html @@ -3,7 +3,7 @@
- {{ .T "Can't find a way to get back access to your Ripple account? Fear not! If you have your recovery codes which we recommended you to print you can type one in here and we'll magically log you in this time. After you've managed to get in, please disable and then re-enable 2FA, so you won't risk losing your account again." }} + {{ .T "Can't find a way to get back access to your Yozora account? Fear not! If you have your recovery codes which we recommended you to print you can type one in here and we'll magically log you in this time. After you've managed to get in, please disable and then re-enable 2FA, so you won't risk losing your account again." }}
diff --git a/templates/500.html b/templates/500.html index 317a993..ea58e43 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,7 +1,7 @@ {{ define "tpl" }}
- {{ .T "Ooops! Looks like something went really wrong while trying to process your request. Perhaps report this to a Ripple developer? Retrying doing what you were trying to do might work, too." }} + {{ .T "Ooops! Looks like something went really wrong while trying to process your request. Perhaps report this to a Yozora developer? Retrying doing what you were trying to do might work, too." }}
{{ end }} diff --git a/templates/about.html b/templates/about.html index 97bc9a9..3ab924d 100644 --- a/templates/about.html +++ b/templates/about.html @@ -8,78 +8,16 @@ TitleBar=About

- {{ .T "Welcome to Ripple." }} + {{ .T "Welcome to Yozora." }}

-
{{ .T "Ripple is a private osu! server." }}
+
{{ .T "Yozora is a private osu! server." }}
{{ .T "There are many like it, but this one is ours." }}
- -
{{ .T "Don't you like %s?" "🍆" }}
-
-
-

- {{ .T "We have leaderboards." }} -

- -
-
-

- {{ .T "Online user listing." }} -

- -
-
-

- {{ .T "Free osu!direct." }} -

- -
-
-

- {{ .T "Global leaderboards." }} -

-

{{ .T "and PP for all game modes" }}

- -
-
-

- {{ .T "Ranking queue for unranked beatmaps." }} -

- -
-
-

- {{ .T "Spectator." }} -

- -
-
-

- {{ .T "Multiplayer." }} -

- -
-
-

- {{ .T "FokaBot, our chat bot" }} -

-

{{ .T "with plenty of functions for just about anything, check it out!" | html }}

- -
-
-

- {{ .T "And a lot more to come!" }} -

-

- {{ .T "Ripple is the result of the hard work of two Italian developers, who got tired about the whole osu! ecosystem, and also because they wanted to play with a few banned friends." }} -

-

- {{ .T "It has now evolved into the largest available osu! private server, with more than 50,000 registered users. Signing up on Ripple won't result in getting your account on osu! restricted, so what are you waiting for?! Come join us! %s" "😉" | html }} -

-

- {{ .T "In case you want to make sure we're not doing shady stuff with your data, you can also check the source code Ripple is running on." | html }} -

+ {{ $scoreCount := qb "SELECT COUNT(*) as Count FROM scores" }} + {{ $scoreCountRx := qb "SELECT COUNT(*) as Count FROM scores_relax" }} + {{ $scoreCountAp := qb "SELECT COUNT(*) as Count FROM scores_auto" }} +

With {{ .T "%s Vanilla Scores, %s Relax Scores, %s Autopilot Scores and %s Registered Players (With %s people online currently!) you'd be crazy not to play!" $scoreCount $scoreCountRx $scoreCountAp (rediget "ripple:online_users") (rediget "ripple:registered_users") | html}}

diff --git a/templates/base.html b/templates/base.html index 4f6c69d..79817df 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - {{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Ripple + {{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Yozora @@ -53,7 +53,7 @@ {{ if and .Context.User.Username (not (has .Context.User.Privileges 1)) }}
- {{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Ripple's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal at support.ripple.moe." | html }} + {{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Yozora's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal to support@yozora.pw." | html }}
{{ end }} {{ if .Messages }} @@ -72,12 +72,12 @@ {{ end }} {{ with $settings.game_maintenance.Int }}
- {{ $.T "Ripple's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }} + {{ $.T "Yozora's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }}
{{ end }} {{ with $settings.website_maintenance.Int }}
- {{ $.T "The Ripple website is currently in maintenance mode. Only certain users are allowed to access the full website." }} + {{ $.T "The Yozora website is currently in maintenance mode. Only certain users are allowed to access the full website." }}
{{ end }}
@@ -87,15 +87,8 @@