remove Discord & refactor more names

This commit is contained in:
Cuong-Tran
2025-03-25 01:56:46 +07:00
parent c96e3afe59
commit 77c05903b5
6 changed files with 12 additions and 19 deletions

View File

@@ -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

View File

@@ -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/

View File

@@ -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 .

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
| Install on Aniyomi | Install on Anikku | Build | Support Server |
|--------------------|-------------------|--------|----------------|
| [![Install](https://img.shields.io/badge/Click%20here%20to%20install%20this%20repo-blue&style=flat)](https://intradeus.github.io/http-protocol-redirector/?r=aniyomi://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | [![Install](https://img.shields.io/badge/Click%20here%20to%20install%20repo-gray?style=flat&labelColor=red)](https://intradeus.github.io/http-protocol-redirector/?r=anikku://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | ![CI](https://github.com/zosetsu-repo/aniyomi-extensions/actions/workflows/build_push.yml/badge.svg) | [![Discord](https://img.shields.io/discord/1242381704459452488?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/85jB7V5AJR) |
| Install on Aniyomi | Install on Anikku | Build |
|--------------------|-------------------|--------|
| [![Install](https://img.shields.io/badge/Click%20here%20to%20install%20this%20repo-blue&style=flat)](https://intradeus.github.io/http-protocol-redirector/?r=aniyomi://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | [![Install](https://img.shields.io/badge/Click%20here%20to%20install%20repo-gray?style=flat&labelColor=red)](https://intradeus.github.io/http-protocol-redirector/?r=anikku://add-repo?url=https://raw.githubusercontent.com/zosetsu-repo/ani-repo/repo/index.min.json) | ![CI](https://github.com/zosetsu-repo/aniyomi-extensions/actions/workflows/build_push.yml/badge.svg) |
# ![app icon](./.github/readme-images/app-icon.png)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!