diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 5929841..f91861f 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -26,6 +26,14 @@ export default hopeTheme({ copyright: '© von busFaktor() e.V. & Authoren | Impressum', footer: 'Unter der MIT Lizenz ausgeliefert.', navbar: [ + { + text: 'Features', + link: '/de/features/' + }, + { + text: 'Get Started', + link: '/de/get-started/' + }, { text: 'Dokumentation', link: 'https://docs.ocelot.social/' , @@ -49,6 +57,14 @@ export default hopeTheme({ copyright: '© by busFaktor() e.V. & Authors | Impressum', footer: 'Released under the MIT License.', navbar: [ + { + text: 'Features', + link: '/en/features/' + }, + { + text: 'Get Started', + link: '/en/get-started/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', @@ -71,6 +87,14 @@ export default hopeTheme({ copyright: '© par busFaktor() e.V. & Auteurs | Mentions légales', footer: 'Publié sous la licence MIT.', navbar: [ + { + text: 'Features', + link: '/fr/features/' + }, + { + text: 'Get Started', + link: '/fr/get-started/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', diff --git a/docs/de/README.md b/docs/de/README.md index 7229a21..dbddefb 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -11,11 +11,18 @@ tagLine: # - text: Demo # link: https://stage.ocelot.social/ --- -## Wir bauen um +## Vorteile -Unsere Website wird gerade überarbeitet und erweitert. Schau bald wieder rein! +## Screenshots -Inzwischen findest du uns auf [GitHub](https://github.com/Ocelot-Social-Community/) oder [Discord](https://discord.gg/AGPJ7YgC). +## Features -Wenn du dieses Projekt unterstützen möchtest, dann kannst du eine [Spende](https://busfaktor.org/en/spenden) für *ocelot.social* -bei dem Projektträger machen (busFaktor() e.V.). +## Demo + +## Get started + +## Testimonials + +## Donation + +## Contact diff --git a/docs/de/features/README.md b/docs/de/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/de/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features diff --git a/docs/de/get-started/README.md b/docs/de/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/de/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started diff --git a/docs/en/README.md b/docs/en/README.md index e225273..18c30f1 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -11,11 +11,65 @@ tagLine: # - text: Demo # link: https://stage.ocelot.social/ --- -## Coming soon +## Benefits -Our website is under construction. Come back soon! +How is ocelot.social different from other social networks? -In the meantime you can find us on [GitHub](https://github.com/Ocelot-Social-Community/) or [Discord](https://discord.gg/AGPJ7YgC). +- **Open Source:** The software code of this network is Open Source. This means that the code is public and can be copied, used, modified, enhanced and verified by anyone. You can contribute as a developer or translator to improve and enhance this project. +- **Not for profit:** Ocelot.social is non-profit, serving the public good. The network is developed and maintained by a non-profit association located in Germany, assisted by open source contributors around the world. +- **Privacy:** Your data will not be sold to advertisers and no user profiling will be done unless the operator of the network in question explicitly states this in its privacy policy. +- **Funded by donations:** The ocelot.social software is funded by donations which means that you may or may not give some love back by a donation or by other ways of contributing. +- **Self-determination:** Independence from the terms of use of the well-known major social networks: The operator of an Ocelot.Social network sets its own terms of use. -If you want to support the project, you can make a [donation](https://busfaktor.org/en/spenden) for *ocelot.social* -to the maintainer of the project (busFaktor() e.V.). + + +## Screenshots + + + +## Features + +Ocelot.social networks features: + +- User Accounts +- User Roles +- news feed (Posts) + - Filter +- posts + - as articles + - as events + - comments +- Search +- Groups +- Map + +[See all features](/en/features) + + +## Demo + +try out the application under the following link [Ocelot.Social](https://stage.ocelot.social/) + + +## Get started + +If you want to install the application on a server or your local maschine follow the [link](/en/get-started) + + +## Testimonials + + + +## Donation + +Ocelot.Social is a not-for-profit which can only keep running thanks to your donations. Do you like what we do? Do you think we’re going in the right direction? If so, and you’re able to make a donation, we’d very much appreciate it! [Donation Page](/en/donations) + + +## Contact + +If you want more informations you can join us on [Discord](https://discord.gg/AGPJ7YgC), on GitHub or by email. + +[Contact](/en/contact) + diff --git a/docs/en/features/README.md b/docs/en/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/en/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features diff --git a/docs/en/get-started/README.md b/docs/en/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/en/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started diff --git a/docs/fr/README.md b/docs/fr/README.md index 9b5942e..17fe5cf 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -11,11 +11,18 @@ tagLine: # - text: Demo # link: https://stage.ocelot.social/ --- -## En construction +## Benefits -Notre site web est en construction. Reviens bientôt! +## Features -Entre-temps, tu peux nous trouver sur [GitHub](https://github.com/Ocelot-Social-Community/) ou [Discord](https://discord.gg/AGPJ7YgC). +## Demo (link) -Si tu veux soutenir ce projet, tu peux faire un [don](https://busfaktor.org/en/spenden) pour *ocelot.social* -chez le porteur du projet (busFaktor() e.V.). +## Get started (link) + +## Video (link) + +## testimonials + +## Donation + +## Contact diff --git a/docs/fr/features/README.md b/docs/fr/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/fr/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features diff --git a/docs/fr/get-started/README.md b/docs/fr/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/fr/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started