mirror of
https://github.com/yuzono/anime-extensions.git
synced 2026-06-13 05:29:44 +00:00
remove Discord & refactor more names
This commit is contained in:
@@ -25,7 +25,7 @@ body:
|
||||
label: Requirements
|
||||
description: Your request will be denied if you don't meet these requirements.
|
||||
options:
|
||||
- label: Proof of ownership/intent to remove sent to a Anikku Discord server mod via DM
|
||||
- label: Proof of ownership/intent to remove.
|
||||
required: true
|
||||
- label: Site only hosts content scanlated by the group and not stolen from other scanlators or official releases (i.e., not an aggregator site)
|
||||
required: true
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -3,8 +3,8 @@ contact_links:
|
||||
- name: ⚠️ Application issue
|
||||
url: https://github.com/komikku-app/anikku/issues/new/choose
|
||||
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead
|
||||
- name: 📦 Anikku extensions
|
||||
url: https://anikku-app.github.io/extensions
|
||||
- name: 📦 Aniyomi extensions
|
||||
url: https://zosetsu-repo.github.io/extensions-aniyomi
|
||||
about: List of all available extensions with download links
|
||||
- name: 🖥️ Anikku website
|
||||
url: https://anikku-app.github.io/help/
|
||||
|
||||
4
.github/scripts/commit-repo.sh
vendored
4
.github/scripts/commit-repo.sh
vendored
@@ -2,8 +2,8 @@
|
||||
set -e
|
||||
|
||||
rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../master/repo/ .
|
||||
git config --global user.email "Anikku-Bot@users.noreply.github.com"
|
||||
git config --global user.name "Anikku-Bot[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git status
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
|
||||
@@ -59,8 +59,7 @@ representative at an online or offline event.
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community moderators responsible for enforcement at
|
||||
the [Anikku Discord server](https://discord.gg/85jB7V5AJR).
|
||||
reported to the community moderators responsible for enforcement.
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community moderators are obligated to respect the privacy and security of the
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Contributing
|
||||
|
||||
This guide have some instructions and tips on how to create a new Anikku extension. Please **read it carefully** if you're a new contributor or don't have any experience on the required languages and knowledge.
|
||||
This guide have some instructions and tips on how to create a new Aniyomi extension. Please **read it carefully** if you're a new contributor or don't have any experience on the required languages and knowledge.
|
||||
|
||||
This guide is not definitive and it's being updated over time. If you find any issue on it, feel free to report it through a [Meta Issue](https://github.com/zosetsu-repo/aniyomi-extensions/issues/new?assignees=&labels=Meta+request&template=request_meta.yml) or fixing it directly by submitting a Pull Request.
|
||||
|
||||
@@ -85,7 +85,7 @@ Some alternative steps can be followed to ignore "repo" branch and skip unrelate
|
||||
2. Do a partial clone.
|
||||
```bash
|
||||
git clone --filter=blob:none --sparse <fork-repo-url>
|
||||
cd anikku-extensions/
|
||||
cd aniyomi-extensions/
|
||||
```
|
||||
3. Configure sparse checkout.
|
||||
|
||||
@@ -146,7 +146,7 @@ Some alternative steps can be followed to ignore "repo" branch and skip unrelate
|
||||
4. Configure remotes.
|
||||
```bash
|
||||
# add upstream
|
||||
git remote add upstream <anikku-repo-url>
|
||||
git remote add upstream <aniyomi-repo-url>
|
||||
# optionally disable push to upstream
|
||||
git remote set-url --push upstream no_pushing
|
||||
# ignore 'repo' branch of upstream
|
||||
@@ -185,8 +185,6 @@ and [negative refspecs](https://github.blog/2020-10-19-git-2-29-released/#user-c
|
||||
|
||||
## Getting help
|
||||
|
||||
- Join [the Discord server](https://discord.gg/85jB7V5AJR) for online help and to ask questions while developing your extension. When doing so, please ask it in the `#dev` channel.
|
||||
|
||||
- There are some features and tricks that are not explored in this document. Refer to existing extension code for examples.
|
||||
|
||||
## Writing an extension
|
||||
|
||||
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
| Install on Aniyomi | Install on Anikku | Build | Support Server |
|
||||
|--------------------|-------------------|--------|----------------|
|
||||
| [](https://intradeus.github.io/http-protocol-redirector/?r=aniyomi://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | [](https://intradeus.github.io/http-protocol-redirector/?r=anikku://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) |  | [](https://discord.gg/85jB7V5AJR) |
|
||||
| Install on Aniyomi | Install on Anikku | Build |
|
||||
|--------------------|-------------------|--------|
|
||||
| [](https://intradeus.github.io/http-protocol-redirector/?r=aniyomi://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | [](https://intradeus.github.io/http-protocol-redirector/?r=anikku://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) |  |
|
||||
|
||||
|
||||
# Anikku/Aniyomi Extensions
|
||||
@@ -26,10 +26,6 @@ If you prefer to directly download the APK files, they are available via https:/
|
||||
|
||||
Source requests here are meant as up-for-grabs for any developer, thus it's impossible to provide a time estimation for any of them. Furthermore, some sites are impossible to do, usually because of various technical reasons.
|
||||
|
||||
## Support Server
|
||||
|
||||
Join the [Discord](https://discord.gg/85jB7V5AJR) for updates and announcements and please check the discord BEFORE making an issue.
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
Reference in New Issue
Block a user