FoundKey/README.md

77 lines
3.4 KiB
Markdown
Raw Normal View History

2017-03-29 23:57:42 +00:00
![Misskey](./assets/title.png)
2017-05-18 05:56:23 +00:00
================================================================
2017-02-22 11:19:34 +00:00
2016-12-28 22:49:51 +00:00
[![][travis-badge]][travis-link]
[![][dependencies-badge]][dependencies-link]
2017-01-24 09:41:07 +00:00
[![][himawari-badge]][himasaku]
[![][sakurako-badge]][himasaku]
2018-03-25 11:19:32 +00:00
[![][agpl-3.0-badge]][AGPL-3.0]
2017-01-24 09:41:07 +00:00
2017-02-22 11:19:34 +00:00
[Misskey](https://misskey.xyz) is a completely open source,
ultimately sophisticated new type of mini-blog based SNS.
2016-12-28 22:49:51 +00:00
2017-03-22 07:19:32 +00:00
![ss](./assets/ss.jpg)
2016-12-29 11:43:33 +00:00
2017-02-22 11:19:34 +00:00
Key features
2017-05-18 05:56:23 +00:00
----------------------------------------------------------------
2016-12-31 05:15:37 +00:00
* Automatically updated timeline
2017-02-27 09:16:01 +00:00
* Private messages
2017-12-09 19:16:20 +00:00
* Two-Factor Authentication support
2017-11-20 23:00:27 +00:00
* ServiceWorker support
2017-03-27 10:00:51 +00:00
* Web API for third-party applications
2018-03-28 00:59:36 +00:00
* ActivityPub compatible
2016-12-31 05:11:31 +00:00
2017-01-02 20:28:54 +00:00
and more! You can touch with your own eyes at https://misskey.xyz/.
2016-12-31 05:11:31 +00:00
2017-05-18 05:56:23 +00:00
Setup and Installation
----------------------------------------------------------------
2017-10-23 02:38:32 +00:00
If you want to run your own instance of Misskey,
2017-10-22 07:36:58 +00:00
please see [Setup and installation guide](./docs/setup.en.md).
2017-01-23 09:25:52 +00:00
2017-03-26 12:32:19 +00:00
Contribution
2017-05-18 05:56:23 +00:00
----------------------------------------------------------------
2017-03-26 12:32:19 +00:00
Please see [Contribution guide](./CONTRIBUTING.md).
2016-12-30 20:35:23 +00:00
2017-05-26 02:05:03 +00:00
Sponsors & Backers
----------------------------------------------------------------
2017-11-12 11:24:00 +00:00
Misskey has no 100+ GitHub stars currently. However, a donation is always welcome!
2017-05-26 02:09:19 +00:00
If you want to donate to Misskey, please get in touch with [@syuilo][syuilo-link].
2017-05-26 02:05:03 +00:00
2017-11-12 11:22:37 +00:00
**Note:** When you donate to Misskey, your name will be listed in [donors](./DONORS.md).
2017-08-28 12:25:47 +00:00
2018-03-28 13:30:52 +00:00
Notable contributors
----------------------------------------------------------------
2018-03-28 13:30:52 +00:00
| ![syuilo][syuilo-icon] | ![Morisawa Aya][ayamorisawa-icon] | ![otofune][otofune-icon] | ![akihikodaki][akihikodaki-icon] |
|:-:|:-:|:-:|:-:|
| [syuilo][syuilo-link]<br>Owner | [Aya Morisawa][ayamorisawa-link]<br>Collaborator | [otofune][otofune-link]<br>Collaborator | [akihikodaki][akihikodaki-link] |
[List of all contributors](https://github.com/syuilo/misskey/graphs/contributors)
2017-02-22 11:19:34 +00:00
Copyright
2017-05-18 05:56:23 +00:00
----------------------------------------------------------------
2017-01-19 11:44:19 +00:00
Misskey is an open-source software licensed under [The MIT License](LICENSE).
2016-12-28 22:49:51 +00:00
2018-03-25 11:19:32 +00:00
The portions of Misskey contributed by Akihiko Odaki <nekomanma@pixiv.co.jp> is
licensed under GNU Affero General Public License (only version 3.0 of the
license is applied.) See Git log to identify them.
[agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
[agpl-3.0-badge]: https://img.shields.io/badge/license-AGPL--3.0-444444.svg?style=flat-square
2016-12-28 22:49:51 +00:00
[travis-link]: https://travis-ci.org/syuilo/misskey
2017-02-26 16:46:43 +00:00
[travis-badge]: http://img.shields.io/travis/syuilo/misskey/master.svg?style=flat-square
2017-11-23 02:47:19 +00:00
[dependencies-link]: https://david-dm.org/syuilo/misskey
[dependencies-badge]: https://img.shields.io/david/syuilo/misskey.svg?style=flat-square
2017-01-24 09:41:07 +00:00
[himasaku]: https://himasaku.net
[himawari-badge]: https://img.shields.io/badge/%E5%8F%A4%E8%B0%B7-%E5%90%91%E6%97%A5%E8%91%B5-1684c5.svg?style=flat-square
[sakurako-badge]: https://img.shields.io/badge/%E5%A4%A7%E5%AE%A4-%E6%AB%BB%E5%AD%90-efb02a.svg?style=flat-square
2017-03-01 08:02:07 +00:00
2018-03-28 13:30:52 +00:00
<!-- Contributors Info -->
2017-03-01 08:02:07 +00:00
[syuilo-link]: https://syuilo.com
[syuilo-icon]: https://avatars2.githubusercontent.com/u/4439005?v=3&s=70
[ayamorisawa-link]: https://github.com/ayamorisawa
[ayamorisawa-icon]: https://avatars0.githubusercontent.com/u/10798641?v=3&s=70
[otofune-link]: https://github.com/otofune
[otofune-icon]: https://avatars0.githubusercontent.com/u/15062473?v=3&s=70
2018-03-28 13:30:52 +00:00
[akihikodaki-link]: https://github.com/akihikodaki
[akihikodaki-icon]: https://avatars2.githubusercontent.com/u/17036990?s=70&v=4