From 294d6d174d658d1f17ec910474e89b20cdea3737 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sun, 28 Feb 2021 18:08:27 +0100 Subject: Doc updates --- docs/_build/html/pages/design/design.html | 221 ++++++++++++++++++ docs/_build/html/pages/design/federation.html | 219 ++++++++++++++++++ docs/_build/html/pages/design/safety_features.html | 215 +++++++++++++++++ .../_build/html/pages/user_facing/user_facing.html | 255 +++++++++++++++++++++ 4 files changed, 910 insertions(+) create mode 100644 docs/_build/html/pages/design/design.html create mode 100644 docs/_build/html/pages/design/federation.html create mode 100644 docs/_build/html/pages/design/safety_features.html create mode 100644 docs/_build/html/pages/user_facing/user_facing.html (limited to 'docs/_build/html/pages') diff --git a/docs/_build/html/pages/design/design.html b/docs/_build/html/pages/design/design.html new file mode 100644 index 000000000..f70e215d1 --- /dev/null +++ b/docs/_build/html/pages/design/design.html @@ -0,0 +1,221 @@ + + + + + + + + + + GoToSocial Design — GoToSocial documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+ +
+

GoToSocial Design

+

These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc.

+ +
+ + +
+ +
+ +
+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/docs/_build/html/pages/design/federation.html b/docs/_build/html/pages/design/federation.html new file mode 100644 index 000000000..bba5f68d7 --- /dev/null +++ b/docs/_build/html/pages/design/federation.html @@ -0,0 +1,219 @@ + + + + + + + + + + Federation — GoToSocial documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+ +
+

Federation

+

In the spirit of Mastodon and other Fediverse (“federation universe”) applications, +GoToSocial uses the ActivityPub protocol to communicate between its own servers and those +of compliant software.

+
+ + +
+ +
+ +
+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/docs/_build/html/pages/design/safety_features.html b/docs/_build/html/pages/design/safety_features.html new file mode 100644 index 000000000..00b8fbff1 --- /dev/null +++ b/docs/_build/html/pages/design/safety_features.html @@ -0,0 +1,215 @@ + + + + + + + + + + Safety Features — GoToSocial documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+ +
+

Safety Features

+

Blah blah blah blah.

+
+ + +
+ +
+ +
+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/docs/_build/html/pages/user_facing/user_facing.html b/docs/_build/html/pages/user_facing/user_facing.html new file mode 100644 index 000000000..2e62def88 --- /dev/null +++ b/docs/_build/html/pages/user_facing/user_facing.html @@ -0,0 +1,255 @@ + + + + + + + + + + What is GoToSocial? — GoToSocial documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+ +
+

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.

+ +
+
+

Support

+

If you are having issues, please let us know.

+
+
+

License

+

GoToSocial is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE (AGPLv3).

+
+
+ + +
+ +
+ +
+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file -- cgit v1.3