mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Update links (#481)
This commit is contained in:
parent
4182d21e6e
commit
ff416727ac
16
README.md
16
README.md
@ -21,22 +21,22 @@ If you got any questions, [join our Discord server](https://discord.gg/tachiyomi
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/inorichi/tachiyomi/">
|
<a href="https://github.com/tachiyomiorg/tachiyomi/">
|
||||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=inorichi&repo=tachiyomi" alt="Android App">
|
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi" alt="Android App">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/inorichi/tachiyomi-extensions/">
|
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions/">
|
||||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=inorichi&repo=tachiyomi-extensions" alt="App Extensions">
|
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions" alt="App Extensions">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/tachiyomiorg/android-app/">
|
<a href="https://github.com/tachiyomiorg/tachiyomi-1.x/">
|
||||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=android-app" alt="Android App (Rewrite)">
|
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-1.x" alt="Android App (Rewrite)">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/tachiyomiorg/extensions/">
|
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions-1.x/">
|
||||||
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=extensions" alt="App Extensions (Rewrite)">
|
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions-1.x" alt="App Extensions (Rewrite)">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
20667
package-lock.json
generated
20667
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -60,9 +60,9 @@ export default {
|
|||||||
langName: (code) => (code === "all" ? "All" : `${ISO6391.getName(code)} (${ISO6391.getNativeName(code)})`),
|
langName: (code) => (code === "all" ? "All" : `${ISO6391.getName(code)} (${ISO6391.getNativeName(code)})`),
|
||||||
iconUrl(pkg) {
|
iconUrl(pkg) {
|
||||||
const pkgName = pkg.substring(0, pkg.lastIndexOf("."));
|
const pkgName = pkg.substring(0, pkg.lastIndexOf("."));
|
||||||
return `https://raw.githubusercontent.com/inorichi/tachiyomi-extensions/repo/icon/${pkgName}.png`;
|
return `https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/icon/${pkgName}.png`;
|
||||||
},
|
},
|
||||||
apkUrl: (apk) => `https://raw.githubusercontent.com/inorichi/tachiyomi-extensions/repo/apk/${apk}`,
|
apkUrl: (apk) => `https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/apk/${apk}`,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div class="note">
|
<div class="note">
|
||||||
<p>
|
<p>
|
||||||
View the full release
|
View the full release
|
||||||
<a href="https://github.com/inorichi/tachiyomi/releases/latest" target="_blank" rel="noopener">here</a>
|
<a href="https://github.com/tachiyomiorg/tachiyomi/releases/latest" target="_blank" rel="noopener">here</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -24,7 +24,7 @@ module.exports = {
|
|||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/icons/logo.svg",
|
logo: "/icons/logo.svg",
|
||||||
repo: "inorichi/tachiyomi",
|
repo: "tachiyomiorg/tachiyomi",
|
||||||
docsRepo: "tachiyomiorg/website",
|
docsRepo: "tachiyomiorg/website",
|
||||||
docsDir: "src",
|
docsDir: "src",
|
||||||
smoothScroll: true,
|
smoothScroll: true,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export const GITHUB_EXTENSION_JSON = "https://raw.githubusercontent.com/inorichi/tachiyomi-extensions/repo/index.json";
|
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/inorichi/tachiyomi/releases/latest";
|
export const GITHUB_STABLE_API = "https://api.github.com/repos/tachiyomiorg/tachiyomi/releases/latest";
|
||||||
export const GITHUB_STABLE_RELEASE = "https://github.com/inorichi/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_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_PREVIEW_RELEASE = "https://github.com/tachiyomiorg/android-app-preview/releases/latest";
|
||||||
|
@ -36,7 +36,7 @@ help:
|
|||||||
reddit: true
|
reddit: true
|
||||||
- title: GitHub
|
- title: GitHub
|
||||||
description: Repository for the app
|
description: Repository for the app
|
||||||
linkExt: https://github.com/inorichi/tachiyomi
|
linkExt: https://github.com/tachiyomiorg/tachiyomi
|
||||||
github: true
|
github: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@ Skilled at code? Know how to improve something or you generally want to support
|
|||||||
|
|
||||||
### Application
|
### Application
|
||||||
The main application.
|
The main application.
|
||||||
- Current: [inorichi/tachiyomi](https://github.com/inorichi/tachiyomi) ![GitHub issues](https://img.shields.io/github/issues/inorichi/tachiyomi?style=social)
|
- Current: [tachiyomiorg/tachiyomi](https://github.com/tachiyomiorg/tachiyomi) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/tachiyomi?style=social)
|
||||||
- Rewrite project: [tachiyomiorg/android-app](https://github.com/tachiyomiorg/android-app) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/android-app?style=social)
|
- Rewrite project: [tachiyomiorg/tachiyomi-1.x](https://github.com/tachiyomiorg/tachiyomi-1.x) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/tachiyomi-1.x?style=social)
|
||||||
***
|
***
|
||||||
### Extensions
|
### Extensions
|
||||||
Used to read from different manga services.
|
Used to read from different manga services.
|
||||||
- Current: [inorichi/tachiyomi-extensions](https://github.com/inorichi/tachiyomi-extensions) ![GitHub issues](https://img.shields.io/github/issues/inorichi/tachiyomi-extensions?style=social)
|
- Current: [tachiyomiorg/tachiyomi-extensions](https://github.com/tachiyomiorg/tachiyomi-extensions) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/tachiyomi-extensions?style=social)
|
||||||
- Rewrite project: [tachiyomiorg/extensions](https://github.com/tachiyomiorg/extensions) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/extensions?style=social)
|
- Rewrite project: [tachiyomiorg/tachiyomi-extensions-1.x](https://github.com/tachiyomiorg/tachiyomi-extensions-1.x) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/tachiyomi-extensions-1.x?style=social)
|
||||||
***
|
***
|
||||||
### Website
|
### Website
|
||||||
The repository that hosts this very website you're reading on now.
|
The repository that hosts this very website you're reading on now.
|
||||||
|
@ -43,7 +43,7 @@ Sometimes you can struggle to find a source hosting the manga you're looking for
|
|||||||
#### If you found the website/scanlator in the list
|
#### If you found the website/scanlator in the list
|
||||||
Download the corresponding extension, go to the source, then search for the manga there.
|
Download the corresponding extension, go to the source, then search for the manga there.
|
||||||
#### If you didn't find the website/scanlator in the list
|
#### If you didn't find the website/scanlator in the list
|
||||||
If you found a website or scanlator that hosts your manga but doesn't exist as a source or extension, then you can see if its [already been requested](https://github.com/inorichi/tachiyomi-extensions/issues) or you can [request it yourself](https://github.com/inorichi/tachiyomi-extensions/issues/new/choose).
|
If you found a website or scanlator that hosts your manga but doesn't exist as a source or extension, then you can see if its [already been requested](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) or you can [request it yourself](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
|
||||||
|
|
||||||
If the website/scanlator group doesn't have an online manga reader, you can download the manga manually and set up [local manga](/help/guides/reading-local-manga).
|
If the website/scanlator group doesn't have an online manga reader, you can download the manga manually and set up [local manga](/help/guides/reading-local-manga).
|
||||||
:::
|
:::
|
||||||
@ -72,7 +72,7 @@ To log in with Kitsu you need to use your email address as your username.
|
|||||||
#### Why can't I find manga in MAL's search results?
|
#### Why can't I find manga in MAL's search results?
|
||||||
You can search a manga from your MAL profile's list by searching in the following format: `my:<manga>`
|
You can search a manga from your MAL profile's list by searching in the following format: `my:<manga>`
|
||||||
::: note
|
::: note
|
||||||
Related GitHub issue: [#65](https://github.com/inorichi/tachiyomi/issues/65)
|
Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Local Manga
|
### Local Manga
|
||||||
@ -116,7 +116,7 @@ On **Android 10**, a bug was introduced which prevented users from uninstalling
|
|||||||
There is no iOS version and no plans for one. Since iOS and Android apps don't share code it's hard to port.
|
There is no iOS version and no plans for one. Since iOS and Android apps don't share code it's hard to port.
|
||||||
|
|
||||||
#### Will Tachiyomi ever be on the Google Play Store?
|
#### Will Tachiyomi ever be on the Google Play Store?
|
||||||
Due to Google Play's content policy, almost certainly not, as they do not allow the APK system to work. The content on some sites will lead to Google taking it down at some point, and Inorichi does not want to have to deal with it as they have stated [before](https://github.com/inorichi/tachiyomi/issues/1745#issuecomment-441208074)
|
Due to Google Play's content policy, almost certainly not, as they do not allow the APK system to work. The content on some sites will lead to Google taking it down at some point, and Inorichi does not want to have to deal with it as they have stated [before](https://github.com/tachiyomiorg/tachiyomi/issues/1745#issuecomment-441208074)
|
||||||
|
|
||||||
#### How can I report Tachiyomi copycats on the Google Play Store?
|
#### How can I report Tachiyomi copycats on the Google Play Store?
|
||||||
If you're on desktop, fill out [this](https://support.google.com/googleplay/android-developer/contact/takedown) form following [these](https://pastebin.com/08eeuJxH) steps.
|
If you're on desktop, fill out [this](https://support.google.com/googleplay/android-developer/contact/takedown) form following [these](https://pastebin.com/08eeuJxH) steps.
|
||||||
@ -166,7 +166,7 @@ Access the spreadsheet [here](https://tachiyomi.org/extensions-spreadsheet)
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
#### How do I request a new extension?
|
#### How do I request a new extension?
|
||||||
Open an issue [on GitHub](https://github.com/inorichi/tachiyomi-extensions/issues) if one does not already exist.
|
Open an issue [on GitHub](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) if one does not already exist.
|
||||||
|
|
||||||
::: note
|
::: note
|
||||||
You can find the list of extensions to download [here](/extensions/)
|
You can find the list of extensions to download [here](/extensions/)
|
||||||
|
@ -58,8 +58,8 @@ All of the above are very imprecise and fuzzy rules, because each site has their
|
|||||||
|
|
||||||
### Everyone is having this problem
|
### Everyone is having this problem
|
||||||
If the site is reachable and fully functional then there may be an issue with the extension or app.
|
If the site is reachable and fully functional then there may be an issue with the extension or app.
|
||||||
1. Have a look at open issues [for the app](https://github.com/inorichi/tachiyomi/issues) and/or [extensions](https://github.com/inorichi/tachiyomi-extensions/issues).
|
1. Have a look at open issues [for the app](https://github.com/tachiyomiorg/tachiyomi/issues) and/or [extensions](https://github.com/tachiyomiorg/tachiyomi-extensions/issues).
|
||||||
1. It may have been fixed already, but not released yet, so look at closed issues ([app](https://github.com/inorichi/tachiyomi/issues?q=is%3Aissue+is%3Aclosed) / [extensions](https://github.com/inorichi/tachiyomi-extensions/issues?q=is%3Aissue+is%3Aclosed)) issues as well.
|
1. It may have been fixed already, but not released yet, so look at 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)) issues as well.
|
||||||
1. If you can't find the issue there, open a new one.
|
1. If you can't find the issue there, open a new one.
|
||||||
|
|
||||||
If the site is not reachable or having issues then all you can do is wait for the site to become functional again.
|
If the site is not reachable or having issues then all you can do is wait for the site to become functional again.
|
||||||
|
@ -113,7 +113,7 @@ Some **DO**s and **DO NOT**s for [FAQ](../help/faq/README.md).
|
|||||||
- **DO** include related info as an aside object:
|
- **DO** include related info as an aside object:
|
||||||
> **Lorem ipsum** dolor sit amet, _consectetur_ adipiscing **elit**.
|
> **Lorem ipsum** dolor sit amet, _consectetur_ adipiscing **elit**.
|
||||||
> ::: note
|
> ::: note
|
||||||
> Related GitHub issue: [#65](https://github.com/inorichi/tachiyomi/issues/65)
|
> Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
||||||
> :::
|
> :::
|
||||||
|
|
||||||
> **Pellentesque** _habitant_ morbi tristique **senectus** et netus.
|
> **Pellentesque** _habitant_ morbi tristique **senectus** et netus.
|
||||||
|
Loading…
Reference in New Issue
Block a user