Update links (#481)

This commit is contained in:
Andreas E 2020-12-15 22:34:24 +01:00 committed by GitHub
parent 4182d21e6e
commit ff416727ac
11 changed files with 20684 additions and 37 deletions

View File

@ -21,22 +21,22 @@ If you got any questions, [join our Discord server](https://discord.gg/tachiyomi
<div>
<p align="center">
<a href="https://github.com/inorichi/tachiyomi/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=inorichi&repo=tachiyomi" alt="Android App">
<a href="https://github.com/tachiyomiorg/tachiyomi/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi" alt="Android App">
</a>
<a href="https://github.com/inorichi/tachiyomi-extensions/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=inorichi&repo=tachiyomi-extensions" alt="App Extensions">
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions" alt="App Extensions">
</a>
</p>
</div>
<div>
<p align="center">
<a href="https://github.com/tachiyomiorg/android-app/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=android-app" alt="Android App (Rewrite)">
<a href="https://github.com/tachiyomiorg/tachiyomi-1.x/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-1.x" alt="Android App (Rewrite)">
</a>
<a href="https://github.com/tachiyomiorg/extensions/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=extensions" alt="App Extensions (Rewrite)">
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions-1.x/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions-1.x" alt="App Extensions (Rewrite)">
</a>
</p>
</div>

20667
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,9 +60,9 @@ export default {
langName: (code) => (code === "all" ? "All" : `${ISO6391.getName(code)} (${ISO6391.getNativeName(code)})`),
iconUrl(pkg) {
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>

View File

@ -9,7 +9,7 @@
<div class="note">
<p>
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>
</div>
</div>

View File

@ -24,7 +24,7 @@ module.exports = {
themeConfig: {
logo: "/icons/logo.svg",
repo: "inorichi/tachiyomi",
repo: "tachiyomiorg/tachiyomi",
docsRepo: "tachiyomiorg/website",
docsDir: "src",
smoothScroll: true,

View File

@ -1,5 +1,5 @@
export const GITHUB_EXTENSION_JSON = "https://raw.githubusercontent.com/inorichi/tachiyomi-extensions/repo/index.json";
export const GITHUB_STABLE_API = "https://api.github.com/repos/inorichi/tachiyomi/releases/latest";
export const GITHUB_STABLE_RELEASE = "https://github.com/inorichi/tachiyomi/releases/latest";
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";

View File

@ -36,7 +36,7 @@ help:
reddit: true
- title: GitHub
description: Repository for the app
linkExt: https://github.com/inorichi/tachiyomi
linkExt: https://github.com/tachiyomiorg/tachiyomi
github: true
---

View File

@ -12,13 +12,13 @@ Skilled at code? Know how to improve something or you generally want to support
### Application
The main application.
- Current: [inorichi/tachiyomi](https://github.com/inorichi/tachiyomi) ![GitHub issues](https://img.shields.io/github/issues/inorichi/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)
- Current: [tachiyomiorg/tachiyomi](https://github.com/tachiyomiorg/tachiyomi) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/tachiyomi?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
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)
- Rewrite project: [tachiyomiorg/extensions](https://github.com/tachiyomiorg/extensions) ![GitHub issues](https://img.shields.io/github/issues/tachiyomiorg/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/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
The repository that hosts this very website you're reading on now.

View File

@ -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
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 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).
:::
@ -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?
You can search a manga from your MAL profile's list by searching in the following format: `my:<manga>`
::: 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
@ -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.
#### 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?
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?
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
You can find the list of extensions to download [here](/extensions/)

View File

@ -58,8 +58,8 @@ All of the above are very imprecise and fuzzy rules, because each site has their
### Everyone is having this problem
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. 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. 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/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.
If the site is not reachable or having issues then all you can do is wait for the site to become functional again.

View File

@ -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:
> **Lorem ipsum** dolor sit amet, _consectetur_ adipiscing **elit**.
> ::: 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.