diff options
author | 2021-02-28 18:08:27 +0100 | |
---|---|---|
committer | 2021-02-28 18:08:27 +0100 | |
commit | 294d6d174d658d1f17ec910474e89b20cdea3737 (patch) | |
tree | 2e36a1259d37fe90f2fecb6a0b28044b1e7842b1 /docs/_build/html/_sources/pages/user_facing | |
parent | add theme to conda env (diff) | |
download | gotosocial-294d6d174d658d1f17ec910474e89b20cdea3737.tar.xz |
Doc updates
Diffstat (limited to 'docs/_build/html/_sources/pages/user_facing')
-rw-r--r-- | docs/_build/html/_sources/pages/user_facing/user_facing.rst.txt | 42 |
1 files changed, 42 insertions, 0 deletions
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). |