diff options
| author | Fuwn <[email protected]> | 2023-12-06 21:17:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 21:17:24 -0800 |
| commit | 9923a565221ec647a7b1c5ca198cc801f0cac0b6 (patch) | |
| tree | 9a76b90c9b29c22062107f5882727786a0babd1e /src/lib | |
| parent | ci(earthly): minimal docker (diff) | |
| download | due.moe-9923a565221ec647a7b1c5ca198cc801f0cac0b6.tar.xz due.moe-9923a565221ec647a7b1c5ca198cc801f0cac0b6.zip | |
feat(settings): add attributions
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Settings/Attributions.svelte | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte new file mode 100644 index 00000000..ef9ed3b3 --- /dev/null +++ b/src/lib/Settings/Attributions.svelte @@ -0,0 +1,32 @@ +<details open={true}> + <summary>Attributions</summary> + + <ul> + <li> + <a href="https://anilist.co/" target="_blank">AniList</a>: all but chapter, volume, and + character birthday data + </li> + <li>MangaDex: <b>only</b> chapter and volume count data</li> + <li> + <a href="https://www.animecharactersdatabase.com/index.php" target="_blank"> + Anime Characters Database + </a>: primary character birthday data + </li> + <li> + <a href="https://www.anisearch.com/" target="_blank">aniSearch</a>: secondary character + birthday data + </li> + <li> + <a href="https://www.mangaupdates.com/" target="">Baka-Updates Magna</a>: manga release data + </li> + <li> + <a href="https://www.wlnupdates.com/">WLN Updates</a>: web & light novel release data + </li> + </ul> + + <p> + <a href="/">due.moe</a> + does <b>not</b> host any manga or anime material, and is not affiliated with any of the above sites + and services. + </p> +</details> |