diff options
| author | Fuwn <[email protected]> | 2024-01-10 23:49:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-10 23:49:03 -0800 |
| commit | 9a1b56bc948ea536e2745f6f642c1cfecd59c398 (patch) | |
| tree | 80d2ae9100605fa07110176df1fcd498f94305c1 /src/lib | |
| parent | feat(badge): change to purple colour (diff) | |
| download | due.moe-9a1b56bc948ea536e2745f6f642c1cfecd59c398.tar.xz due.moe-9a1b56bc948ea536e2745f6f642c1cfecd59c398.zip | |
feat(attributions): clearer wording
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Settings/Attributions.svelte | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte index ac51cf2b..0a0d2d38 100644 --- a/src/lib/Settings/Attributions.svelte +++ b/src/lib/Settings/Attributions.svelte @@ -1,7 +1,8 @@ <ul> <li> - <a href="https://anilist.co/" target="_blank">AniList</a>: all but primary chapter and volume - data, and character birthday data + <a href="https://anilist.co/" target="_blank">AniList</a>: all data not explicity attributed + otherwise, excluding primary chapter and volume data, character birthday data, and subtitled + anime release data </li> <li><span id="mangadex">MangaDex</span>: <b>only</b> chapter and volume count data</li> <!-- <li> @@ -26,31 +27,32 @@ <p /> -<ol> - <li> - <a href="/">due.moe</a> - does not host or directly link to any less-than-legal anime or manga material and/or distribution - platforms. - </li> - <li> - <a href="/">due.moe</a> - is not affiliated with any of the above or below sites and services. - </li> - <li> - <p> - At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following sites - and services: - </p> +<details open class="card-clear"> + <summary>Outbound Link Disclaimer</summary> + <ol> + <li> + <a href="/">due.moe</a> + does not host or directly link to any less-than-legal anime or manga material and/or distribution + platforms. + </li> + <li> + <a href="/">due.moe</a> + is not affiliated with any of the above or below sites and services. + </li> + <li> + At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following + sites and services: - <ul> - <li><a href="https://anilist.co/">AniList.co</a></li> - <li><a href="https://myanimelist.net/">MyAnimeList</a> (optional)</li> - <li><a href="https://animeschedule.net/">AnimeSchedule.net</a> (optional)</li> - <li><a href="https://www.livechart.me/">LiveChart.me</a> (optional)</li> - <li><a href="https://www.wikipedia.org/">Wikipedia</a> (when rate-limited)</li> - </ul> - </li> -</ol> + <ul> + <li><a href="https://anilist.co/">AniList.co</a></li> + <li><a href="https://myanimelist.net/">MyAnimeList</a> (if selected)</li> + <li><a href="https://animeschedule.net/">AnimeSchedule.net</a> (if selected)</li> + <li><a href="https://www.livechart.me/">LiveChart.me</a> (if selected)</li> + <li><a href="https://www.wikipedia.org/">Wikipedia</a> (if rate-limited)</li> + </ul> + </li> + </ol> +</details> <style> #mangadex { |