{{/*### Handler=/team TitleBar=Team Include=user_group.html KyutGrill=team2.jpg */}} {{ define "tpl" }}

{{ .T "This is a list of the wonderful people who keep Ainu up and running and deal with its community." }}

{{ .T "Community Managers" }}

{{ .T "Community Managers deal with bans, silences, name changes and pretty much everything that has to do with the community." }}
{{ .T "They take care of our Discord server and reply to emails sent to the support services (email and support.ainu.pw). Community Managers have a red name in the in-game chat." | html }}

{{ template "userGroup" (.Get "badges/members?id=%d" 4) }}

{{ .T "Developers" }}

{{ .T "Developers add new features to the server, squash bugs, keep the server up and running and take care of its maintenance." }}
{{ .T "They don't do anything related to the community. Developers have a blue name in the in-game chat." }}

{{ template "userGroup" (.Get "badges/members?id=%d" 2) }}

{{ .T "Chat Moderators" }}

{{ .T "Chat moderators manage the chat to make sure The Law™ (the rules) is respected." | html }}

{{ template "userGroup" (.Get "badges/members?id=%d" 30) }}

{{ .T "BATs" }}

{{ .T "BATs play beatmaps in the ranking queue and decide whether they are good enough to be ranked or not." }}

{{ template "userGroup" (.Get "badges/members?id=%d" 5) }}

{{ .T "Special thanks" }}

{{ .T "Here's a list of people who helped with Ainu!" }}

  • {{ .T "Franc[e]sco/lolisamurai, for oppai, used as standard pp calculator." | html }}
    oppai is licensed under GPL v3. Their implementation can be found here and Ripple's implementation can be found here.
  • {{ .T "cmyui, for oppai-rx, used as Relax pp calculator." | html }}
    oppai is licensed under GPL v3. Their implementation can be found here.
  • {{ .T "Tom94, for osu-performance, used as a reference for our mania pp calculator." | html }}
    osu-performance is licensed under AGPL v3. Ripple's implementation can be found here.
  • {{ .T "Sunpy, for catch-the-pp used as catch the beat pp calculator and the setup for installing this Ripple instance." | html }}
    catch-the-pp is licensed under GPL v3. Our implementation can be found here.
  • {{ .T "jrosdahl, for miniircd, used as a base for our IRC server." | html }}
    miniircd is licensed under GPL v2. Our implementation can be found here.
  • {{ .T "Cherry, for extra beatmap system and help on this server." | html }}
  • {{ .T "Everyone who has supported Ainu and the Ripple project by donating or inviting other people." | html }}
{{ $ := . }} {{ .T "Looking for how you should contact our team? Check out this page." | html }}
{{ end }}