From a89f1f1396be6b4daf083cbd68a3d379ddd339b1 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 14 Jan 2024 09:06:18 -0500 Subject: [PATCH] Remove some no longer relevant pages --- CODE_OF_CONDUCT.md | 2 +- README.md | 4 - .../.vitepress/config/navigation/sidebar.ts | 9 - website/src/.vitepress/config/themeConfig.ts | 5 - .../src/.vitepress/theme/data/news.data.ts | 2 +- .../theme/styles/forks/tachiyomi-az.styl | 203 ------------------ .../theme/styles/forks/tachiyomi-j2k.styl | 60 ------ .../theme/styles/forks/tachiyomi-sy.styl | 60 ------ website/src/docs/contribute.md | 32 --- website/src/docs/faq/general.md | 2 +- website/src/docs/guides/backups.md | 19 +- website/src/docs/guides/source-migration.md | 59 ----- .../docs/guides/troubleshooting/diagnosis.md | 5 - website/src/forks/TachiyomiAZ/index.md | 82 ------- website/src/forks/TachiyomiJ2K/index.md | 56 ----- website/src/forks/TachiyomiSY/index.md | 72 ------- website/src/forks/index.md | 33 --- website/src/public/_redirects | 4 +- website/src/public/forks/logo-az.webp | Bin 4844 -> 0 bytes website/src/public/forks/logo-j2k.webp | Bin 5822 -> 0 bytes website/src/public/forks/logo-sy.webp | Bin 2466 -> 0 bytes 21 files changed, 7 insertions(+), 702 deletions(-) delete mode 100644 website/src/.vitepress/theme/styles/forks/tachiyomi-az.styl delete mode 100644 website/src/.vitepress/theme/styles/forks/tachiyomi-j2k.styl delete mode 100644 website/src/.vitepress/theme/styles/forks/tachiyomi-sy.styl delete mode 100644 website/src/docs/contribute.md delete mode 100644 website/src/forks/TachiyomiAZ/index.md delete mode 100644 website/src/forks/TachiyomiJ2K/index.md delete mode 100644 website/src/forks/TachiyomiSY/index.md delete mode 100644 website/src/forks/index.md delete mode 100644 website/src/public/forks/logo-az.webp delete mode 100644 website/src/public/forks/logo-j2k.webp delete mode 100644 website/src/public/forks/logo-sy.webp diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d771dcef..0f25d263 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at the Tachiyomi [Discord server](https://discord.gg/tachiyomi). All +reported by contacting the project team in the issues. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index c18dda1b..7648e597 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@

Discover and read manga, webtoons, comics, and more – easier than ever on your Android device.

- - - @@ -35,7 +32,6 @@

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

-

If you got any questions, join our Discord server.

Repositories

diff --git a/website/src/.vitepress/config/navigation/sidebar.ts b/website/src/.vitepress/config/navigation/sidebar.ts index 3821a4a8..65c8882f 100644 --- a/website/src/.vitepress/config/navigation/sidebar.ts +++ b/website/src/.vitepress/config/navigation/sidebar.ts @@ -4,7 +4,6 @@ const sidebar: DefaultTheme.SidebarMulti = { '/download/': defaultSidebar(), '/extensions/': defaultSidebar(), '/docs/': defaultSidebar(), - '/forks/': defaultSidebar(), '/changelogs/': defaultSidebar(), '/news/': defaultSidebar(), '/sandbox/': defaultSidebar(), @@ -26,14 +25,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { text: 'Changelogs', link: '/changelogs/', }, - { - text: 'Forks', - link: '/forks/', - }, - { - text: 'Contribute', - link: '/docs/contribute', - }, ], }, { diff --git a/website/src/.vitepress/config/themeConfig.ts b/website/src/.vitepress/config/themeConfig.ts index 691522c2..af15d729 100644 --- a/website/src/.vitepress/config/themeConfig.ts +++ b/website/src/.vitepress/config/themeConfig.ts @@ -21,11 +21,6 @@ const themeConfig: DefaultTheme.Config = { link: 'https://github.com/tachiyomiorg/tachiyomi', ariaLabel: 'Project GitHub', }, - { - icon: 'discord', - link: 'https://discord.gg/tachiyomi', - ariaLabel: 'Discord Server', - }, { icon: 'x', link: 'https://twitter.com/tachiyomiorg', diff --git a/website/src/.vitepress/theme/data/news.data.ts b/website/src/.vitepress/theme/data/news.data.ts index 7341bc1e..b710a6cf 100644 --- a/website/src/.vitepress/theme/data/news.data.ts +++ b/website/src/.vitepress/theme/data/news.data.ts @@ -24,6 +24,6 @@ export default createContentLoader('news/*.md', { url, }, ) - .sort((a, b) => b.date.toString().localeCompare(a.date.toString())) + .sort((a, b) => a.date.toString().localeCompare(b.date.toString())) }, }) diff --git a/website/src/.vitepress/theme/styles/forks/tachiyomi-az.styl b/website/src/.vitepress/theme/styles/forks/tachiyomi-az.styl deleted file mode 100644 index 6b74be52..00000000 --- a/website/src/.vitepress/theme/styles/forks/tachiyomi-az.styl +++ /dev/null @@ -1,203 +0,0 @@ -// Assign theme color -$themeColor = #ffcc4d - -.page-tachiyomi-az { - .VPHero { - h1 { - .clip { - --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark)) - } - } - } - - .VPButton { - &.brand { - border-color: var(--vp-button-brand-border) - color: var(--vp-button-brand-text) - background-color: var(--vp-button-brand-bg) - } - } - - .image-bg { - display: none - } - - ::selection { - background: alpha($themeColor, 0.2) - } -} - - -/** - * Colors - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-az { - --vp-c-brand: $themeColor - --vp-c-brand-light: tint($themeColor, 20%) - --vp-c-brand-lighter: tint($themeColor, 40%) - --vp-c-brand-lightest: tint($themeColor, 60%) - --vp-c-brand-dark: shade($themeColor, 25%) - --vp-c-brand-darker: shade($themeColor, 50%) - --vp-c-brand-darkest: shade($themeColor, 75%) - --vp-c-brand-dimm: alpha($themeColor, 0.08) -} - -/** - * Component: Button - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-az { - --vp-button-brand-border: var(--vp-c-brand-light) - --vp-button-brand-text: var(--vp-c-black) - --vp-button-brand-bg: var(--vp-c-brand) - --vp-button-brand-hover-border: var(--vp-c-brand-light) - --vp-button-brand-hover-text: var(--vp-c-black) - --vp-button-brand-hover-bg: var(--vp-c-brand-light) - --vp-button-brand-active-border: var(--vp-c-brand-light) - --vp-button-brand-active-text: var(--vp-c-black) - --vp-button-brand-active-bg: var(--vp-button-brand-bg) -} - -/** - * Component: Dumb - * -------------------------------------------------------------------------- */ -@font-face { - font-family: 'Comic Sans MS' - src: url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot') - src: url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix') format('embedded-opentype'), url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff2') format('woff2'), url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff') format('woff'), url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.ttf') format('truetype'), url('//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS') format('svg') -} - -.azContainer { - width: 100% - overflow: hidden - - .azMarquee { - display: inline-block - overflow: hidden - white-space: nowrap - animation: marquee 10s linear infinite - padding-left: 100% - - .azWiggleText { - padding: 2em - width: fit-content - animation: wiggleAnimation 1s ease-out infinite - - &:hover { - animation: barrelRollAnimation 0.6s - } - - .azText { - font-family: 'Comic Sans MS', 'Comic Sans', cursive - font-size: 2em - display: inline-block - -webkit-text-stroke: 1px black - text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 - animation: rainbowTextColorAnimation 0.5s linear infinite, scaleXTextAnimation 2s infinite - } - } - } -} - -@keyframes marquee { - 0% { - transform: translate(0, 0) - } - - 100% { - transform: translate(-100%, 0) - } -} - -@keyframes barrelRollAnimation { - from { - transform: rotate(0) - } - - to { - transform: rotate(360deg) - } -} - -@keyframes wiggleAnimation { - 0% { - transform: rotate(0) - } - - 25% { - transform: rotate(-15deg) - } - - 50% { - transform: rotate(0) - } - - 75% { - transform: rotate(15deg) - } - - 100% { - transform: rotate(0) - } -} - -@keyframes scaleXTextAnimation { - 0% { - transform: scaleX(0.5) scaleY(0.5) - } - - 50% { - transform: scaleX(1) scaleY(1) - } - - 100% { - transform: scaleX(0.5) scaleY(0.5) - } -} - -@keyframes rainbowTextColorAnimation { - 0% { - color: hsl(0, 100%, 50%) - } - - 10% { - color: hsl(36, 100%, 50%) - } - - 20% { - color: hsl(72, 100%, 50%) - } - - 30% { - color: hsl(108, 100%, 50%) - } - - 40% { - color: hsl(144, 100%, 50%) - } - - 50% { - color: hsl(180, 100%, 50%) - } - - 60% { - color: hsl(216, 100%, 50%) - } - - 70% { - color: hsl(252, 100%, 50%) - } - - 80% { - color: hsl(288, 100%, 50%) - } - - 90% { - color: hsl(324, 100%, 50%) - } - - 100% { - color: hsl(360, 100%, 50%) - } -} diff --git a/website/src/.vitepress/theme/styles/forks/tachiyomi-j2k.styl b/website/src/.vitepress/theme/styles/forks/tachiyomi-j2k.styl deleted file mode 100644 index a5759417..00000000 --- a/website/src/.vitepress/theme/styles/forks/tachiyomi-j2k.styl +++ /dev/null @@ -1,60 +0,0 @@ -// Assign theme color -$themeColor = #0952af - -.page-tachiyomi-j2k { - .VPHero { - h1 { - .clip { - --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark)) - } - } - } - - .VPButton { - &.brand { - border-color: var(--vp-button-brand-border) - color: var(--vp-button-brand-text) - background-color: var(--vp-button-brand-bg) - } - } - - .image-bg { - display: none - } - - ::selection { - background: alpha($themeColor, 0.2) - } -} - - -/** - * Colors - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-j2k { - --vp-c-brand: $themeColor - --vp-c-brand-light: tint($themeColor, 20%) - --vp-c-brand-lighter: tint($themeColor, 40%) - --vp-c-brand-lightest: tint($themeColor, 60%) - --vp-c-brand-dark: shade($themeColor, 25%) - --vp-c-brand-darker: shade($themeColor, 50%) - --vp-c-brand-darkest: shade($themeColor, 75%) - --vp-c-brand-dimm: alpha($themeColor, 0.08) -} - -/** - * Component: Button - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-j2k { - --vp-button-brand-border: var(--vp-c-brand-light) - --vp-button-brand-text: var(--vp-c-white) - --vp-button-brand-bg: var(--vp-c-brand) - --vp-button-brand-hover-border: var(--vp-c-brand-light) - --vp-button-brand-hover-text: var(--vp-c-white) - --vp-button-brand-hover-bg: var(--vp-c-brand-light) - --vp-button-brand-active-border: var(--vp-c-brand-light) - --vp-button-brand-active-text: var(--vp-c-white) - --vp-button-brand-active-bg: var(--vp-button-brand-bg) -} diff --git a/website/src/.vitepress/theme/styles/forks/tachiyomi-sy.styl b/website/src/.vitepress/theme/styles/forks/tachiyomi-sy.styl deleted file mode 100644 index db52b156..00000000 --- a/website/src/.vitepress/theme/styles/forks/tachiyomi-sy.styl +++ /dev/null @@ -1,60 +0,0 @@ -// Assign theme color -$themeColor = #ce2828 - -.page-tachiyomi-sy { - .VPHero { - h1 { - .clip { - --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark)) - } - } - } - - .VPButton { - &.brand { - border-color: var(--vp-button-brand-border) - color: var(--vp-button-brand-text) - background-color: var(--vp-button-brand-bg) - } - } - - .image-bg { - display: none - } - - ::selection { - background: alpha($themeColor, 0.2) - } -} - - -/** - * Colors - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-sy { - --vp-c-brand: $themeColor - --vp-c-brand-light: tint($themeColor, 20%) - --vp-c-brand-lighter: tint($themeColor, 40%) - --vp-c-brand-lightest: tint($themeColor, 60%) - --vp-c-brand-dark: shade($themeColor, 25%) - --vp-c-brand-darker: shade($themeColor, 50%) - --vp-c-brand-darkest: shade($themeColor, 75%) - --vp-c-brand-dimm: alpha($themeColor, 0.08) -} - -/** - * Component: Button - * -------------------------------------------------------------------------- */ - -:root .page-tachiyomi-sy { - --vp-button-brand-border: var(--vp-c-brand-light) - --vp-button-brand-text: var(--vp-c-white) - --vp-button-brand-bg: var(--vp-c-brand) - --vp-button-brand-hover-border: var(--vp-c-brand-light) - --vp-button-brand-hover-text: var(--vp-c-white) - --vp-button-brand-hover-bg: var(--vp-c-brand-light) - --vp-button-brand-active-border: var(--vp-c-brand-light) - --vp-button-brand-active-text: var(--vp-c-white) - --vp-button-brand-active-bg: var(--vp-button-brand-bg) -} diff --git a/website/src/docs/contribute.md b/website/src/docs/contribute.md deleted file mode 100644 index 1f744111..00000000 --- a/website/src/docs/contribute.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Contribute -description: Find out how to help translate or build the app and extensions. ---- - -# Contribute -Find out how to help translate or build the app and extensions. - -## Code -Know how to code and want to improve something or you generally want to support the creation of the app? - -[![tachiyomiorg/tachiyomi - GitHub](https://gh-card.dev/repos/tachiyomiorg/tachiyomi.svg)](https://github.com/tachiyomiorg/tachiyomi) - -[![tachiyomiorg/extensions - GitHub](https://gh-card.dev/repos/tachiyomiorg/extensions.svg)](https://github.com/tachiyomiorg/extensions) - -[![tachiyomiorg/website - GitHub](https://gh-card.dev/repos/tachiyomiorg/website.svg)](https://github.com/tachiyomiorg/website) - -## Translation -![Translation stats](https://hosted.weblate.org/widget/tachiyomi/strings/287x66-grey.png) - -![Translation progress](https://hosted.weblate.org/widget/tachiyomi/strings/horizontal-auto.svg) - -Want to help translate the app to your language? You can easily help by utilizing a service we use called **Weblate**. - -### Helpful links -* [Translators guide](https://docs.weblate.org/en/latest/user/translating.html) -* [Secondary languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages) -* [Subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions) -* [Glossary](https://docs.weblate.org/en/latest/user/translating.html#glossary) - -## Donation -If you're unable to contribute code nor translations but still wish to help, then you can choose to contribute directly to the projects founder [Inorichi](https://github.com/inorichi/) using [Ko-fi](https://ko-fi.com/inorichi). diff --git a/website/src/docs/faq/general.md b/website/src/docs/faq/general.md index 321e7a10..2f3a7a48 100644 --- a/website/src/docs/faq/general.md +++ b/website/src/docs/faq/general.md @@ -72,4 +72,4 @@ Refer to [this GitHub comment](https://github.com/tachiyomiorg/tachiyomi/issues/ Projects using the **Tachiyomi** name for anime streaming aren't affiliated with the main project. ## What's a fork? -Forks are alternate **Tachiyomi** versions with distinct features. Get more details [here](/forks/). +Forks are alternate **Tachiyomi** versions with distinct features managed by other developers. diff --git a/website/src/docs/guides/backups.md b/website/src/docs/guides/backups.md index 9c49ab0d..4f77580b 100644 --- a/website/src/docs/guides/backups.md +++ b/website/src/docs/guides/backups.md @@ -77,21 +77,4 @@ Users who are familiar with [FolderSync](https://play.google.com/store/apps/deta or [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) can setup auto sync of their backups similarly. ## Additional information for forks - -::: warning -This section explores some extra details regarding [forks](/forks/). -::: - -All [endorsed Tachiyomi forks](/forks/) support the `.tachibk`/`.proto.gz` format to backup/restore your library. - -In addition, some forks have specific limitations regarding backup restoration: - -- All forks have fork-specific settings and changes that might be saved in Backups. - Such settings are not restored in original Tachiyomi and will get lost when creating a new backup. - > For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches. - - These will **NOT** be restored to original Tachiyomi or its forks. -- Only [TachiyomiAZ](/forks/TachiyomiAZ/) supports creating/restoring both legacy `.json` backups and `.proto.gz` backups. - > Users are recommended to update their `.json` backups to use the improved and efficient `.tachibk`/`.proto.gz` backups. - -Be aware of these limitations when dealing with backups in different **Tachiyomi** forks. +Most Tachiyomi forks support the `.tachibk`/`.proto.gz` format to backup/restore your library, but have specific limitations. Refer to their documentation for more information. diff --git a/website/src/docs/guides/source-migration.md b/website/src/docs/guides/source-migration.md index d1a5cb14..080ace87 100644 --- a/website/src/docs/guides/source-migration.md +++ b/website/src/docs/guides/source-migration.md @@ -20,8 +20,6 @@ You will need to remove these manually with a file manager. ## Migration guide -::::tabs -==Tachiyomi ### Migrating from Series 1. Tap into the **Series** you would like to migrate. @@ -41,60 +39,3 @@ You will need to remove these manually with a file manager. > **Tachiyomi** will do a global search of all the sources you have installed and enabled. 1. Select the **Source** you'd like to migrate _to_ by tapping the **Series** thumbnail. 1. Choose which data you want to transfer over, and you're done. - -==TachiyomiJ2K -### Migrating multiple Series - -1. Tap **Settings** -> **Sources** -> **Source migration**. -1. Select the **Source** you'd like to migrate _from_ and select **All**. -1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right. -1. Choose which data you want to transfer over. -1. Wait until all your **Series** is found and hit the done at the top and you're done. - - > If a series is not found, or is wrong you can manually search it by pressing Overflow -> **Search manually**. - -### Migrating a single Series - -1. Tap into a **Series** in your Library. -1. Tap **Overflow** -> **Migrate**. -1. Select the **Sources** you'd like to search and migrate _to_ and hit the arrow at the bottom right. -1. Wait until it is found and select _done_ in the top right and you're done. - - > If a series is not found, or is wrong you can manually search it by pressing Overflow -> **Search manually** - -==TachiyomiSY -### Migrating from Library - -1. Tap into **Library**. -1. Tap **Overflow** -> **Source migration**. -1. Select the **Source** you'd like to migrate _from_ and select **All**. -1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right. -1. Choose which data you want to transfer over. -1. Wait until all your **Series** is found and hit the done at the top and you're done. - - > If a series is not found, or is wrong you can manually search it by pressing **Overflow** -> **Search manually**. - -### Migrating from Source {#migrating-from-source-sy} - -1. Tap into Browse on the bottom navbar. -1. Press the Migrate tab at the top next to Extensions. -1. Select the **Source** that you'd like to migrate _from_. -1. Select the **Source** you'd like to migrate _from_ and select **All**. -1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right. -1. Choose which data you want to transfer over. -1. Wait until all your **Series** is found and hit the done at the top and you're done. - - > If a series is not found, or is wrong you can manually search it by pressing **Overflow** -> **Search manually**. - -==TachiyomiAZ -### Instructions - -1. Tap into **Library**. -1. Tap **Overflow** -> **Source migration**. -1. Select the **Source** you'd like to migrate _from_ and select **All**. -1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right. -1. Choose which data you want to transfer over. -1. Wait until all your **Series** is found and hit the done at the top and you're done. - - > If a series is not found, or is wrong you can manually search it by pressing **Overflow** -> **Search manually**. -:::: diff --git a/website/src/docs/guides/troubleshooting/diagnosis.md b/website/src/docs/guides/troubleshooting/diagnosis.md index fd325c00..519a926c 100644 --- a/website/src/docs/guides/troubleshooting/diagnosis.md +++ b/website/src/docs/guides/troubleshooting/diagnosis.md @@ -32,11 +32,6 @@ Follow these steps to troubleshoot and find solutions. If any of these solutions help, go to [Personalized Issue](#personalized-issue). If it is not just you, go to [Widespread Issue](#widespread-issue). -If none of these solutions help, try asking in our [Discord server](https://discord.gg/tachiyomi). - -Check [#status-updates](https://discord.com/channels/349436576037732353/738862409284059239) first to see if your issue is known. -State your app version and the source, series, and chapter with the problem if it is not listed. - ::: tip An extension update may fix your issue Wait or check for an extension update if you have not already. There are no ETAs for updates. diff --git a/website/src/forks/TachiyomiAZ/index.md b/website/src/forks/TachiyomiAZ/index.md deleted file mode 100644 index 310c9964..00000000 --- a/website/src/forks/TachiyomiAZ/index.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: TachiyomiAZ -titleTemplate: false -description: Hentai-focused with legacy features - -layout: home -pageClass: page-tachiyomi-az - -hero: - name: TachiyomiAZ - text: Hentai-focused - tagline: Recommendation system, a hamburger menu, and loads of hentai - image: /forks/logo-az.webp - actions: - - theme: brand - text: Download - link: https://github.com/az4521/TachiyomiAZ/releases/latest - - theme: alt - text: GitHub - link: https://github.com/az4521/tachiyomiAZ - -customMetaTitle: TachiyomiAZ - -features: - - title: Hentai-focused - details: Adds several features to enhance your Hentai experience. - icon: 🔞 - - title: Series recommendations - details: Get recommendations from MyAnimeList and AniDB. - icon: 📚 - - title: Legacy design - details: Keeps the old design of Tachiyomi with hamburger menu. - icon: 👵 - -theme: "#FFCC4D" -image: /forks/logo-az.webp -imageSize: small ---- - -
- - - -
- -
-
-
- "The BEST fork" - az4521 -
-
-
diff --git a/website/src/forks/TachiyomiJ2K/index.md b/website/src/forks/TachiyomiJ2K/index.md deleted file mode 100644 index 3d5101e3..00000000 --- a/website/src/forks/TachiyomiJ2K/index.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: TachiyomiJ2K -titleTemplate: false -description: New design approach along with several other enhancements - -layout: home -pageClass: page-tachiyomi-j2k - -hero: - name: TachiyomiJ2K - text: Redesigned - tagline: New design approach along with several other enhancements - image: /forks/logo-j2k.webp - actions: - - theme: brand - text: Download - link: https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest - - theme: alt - text: GitHub - link: https://github.com/Jays2Kings/tachiyomiJ2K - -customMetaTitle: TachiyomiJ2K - -features: - - title: Redesigned UI - details: Entirely different design from regular Tachiyomi, with exciting new features. - icon: 👑 - - title: Double-page for Tablets - details: Combine 2 pages while reading into a single one for a better tablet experience. - icon: 📖 - - title: Dynamic categories - details: Group your library automatically by the tags, tracking status, source, and more. - icon: 🔖 - -theme: "#0952AF" -image: /forks/logo-j2k.webp -imageSize: small ---- - -
- - diff --git a/website/src/forks/TachiyomiSY/index.md b/website/src/forks/TachiyomiSY/index.md deleted file mode 100644 index 40b77836..00000000 --- a/website/src/forks/TachiyomiSY/index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: TachiyomiSY -titleTemplate: false -description: Keeping up-to-date with Tachiyomi while also adding exclusive features - -layout: home -pageClass: page-tachiyomi-sy - -hero: - name: TachiyomiSY - text: Hentai-focused - tagline: Keeping up-to-date with Tachiyomi while also adding exclusive features - image: /forks/logo-sy.webp - actions: - - theme: brand - text: Download - link: https://github.com/jobobby04/TachiyomiSY/releases/latest - - theme: alt - text: GitHub - link: https://github.com/jobobby04/TachiyomiSY - -customMetaTitle: TachiyomiSY - -features: - - title: Hentai-focused - details: Adds several features to enhance your Hentai experience. - icon: 🔞 - - title: Series recommendations - details: Get recommendations from MyAnimeList and AniDB. - icon: 📚 - - title: Autoscroll - details: Allows you to read without any extra interaction. - icon: 📜 - -theme: "#CE2828" -image: /forks/logo-sy.webp -imageSize: small ---- - -
- - diff --git a/website/src/forks/index.md b/website/src/forks/index.md deleted file mode 100644 index 86882b00..00000000 --- a/website/src/forks/index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Endorsed Forks -description: Forks are alternative versions of Tachiyomi with exclusive features. -lastUpdated: false -editLink: false -prev: false -next: false -pageClass: forks - -features: - - title: TachiyomiJ2K - details: New design approach along with several other enhancements - icon: TachiyomiJ2K Logo - link: /forks/TachiyomiJ2K/ - - title: TachiyomiSY - details: Keeping up-to-date with Tachiyomi while also adding exclusive features - icon: TachiyomiSY Logo - link: /forks/TachiyomiSY/ - - title: TachiyomiAZ - details: Keeps the old design of Tachiyomi with hamburger menu. - icon: TachiyomiAZ Logo - link: /forks/TachiyomiAZ/ ---- - - - -# Endorsed Forks - -Forks are alternative versions of Tachiyomi with exclusive features. - - diff --git a/website/src/public/_redirects b/website/src/public/_redirects index 8b80b2aa..42a0e582 100644 --- a/website/src/public/_redirects +++ b/website/src/public/_redirects @@ -8,5 +8,7 @@ /help/guides/categories/ /docs/guides/categories 301 /help/guides/local-manga/ /docs/guides/local-source/ 301 /help/guides/reader-settings/ /docs/guides/reader-settings 301 -/help/contribution/ /docs/contribute 301 +/help/contribution/ /news/2024-01-13-goodbye 301 /help/faq/ /docs/faq/general 301 +/forks/ /news/2024-01-13-goodbye 301 +/docs/contribute /news/2024-01-13-goodbye 301 diff --git a/website/src/public/forks/logo-az.webp b/website/src/public/forks/logo-az.webp deleted file mode 100644 index d06e537053146ee9b9181872bece499d8d53ec0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 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 IU?czl0B|#JEC2ui diff --git a/website/src/public/forks/logo-sy.webp b/website/src/public/forks/logo-sy.webp deleted file mode 100644 index 4137a6299a00b349463afbb61816c316f8b7c656..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2466 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 g50)bS$ga=#@?mo$xlI}r$GfbfweRgk