2024-09-17 19:54:28 +01:00
|
|
|
<script lang="ts">
|
|
|
|
import { contacts, docs } from "$lib/env";
|
2024-09-18 12:41:10 +01:00
|
|
|
import { t } from "$lib/i18n/translations";
|
|
|
|
|
2024-09-18 11:17:22 +01:00
|
|
|
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
2024-09-17 19:54:28 +01:00
|
|
|
</script>
|
|
|
|
|
2024-09-30 17:39:52 +01:00
|
|
|
<section id="testers">
|
|
|
|
<SectionHeading
|
|
|
|
title={$t("about.heading.testers")}
|
|
|
|
sectionId="testers"
|
|
|
|
/>
|
|
|
|
|
|
|
|
huge shoutout to our thing breakers for testing updates early and making sure they're stable.
|
|
|
|
they also helped us ship cobalt 10!
|
|
|
|
- codfish246
|
|
|
|
- [damir](https://otomir23.me/)
|
|
|
|
- Hunter
|
|
|
|
- [hyperdefined](https://hyper.lol/)
|
|
|
|
- [KwiatekMiki](https://kwiatekmiki.com/)
|
|
|
|
- [Lao](https://lao.ooo/)
|
2024-10-02 13:47:30 +01:00
|
|
|
- [lostdusty](https://lostdusty.dev.br/)
|
2024-09-30 17:39:52 +01:00
|
|
|
- [noblereign](https://fursona.directory/@frost)
|
|
|
|
- [Spax](https://spax.zone/)
|
|
|
|
- [synzr](https://synzr.space/)
|
|
|
|
- [vimae](https://mae.wtf/)
|
|
|
|
|
|
|
|
all links are external and lead to their personal websites or social media.
|
|
|
|
</section>
|
|
|
|
|
2024-09-30 17:41:40 +01:00
|
|
|
<section id="meowbalt">
|
|
|
|
<SectionHeading
|
|
|
|
title={$t("general.meowbalt")}
|
|
|
|
sectionId="meowbalt"
|
|
|
|
/>
|
|
|
|
|
|
|
|
meowbalt is cobalt's speedy mascot. he is an extremely expressive cat that loves fast internet.
|
|
|
|
|
|
|
|
all amazing drawings of meowbalt that you see in cobalt were made by [GlitchyPSI](https://glitchypsi.xyz/).
|
|
|
|
he is also the original designer of the character.
|
|
|
|
|
|
|
|
you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit permission.
|
|
|
|
|
|
|
|
you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art.
|
|
|
|
</section>
|
|
|
|
|
2024-09-17 19:54:28 +01:00
|
|
|
<section id="licenses">
|
2024-09-18 11:17:22 +01:00
|
|
|
<SectionHeading
|
2024-09-18 12:41:10 +01:00
|
|
|
title={$t("about.heading.licenses")}
|
2024-09-18 11:17:22 +01:00
|
|
|
sectionId="licenses"
|
|
|
|
/>
|
2024-09-17 19:54:28 +01:00
|
|
|
|
|
|
|
cobalt processing server is open source and licensed under [AGPL-3.0]({docs.apiLicense}).
|
|
|
|
|
|
|
|
cobalt frontend is [source first](https://sourcefirst.com/) and licensed under [CC-BY-NC-SA 4.0]({docs.webLicense}).
|
2024-09-30 17:39:52 +01:00
|
|
|
we decided to use this license to stop grifters from profiting off our work
|
|
|
|
& from creating malicious clones that deceive people and hurt our public identity.
|
2024-09-17 19:54:28 +01:00
|
|
|
|
|
|
|
we rely on many open source libraries, create & distribute our own.
|
|
|
|
you can see the full list of dependencies on [github]({contacts.github}).
|
|
|
|
</section>
|