diff options
Diffstat (limited to 'docs/pages/user_facing/user_facing.rst')
-rw-r--r-- | docs/pages/user_facing/user_facing.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/pages/user_facing/user_facing.rst b/docs/pages/user_facing/user_facing.rst new file mode 100644 index 000000000..2add934ad --- /dev/null +++ b/docs/pages/user_facing/user_facing.rst @@ -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). |