Doc updates

This commit is contained in:
tsmethurst
2021-02-28 18:08:27 +01:00
parent 7867fdebd2
commit 294d6d174d
26 changed files with 1020 additions and 21 deletions

View File

@ -0,0 +1,8 @@
GoToSocial Design
=================
These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc.
.. toctree::
federation.rst
safety_features.rst

View File

@ -0,0 +1,6 @@
Federation
==========
In the spirit of Mastodon and other `Fediverse <https://en.wikipedia.org/wiki/Fediverse>`_ ("federation universe") applications,
GoToSocial uses the `ActivityPub <https://www.w3.org/TR/activitypub/>`_ protocol to communicate between its own servers and those
of compliant software.

View File

@ -0,0 +1,4 @@
Safety Features
===============
Blah blah blah blah.