You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
4.0 KiB

7 years ago
7 years ago
7 years ago
7 years ago
  1. Mastodon
  2. ========
  3. [![Build Status](http://img.shields.io/travis/tootsuite/mastodon.svg)][travis]
  4. [![Code Climate](https://img.shields.io/codeclimate/github/tootsuite/mastodon.svg)][code_climate]
  5. [travis]: https://travis-ci.org/tootsuite/mastodon
  6. [code_climate]: https://codeclimate.com/github/tootsuite/mastodon
  7. Mastodon is a free, open-source social network server. A decentralized solution to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.
  8. An alternative implementation of the GNU social project. Based on [ActivityStreams](https://en.wikipedia.org/wiki/Activity_Streams_(format)), [Webfinger](https://en.wikipedia.org/wiki/WebFinger), [PubsubHubbub](https://en.wikipedia.org/wiki/PubSubHubbub) and [Salmon](https://en.wikipedia.org/wiki/Salmon_(protocol)).
  9. Click on the screenshot to watch a demo of the UI:
  10. [![Screenshot](https://i.imgur.com/T2q5V65.png)][youtube_demo]
  11. [youtube_demo]: https://www.youtube.com/watch?v=YO1jQ8_rAMU
  12. The project focus is a clean REST API and a good user interface. Ruby on Rails is used for the back-end, while React.js and Redux are used for the dynamic front-end. A static front-end for public resources (profiles and statuses) is also provided.
  13. If you would like, you can [support the development of this project on Patreon][patreon]. Alternatively, you can donate to this BTC address: `17j2g7vpgHhLuXhN4bueZFCvdxxieyRVWd`
  14. [patreon]: https://www.patreon.com/user?u=619786
  15. ## Resources
  16. - [List of Mastodon instances](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md)
  17. - [Use this tool to find Twitter friends on Mastodon](https://mastodon-bridge.herokuapp.com)
  18. - [API overview](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
  19. - [Frequently Asked Questions](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md)
  20. - [List of apps](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md)
  21. ## Features
  22. - **Fully interoperable with GNU social and any OStatus platform**
  23. Whatever implements Atom feeds, ActivityStreams, Salmon, PubSubHubbub and Webfinger is part of the network
  24. - **Real-time timeline updates**
  25. See the updates of people you're following appear in real-time in the UI via WebSockets
  26. - **Federated thread resolving**
  27. If someone you follow replies to a user unknown to the server, the server fetches the full thread so you can view it without leaving the UI
  28. - **Media attachments like images and WebM**
  29. Upload and view images and WebM videos attached to the updates
  30. - **OAuth2 and a straightforward REST API**
  31. Mastodon acts as an OAuth2 provider so 3rd party apps can use the API, which is RESTful and simple
  32. - **Background processing for long-running tasks**
  33. Mastodon tries to be as fast and responsive as possible, so all long-running tasks that can be delegated to background processing, are
  34. - **Deployable via Docker**
  35. You don't need to mess with dependencies and configuration if you want to try Mastodon, if you have Docker and Docker Compose the deployment is extremely easy
  36. ## Development
  37. Please follow the [development guide](https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Development-guide.md) from the documentation repository.
  38. ## Deployment
  39. There are guides in the documentation repository for [deploying on various platforms](https://github.com/tootsuite/documentation#running-mastodon).
  40. ## Contributing
  41. You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository. [Here are the guidelines for code contributions](CONTRIBUTING.md)
  42. **IRC channel**: #mastodon on irc.freenode.net
  43. ## Extra credits
  44. - The [Emoji One](https://github.com/Ranks/emojione) pack has been used for the emojis
  45. - The error page image courtesy of [Dopatwo](https://www.youtube.com/user/dopatwo)
  46. ![Mastodon error image](https://mastodon.social/oops.png)