diff --git a/README.md b/README.md index 27569f7..da27608 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -An ActivityPub social network server, written in Golang. +GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. + +With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! + +![](./doc/screenshots/sloth.png) + +Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). + **Shipped version:** 0.2.1~ynh1 @@ -23,6 +30,7 @@ An ActivityPub social network server, written in Golang. ## Screenshots +![](./doc/screenshots/sloth.png) ![](./doc/screenshots/screenshot.jpg) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index bd1ae07..00029d7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Un serveur de réseau social basé sur ActivityPub écrit en Golang. +GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. + +With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! + +![](./doc/screenshots/sloth.png) + +Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). + **Version incluse :** 0.2.1~ynh1 @@ -19,6 +26,7 @@ Un serveur de réseau social basé sur ActivityPub écrit en Golang. ## Captures d'écran +![](./doc/screenshots/sloth.png) ![](./doc/screenshots/screenshot.jpg) ## Avertissements / informations importantes diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..f63dc8b --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,7 @@ +GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. + +With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! + +![](./doc/screenshots/sloth.png) + +Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). diff --git a/doc/screenshots/sloth.png b/doc/screenshots/sloth.png new file mode 100644 index 0000000..2e46dbe Binary files /dev/null and b/doc/screenshots/sloth.png differ