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 ++++++++++++++++++++ 3 files changed, 655 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 (limited to 'docs/_build/html/pages/design') 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 -- cgit v1.2.3