Skip to content

Commit

Permalink
rewrite most of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
OncePunchedMan committed Jan 6, 2022
1 parent 29bdcdf commit bf2aebd
Show file tree
Hide file tree
Showing 46 changed files with 199 additions and 895 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: ⚠️ Application issue
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
url: https://github.com/jmir1/aniyomi/issues/new/choose
about: Issues and requests about the app itself should be opened in the Aniyomi 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
- name: 📦 Tachiyomi extensions
url: https://tachiyomi.org/extensions
url: https://github.com/jmir1/aniyomi-extensions/issues/new/choose
about: Issues and requests for extensions and sources should be opened in the Aniyomi-extensions repository instead
- name: 📦 Aniyomi extensions
url: https://aniyomi.jmir.xyz/extensions/
about: List of all available extensions with download links
- name: 🖥️ Tachiyomi website
url: https://tachiyomi.org/help/
- name: 🖥️ Aniyomi website
url: https://aniyomi.jmir.xyz/help/
about: Guides, troubleshooting, and answers to common questions
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐞 Issue report
description: Report an issue with tachiyomi.org
description: Report an issue with aniyomi.jmir1.xyz
labels: [Bug]
body:

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ⭐ Feature request
description: Suggest a feature to improve tachiyomi.org
description: Suggest a feature to aniyomi.jmir1.xyz
labels: [Feature request]
body:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"PictureHeight": 0,
"PictureForceHeight": 0,
"PictureForceWidth": 0,
"PresetName": "Tachiyomi HandBrake Profile",
"PresetName": "Aniyomi HandBrake Profile",
"Type": 1,
"UsesPictureFilters": true,
"UsesPictureSettings": 0,
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community moderators responsible for enforcement at
the [Tachiyomi Discord server](https://discord.gg/tachiyomi).
the [Aniyomi Discord server](https://discord.gg/F32UjdJZrR).
All complaints will be reviewed and investigated promptly and fairly.

All community moderators are obligated to respect the privacy and security of the
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tachiyomi Website Contributing Guide
# Aniyomi Website Contributing Guide

Before submitting your contribution, please make sure to take a moment and read through the following guidelines:

Expand Down Expand Up @@ -100,14 +100,14 @@ $ npm run lint

### Videos
- Use `.webm` format
- Encode it with our [HandBrake profile](.github/assets/tachiyomi-handbrake-profile.json)
- Encode it with our [HandBrake profile](.github/assets/aniyomi-handbrake-profile.json)

- Remove audio track

## Credits

Thank you to all the people who have already contributed!

<a href="https://github.com/tachiyomiorg/website/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tachiyomiorg/website" />
<a href="https://github.com/jmir1/aniyomi-website/graphs/contributors">
<img src="https://contrib.rocks/image?repo=jmir1/aniyomi-website" />
</a>
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc

- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Contributing guide](./CONTRIBUTING.md)
- [Project style guide](https://tachiyomi.org/sandbox/style-guide/)
- [Project style guide](https://aniyomi.jmir.xyz/sandbox/style-guide/)

If you got any questions, [join our Discord server](https://discord.gg/F32UjdJZrR).

Expand All @@ -33,17 +33,6 @@ If you got any questions, [join our Discord server](https://discord.gg/F32UjdJZr
</p>
</div>

<div>
<p align="center">
<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&bg_color=0000&text_color=777&hide_border=true alt="Android App (Rewrite)">
</a>
<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&bg_color=0000&text_color=777&hide_border=true" alt="App Extensions (Rewrite)">
</a>
</p>
</div>

## License

Copyright (C) 2018 The Tachiyomi Open Source Project
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "tachiyomi-website",
"name": "aniyomi-website",
"version": "1.0.0",
"description": "Official website for the Tachiyomi app.",
"description": "Official website for the Aniyomi app.",
"scripts": {
"build": "npm run lint && vuepress build src",
"lint": "eslint --fix src/.vuepress/**/*.{js,vue} --no-ignore",
"serve": "vuepress dev src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tachiyomiorg/website.git"
"url": "git+https://github.com/jmir1/aniyomi-website.git"
},
"keywords": [
"vuepress"
],
"license": "MPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/tachiyomiorg/website/issues"
"url": "https://github.com/jmir1/aniyomi-website/issues"
},
"homepage": "https://github.com/tachiyomiorg/website#readme",
"homepage": "https://github.com/jmir1/aniyomi-website#readme",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
Expand Down
18 changes: 9 additions & 9 deletions src/.vuepress/components/DownloadButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ export default {
async mounted() {
try {
const { data } = await this.$store.dispatch("getStableReleaseData");
const apkAsset = data.assets.find((a) => /^tachiyomi-v\d+\.\d+\.\d+.apk/.test(a.name));
const apkAsset = data.assets.find((a) => /^aniyomi-v\d+\.\d+\.\d+.apk/.test(a.name));
this.$data.tagName = data.tag_name.slice(1);
this.$data.browserDownloadUrl = apkAsset.browser_download_url;
} catch (e) {
console.error(e);
}
try {
const { data } = await this.$store.dispatch("getPreviewReleaseData");
const apkAsset = data.assets.find((a) => /^tachiyomi-r\d{4,}.apk/.test(a.name));
const apkAsset = data.assets.find((a) => /^aniyomi-r\d{4,}.apk/.test(a.name));
this.$data.previewTagName = data.tag_name;
this.$data.previewbrowserDownloadUrl = apkAsset.browser_download_url;
} catch (e) {
Expand All @@ -54,7 +54,7 @@ export default {
downloadStable() {
this.$swal({
title: "Downloading",
html: `Started downloading <strong>Tachiyomi Stable</strong>`,
html: `Started downloading <strong>Aniyomi Stable</strong>`,
icon: "success",
focusConfirm: false,
focusCancel: false,
Expand All @@ -68,18 +68,18 @@ export default {
},
});
window.location.assign(this.$data.browserDownloadUrl || GITHUB_STABLE_RELEASE);
window.ga("send", "event", "Action", "Download", "Tachiyomi");
window.ga("send", "event", "Action", "Download", "Aniyomi");
},
downloadPreview() {
this.$swal({
icon: "warning",
title: "Are you sure?",
html: `
<strong>Tachiyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.
<strong>Aniyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.
<div class="note">
<p>
Read more about Tachiyomi Preview
<a href="../help/faq/#what-is-tachiyomi-preview" rel="help">here</a>.
Read more about Aniyomi Preview
<a href="../help/faq/#what-is-aniyomi-preview" rel="help">here</a>.
</p>
</div>`,
confirmButtonText: "I am sure.",
Expand All @@ -100,7 +100,7 @@ export default {
this.$swal({
icon: "success",
title: "Downloading",
html: `Started downloading <strong>Tachiyomi Preview</strong>`,
html: `Started downloading <strong>Aniyomi Preview</strong>`,
confirmButtonText: "Dismiss",
showCloseButton: false,
showCancelButton: false,
Expand All @@ -114,7 +114,7 @@ export default {
},
});
window.location.assign(this.$data.previewbrowserDownloadUrl || GITHUB_PREVIEW_RELEASE);
window.ga("send", "event", "Action", "Download", "Tachiyomi Preview");
window.ga("send", "event", "Action", "Download", "Aniyomi Preview");
}
});
},
Expand Down
129 changes: 0 additions & 129 deletions src/.vuepress/components/ForkButtons.vue

This file was deleted.

27 changes: 0 additions & 27 deletions src/.vuepress/components/ForkPage.vue

This file was deleted.

Loading

0 comments on commit bf2aebd

Please sign in to comment.