diff options
Diffstat (limited to 'docs/_build/html/_sources/pages')
4 files changed, 60 insertions, 0 deletions
diff --git a/docs/_build/html/_sources/pages/design/design.rst.txt b/docs/_build/html/_sources/pages/design/design.rst.txt new file mode 100644 index 000000000..f30cd746b --- /dev/null +++ b/docs/_build/html/_sources/pages/design/design.rst.txt @@ -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 diff --git a/docs/_build/html/_sources/pages/design/federation.rst.txt b/docs/_build/html/_sources/pages/design/federation.rst.txt new file mode 100644 index 000000000..90a59148f --- /dev/null +++ b/docs/_build/html/_sources/pages/design/federation.rst.txt @@ -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. diff --git a/docs/_build/html/_sources/pages/design/safety_features.rst.txt b/docs/_build/html/_sources/pages/design/safety_features.rst.txt new file mode 100644 index 000000000..65c1dc92a --- /dev/null +++ b/docs/_build/html/_sources/pages/design/safety_features.rst.txt @@ -0,0 +1,4 @@ +Safety Features +=============== + +Blah blah blah blah. diff --git a/docs/_build/html/_sources/pages/user_facing/user_facing.rst.txt b/docs/_build/html/_sources/pages/user_facing/user_facing.rst.txt new file mode 100644 index 000000000..2add934ad --- /dev/null +++ b/docs/_build/html/_sources/pages/user_facing/user_facing.rst.txt @@ -0,0 +1,42 @@ +What is GoToSocial? +=================== + +GoToSocial will solve your problem of where to start with documentation, +by providing a basic explanation of how to do it easily. + +Look how easy it is to use:: + + import project + # Get your stuff done + project.do_stuff() + +Features +-------- + +- Be awesome +- Make things faster + +Installation +------------ + +Install $project by running: + + install project + +Open Source +----------- + +GoToSocial is a free and open-source project. + +- Issue Tracker: https://github.com/gotosocial/gotosocial/issues +- Source Code: https://github.com/gotosocial/gotosocial + +Support +------- + +If you are having issues, please let us know. + +License +------- + +GoToSocial is licensed under the `GNU AFFERO GENERAL PUBLIC LICENSE <https://github.com/gotosocial/gotosocial/blob/main/LICENSE>`_ (AGPLv3). |