Full documentation repository for Mastodon
Go to file
wakingrufus 551fd40977 Add mastodon-jfx (#588)
mastodon-jfx is a desktop client for Mastodon written in kotlin using TornadoFX. It is designed for power tooters, particularly ones with multiple accounts spanning multiple instances. It is currently in an Alpha state. It is not yet feature-complete and the Look & Feel is in progress.
2018-04-04 20:16:03 +02:00
Contributing-to-Mastodon Update Sponsors.md 2018-03-09 11:55:53 +01:00
Maintaining-Mastodon Fix bad link (#589) 2018-04-04 20:15:29 +02:00
Running-Mastodon Update Production-guide.md (#585) 2018-03-31 16:36:47 +02:00
Using-Mastodon Add mastodon-jfx (#588) 2018-04-04 20:16:03 +02:00
Using-the-API document idempotency-key header (#581) 2018-03-25 19:33:13 +02:00
images Add Elasticsearch Guide (#564) 2018-03-09 17:15:17 +01:00
Extensions.md Update Extensions.md 2017-12-13 14:52:31 +01:00
LICENSE Revert "Fix #262 - Use GNU Free Documentation License (#349)" (#350) 2017-07-25 20:03:43 +02:00
README.md Change "Elasticsearch Guide" to "Enabling full-text search with Elasticsearch" in README.md (#567) 2018-03-09 18:38:19 +01:00
Specs-and-RFCs-used.md Update Specs-and-RFCs-used.md 2017-12-13 14:54:10 +01:00

README.md

Mastodon

Mastodon is a free, open-source social network server based on open web protocols like ActivityPub and OStatus. The social focus of the project is a viable decentralized alternative to commercial social media silos that returns the control of the content distribution channels to the people.

Documentation

Using Mastodon

Using the API

Running Mastodon

In production

Please note: It is highly recommended to run a tagged release of Mastodon and not run off the current master branch.

The aforementioned guides presume using certain software, like Nginx. But using alternatives is possible: Alternative system configurations

In development

Contributing to Mastodon

Protocols