mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Point to new extensions list
This commit is contained in:
parent
147a7686f2
commit
f087aebccb
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -3,8 +3,8 @@ contact_links:
|
||||
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
|
||||
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead
|
||||
- name: ⚠️ Extension/source issue
|
||||
url: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose
|
||||
about: Issues and requests for extensions and sources should be opened in the tachiyomi-extensions repository instead
|
||||
url: https://github.com/tachiyomiorg/extensions/issues/new/choose
|
||||
about: Issues and requests for official extensions should be opened in the extensions repository instead
|
||||
- name: 📦 Tachiyomi extensions
|
||||
url: https://tachiyomi.org/extensions
|
||||
about: List of all available extensions with download links
|
||||
|
@ -44,8 +44,8 @@
|
||||
<a href="https://github.com/tachiyomiorg/tachiyomi/">
|
||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi&bg_color=161B22&text_color=c9d1d9&title_color=818CF8&icon_color=818CF8&border_radius=8&hide_border=true" alt="Android App">
|
||||
</a>
|
||||
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions/">
|
||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions&bg_color=161B22&text_color=c9d1d9&title_color=818CF8&icon_color=818CF8&border_radius=8&hide_border=true" alt="App Extensions">
|
||||
<a href="https://github.com/tachiyomiorg/extensions/">
|
||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=extensions&bg_color=161B22&text_color=c9d1d9&title_color=818CF8&icon_color=818CF8&border_radius=8&hide_border=true" alt="App Extensions">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1,6 +1 @@
|
||||
export const GITHUB_EXTENSION_JSON
|
||||
= 'https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/index.json'
|
||||
export const GITHUB_STABLE_API = 'https://api.github.com/repos/tachiyomiorg/tachiyomi/releases/latest'
|
||||
export const GITHUB_STABLE_RELEASE = 'https://github.com/tachiyomiorg/tachiyomi/releases/latest'
|
||||
export const GITHUB_PREVIEW_API = 'https://api.github.com/repos/tachiyomiorg/android-app-preview/releases/latest'
|
||||
export const GITHUB_PREVIEW_RELEASE = 'https://github.com/tachiyomiorg/android-app-preview/releases/latest'
|
||||
export const GITHUB_EXTENSION_JSON = 'https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/index.json'
|
||||
|
@ -15,11 +15,11 @@ const pkgName = computed(() => item.value.name.split(': ')[1])
|
||||
const pkgIsNsfw = computed(() => item.value.nsfw === 1)
|
||||
|
||||
const iconUrl = computed(() => {
|
||||
return `https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/icon/${item.value.pkg}.png`
|
||||
return `https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/icon/${item.value.pkg}.png`
|
||||
})
|
||||
|
||||
const apkUrl = computed(() => {
|
||||
return `https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/apk/${item.value.apk}`
|
||||
return `https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/apk/${item.value.apk}`
|
||||
})
|
||||
|
||||
function handleAnalytics() {
|
||||
|
@ -11,7 +11,7 @@ Know how to code and want to improve something or you generally want to support
|
||||
|
||||
[![tachiyomiorg/tachiyomi - GitHub](https://gh-card.dev/repos/tachiyomiorg/tachiyomi.svg)](https://github.com/tachiyomiorg/tachiyomi)
|
||||
|
||||
[![tachiyomiorg/tachiyomi-extensions - GitHub](https://gh-card.dev/repos/tachiyomiorg/tachiyomi-extensions.svg)](https://github.com/tachiyomiorg/tachiyomi-extensions)
|
||||
[![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)
|
||||
|
||||
|
@ -8,26 +8,14 @@ description: Frequently Asked Questions about Extensions.
|
||||
Frequently Asked Questions about Extensions.
|
||||
|
||||
## What are some recommended extensions and sources?
|
||||
**Tachiyomi** does not endorse or recommend any source, and there is no best extension.
|
||||
**Tachiyomi** offers a few extensions for use with self-hosted content [here](https://github.com/tachiyomiorg/extensions).
|
||||
|
||||
Instead, we encourage users to spend some time trying out a few sources themselves and discover what sources work best for them.
|
||||
What works well for somebody else might not work well for you.
|
||||
Otherwise, Tachiyomi is bring-your-own-content and does not offer anything.
|
||||
|
||||
::: info Disclaimer
|
||||
**Tachiyomi** isn't responsible for slow, down, missing chapters, or subpar image quality of sources as it doesn't host content.
|
||||
**Tachiyomi** isn't responsible for slow, down, missing chapters, or subpar image quality of sources as it doesn't host the content.
|
||||
:::
|
||||
|
||||
## What is a scanlator source?
|
||||
Non-officially licensed series are translated by scanlators, often found on their own websites or aggregator websites.
|
||||
Compare with official sources like [MANGA Plus By SHUEISHA](https://mangaplus.shueisha.co.jp) or [VIZ Shonen Jump](https://www.viz.com/shonenjump).
|
||||
Learn more in this [Wikipedia article](https://en.wikipedia.org/wiki/Scanlation).
|
||||
|
||||
## How do I request new extensions?
|
||||
[Open an issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) on **GitHub** if not already there.
|
||||
Check the removed [extensions list](https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/REMOVED_SOURCES.md) first.
|
||||
|
||||
You can find the list of extensions to download [here](/extensions/)
|
||||
|
||||
## Enabling third-party installations
|
||||
::::tabs
|
||||
== Android 8.0 and higher
|
||||
@ -58,15 +46,3 @@ Uninstall extensions like regular apps: through device settings or in **Tachiyom
|
||||
::: tip Uninstalling an extension
|
||||
In **Tachiyomi**, uninstall an extension via <nav to="extensions">, then tap **Uninstall** on the chosen extension.
|
||||
:::
|
||||
|
||||
## Why was an extension removed?
|
||||
Extensions can be removed due to several reasons:
|
||||
|
||||
* Frequent website changes.
|
||||
* Image scrambling.
|
||||
* Scanlator removal request.
|
||||
* Paywall implementation.
|
||||
* Reverse engineering needs.
|
||||
* Site shutdown.
|
||||
|
||||
Find the list of removed extensions [here](https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/REMOVED_SOURCES.md), excluding offline sites.
|
||||
|
@ -14,24 +14,3 @@ Enable the source's language at <nav to="sources">, tap on **Filter**, then turn
|
||||
|
||||
### If it's an NSFW extension
|
||||
Navigate to <nav to="browse"> and check the **Show in sources and extensions list** option.
|
||||
|
||||
## How can I locate a specific series?
|
||||
At times, locating a source containing the series you want to read can be challenging.
|
||||
|
||||
Here are strategies to help you find it:
|
||||
|
||||
1. Search for the series on [Google](https://google.com/) or a database like [MangaUpdates](https://www.mangaupdates.com/).
|
||||
1. Consider alternate spellings or title variations for the series.
|
||||
- Retry searching your sources using the alternate titles you discovered.
|
||||
1. If you still can't find the series on any source:
|
||||
- Search for an extension for the website you found in *step 1* within the [extensions list](/extensions/).
|
||||
|
||||
### If you find the series on a specific scanlator or aggregator with an extension
|
||||
Download the relevant extension, locate it under <nav to="sources">, and proceed to search for the series there.
|
||||
|
||||
### If you find the series on a specific scanlator or aggregator without an extension
|
||||
Check if a request has been made to add the site as an extension [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) and confirm it's not on the [list of extensions that won't be added back](https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/REMOVED_SOURCES.md).
|
||||
|
||||
If it's not requested and not on the exclusion list, you can [submit a request here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
|
||||
|
||||
For scanlators or aggregators without an online reader, you can download the series from their website and set it up as a local series.
|
||||
|
@ -91,7 +91,7 @@ This error likely indicates a down source or removed series.
|
||||
### `HTTP Error: 429` - Too Many Requests
|
||||
This error suggests the source temporarily banned your IP due to fast downloads/reads.
|
||||
|
||||
[Report the issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose) to add rate limits and prevent future IP bans.
|
||||
[Report the issue](https://github.com/tachiyomiorg/extensions/issues/new/choose) to add rate limits and prevent future IP bans.
|
||||
|
||||
### `HTTP Error: 5xx`
|
||||
Errors like `500`, `502`, etc., indicate server-side issues on the source's end.
|
||||
|
@ -56,8 +56,8 @@ These are general guidelines as each site has its specific undisclosed limits an
|
||||
## Widespread issue
|
||||
When everyone experiences a problem, it could be with the extension or app:
|
||||
|
||||
1. Check open issues [for the app](https://github.com/tachiyomiorg/tachiyomi/issues) and/or [**extensions**](https://github.com/tachiyomiorg/tachiyomi-extensions/issues).
|
||||
1. Check closed issues ([app](https://github.com/tachiyomiorg/tachiyomi/issues?q=is%3Aissue+is%3Aclosed)/[extensions](https://github.com/tachiyomiorg/tachiyomi-extensions/issues?q=is%3Aissue+is%3Aclosed)) in case it's resolved but not yet released.
|
||||
1. Check open issues [for the app](https://github.com/tachiyomiorg/tachiyomi/issues) and/or [**extensions**](https://github.com/tachiyomiorg/extensions/issues).
|
||||
1. Check closed issues ([app](https://github.com/tachiyomiorg/tachiyomi/issues?q=is%3Aissue+is%3Aclosed)/[extensions](https://github.com/tachiyomiorg/extensions/issues?q=is%3Aissue+is%3Aclosed)) in case it's resolved but not yet released.
|
||||
1. If not found, create a new issue.
|
||||
|
||||
::: warning
|
||||
|
Loading…
Reference in New Issue
Block a user