-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: doc | ||
--- | ||
|
||
# 独自機能 | ||
|
||
[Chillout Chat](https://chillout.chat) では、独自機能を追加した Mastodon のフォーク (Mastodon Chillout Edition) を運用しています。ソースコードは GitHub ([kwing0310/mastodon](https://github.com/kwing0310/mastodon)) で公開しています。 | ||
|
||
バグの報告や新しい機能の提案には [Issue](https://github.com/kwing0310/mastodon/issues) や [Pull Request](https://github.com/kwing0310/mastodon/pulls) をご利用ください。ハッシュタグ #chillout_chat をつけた投稿も報告や提案にご利用いただけます。 | ||
|
||
## 独自機能実装の方針 | ||
|
||
### 互換性の向上 | ||
|
||
Mastodon は ActivityPub に対応した分散型ソーシャルメディアの一種であり、Misskey や Pleroma などの他のソフトウェアを利用しているサーバーとも通信することができます。一方で、他のソフトウェアとの完全な互換性はないため、一部の機能を相互に利用することができません。Mastodon Chillout Edition では、他のソフトウェアとの互換性を強化しすることで、外部のサーバーの投稿を参照しやすくしています。移植する機能・しない機能を選ぶ際には、安定性や保守コスト、Chillout Chat のコンセプトに合うかどうかなど、様々な側面から総合的に判断しています。 | ||
|
||
以下の表は、2024年8月現在での各ソフトウェアにおける投稿に関する機能を比較したものです。 | ||
|
||
| | Chillout | Mastodon | Misskey | Pleroma | | ||
| --- | --- | --- | --- | --- | | ||
| 文字装飾 | ❌ | ❌ | ⭕ | ⭕ | | ||
| 引用 | ⭕ | ❌ | ⭕ | ⭕ | | ||
| 絵文字リアクション | ❌ | ❌ | ⭕ | ⭕ | | ||
| Cat | 一部対応 | ❌ | ⭕ | ❌ | | ||
| 投稿の編集 | ⭕ | ⭕ | ❌ | ⭕ | | ||
|
||
※ Chillout: Mastodon Chillout Edition (kwing0310/mastodon) | ||
|
||
※ Mastodon, Misskey, Pleroma はいずれも公式リポジトリです。フォークによっては実装状況が異なる場合があります。 | ||
|
||
::: TIP | ||
Mastodon Chillout Edition の他にも、Fedibird ([fedibird/mastodon](https://github.com/fedibird/mastodon)) や kmyblue [kmycode/mastodon](https://github.com/kmycode/mastodon) などの、Misskey や Pleroma との互換性を強化した様々な Mastodon フォークが公開されています。 | ||
::: | ||
|
||
### 居心地の良い環境の提供 | ||
|
||
Chillout Chat のコンセプトである「音楽好きの人々が集まる、落ち着き・くつろぎの空間」を実現するための機能を実装していく予定です。 | ||
|
||
::: INFO | ||
Mastodon Chillout Edition は Chillout Chat 向けに開発しているものであり、他のサーバーでの運用をサポートする予定はありません。 | ||
::: |