Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Oct 1, 2023
1 parent e735011 commit 10aba98
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,26 @@ This library is the Core of MiPA.
MiPAC is an Api Wrapper that supports Misskey v11, 12, and 13.
It absorbs API differences between versions, etc., which you don't have to worry about originally.

> [!IMPORTANT]
> MiPAC's development policy will be changed. Please see [this discussion](https://github.com/yupix/MiPAC/discussions/90) for more information.
## Supported Misskey

Indicators of support

|status|meaning|
|---|---|
||Operation verified, priority support|
|| confirmation of operation, add support for features as and when issues, etc. come in.|
|×|Not supported and not intended for use|

|name|version|supported|
|---|---|---|
|[Misskey Official](https://github.com/misskey-dev/misskey)|v13, v12, v11||
|[Ayuskey](https://github.com/teamblackcrystal/misskey)|v5, v6||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v13 or later||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v12||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v11||

If you are using a non-official Fork and it is not working properly, please send us a link to your Fork repository and server in an Issue and we may be able to assist you.

## Usage

Expand Down
18 changes: 16 additions & 2 deletions README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,26 @@ MiPAのCoreとなるライブラリです。
MiPACはMisskey v11, 12, 13をサポートしているApi Wrapperです。
本来気にしないといけないバージョンごとのAPIの違い等を吸収してくれます。

> [!IMPORTANT]
> MiPACの開発方針が変更されます。詳しくは[こちらのディスカッション](https://github.com/yupix/MiPAC/discussions/90)をご覧ください。
## サポートしているMisskey

記号の意味

|status|meaning|
|---|---|
||動作確認済み、優先的にサポート|
||動作確認無し、Issue等が来た場合はサポート|
|×|サポートされておらず、使用を想定していない|

|name|version|supported|
|---|---|---|
|[Misskey Official](https://github.com/misskey-dev/misskey)|v13, v12, v11||
|[Ayuskey](https://github.com/teamblackcrystal/misskey)|v5, v6||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v13 またはそれ以降||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v12||
|[Misskey Official](https://github.com/misskey-dev/misskey)|v11||

もしあなたが公式リポジトリではなくForkのサーバーを使用していて、正常にMiPACの機能が動作しない場合はIssueにForkのリポジトリと対象のインスタンスURLを送信してください。サポートを行う場合があります。

## 使い方

Expand Down

0 comments on commit 10aba98

Please sign in to comment.