diff options
Diffstat (limited to 'docs/pages')
-rw-r--r-- | docs/pages/about/about.rst | 42 | ||||
-rw-r--r-- | docs/pages/about/index.rst | 9 | ||||
-rw-r--r-- | docs/pages/api/activitypub.rst | 4 | ||||
-rw-r--r-- | docs/pages/api/client.rst | 4 | ||||
-rw-r--r-- | docs/pages/api/index.rst | 13 | ||||
-rw-r--r-- | docs/pages/api/internal.rst | 4 | ||||
-rw-r--r-- | docs/pages/design/federation.rst | 6 | ||||
-rw-r--r-- | docs/pages/design/index.rst | 10 | ||||
-rw-r--r-- | docs/pages/design/safety_features.rst | 4 |
9 files changed, 0 insertions, 96 deletions
diff --git a/docs/pages/about/about.rst b/docs/pages/about/about.rst deleted file mode 100644 index ada763d54..000000000 --- a/docs/pages/about/about.rst +++ /dev/null @@ -1,42 +0,0 @@ -Overview --------- - -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). diff --git a/docs/pages/about/index.rst b/docs/pages/about/index.rst deleted file mode 100644 index 75852d3c3..000000000 --- a/docs/pages/about/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -About GoToSocial ----------------- - -These documents give a general overview of what GoToSocial is, and what it's trying to achieve. - -.. toctree:: - :maxdepth: 1 - - about diff --git a/docs/pages/api/activitypub.rst b/docs/pages/api/activitypub.rst deleted file mode 100644 index fd47c7ef3..000000000 --- a/docs/pages/api/activitypub.rst +++ /dev/null @@ -1,4 +0,0 @@ -ActivityPub / Federation ------------------------- - -This document describes the API used for federating with other ActivityPub instances. diff --git a/docs/pages/api/client.rst b/docs/pages/api/client.rst deleted file mode 100644 index c74f5887f..000000000 --- a/docs/pages/api/client.rst +++ /dev/null @@ -1,4 +0,0 @@ -Client APIs ------------ - -This document describes the client APIs exposed by GoToSocial to the outside world. diff --git a/docs/pages/api/index.rst b/docs/pages/api/index.rst deleted file mode 100644 index b41c49b7a..000000000 --- a/docs/pages/api/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -API ---- - -These pages describe the different APIs provided by GoToSocial, both for front-end (client) interaction, -and for federation. The intended audience for these documents is developers looking to implement a front-end -or bot for GoToSocial. - -.. toctree:: - :maxdepth: 1 - - internal - client - activitypub diff --git a/docs/pages/api/internal.rst b/docs/pages/api/internal.rst deleted file mode 100644 index d2a4b201c..000000000 --- a/docs/pages/api/internal.rst +++ /dev/null @@ -1,4 +0,0 @@ -Internal --------- - -This document describes the internal APIs used by GoToSocial. diff --git a/docs/pages/design/federation.rst b/docs/pages/design/federation.rst deleted file mode 100644 index d6f4ea88b..000000000 --- a/docs/pages/design/federation.rst +++ /dev/null @@ -1,6 +0,0 @@ -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/pages/design/index.rst b/docs/pages/design/index.rst deleted file mode 100644 index 93f1a3486..000000000 --- a/docs/pages/design/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -GoToSocial Design ------------------ - -These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc. - -.. toctree:: - :maxdepth: 1 - - federation - safety_features diff --git a/docs/pages/design/safety_features.rst b/docs/pages/design/safety_features.rst deleted file mode 100644 index ddecfc9a3..000000000 --- a/docs/pages/design/safety_features.rst +++ /dev/null @@ -1,4 +0,0 @@ -Safety Features ---------------- - -Blah blah blah blah. |